Trace number 1078150

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 ESAT 1647.68 1659.38

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-20_ext.xml
MD5SUM606e199fb7787aa860a721cc280e632a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.15052
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints56
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.55/1.69	c start processing
1.55/1.69	c start relation processing
4.32/4.47	c start cnf exporting
16.40/16.66	c parsing time : 1.563
16.40/16.66	c preprocessing time : 16.533
16.40/16.66	
16.40/16.66	c Nary constraints - conflicts : 0 supports : 56
16.40/16.66	c Binary constraints - conflicts : 0 supports :0
16.40/16.66	c max arity constraint : 3
16.40/16.66	c Max Tuples generated 0
16.40/16.66	c relations : 56
16.40/16.66	c relations BDD: 56
16.40/16.66	c sampling 0/0
16.40/16.66	c vars : 121346 - clauses :  388233
16.40/16.66	
16.46/16.73	 
16.46/16.73	c --- SAT Solver Stats ---
16.46/16.73	 
16.46/16.73	c eSAT 0.1 : minisat core with additionnal features
16.46/16.73	c ============================[ Problem Statistics ]=============================
16.46/16.73	c |                                                                             |
16.46/16.73	c |  Number of variables:  121345                                               |
16.46/16.73	c |  Number of clauses:    388233                                               |
16.49/17.15	c |  Parsing time:         0.37         s                                       |
1645.35/1657.04	c restarts              : 1354
1645.35/1657.04	c conflicts             : 790149         (485 /sec)
1645.35/1657.04	c decisions             : 1827121        (2.38 % random) (1122 /sec)
1645.35/1657.04	c euip                  : 121030      
1645.35/1657.04	c propagations          : 997288870      (612326 /sec)
1645.35/1657.04	c conflict literals     : 38512127       (24.84 % deleted)
1645.35/1657.04	c Memory used           : 103.79 MB
1645.35/1657.04	c CPU time              : 1628.69 s
1645.35/1657.04	c 
1645.35/1657.09	s SATISFIABLE
1647.62/1659.37	v 17 7 5 2 9 7 7 18 10 8 3 3 18 7 8 12 12 13 12 14

Verifier Data (download as text)

OK

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-1078150-1215205753/watcher-1078150-1215205753 -o /tmp/evaluation-result-1078150-1215205753/solver-1078150-1215205753 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1078150-1215205753.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: 1.91 1.95 1.98 4/73 12126
/proc/meminfo: memFree=1762040/2055920 swapFree=4180444/4192956
[pid=12126] ppid=12124 vsize=18572 CPUtime=0
/proc/12126/stat : 12126 (runsolver) R 12124 12126 9184 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1999544858 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 213112122663 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12126/statm: 4643 292 257 25 0 2626 0

[startup+0.0626109 s]
/proc/loadavg: 1.91 1.95 1.98 4/73 12126
/proc/meminfo: memFree=1762040/2055920 swapFree=4180444/4192956
[pid=12126] ppid=12124 vsize=47564 CPUtime=0.01
/proc/12126/stat : 12126 (galacE.sh) S 12124 12126 9184 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1999544858 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12126/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.10148 s]
/proc/loadavg: 1.91 1.95 1.98 4/73 12126
/proc/meminfo: memFree=1762040/2055920 swapFree=4180444/4192956
[pid=12126] ppid=12124 vsize=47564 CPUtime=0.01
/proc/12126/stat : 12126 (galacE.sh) S 12124 12126 9184 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1999544858 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12126/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301517 s]
/proc/loadavg: 1.91 1.95 1.98 4/73 12126
/proc/meminfo: memFree=1762040/2055920 swapFree=4180444/4192956
[pid=12126] ppid=12124 vsize=47564 CPUtime=0.01
/proc/12126/stat : 12126 (galacE.sh) S 12124 12126 9184 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1999544858 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12126/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701587 s]
/proc/loadavg: 1.91 1.95 1.98 4/73 12126
/proc/meminfo: memFree=1762040/2055920 swapFree=4180444/4192956
[pid=12126] ppid=12124 vsize=47564 CPUtime=0.01
/proc/12126/stat : 12126 (galacE.sh) S 12124 12126 9184 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1999544858 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12126/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50273 s]
/proc/loadavg: 1.91 1.95 1.98 3/83 12148
/proc/meminfo: memFree=1691880/2055920 swapFree=4180444/4192956
[pid=12126] ppid=12124 vsize=47564 CPUtime=0.01
/proc/12126/stat : 12126 (galacE.sh) S 12124 12126 9184 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1999544858 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12126/statm: 11891 364 245 79 0 219 0
[pid=12140] ppid=12126 vsize=812420 CPUtime=1.44
/proc/12140/stat : 12140 (java) S 12126 12126 9184 0 -1 0 21768 0 1 0 134 10 0 0 18 0 9 0 1999544862 831918080 21192 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12140/statm: 203105 21192 1882 9 0 197138 0
[pid=12140/tid=12141] ppid=12126 vsize=812420 CPUtime=1.21
/proc/12140/task/12141/stat : 12141 (java) R 12126 12126 9184 0 -1 64 14457 0 1 0 115 6 0 0 25 0 9 0 1999544863 831918080 21192 996147200 134512640 134550740 4294955600 18446744073709551615 101444719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12142] ppid=12126 vsize=812420 CPUtime=0.07
/proc/12140/task/12142/stat : 12142 (java) S 12126 12126 9184 0 -1 64 5858 0 0 0 5 2 0 0 16 0 9 0 1999544864 831918080 21192 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12143] ppid=12126 vsize=812420 CPUtime=0
/proc/12140/task/12143/stat : 12143 (java) S 12126 12126 9184 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999544864 831918080 21192 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12144] ppid=12126 vsize=812420 CPUtime=0
/proc/12140/task/12144/stat : 12144 (java) S 12126 12126 9184 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1999544864 831918080 21192 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12145] ppid=12126 vsize=812420 CPUtime=0
/proc/12140/task/12145/stat : 12145 (java) S 12126 12126 9184 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999544867 831918080 21192 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12146] ppid=12126 vsize=812420 CPUtime=0.13
/proc/12140/task/12146/stat : 12146 (java) S 12126 12126 9184 0 -1 64 754 0 0 0 13 0 0 0 16 0 9 0 1999544867 831918080 21192 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12147] ppid=12126 vsize=812420 CPUtime=0
/proc/12140/task/12147/stat : 12147 (java) S 12126 12126 9184 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1999544867 831918080 21192 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12148] ppid=12126 vsize=812420 CPUtime=0
/proc/12140/task/12148/stat : 12148 (java) S 12126 12126 9184 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999544867 831918080 21192 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 859984

[startup+3.10199 s]
/proc/loadavg: 1.91 1.95 1.98 3/83 12148
/proc/meminfo: memFree=1674472/2055920 swapFree=4180444/4192956
[pid=12126] ppid=12124 vsize=47564 CPUtime=0.01
/proc/12126/stat : 12126 (galacE.sh) S 12124 12126 9184 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1999544858 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12126/statm: 11891 364 245 79 0 219 0
[pid=12140] ppid=12126 vsize=812528 CPUtime=3.02
/proc/12140/stat : 12140 (java) S 12126 12126 9184 0 -1 0 24046 0 1 0 291 11 0 0 18 0 9 0 1999544862 832028672 23468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12140/statm: 203132 23468 1888 9 0 197165 0
[pid=12140/tid=12141] ppid=12126 vsize=812528 CPUtime=2.68
/proc/12140/task/12141/stat : 12141 (java) R 12126 12126 9184 0 -1 64 14481 0 1 0 261 7 0 0 25 0 9 0 1999544863 832028672 23468 996147200 134512640 134550740 4294955600 18446744073709551615 4126851982 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12142] ppid=12126 vsize=812528 CPUtime=0.15
/proc/12140/task/12142/stat : 12142 (java) S 12126 12126 9184 0 -1 64 8088 0 0 0 12 3 0 0 16 0 9 0 1999544864 832028672 23468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12143] ppid=12126 vsize=812528 CPUtime=0
/proc/12140/task/12143/stat : 12143 (java) S 12126 12126 9184 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999544864 832028672 23468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12144] ppid=12126 vsize=812528 CPUtime=0
/proc/12140/task/12144/stat : 12144 (java) S 12126 12126 9184 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1999544864 832028672 23468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12145] ppid=12126 vsize=812528 CPUtime=0
/proc/12140/task/12145/stat : 12145 (java) S 12126 12126 9184 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999544867 832028672 23468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12146] ppid=12126 vsize=812528 CPUtime=0.16
/proc/12140/task/12146/stat : 12146 (java) S 12126 12126 9184 0 -1 64 778 0 0 0 16 0 0 0 16 0 9 0 1999544867 832028672 23468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12147] ppid=12126 vsize=812528 CPUtime=0
/proc/12140/task/12147/stat : 12147 (java) S 12126 12126 9184 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1999544867 832028672 23468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12148] ppid=12126 vsize=812528 CPUtime=0
/proc/12140/task/12148/stat : 12148 (java) S 12126 12126 9184 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999544867 832028672 23468 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860092

[startup+6.30253 s]
/proc/loadavg: 1.92 1.95 1.98 3/83 12148
/proc/meminfo: memFree=1628584/2055920 swapFree=4180444/4192956
[pid=12126] ppid=12124 vsize=47564 CPUtime=0.01
/proc/12126/stat : 12126 (galacE.sh) S 12124 12126 9184 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1999544858 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12126/statm: 11891 364 245 79 0 219 0
[pid=12140] ppid=12126 vsize=812528 CPUtime=6.19
/proc/12140/stat : 12140 (java) S 12126 12126 9184 0 -1 0 35395 0 1 0 602 17 0 0 18 0 9 0 1999544862 832028672 34811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12140/statm: 203132 34811 1908 9 0 197165 0
[pid=12140/tid=12141] ppid=12126 vsize=812528 CPUtime=5.23
/proc/12140/task/12141/stat : 12141 (java) R 12126 12126 9184 0 -1 64 14526 0 1 0 516 7 0 0 25 0 9 0 1999544863 832028672 34811 996147200 134512640 134550740 4294955600 18446744073709551615 102064826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12142] ppid=12126 vsize=812528 CPUtime=0.69
/proc/12140/task/12142/stat : 12142 (java) S 12126 12126 9184 0 -1 64 19347 0 0 0 61 8 0 0 16 0 9 0 1999544864 832028672 34811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12143] ppid=12126 vsize=812528 CPUtime=0
/proc/12140/task/12143/stat : 12143 (java) S 12126 12126 9184 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999544864 832028672 34811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12144] ppid=12126 vsize=812528 CPUtime=0
/proc/12140/task/12144/stat : 12144 (java) S 12126 12126 9184 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1999544864 832028672 34811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12145] ppid=12126 vsize=812528 CPUtime=0
/proc/12140/task/12145/stat : 12145 (java) S 12126 12126 9184 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999544867 832028672 34811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12146] ppid=12126 vsize=812528 CPUtime=0.23
/proc/12140/task/12146/stat : 12146 (java) S 12126 12126 9184 0 -1 64 823 0 0 0 23 0 0 0 16 0 9 0 1999544867 832028672 34811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12147] ppid=12126 vsize=812528 CPUtime=0
/proc/12140/task/12147/stat : 12147 (java) S 12126 12126 9184 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1999544867 832028672 34811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12148] ppid=12126 vsize=812528 CPUtime=0
/proc/12140/task/12148/stat : 12148 (java) S 12126 12126 9184 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999544867 832028672 34811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860092

[startup+12.7026 s]
/proc/loadavg: 1.93 1.95 1.98 3/83 12148
/proc/meminfo: memFree=1624808/2055920 swapFree=4180444/4192956
[pid=12126] ppid=12124 vsize=47564 CPUtime=0.01
/proc/12126/stat : 12126 (galacE.sh) S 12124 12126 9184 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1999544858 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12126/statm: 11891 364 245 79 0 219 0
[pid=12140] ppid=12126 vsize=812528 CPUtime=12.53
/proc/12140/stat : 12140 (java) S 12126 12126 9184 0 -1 0 35407 0 1 0 1233 20 0 0 18 0 9 0 1999544862 832028672 34811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12140/statm: 203132 34811 1908 9 0 197165 0
[pid=12140/tid=12141] ppid=12126 vsize=812528 CPUtime=11.51
/proc/12140/task/12141/stat : 12141 (java) R 12126 12126 9184 0 -1 64 14538 0 1 0 1141 10 0 0 25 0 9 0 1999544863 832028672 34811 996147200 134512640 134550740 4294955600 18446744073709551615 4126974008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12142] ppid=12126 vsize=812528 CPUtime=0.75
/proc/12140/task/12142/stat : 12142 (java) S 12126 12126 9184 0 -1 64 19347 0 0 0 67 8 0 0 16 0 9 0 1999544864 832028672 34811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12143] ppid=12126 vsize=812528 CPUtime=0
/proc/12140/task/12143/stat : 12143 (java) S 12126 12126 9184 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999544864 832028672 34811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12144] ppid=12126 vsize=812528 CPUtime=0
/proc/12140/task/12144/stat : 12144 (java) S 12126 12126 9184 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1999544864 832028672 34811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12145] ppid=12126 vsize=812528 CPUtime=0
/proc/12140/task/12145/stat : 12145 (java) S 12126 12126 9184 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999544867 832028672 34811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12146] ppid=12126 vsize=812528 CPUtime=0.23
/proc/12140/task/12146/stat : 12146 (java) S 12126 12126 9184 0 -1 64 823 0 0 0 23 0 0 0 16 0 9 0 1999544867 832028672 34811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12147] ppid=12126 vsize=812528 CPUtime=0
/proc/12140/task/12147/stat : 12147 (java) S 12126 12126 9184 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1999544867 832028672 34811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12140/tid=12148] ppid=12126 vsize=812528 CPUtime=0
/proc/12140/task/12148/stat : 12148 (java) S 12126 12126 9184 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999544867 832028672 34811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860092

[startup+25.5018 s]
/proc/loadavg: 1.94 1.96 1.98 3/75 12149
/proc/meminfo: memFree=1685608/2055920 swapFree=4180444/4192956
[pid=12126] ppid=12124 vsize=47564 CPUtime=16.49
/proc/12126/stat : 12126 (galacE.sh) S 12124 12126 9184 0 -1 4194304 799 37368 0 1 0 0 1624 25 17 0 1 0 1999544858 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12126/statm: 11891 364 245 79 0 219 0
[pid=12149] ppid=12126 vsize=72232 CPUtime=8.67
/proc/12149/stat : 12149 (eSAT_static) R 12126 12126 9184 0 -1 4194304 19171 0 0 0 857 10 0 0 25 0 1 0 1999546532 73965568 17188 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/12149/statm: 18058 17188 80 162 0 17893 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 119796

[startup+51.1012 s]
/proc/loadavg: 2.12 1.99 1.99 3/82 12211
/proc/meminfo: memFree=1632112/2055920 swapFree=4180444/4192956
[pid=12126] ppid=12124 vsize=47564 CPUtime=16.49
/proc/12126/stat : 12126 (galacE.sh) S 12124 12126 9184 0 -1 4194304 799 37368 0 1 0 0 1624 25 17 0 1 0 1999544858 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12126/statm: 11891 364 245 79 0 219 0
[pid=12149] ppid=12126 vsize=72232 CPUtime=34.23
/proc/12149/stat : 12149 (eSAT_static) R 12126 12126 9184 0 -1 4194304 19172 0 0 0 3411 12 0 0 25 0 1 0 1999546532 73965568 17189 996147200 134512640 135177480 4294955968 18446744073709551615 134572597 0 0 4096 3 0 0 0 17 0 0 0
/proc/12149/statm: 18058 17189 80 162 0 17893 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 119796

[startup+102.31 s]
/proc/loadavg: 2.05 1.99 1.99 3/82 12211
/proc/meminfo: memFree=1625840/2055920 swapFree=4180444/4192956
[pid=12126] ppid=12124 vsize=47564 CPUtime=16.49
/proc/12126/stat : 12126 (galacE.sh) S 12124 12126 9184 0 -1 4194304 799 37368 0 1 0 0 1624 25 17 0 1 0 1999544858 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12126/statm: 11891 364 245 79 0 219 0
[pid=12149] ppid=12126 vsize=72232 CPUtime=85.41
/proc/12149/stat : 12149 (eSAT_static) R 12126 12126 9184 0 -1 4194304 19206 0 0 0 8529 12 0 0 25 0 1 0 1999546532 73965568 17223 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0

################
# More data... #
################

/proc/12149/statm: 26504 25484 80 162 0 26339 0
Current children cumulated CPU time (s) 1472.3
Current children cumulated vsize (KiB) 153580

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/83 12251
/proc/meminfo: memFree=1658280/2055920 swapFree=4180444/4192956
[pid=12126] ppid=12124 vsize=47564 CPUtime=16.49
/proc/12126/stat : 12126 (galacE.sh) S 12124 12126 9184 0 -1 4194304 799 37368 0 1 0 0 1624 25 17 0 1 0 1999544858 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12126/statm: 11891 364 245 79 0 219 0
[pid=12149] ppid=12126 vsize=106016 CPUtime=1515.24
/proc/12149/stat : 12149 (eSAT_static) R 12126 12126 9184 0 -1 4194304 27467 0 0 0 151502 22 0 0 25 0 1 0 1999546532 108560384 25484 996147200 134512640 135177480 4294955968 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 1 0 0
/proc/12149/statm: 26504 25484 80 162 0 26339 0
Current children cumulated CPU time (s) 1531.73
Current children cumulated vsize (KiB) 153580

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/83 12253
/proc/meminfo: memFree=1658088/2055920 swapFree=4180444/4192956
[pid=12126] ppid=12124 vsize=47564 CPUtime=16.49
/proc/12126/stat : 12126 (galacE.sh) S 12124 12126 9184 0 -1 4194304 799 37368 0 1 0 0 1624 25 17 0 1 0 1999544858 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12126/statm: 11891 364 245 79 0 219 0
[pid=12149] ppid=12126 vsize=106016 CPUtime=1574.68
/proc/12149/stat : 12149 (eSAT_static) R 12126 12126 9184 0 -1 4194304 27470 0 0 0 157446 22 0 0 25 0 1 0 1999546532 108560384 25487 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/12149/statm: 26504 25487 80 162 0 26339 0
Current children cumulated CPU time (s) 1591.17
Current children cumulated vsize (KiB) 153580

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

[startup+1612.7 s]
/proc/loadavg: 2.00 1.99 1.99 3/83 12253
/proc/meminfo: memFree=1658088/2055920 swapFree=4180444/4192956
[pid=12126] ppid=12124 vsize=47564 CPUtime=16.49
/proc/12126/stat : 12126 (galacE.sh) S 12124 12126 9184 0 -1 4194304 799 37368 0 1 0 0 1624 25 17 0 1 0 1999544858 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12126/statm: 11891 364 245 79 0 219 0
[pid=12149] ppid=12126 vsize=106016 CPUtime=1584.98
/proc/12149/stat : 12149 (eSAT_static) R 12126 12126 9184 0 -1 4194304 27470 0 0 0 158476 22 0 0 25 0 1 0 1999546532 108560384 25487 996147200 134512640 135177480 4294955968 18446744073709551615 134546737 0 0 4096 3 0 0 0 17 1 0 0
/proc/12149/statm: 26504 25487 80 162 0 26339 0
Current children cumulated CPU time (s) 1601.47
Current children cumulated vsize (KiB) 153580

[startup+1638.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/83 12253
/proc/meminfo: memFree=1658024/2055920 swapFree=4180444/4192956
[pid=12126] ppid=12124 vsize=47564 CPUtime=16.49
/proc/12126/stat : 12126 (galacE.sh) S 12124 12126 9184 0 -1 4194304 799 37368 0 1 0 0 1624 25 17 0 1 0 1999544858 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12126/statm: 11891 364 245 79 0 219 0
[pid=12149] ppid=12126 vsize=106156 CPUtime=1610.34
/proc/12149/stat : 12149 (eSAT_static) R 12126 12126 9184 0 -1 4194304 27493 0 0 0 161012 22 0 0 25 0 1 0 1999546532 108703744 25510 996147200 134512640 135177480 4294955968 18446744073709551615 134565537 0 0 4096 3 0 0 0 17 1 0 0
/proc/12149/statm: 26539 25510 80 162 0 26374 0
Current children cumulated CPU time (s) 1626.83
Current children cumulated vsize (KiB) 153720

[startup+1651.11 s]
/proc/loadavg: 2.00 1.99 1.99 3/83 12253
/proc/meminfo: memFree=1658024/2055920 swapFree=4180444/4192956
[pid=12126] ppid=12124 vsize=47564 CPUtime=16.49
/proc/12126/stat : 12126 (galacE.sh) S 12124 12126 9184 0 -1 4194304 799 37368 0 1 0 0 1624 25 17 0 1 0 1999544858 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12126/statm: 11891 364 245 79 0 219 0
[pid=12149] ppid=12126 vsize=106156 CPUtime=1623.02
/proc/12149/stat : 12149 (eSAT_static) R 12126 12126 9184 0 -1 4194304 27499 0 0 0 162280 22 0 0 25 0 1 0 1999546532 108703744 25516 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 1 0 0
/proc/12149/statm: 26539 25516 80 162 0 26374 0
Current children cumulated CPU time (s) 1639.51
Current children cumulated vsize (KiB) 153720

[startup+1654.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/83 12253
/proc/meminfo: memFree=1658024/2055920 swapFree=4180444/4192956
[pid=12126] ppid=12124 vsize=47564 CPUtime=16.49
/proc/12126/stat : 12126 (galacE.sh) S 12124 12126 9184 0 -1 4194304 799 37368 0 1 0 0 1624 25 17 0 1 0 1999544858 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12126/statm: 11891 364 245 79 0 219 0
[pid=12149] ppid=12126 vsize=106156 CPUtime=1626.19
/proc/12149/stat : 12149 (eSAT_static) R 12126 12126 9184 0 -1 4194304 27499 0 0 0 162597 22 0 0 25 0 1 0 1999546532 108703744 25516 996147200 134512640 135177480 4294955968 18446744073709551615 134565289 0 0 4096 3 0 0 0 17 1 0 0
/proc/12149/statm: 26539 25516 80 162 0 26374 0
Current children cumulated CPU time (s) 1642.68
Current children cumulated vsize (KiB) 153720

[startup+1657.5 s]
/proc/loadavg: 2.00 1.99 1.99 3/83 12253
/proc/meminfo: memFree=1658024/2055920 swapFree=4180444/4192956
[pid=12126] ppid=12124 vsize=47564 CPUtime=1645.47
/proc/12126/stat : 12126 (galacE.sh) S 12124 12126 9184 0 -1 4194304 835 65046 0 1 0 0 164497 50 16 0 1 0 1999544858 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213112291410 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/12126/statm: 11891 365 245 79 0 219 0
Current children cumulated CPU time (s) 1645.47
Current children cumulated vsize (KiB) 47564

[startup+1658.3 s]
/proc/loadavg: 2.00 1.99 1.99 4/91 12262
/proc/meminfo: memFree=1745192/2055920 swapFree=4180444/4192956
[pid=12126] ppid=12124 vsize=47564 CPUtime=1645.47
/proc/12126/stat : 12126 (galacE.sh) S 12124 12126 9184 0 -1 4194304 835 65046 0 1 0 0 164497 50 16 0 1 0 1999544858 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213112291410 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/12126/statm: 11891 365 245 79 0 219 0
[pid=12254] ppid=12126 vsize=812564 CPUtime=1.16
/proc/12254/stat : 12254 (java) S 12126 12126 9184 0 -1 0 16230 0 1 0 110 6 0 0 18 0 9 0 1999710569 832065536 15649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12254/statm: 203141 15649 1868 9 0 197174 0
[pid=12254/tid=12255] ppid=12126 vsize=812564 CPUtime=1.02
/proc/12254/task/12255/stat : 12255 (java) R 12126 12126 9184 0 -1 64 14389 0 1 0 97 5 0 0 25 0 9 0 1999710570 832065536 15649 996147200 134512640 134550740 4294955616 18446744073709551615 4126648698 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12256] ppid=12126 vsize=812564 CPUtime=0
/proc/12254/task/12256/stat : 12256 (java) S 12126 12126 9184 0 -1 64 358 0 0 0 0 0 0 0 16 0 9 0 1999710572 832065536 15649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12257] ppid=12126 vsize=812564 CPUtime=0
/proc/12254/task/12257/stat : 12257 (java) S 12126 12126 9184 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999710572 832065536 15649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12258] ppid=12126 vsize=812564 CPUtime=0
/proc/12254/task/12258/stat : 12258 (java) S 12126 12126 9184 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999710572 832065536 15649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12259] ppid=12126 vsize=812564 CPUtime=0
/proc/12254/task/12259/stat : 12259 (java) S 12126 12126 9184 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999710574 832065536 15649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12260] ppid=12126 vsize=812564 CPUtime=0.11
/proc/12254/task/12260/stat : 12260 (java) S 12126 12126 9184 0 -1 64 768 0 0 0 11 0 0 0 16 0 9 0 1999710574 832065536 15649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12261] ppid=12126 vsize=812564 CPUtime=0
/proc/12254/task/12261/stat : 12261 (java) S 12126 12126 9184 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1999710574 832065536 15649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12262] ppid=12126 vsize=812564 CPUtime=0
/proc/12254/task/12262/stat : 12262 (java) S 12126 12126 9184 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999710574 832065536 15649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.63
Current children cumulated vsize (KiB) 860128

[startup+1659.1 s]
/proc/loadavg: 2.00 1.99 1.99 3/91 12262
/proc/meminfo: memFree=1703144/2055920 swapFree=4180444/4192956
[pid=12126] ppid=12124 vsize=47564 CPUtime=1645.47
/proc/12126/stat : 12126 (galacE.sh) S 12124 12126 9184 0 -1 4194304 835 65046 0 1 0 0 164497 50 16 0 1 0 1999544858 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213112291410 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/12126/statm: 11891 365 245 79 0 219 0
[pid=12254] ppid=12126 vsize=812676 CPUtime=1.95
/proc/12254/stat : 12254 (java) S 12126 12126 9184 0 -1 0 16437 0 1 0 188 7 0 0 18 0 9 0 1999710569 832180224 15815 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12254/statm: 203169 15815 1923 9 0 197174 0
[pid=12254/tid=12255] ppid=12126 vsize=812676 CPUtime=1.77
/proc/12254/task/12255/stat : 12255 (java) R 12126 12126 9184 0 -1 64 14535 0 1 0 171 6 0 0 25 0 9 0 1999710570 832180224 15815 996147200 134512640 134550740 4294955616 18446744073709551615 4126782013 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12256] ppid=12126 vsize=812676 CPUtime=0.01
/proc/12254/task/12256/stat : 12256 (java) S 12126 12126 9184 0 -1 64 399 0 0 0 1 0 0 0 16 0 9 0 1999710572 832180224 15815 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12257] ppid=12126 vsize=812676 CPUtime=0
/proc/12254/task/12257/stat : 12257 (java) S 12126 12126 9184 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999710572 832180224 15815 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12258] ppid=12126 vsize=812676 CPUtime=0
/proc/12254/task/12258/stat : 12258 (java) S 12126 12126 9184 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999710572 832180224 15815 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12259] ppid=12126 vsize=812676 CPUtime=0
/proc/12254/task/12259/stat : 12259 (java) S 12126 12126 9184 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999710574 832180224 15815 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12260] ppid=12126 vsize=812676 CPUtime=0.14
/proc/12254/task/12260/stat : 12260 (java) S 12126 12126 9184 0 -1 64 788 0 0 0 14 0 0 0 16 0 9 0 1999710574 832180224 15815 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12261] ppid=12126 vsize=812676 CPUtime=0
/proc/12254/task/12261/stat : 12261 (java) S 12126 12126 9184 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1999710574 832180224 15815 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12262] ppid=12126 vsize=812676 CPUtime=0
/proc/12254/task/12262/stat : 12262 (java) R 12126 12126 9184 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999710574 832180224 15815 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1647.42
Current children cumulated vsize (KiB) 860240

[startup+1659.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/91 12262
/proc/meminfo: memFree=1703144/2055920 swapFree=4180444/4192956
[pid=12126] ppid=12124 vsize=47564 CPUtime=1645.47
/proc/12126/stat : 12126 (galacE.sh) S 12124 12126 9184 0 -1 4194304 835 65046 0 1 0 0 164497 50 16 0 1 0 1999544858 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213112291410 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/12126/statm: 11891 365 245 79 0 219 0
[pid=12254] ppid=12126 vsize=812676 CPUtime=2.15
/proc/12254/stat : 12254 (java) S 12126 12126 9184 0 -1 0 16437 0 1 0 208 7 0 0 18 0 9 0 1999710569 832180224 15815 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12254/statm: 203169 15815 1923 9 0 197174 0
[pid=12254/tid=12255] ppid=12126 vsize=812676 CPUtime=1.97
/proc/12254/task/12255/stat : 12255 (java) R 12126 12126 9184 0 -1 64 14535 0 1 0 191 6 0 0 25 0 9 0 1999710570 832180224 15815 996147200 134512640 134550740 4294955616 18446744073709551615 102064640 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12256] ppid=12126 vsize=812676 CPUtime=0.01
/proc/12254/task/12256/stat : 12256 (java) S 12126 12126 9184 0 -1 64 399 0 0 0 1 0 0 0 16 0 9 0 1999710572 832180224 15815 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12257] ppid=12126 vsize=812676 CPUtime=0
/proc/12254/task/12257/stat : 12257 (java) S 12126 12126 9184 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999710572 832180224 15815 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12258] ppid=12126 vsize=812676 CPUtime=0
/proc/12254/task/12258/stat : 12258 (java) S 12126 12126 9184 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999710572 832180224 15815 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12259] ppid=12126 vsize=812676 CPUtime=0
/proc/12254/task/12259/stat : 12259 (java) S 12126 12126 9184 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999710574 832180224 15815 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12260] ppid=12126 vsize=812676 CPUtime=0.14
/proc/12254/task/12260/stat : 12260 (java) S 12126 12126 9184 0 -1 64 788 0 0 0 14 0 0 0 16 0 9 0 1999710574 832180224 15815 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12261] ppid=12126 vsize=812676 CPUtime=0
/proc/12254/task/12261/stat : 12261 (java) S 12126 12126 9184 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1999710574 832180224 15815 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12262] ppid=12126 vsize=812676 CPUtime=0
/proc/12254/task/12262/stat : 12262 (java) S 12126 12126 9184 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999710574 832180224 15815 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1647.62
Current children cumulated vsize (KiB) 860240

Child status: 0
Real time (s): 1659.38
CPU time (s): 1647.68
CPU user time (s): 1647.08
CPU system time (s): 0.602908
CPU usage (%): 99.2951
Max. virtual memory (cumulated for all children) (KiB): 860240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1647.08
system time used= 0.602908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82524
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2018
involuntary context switches= 31077

runsolver used 2.05769 second user time and 5.48417 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-04 23:09:13
IDJOB=1078150
IDBENCH=56763
IDSOLVER=351
FILE ID=node68/1078150-1215205753
PBS_JOBID= 7881589
Free space on /tmp= 66524 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-20_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078150-1215205753/watcher-1078150-1215205753 -o /tmp/evaluation-result-1078150-1215205753/solver-1078150-1215205753 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1078150-1215205753.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 606e199fb7787aa860a721cc280e632a
RANDOM SEED=2061253137

node68.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.261
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.261
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1762520 kB
Buffers:         27884 kB
Cached:         182384 kB
SwapCached:       6312 kB
Active:         162508 kB
Inactive:        79496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1762520 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            4320 kB
Writeback:           0 kB
Mapped:          38552 kB
Slab:            36800 kB
Committed_AS:  4326344 kB
PageTables:       1736 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= 66520 MiB
End job on node68 at 2008-07-04 23:36:52