Trace number 1083735

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac EUNSAT 35.4576 35.539

General information on the benchmark

Namecsp/rlfapScensMod/
normalized-scen1-f9.xml
MD5SUM3933015e701222af96ea6a914713e869
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.905862
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5548
Maximum constraint arity2
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5548
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.03	c --- Preproc Stats ---
14.07/14.14	c start processing
14.07/14.14	c start relation processing
14.07/14.15	c start cnf exporting
32.65/32.76	c parsing time : 14.012
32.65/32.76	c preprocessing time : 32.647
32.65/32.77	
32.65/32.77	c Nary constraints - conflicts : 0 supports : 0
32.65/32.77	c Binary constraints - conflicts : 5090 supports :458
32.65/32.77	c max arity constraint : 2
32.65/32.77	c Max Tuples generated 1225
32.65/32.77	c relations : 287
32.65/32.77	c relations BDD: 0
32.65/32.77	c sampling 0/0
32.65/32.77	c vars : 28597 - clauses :  1014301
32.65/32.77	
32.72/32.81	 
32.72/32.81	c --- SAT Solver Stats ---
32.72/32.81	 
32.72/32.81	c eSAT 0.1 : minisat core with additionnal features
32.72/32.81	c ============================[ Problem Statistics ]=============================
32.72/32.81	c |                                                                             |
32.72/32.81	c |  Number of variables:  28596                                                |
32.72/32.81	c |  Number of clauses:    1014301                                              |
33.21/33.38	c |  Parsing time:         0.48         s                                       |
35.40/35.52	c restarts              : 142
35.40/35.52	c conflicts             : 359            (139 /sec)
35.40/35.52	c decisions             : 74307          (86.97 % random) (28683 /sec)
35.40/35.52	c euip                  : 76          
35.40/35.52	c propagations          : 317305         (122483 /sec)
35.40/35.52	c conflict literals     : 4969           (22.30 % deleted)
35.40/35.52	c Memory used           : 46.68 MB
35.40/35.52	c CPU time              : 2.59061 s
35.40/35.52	c 
35.40/35.52	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083735-1215229304/watcher-1083735-1215229304 -o /tmp/evaluation-result-1083735-1215229304/solver-1083735-1215229304 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1083735-1215229304.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.19 2.09 2.02 4/74 30146
/proc/meminfo: memFree=939384/2055920 swapFree=4176992/4192956
[pid=30146] ppid=30144 vsize=8652 CPUtime=0
/proc/30146/stat : 30146 (galacE.sh) S 30144 30146 27559 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 645850591 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30146/statm: 2163 280 208 79 0 156 0
[pid=30147] ppid=30146 vsize=8688 CPUtime=0
/proc/30147/stat : 30147 (galacE.sh) S 30146 30146 27559 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 645850591 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 243665698898 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/30147/statm: 2172 286 209 79 0 165 0
[pid=30148] ppid=30147 vsize=8728 CPUtime=0
/proc/30148/stat : 30148 (galacE.sh) R 30147 30146 27559 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 645850591 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 243665530151 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/30148/statm: 2182 290 209 79 0 175 0

[startup+0.0209991 s]
/proc/loadavg: 2.19 2.09 2.02 4/74 30146
/proc/meminfo: memFree=939384/2055920 swapFree=4176992/4192956
[pid=30146] ppid=30144 vsize=8784 CPUtime=0.01
/proc/30146/stat : 30146 (galacE.sh) R 30144 30146 27559 0 -1 4194304 576 1319 0 0 0 0 0 1 16 0 1 0 645850591 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 243665529503 0 65538 4096 73728 0 0 0 17 0 0 0
/proc/30146/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.102 s]
/proc/loadavg: 2.19 2.09 2.02 4/74 30146
/proc/meminfo: memFree=939384/2055920 swapFree=4176992/4192956
[pid=30146] ppid=30144 vsize=47560 CPUtime=0.01
/proc/30146/stat : 30146 (galacE.sh) S 30144 30146 27559 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645850591 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30146/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.302017 s]
/proc/loadavg: 2.19 2.09 2.02 4/74 30146
/proc/meminfo: memFree=939384/2055920 swapFree=4176992/4192956
[pid=30146] ppid=30144 vsize=47560 CPUtime=0.01
/proc/30146/stat : 30146 (galacE.sh) S 30144 30146 27559 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645850591 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30146/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701058 s]
/proc/loadavg: 2.19 2.09 2.02 4/74 30146
/proc/meminfo: memFree=939384/2055920 swapFree=4176992/4192956
[pid=30146] ppid=30144 vsize=47560 CPUtime=0.01
/proc/30146/stat : 30146 (galacE.sh) S 30144 30146 27559 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645850591 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30146/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50114 s]
/proc/loadavg: 2.18 2.09 2.02 4/84 30168
/proc/meminfo: memFree=898016/2055920 swapFree=4176992/4192956
[pid=30146] ppid=30144 vsize=47560 CPUtime=0.01
/proc/30146/stat : 30146 (galacE.sh) S 30144 30146 27559 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645850591 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30146/statm: 11890 363 244 79 0 219 0
[pid=30160] ppid=30146 vsize=812736 CPUtime=1.45
/proc/30160/stat : 30160 (java) S 30146 30146 27559 0 -1 0 13504 0 1 0 138 7 0 0 19 0 9 0 645850594 832241664 12691 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30160/statm: 203184 12691 2583 9 0 197165 0
[pid=30160/tid=30161] ppid=30146 vsize=812736 CPUtime=0.44
/proc/30160/task/30161/stat : 30161 (java) R 30146 30146 27559 0 -1 64 7537 0 1 0 40 4 0 0 23 0 9 0 645850595 832241664 12691 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30162] ppid=30146 vsize=812736 CPUtime=0.82
/proc/30160/task/30162/stat : 30162 (java) R 30146 30146 27559 0 -1 64 4461 0 0 0 81 1 0 0 20 0 9 0 645850596 832241664 12691 996147200 134512640 134550740 4294955600 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30163] ppid=30146 vsize=812736 CPUtime=0
/proc/30160/task/30163/stat : 30163 (java) S 30146 30146 27559 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645850596 832241664 12691 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30164] ppid=30146 vsize=812736 CPUtime=0
/proc/30160/task/30164/stat : 30164 (java) S 30146 30146 27559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 645850596 832241664 12691 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30165] ppid=30146 vsize=812736 CPUtime=0
/proc/30160/task/30165/stat : 30165 (java) S 30146 30146 27559 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 645850598 832241664 12691 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30166] ppid=30146 vsize=812736 CPUtime=0.16
/proc/30160/task/30166/stat : 30166 (java) S 30146 30146 27559 0 -1 64 805 0 0 0 16 0 0 0 16 0 9 0 645850598 832241664 12691 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30167] ppid=30146 vsize=812736 CPUtime=0
/proc/30160/task/30167/stat : 30167 (java) S 30146 30146 27559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 645850598 832241664 12691 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30168] ppid=30146 vsize=812736 CPUtime=0
/proc/30160/task/30168/stat : 30168 (java) S 30146 30146 27559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645850599 832241664 12691 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860296

[startup+3.1023 s]
/proc/loadavg: 2.18 2.09 2.02 3/84 30168
/proc/meminfo: memFree=897696/2055920 swapFree=4176992/4192956
[pid=30146] ppid=30144 vsize=47560 CPUtime=0.01
/proc/30146/stat : 30146 (galacE.sh) S 30144 30146 27559 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645850591 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30146/statm: 11890 363 244 79 0 219 0
[pid=30160] ppid=30146 vsize=812868 CPUtime=3.06
/proc/30160/stat : 30160 (java) S 30146 30146 27559 0 -1 0 13692 0 1 0 298 8 0 0 19 0 9 0 645850594 832376832 12834 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30160/statm: 203217 12834 2583 9 0 197198 0
[pid=30160/tid=30161] ppid=30146 vsize=812868 CPUtime=0.67
/proc/30160/task/30161/stat : 30161 (java) R 30146 30146 27559 0 -1 64 7583 0 1 0 63 4 0 0 16 0 9 0 645850595 832376832 12834 996147200 134512640 134550740 4294955600 18446744073709551615 4126414875 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30162] ppid=30146 vsize=812868 CPUtime=2.1
/proc/30160/task/30162/stat : 30162 (java) R 30146 30146 27559 0 -1 64 4545 0 0 0 209 1 0 0 25 0 9 0 645850596 832376832 12834 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30163] ppid=30146 vsize=812868 CPUtime=0
/proc/30160/task/30163/stat : 30163 (java) S 30146 30146 27559 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645850596 832376832 12834 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30164] ppid=30146 vsize=812868 CPUtime=0
/proc/30160/task/30164/stat : 30164 (java) S 30146 30146 27559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 645850596 832376832 12834 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30165] ppid=30146 vsize=812868 CPUtime=0
/proc/30160/task/30165/stat : 30165 (java) S 30146 30146 27559 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 645850598 832376832 12834 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30166] ppid=30146 vsize=812868 CPUtime=0.24
/proc/30160/task/30166/stat : 30166 (java) S 30146 30146 27559 0 -1 64 863 0 0 0 24 0 0 0 15 0 9 0 645850598 832376832 12834 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30167] ppid=30146 vsize=812868 CPUtime=0
/proc/30160/task/30167/stat : 30167 (java) S 30146 30146 27559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 645850598 832376832 12834 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30168] ppid=30146 vsize=812868 CPUtime=0
/proc/30160/task/30168/stat : 30168 (java) S 30146 30146 27559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645850599 832376832 12834 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 860428

[startup+6.30163 s]
/proc/loadavg: 2.18 2.09 2.02 3/84 30168
/proc/meminfo: memFree=896480/2055920 swapFree=4176992/4192956
[pid=30146] ppid=30144 vsize=47560 CPUtime=0.01
/proc/30146/stat : 30146 (galacE.sh) S 30144 30146 27559 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645850591 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30146/statm: 11890 363 244 79 0 219 0
[pid=30160] ppid=30146 vsize=812896 CPUtime=6.25
/proc/30160/stat : 30160 (java) S 30146 30146 27559 0 -1 0 14585 0 1 0 616 9 0 0 19 0 9 0 645850594 832405504 12992 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30160/statm: 203224 12992 2583 9 0 197205 0
[pid=30160/tid=30161] ppid=30146 vsize=812896 CPUtime=1.24
/proc/30160/task/30161/stat : 30161 (java) S 30146 30146 27559 0 -1 64 7667 0 1 0 120 4 0 0 15 0 9 0 645850595 832405504 12992 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30162] ppid=30146 vsize=812896 CPUtime=4.68
/proc/30160/task/30162/stat : 30162 (java) R 30146 30146 27559 0 -1 64 5325 0 0 0 466 2 0 0 25 0 9 0 645850596 832405504 12992 996147200 134512640 134550740 4294955600 18446744073709551615 102742941 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30163] ppid=30146 vsize=812896 CPUtime=0
/proc/30160/task/30163/stat : 30163 (java) S 30146 30146 27559 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645850596 832405504 12992 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30164] ppid=30146 vsize=812896 CPUtime=0
/proc/30160/task/30164/stat : 30164 (java) S 30146 30146 27559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 645850596 832405504 12992 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30165] ppid=30146 vsize=812896 CPUtime=0
/proc/30160/task/30165/stat : 30165 (java) S 30146 30146 27559 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 645850598 832405504 12992 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30166] ppid=30146 vsize=812896 CPUtime=0.29
/proc/30160/task/30166/stat : 30166 (java) S 30146 30146 27559 0 -1 64 892 0 0 0 28 1 0 0 15 0 9 0 645850598 832405504 12992 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30167] ppid=30146 vsize=812896 CPUtime=0
/proc/30160/task/30167/stat : 30167 (java) S 30146 30146 27559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 645850598 832405504 12992 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30168] ppid=30146 vsize=812896 CPUtime=0
/proc/30160/task/30168/stat : 30168 (java) S 30146 30146 27559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645850599 832405504 12992 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 860456

[startup+12.7023 s]
/proc/loadavg: 2.15 2.08 2.02 4/84 30168
/proc/meminfo: memFree=895536/2055920 swapFree=4176992/4192956
[pid=30146] ppid=30144 vsize=47560 CPUtime=0.01
/proc/30146/stat : 30146 (galacE.sh) S 30144 30146 27559 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645850591 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30146/statm: 11890 363 244 79 0 219 0
[pid=30160] ppid=30146 vsize=812896 CPUtime=12.66
/proc/30160/stat : 30160 (java) S 30146 30146 27559 0 -1 0 14959 0 1 0 1255 11 0 0 19 0 9 0 645850594 832405504 13249 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30160/statm: 203224 13249 2583 9 0 197205 0
[pid=30160/tid=30161] ppid=30146 vsize=812896 CPUtime=3.61
/proc/30160/task/30161/stat : 30161 (java) R 30146 30146 27559 0 -1 64 7784 0 1 0 356 5 0 0 15 0 9 0 645850595 832405504 13249 996147200 134512640 134550740 4294955600 18446744073709551615 4125950624 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30162] ppid=30146 vsize=812896 CPUtime=8.71
/proc/30160/task/30162/stat : 30162 (java) R 30146 30146 27559 0 -1 64 5576 0 0 0 868 3 0 0 25 0 9 0 645850596 832405504 13249 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30163] ppid=30146 vsize=812896 CPUtime=0
/proc/30160/task/30163/stat : 30163 (java) S 30146 30146 27559 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645850596 832405504 13249 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30164] ppid=30146 vsize=812896 CPUtime=0
/proc/30160/task/30164/stat : 30164 (java) S 30146 30146 27559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 645850596 832405504 13249 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30165] ppid=30146 vsize=812896 CPUtime=0
/proc/30160/task/30165/stat : 30165 (java) S 30146 30146 27559 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 645850598 832405504 13249 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30166] ppid=30146 vsize=812896 CPUtime=0.3
/proc/30160/task/30166/stat : 30166 (java) S 30146 30146 27559 0 -1 64 898 0 0 0 29 1 0 0 16 0 9 0 645850598 832405504 13249 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30167] ppid=30146 vsize=812896 CPUtime=0
/proc/30160/task/30167/stat : 30167 (java) S 30146 30146 27559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 645850598 832405504 13249 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30168] ppid=30146 vsize=812896 CPUtime=0
/proc/30160/task/30168/stat : 30168 (java) S 30146 30146 27559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645850599 832405504 13249 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 860456

[startup+25.5016 s]
/proc/loadavg: 2.28 2.11 2.03 3/84 30168
/proc/meminfo: memFree=855984/2055920 swapFree=4176992/4192956
[pid=30146] ppid=30144 vsize=47560 CPUtime=0.01
/proc/30146/stat : 30146 (galacE.sh) S 30144 30146 27559 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645850591 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30146/statm: 11890 363 244 79 0 219 0
[pid=30160] ppid=30146 vsize=812896 CPUtime=25.44
/proc/30160/stat : 30160 (java) S 30146 30146 27559 0 -1 0 22353 0 1 0 2523 21 0 0 19 0 9 0 645850594 832405504 20606 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30160/statm: 203224 20606 2589 9 0 197205 0
[pid=30160/tid=30161] ppid=30146 vsize=812896 CPUtime=15.81
/proc/30160/task/30161/stat : 30161 (java) R 30146 30146 27559 0 -1 64 14940 0 1 0 1566 15 0 0 25 0 9 0 645850595 832405504 20606 996147200 134512640 134550740 4294955600 18446744073709551615 4126606821 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30162] ppid=30146 vsize=812896 CPUtime=9.23
/proc/30160/task/30162/stat : 30162 (java) S 30146 30146 27559 0 -1 64 5766 0 0 0 920 3 0 0 16 0 9 0 645850596 832405504 20606 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30163] ppid=30146 vsize=812896 CPUtime=0
/proc/30160/task/30163/stat : 30163 (java) S 30146 30146 27559 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645850596 832405504 20606 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30164] ppid=30146 vsize=812896 CPUtime=0
/proc/30160/task/30164/stat : 30164 (java) S 30146 30146 27559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 645850596 832405504 20606 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30165] ppid=30146 vsize=812896 CPUtime=0
/proc/30160/task/30165/stat : 30165 (java) S 30146 30146 27559 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 645850598 832405504 20606 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30166] ppid=30146 vsize=812896 CPUtime=0.37
/proc/30160/task/30166/stat : 30166 (java) S 30146 30146 27559 0 -1 64 946 0 0 0 36 1 0 0 16 0 9 0 645850598 832405504 20606 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30167] ppid=30146 vsize=812896 CPUtime=0
/proc/30160/task/30167/stat : 30167 (java) S 30146 30146 27559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 645850598 832405504 20606 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30168] ppid=30146 vsize=812896 CPUtime=0
/proc/30160/task/30168/stat : 30168 (java) S 30146 30146 27559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645850599 832405504 20606 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 860456

Solver just ended. Dumping a history of the last processes samples

[startup+31.9052 s]
/proc/loadavg: 2.32 2.13 2.04 3/84 30168
/proc/meminfo: memFree=851440/2055920 swapFree=4176992/4192956
[pid=30146] ppid=30144 vsize=47560 CPUtime=0.01
/proc/30146/stat : 30146 (galacE.sh) S 30144 30146 27559 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645850591 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30146/statm: 11890 363 244 79 0 219 0
[pid=30160] ppid=30146 vsize=812896 CPUtime=31.85
/proc/30160/stat : 30160 (java) S 30146 30146 27559 0 -1 0 22368 0 1 0 3161 24 0 0 19 0 9 0 645850594 832405504 20608 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30160/statm: 203224 20608 2589 9 0 197205 0
[pid=30160/tid=30161] ppid=30146 vsize=812896 CPUtime=22.21
/proc/30160/task/30161/stat : 30161 (java) R 30146 30146 27559 0 -1 64 14953 0 1 0 2203 18 0 0 25 0 9 0 645850595 832405504 20608 996147200 134512640 134550740 4294955600 18446744073709551615 102716389 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30162] ppid=30146 vsize=812896 CPUtime=9.24
/proc/30160/task/30162/stat : 30162 (java) S 30146 30146 27559 0 -1 64 5768 0 0 0 921 3 0 0 16 0 9 0 645850596 832405504 20608 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30163] ppid=30146 vsize=812896 CPUtime=0
/proc/30160/task/30163/stat : 30163 (java) S 30146 30146 27559 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645850596 832405504 20608 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30164] ppid=30146 vsize=812896 CPUtime=0
/proc/30160/task/30164/stat : 30164 (java) S 30146 30146 27559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 645850596 832405504 20608 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30165] ppid=30146 vsize=812896 CPUtime=0
/proc/30160/task/30165/stat : 30165 (java) S 30146 30146 27559 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 645850598 832405504 20608 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30166] ppid=30146 vsize=812896 CPUtime=0.37
/proc/30160/task/30166/stat : 30166 (java) S 30146 30146 27559 0 -1 64 946 0 0 0 36 1 0 0 16 0 9 0 645850598 832405504 20608 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30167] ppid=30146 vsize=812896 CPUtime=0
/proc/30160/task/30167/stat : 30167 (java) S 30146 30146 27559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 645850598 832405504 20608 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30160/tid=30168] ppid=30146 vsize=812896 CPUtime=0
/proc/30160/task/30168/stat : 30168 (java) S 30146 30146 27559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645850599 832405504 20608 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.86
Current children cumulated vsize (KiB) 860456

[startup+33.5014 s]
/proc/loadavg: 2.32 2.13 2.04 3/76 30169
/proc/meminfo: memFree=914288/2055920 swapFree=4176992/4192956
[pid=30146] ppid=30144 vsize=47560 CPUtime=32.74
/proc/30146/stat : 30146 (galacE.sh) S 30144 30146 27559 0 -1 4194304 798 24080 0 1 0 0 3247 27 17 0 1 0 645850591 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30146/statm: 11890 363 244 79 0 219 0
[pid=30169] ppid=30146 vsize=52132 CPUtime=0.67
/proc/30169/stat : 30169 (eSAT_static) R 30146 30146 27559 0 -1 4194304 12359 0 0 0 59 8 0 0 25 0 1 0 645853872 53383168 12341 996147200 134512640 135177480 4294955968 18446744073709551615 134537222 0 0 4096 3 0 0 0 17 1 0 0
/proc/30169/statm: 13033 12341 75 162 0 12868 0
Current children cumulated CPU time (s) 33.41
Current children cumulated vsize (KiB) 99692

[startup+34.3015 s]
/proc/loadavg: 2.32 2.13 2.04 3/76 30169
/proc/meminfo: memFree=873968/2055920 swapFree=4176992/4192956
[pid=30146] ppid=30144 vsize=47560 CPUtime=32.74
/proc/30146/stat : 30146 (galacE.sh) S 30144 30146 27559 0 -1 4194304 798 24080 0 1 0 0 3247 27 17 0 1 0 645850591 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30146/statm: 11890 363 244 79 0 219 0
[pid=30169] ppid=30146 vsize=52660 CPUtime=1.46
/proc/30169/stat : 30169 (eSAT_static) R 30146 30146 27559 0 -1 4194304 12499 0 0 0 138 8 0 0 25 0 1 0 645853872 53923840 12481 996147200 134512640 135177480 4294955968 18446744073709551615 134745114 0 0 4096 3 0 0 0 17 1 0 0
/proc/30169/statm: 13165 12481 75 162 0 13000 0
Current children cumulated CPU time (s) 34.2
Current children cumulated vsize (KiB) 100220

[startup+35.1016 s]
/proc/loadavg: 2.32 2.13 2.04 3/76 30169
/proc/meminfo: memFree=870768/2055920 swapFree=4176992/4192956
[pid=30146] ppid=30144 vsize=47560 CPUtime=32.74
/proc/30146/stat : 30146 (galacE.sh) S 30144 30146 27559 0 -1 4194304 798 24080 0 1 0 0 3247 27 17 0 1 0 645850591 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30146/statm: 11890 363 244 79 0 219 0
[pid=30169] ppid=30146 vsize=54708 CPUtime=2.26
/proc/30169/stat : 30169 (eSAT_static) R 30146 30146 27559 0 -1 4194304 13150 0 0 0 218 8 0 0 25 0 1 0 645853872 56020992 13132 996147200 134512640 135177480 4294955968 18446744073709551615 134537112 0 0 4096 3 0 0 0 17 1 0 0
/proc/30169/statm: 13677 13132 75 162 0 13512 0
Current children cumulated CPU time (s) 35
Current children cumulated vsize (KiB) 102268

[startup+35.5016 s]
/proc/loadavg: 2.32 2.13 2.04 3/76 30169
/proc/meminfo: memFree=870768/2055920 swapFree=4176992/4192956
[pid=30146] ppid=30144 vsize=47560 CPUtime=32.74
/proc/30146/stat : 30146 (galacE.sh) S 30144 30146 27559 0 -1 4194304 798 24080 0 1 0 0 3247 27 17 0 1 0 645850591 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30146/statm: 11890 363 244 79 0 219 0
[pid=30169] ppid=30146 vsize=47796 CPUtime=2.66
/proc/30169/stat : 30169 (eSAT_static) R 30146 30146 27559 0 -1 4194304 13222 0 0 0 257 9 0 0 25 0 1 0 645853872 48943104 11520 996147200 134512640 135177480 4294955968 18446744073709551615 134547184 0 0 4096 3 0 0 0 17 1 0 0
/proc/30169/statm: 11949 11520 80 162 0 11784 0
Current children cumulated CPU time (s) 35.4
Current children cumulated vsize (KiB) 95356

Child status: 0
Real time (s): 35.539
CPU time (s): 35.4576
CPU user time (s): 35.0647
CPU system time (s): 0.39294
CPU usage (%): 99.7711
Max. virtual memory (cumulated for all children) (KiB): 860612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.0647
system time used= 0.39294
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38299
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2635
involuntary context switches= 2750

runsolver used 0.025996 second user time and 0.116982 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-05 05:41:44
IDJOB=1083735
IDBENCH=57502
IDSOLVER=351
FILE ID=node84/1083735-1215229304
PBS_JOBID= 7881787
Free space on /tmp= 66556 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rlfapScensMod/normalized-scen1-f9.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083735-1215229304/watcher-1083735-1215229304 -o /tmp/evaluation-result-1083735-1215229304/solver-1083735-1215229304 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1083735-1215229304.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3933015e701222af96ea6a914713e869
RANDOM SEED=2029468125

node84.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        939864 kB
Buffers:         22928 kB
Cached:        1025512 kB
SwapCached:      10116 kB
Active:         123704 kB
Inactive:       942168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        939864 kB
SwapTotal:     4192956 kB
SwapFree:      4176992 kB
Dirty:            3788 kB
Writeback:           0 kB
Mapped:          23628 kB
Slab:            35632 kB
Committed_AS:  1221992 kB
PageTables:       1744 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node84 at 2008-07-05 05:42:20