Trace number 1074980

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 985.846 994.657

General information on the benchmark

Namecsp/os-taillard-4/
normalized-os-taillard-4-100-3.xml
MD5SUM3023093f23681e13b94b6dda62071efc
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.008997
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints48
Maximum constraint arity2
Maximum domain size232
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
3.82/3.95	c start processing
3.82/3.95	c start relation processing
6.20/6.30	c start cnf exporting
28.96/29.38	c parsing time : 3.824
28.96/29.38	c preprocessing time : 29.253
28.96/29.38	
28.96/29.38	c Nary constraints - conflicts : 0 supports : 0
28.96/29.38	c Binary constraints - conflicts : 31 supports :17
28.96/29.38	c max arity constraint : 2
28.96/29.38	c Max Tuples generated 50112
28.96/29.38	c relations : 48
28.96/29.38	c relations BDD: 0
28.96/29.38	c sampling 29/48
28.96/29.38	c vars : 3146 - clauses :  819122
28.96/29.38	
29.05/29.43	 
29.05/29.43	c --- SAT Solver Stats ---
29.05/29.43	 
29.05/29.43	c eSAT 0.1 : minisat core with additionnal features
29.05/29.43	c ============================[ Problem Statistics ]=============================
29.05/29.43	c |                                                                             |
29.05/29.43	c |  Number of variables:  3145                                                 |
29.05/29.43	c |  Number of clauses:    819122                                               |
29.52/29.98	c |  Parsing time:         0.46         s                                       |
985.11/993.99	c restarts              : 147
985.11/993.99	c conflicts             : 3501           (4 /sec)
985.11/993.99	c decisions             : 63610          (32.69 % random) (67 /sec)
985.11/993.99	c euip                  : 1161        
985.11/993.99	c propagations          : 545365         (571 /sec)
985.11/993.99	c conflict literals     : 431841         (6.67 % deleted)
985.11/993.99	c Memory used           : 63.02 MB
985.11/993.99	c CPU time              : 955.934 s
985.11/993.99	c 
985.11/993.99	s SATISFIABLE
985.79/994.64	v 2 121 48 213 40 148 0 175 138 40 191 10 190 4 47 128

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-1074980-1215180038/watcher-1074980-1215180038 -o /tmp/evaluation-result-1074980-1215180038/solver-1074980-1215180038 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1074980-1215180038.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.92 1.98 1.99 4/72 13924
/proc/meminfo: memFree=1671464/2055920 swapFree=4180808/4192956
[pid=13924] ppid=13922 vsize=8772 CPUtime=0
/proc/13924/stat : 13924 (galacE.sh) S 13922 13924 13613 0 -1 4194304 526 1177 0 0 0 0 0 0 19 0 1 0 640937393 8982528 317 996147200 4194304 4520092 548682068832 18446744073709551615 231493828690 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/13924/statm: 2193 317 217 79 0 186 0
[pid=13932] ppid=13924 vsize=8836 CPUtime=0
/proc/13932/stat : 13932 (galacE.sh) R 13924 13924 13613 0 -1 4194368 31 0 0 0 0 0 0 0 22 0 1 0 640937395 9048064 325 996147200 4194304 4520092 548682068832 18446744073709551615 231493659943 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/13932/statm: 2209 325 217 79 0 202 0

[startup+0.107773 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 13924
/proc/meminfo: memFree=1671464/2055920 swapFree=4180808/4192956
[pid=13924] ppid=13922 vsize=47572 CPUtime=0.01
/proc/13924/stat : 13924 (galacE.sh) S 13922 13924 13613 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 640937393 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13924/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.201798 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 13924
/proc/meminfo: memFree=1671464/2055920 swapFree=4180808/4192956
[pid=13924] ppid=13922 vsize=47572 CPUtime=0.01
/proc/13924/stat : 13924 (galacE.sh) S 13922 13924 13613 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 640937393 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13924/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301799 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 13924
/proc/meminfo: memFree=1671464/2055920 swapFree=4180808/4192956
[pid=13924] ppid=13922 vsize=47572 CPUtime=0.01
/proc/13924/stat : 13924 (galacE.sh) S 13922 13924 13613 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 640937393 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13924/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701862 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 13924
/proc/meminfo: memFree=1671464/2055920 swapFree=4180808/4192956
[pid=13924] ppid=13922 vsize=47572 CPUtime=0.01
/proc/13924/stat : 13924 (galacE.sh) S 13922 13924 13613 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 640937393 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13924/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50199 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 13946
/proc/meminfo: memFree=1617304/2055920 swapFree=4180808/4192956
[pid=13924] ppid=13922 vsize=47572 CPUtime=0.01
/proc/13924/stat : 13924 (galacE.sh) S 13922 13924 13613 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 640937393 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13924/statm: 11893 364 245 79 0 219 0
[pid=13938] ppid=13924 vsize=812800 CPUtime=1.44
/proc/13938/stat : 13938 (java) S 13924 13924 13613 0 -1 0 18072 0 1 0 134 10 0 0 18 0 9 0 640937397 832307200 17236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13938/statm: 203200 17236 2586 9 0 197181 0
[pid=13938/tid=13939] ppid=13924 vsize=812800 CPUtime=0.86
/proc/13938/task/13939/stat : 13939 (java) R 13924 13924 13613 0 -1 64 8714 0 1 0 82 4 0 0 23 0 9 0 640937398 832307200 17236 996147200 134512640 134550740 4294955600 18446744073709551615 4126638497 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13940] ppid=13924 vsize=812800 CPUtime=0.44
/proc/13938/task/13940/stat : 13940 (java) S 13924 13924 13613 0 -1 64 7910 0 0 0 41 3 0 0 17 0 9 0 640937400 832307200 17236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13941] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13941/stat : 13941 (java) S 13924 13924 13613 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 640937400 832307200 17236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13942] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13942/stat : 13942 (java) S 13924 13924 13613 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 640937400 832307200 17236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13943] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13943/stat : 13943 (java) S 13924 13924 13613 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 640937402 832307200 17236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13944] ppid=13924 vsize=812800 CPUtime=0.09
/proc/13938/task/13944/stat : 13944 (java) S 13924 13924 13613 0 -1 64 747 0 0 0 9 0 0 0 16 0 9 0 640937402 832307200 17236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13945] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13945/stat : 13945 (java) S 13924 13924 13613 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 640937402 832307200 17236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13946] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13946/stat : 13946 (java) S 13924 13924 13613 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 640937402 832307200 17236 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) 860372

[startup+3.10222 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 13946
/proc/meminfo: memFree=1600984/2055920 swapFree=4180808/4192956
[pid=13924] ppid=13922 vsize=47572 CPUtime=0.01
/proc/13924/stat : 13924 (galacE.sh) S 13922 13924 13613 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 640937393 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13924/statm: 11893 364 245 79 0 219 0
[pid=13938] ppid=13924 vsize=812800 CPUtime=3.02
/proc/13938/stat : 13938 (java) S 13924 13924 13613 0 -1 0 22863 0 1 0 290 12 0 0 18 0 9 0 640937397 832307200 21928 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13938/statm: 203200 21928 2586 9 0 197181 0
[pid=13938/tid=13939] ppid=13924 vsize=812800 CPUtime=1.28
/proc/13938/task/13939/stat : 13939 (java) R 13924 13924 13613 0 -1 64 8723 0 1 0 124 4 0 0 25 0 9 0 640937398 832307200 21928 996147200 134512640 134550740 4294955600 18446744073709551615 4126639467 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13940] ppid=13924 vsize=812800 CPUtime=1.6
/proc/13938/task/13940/stat : 13940 (java) S 13924 13924 13613 0 -1 64 12688 0 0 0 154 6 0 0 19 0 9 0 640937400 832307200 21928 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13941] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13941/stat : 13941 (java) S 13924 13924 13613 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 640937400 832307200 21928 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13942] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13942/stat : 13942 (java) S 13924 13924 13613 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 640937400 832307200 21928 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13943] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13943/stat : 13943 (java) S 13924 13924 13613 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 640937402 832307200 21928 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13944] ppid=13924 vsize=812800 CPUtime=0.1
/proc/13938/task/13944/stat : 13944 (java) S 13924 13924 13613 0 -1 64 751 0 0 0 10 0 0 0 16 0 9 0 640937402 832307200 21928 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13945] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13945/stat : 13945 (java) S 13924 13924 13613 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 640937402 832307200 21928 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13946] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13946/stat : 13946 (java) S 13924 13924 13613 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 640937402 832307200 21928 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) 860372

[startup+6.30168 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 13946
/proc/meminfo: memFree=1584472/2055920 swapFree=4180808/4192956
[pid=13924] ppid=13922 vsize=47572 CPUtime=0.01
/proc/13924/stat : 13924 (galacE.sh) S 13922 13924 13613 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 640937393 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13924/statm: 11893 364 245 79 0 219 0
[pid=13938] ppid=13924 vsize=812800 CPUtime=6.19
/proc/13938/stat : 13938 (java) S 13924 13924 13613 0 -1 0 24981 0 1 0 606 13 0 0 18 0 9 0 640937397 832307200 23988 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13938/statm: 203200 23988 2586 9 0 197181 0
[pid=13938/tid=13939] ppid=13924 vsize=812800 CPUtime=3.74
/proc/13938/task/13939/stat : 13939 (java) R 13924 13924 13613 0 -1 64 8728 0 1 0 370 4 0 0 25 0 9 0 640937398 832307200 23988 996147200 134512640 134550740 4294955600 18446744073709551615 4126772132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13940] ppid=13924 vsize=812800 CPUtime=2.29
/proc/13938/task/13940/stat : 13940 (java) S 13924 13924 13613 0 -1 64 14787 0 0 0 222 7 0 0 16 0 9 0 640937400 832307200 23988 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13941] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13941/stat : 13941 (java) S 13924 13924 13613 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 640937400 832307200 23988 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13942] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13942/stat : 13942 (java) S 13924 13924 13613 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 640937400 832307200 23988 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13943] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13943/stat : 13943 (java) S 13924 13924 13613 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 640937402 832307200 23988 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13944] ppid=13924 vsize=812800 CPUtime=0.13
/proc/13938/task/13944/stat : 13944 (java) S 13924 13924 13613 0 -1 64 765 0 0 0 13 0 0 0 16 0 9 0 640937402 832307200 23988 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13945] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13945/stat : 13945 (java) S 13924 13924 13613 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 640937402 832307200 23988 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13946] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13946/stat : 13946 (java) S 13924 13924 13613 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 640937402 832307200 23988 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) 860372

[startup+12.7026 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 13946
/proc/meminfo: memFree=1541464/2055920 swapFree=4180808/4192956
[pid=13924] ppid=13922 vsize=47572 CPUtime=0.01
/proc/13924/stat : 13924 (galacE.sh) S 13922 13924 13613 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 640937393 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13924/statm: 11893 364 245 79 0 219 0
[pid=13938] ppid=13924 vsize=812800 CPUtime=12.52
/proc/13938/stat : 13938 (java) S 13924 13924 13613 0 -1 0 34582 0 1 0 1229 23 0 0 18 0 9 0 640937397 832307200 33575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13938/statm: 203200 33575 2591 9 0 197181 0
[pid=13938/tid=13939] ppid=13924 vsize=812800 CPUtime=9.89
/proc/13938/task/13939/stat : 13939 (java) R 13924 13924 13613 0 -1 64 14638 0 1 0 977 12 0 0 25 0 9 0 640937398 832307200 33575 996147200 134512640 134550740 4294955600 18446744073709551615 4126918812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13940] ppid=13924 vsize=812800 CPUtime=2.4
/proc/13938/task/13940/stat : 13940 (java) S 13924 13924 13613 0 -1 64 18435 0 0 0 231 9 0 0 16 0 9 0 640937400 832307200 33575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13941] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13941/stat : 13941 (java) S 13924 13924 13613 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 640937400 832307200 33575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13942] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13942/stat : 13942 (java) S 13924 13924 13613 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 640937400 832307200 33575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13943] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13943/stat : 13943 (java) S 13924 13924 13613 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 640937402 832307200 33575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13944] ppid=13924 vsize=812800 CPUtime=0.2
/proc/13938/task/13944/stat : 13944 (java) S 13924 13924 13613 0 -1 64 808 0 0 0 20 0 0 0 16 0 9 0 640937402 832307200 33575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13945] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13945/stat : 13945 (java) S 13924 13924 13613 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 640937402 832307200 33575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13946] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13946/stat : 13946 (java) S 13924 13924 13613 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 640937402 832307200 33575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860372

[startup+25.5025 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 13952
/proc/meminfo: memFree=1535184/2055920 swapFree=4180808/4192956
[pid=13924] ppid=13922 vsize=47572 CPUtime=0.01
/proc/13924/stat : 13924 (galacE.sh) S 13922 13924 13613 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 640937393 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13924/statm: 11893 364 245 79 0 219 0
[pid=13938] ppid=13924 vsize=812800 CPUtime=25.19
/proc/13938/stat : 13938 (java) S 13924 13924 13613 0 -1 0 34651 0 1 0 2491 28 0 0 18 0 9 0 640937397 832307200 33623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13938/statm: 203200 33623 2591 9 0 197181 0
[pid=13938/tid=13939] ppid=13924 vsize=812800 CPUtime=22.52
/proc/13938/task/13939/stat : 13939 (java) R 13924 13924 13613 0 -1 64 14659 0 1 0 2236 16 0 0 25 0 9 0 640937398 832307200 33623 996147200 134512640 134550740 4294955600 18446744073709551615 4126884808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13940] ppid=13924 vsize=812800 CPUtime=2.42
/proc/13938/task/13940/stat : 13940 (java) S 13924 13924 13613 0 -1 64 18477 0 0 0 233 9 0 0 16 0 9 0 640937400 832307200 33623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13941] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13941/stat : 13941 (java) S 13924 13924 13613 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 640937400 832307200 33623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13942] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13942/stat : 13942 (java) S 13924 13924 13613 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 640937400 832307200 33623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13943] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13943/stat : 13943 (java) S 13924 13924 13613 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 640937402 832307200 33623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13944] ppid=13924 vsize=812800 CPUtime=0.21
/proc/13938/task/13944/stat : 13944 (java) S 13924 13924 13613 0 -1 64 814 0 0 0 21 0 0 0 16 0 9 0 640937402 832307200 33623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13945] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13945/stat : 13945 (java) S 13924 13924 13613 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 640937402 832307200 33623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13938/tid=13946] ppid=13924 vsize=812800 CPUtime=0
/proc/13938/task/13946/stat : 13946 (java) S 13924 13924 13613 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 640937402 832307200 33623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 860372

[startup+51.1013 s]

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

/proc/13953/stat : 13953 (eSAT_static) R 13924 13924 13613 0 -1 4194304 25316 0 0 0 72634 17 0 0 25 0 1 0 640940337 111218688 25298 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/13953/statm: 27153 25298 75 162 0 26988 0
Current children cumulated CPU time (s) 755.58
Current children cumulated vsize (KiB) 156184

[startup+822.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 13953
/proc/meminfo: memFree=1552864/2055920 swapFree=4180808/4192956
[pid=13924] ppid=13922 vsize=47572 CPUtime=29.07
/proc/13924/stat : 13924 (galacE.sh) S 13922 13924 13613 0 -1 4194304 799 36391 0 1 0 0 2875 32 17 0 1 0 640937393 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13924/statm: 11893 364 245 79 0 219 0
[pid=13953] ppid=13924 vsize=109404 CPUtime=785.96
/proc/13953/stat : 13953 (eSAT_static) R 13924 13924 13613 0 -1 4194304 26133 0 0 0 78579 17 0 0 25 0 1 0 640940337 112029696 26115 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/13953/statm: 27351 26115 75 162 0 27186 0
Current children cumulated CPU time (s) 815.03
Current children cumulated vsize (KiB) 156976

[startup+882.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 13953
/proc/meminfo: memFree=1549600/2055920 swapFree=4180808/4192956
[pid=13924] ppid=13922 vsize=47572 CPUtime=29.07
/proc/13924/stat : 13924 (galacE.sh) S 13922 13924 13613 0 -1 4194304 799 36391 0 1 0 0 2875 32 17 0 1 0 640937393 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13924/statm: 11893 364 245 79 0 219 0
[pid=13953] ppid=13924 vsize=110188 CPUtime=845.44
/proc/13953/stat : 13953 (eSAT_static) R 13924 13924 13613 0 -1 4194304 26950 0 0 0 84526 18 0 0 25 0 1 0 640940337 112832512 26932 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/13953/statm: 27547 26932 75 162 0 27382 0
Current children cumulated CPU time (s) 874.51
Current children cumulated vsize (KiB) 157760

[startup+942.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 13953
/proc/meminfo: memFree=1546336/2055920 swapFree=4180808/4192956
[pid=13924] ppid=13922 vsize=47572 CPUtime=29.07
/proc/13924/stat : 13924 (galacE.sh) S 13922 13924 13613 0 -1 4194304 799 36391 0 1 0 0 2875 32 17 0 1 0 640937393 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13924/statm: 11893 364 245 79 0 219 0
[pid=13953] ppid=13924 vsize=134172 CPUtime=904.9
/proc/13953/stat : 13953 (eSAT_static) R 13924 13924 13613 0 -1 4194304 27752 0 0 0 90472 18 0 0 25 0 1 0 640940337 137392128 27734 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/13953/statm: 33543 27734 75 162 0 33378 0
Current children cumulated CPU time (s) 933.97
Current children cumulated vsize (KiB) 181744

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

[startup+947.206 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 13953
/proc/meminfo: memFree=1546336/2055920 swapFree=4180808/4192956
[pid=13924] ppid=13922 vsize=47572 CPUtime=29.07
/proc/13924/stat : 13924 (galacE.sh) S 13922 13924 13613 0 -1 4194304 799 36391 0 1 0 0 2875 32 17 0 1 0 640937393 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13924/statm: 11893 364 245 79 0 219 0
[pid=13953] ppid=13924 vsize=134172 CPUtime=909.75
/proc/13953/stat : 13953 (eSAT_static) R 13924 13924 13613 0 -1 4194304 27752 0 0 0 90957 18 0 0 25 0 1 0 640940337 137392128 27734 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/13953/statm: 33543 27734 75 162 0 33378 0
Current children cumulated CPU time (s) 938.82
Current children cumulated vsize (KiB) 181744

[startup+972.802 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 13953
/proc/meminfo: memFree=1544672/2055920 swapFree=4180808/4192956
[pid=13924] ppid=13922 vsize=47572 CPUtime=29.07
/proc/13924/stat : 13924 (galacE.sh) S 13922 13924 13613 0 -1 4194304 799 36391 0 1 0 0 2875 32 17 0 1 0 640937393 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13924/statm: 11893 364 245 79 0 219 0
[pid=13953] ppid=13924 vsize=134596 CPUtime=935.13
/proc/13953/stat : 13953 (eSAT_static) R 13924 13924 13613 0 -1 4194304 28158 0 0 0 93494 19 0 0 25 0 1 0 640940337 137826304 28140 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/13953/statm: 33649 28140 75 162 0 33484 0
Current children cumulated CPU time (s) 964.2
Current children cumulated vsize (KiB) 182168

[startup+985.602 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 13953
/proc/meminfo: memFree=1544672/2055920 swapFree=4180808/4192956
[pid=13924] ppid=13922 vsize=47572 CPUtime=29.07
/proc/13924/stat : 13924 (galacE.sh) S 13922 13924 13613 0 -1 4194304 799 36391 0 1 0 0 2875 32 17 0 1 0 640937393 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13924/statm: 11893 364 245 79 0 219 0
[pid=13953] ppid=13924 vsize=134596 CPUtime=947.81
/proc/13953/stat : 13953 (eSAT_static) R 13924 13924 13613 0 -1 4194304 28160 0 0 0 94762 19 0 0 25 0 1 0 640940337 137826304 28142 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/13953/statm: 33649 28142 75 162 0 33484 0
Current children cumulated CPU time (s) 976.88
Current children cumulated vsize (KiB) 182168

[startup+988.801 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 13953
/proc/meminfo: memFree=1544672/2055920 swapFree=4180808/4192956
[pid=13924] ppid=13922 vsize=47572 CPUtime=29.07
/proc/13924/stat : 13924 (galacE.sh) S 13922 13924 13613 0 -1 4194304 799 36391 0 1 0 0 2875 32 17 0 1 0 640937393 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13924/statm: 11893 364 245 79 0 219 0
[pid=13953] ppid=13924 vsize=134596 CPUtime=950.98
/proc/13953/stat : 13953 (eSAT_static) R 13924 13924 13613 0 -1 4194304 28167 0 0 0 95079 19 0 0 25 0 1 0 640940337 137826304 28149 996147200 134512640 135177480 4294955968 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 1 0 0
/proc/13953/statm: 33649 28149 75 162 0 33484 0
Current children cumulated CPU time (s) 980.05
Current children cumulated vsize (KiB) 182168

[startup+992.002 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 13953
/proc/meminfo: memFree=1544672/2055920 swapFree=4180808/4192956
[pid=13924] ppid=13922 vsize=47572 CPUtime=29.07
/proc/13924/stat : 13924 (galacE.sh) S 13922 13924 13613 0 -1 4194304 799 36391 0 1 0 0 2875 32 17 0 1 0 640937393 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13924/statm: 11893 364 245 79 0 219 0
[pid=13953] ppid=13924 vsize=134596 CPUtime=954.16
/proc/13953/stat : 13953 (eSAT_static) R 13924 13924 13613 0 -1 4194304 28167 0 0 0 95397 19 0 0 25 0 1 0 640940337 137826304 28149 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/13953/statm: 33649 28149 75 162 0 33484 0
Current children cumulated CPU time (s) 983.23
Current children cumulated vsize (KiB) 182168

[startup+993.601 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 13953
/proc/meminfo: memFree=1593888/2055920 swapFree=4180808/4192956
[pid=13924] ppid=13922 vsize=47572 CPUtime=29.07
/proc/13924/stat : 13924 (galacE.sh) S 13922 13924 13613 0 -1 4194304 799 36391 0 1 0 0 2875 32 17 0 1 0 640937393 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13924/statm: 11893 364 245 79 0 219 0
[pid=13953] ppid=13924 vsize=64524 CPUtime=955.74
/proc/13953/stat : 13953 (eSAT_static) R 13924 13924 13613 0 -1 4194304 28172 0 0 0 95554 20 0 0 25 0 1 0 640940337 66072576 15799 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/13953/statm: 16131 15799 80 162 0 15966 0
Current children cumulated CPU time (s) 984.81
Current children cumulated vsize (KiB) 112096

[startup+994.401 s]
/proc/loadavg: 2.00 2.01 2.00 4/82 13962
/proc/meminfo: memFree=1646240/2055920 swapFree=4180808/4192956
[pid=13924] ppid=13922 vsize=47572 CPUtime=985.23
/proc/13924/stat : 13924 (galacE.sh) S 13922 13924 13613 0 -1 4194304 835 64576 0 1 0 0 98469 54 16 0 1 0 640937393 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 231493828690 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/13924/statm: 11893 365 245 79 0 219 0
[pid=13954] ppid=13924 vsize=811928 CPUtime=0.37
/proc/13954/stat : 13954 (java) S 13924 13924 13613 0 -1 0 5174 0 1 0 33 4 0 0 18 0 9 0 641036794 831414272 4557 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13954/statm: 202982 4557 1903 9 0 196935 0
[pid=13954/tid=13955] ppid=13924 vsize=811928 CPUtime=0.35
/proc/13954/task/13955/stat : 13955 (java) R 13924 13924 13613 0 -1 64 4026 0 1 0 31 4 0 0 18 0 9 0 641036795 831414272 4557 996147200 134512640 134550740 4294955616 18446744073709551615 4125975203 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13954/tid=13956] ppid=13924 vsize=811928 CPUtime=0
/proc/13954/task/13956/stat : 13956 (java) S 13924 13924 13613 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 641036797 831414272 4557 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=13954/tid=13957] ppid=13924 vsize=811928 CPUtime=0
/proc/13954/task/13957/stat : 13957 (java) S 13924 13924 13613 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 641036797 831414272 4557 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13954/tid=13958] ppid=13924 vsize=811928 CPUtime=0
/proc/13954/task/13958/stat : 13958 (java) S 13924 13924 13613 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 641036797 831414272 4557 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13954/tid=13959] ppid=13924 vsize=811928 CPUtime=0
/proc/13954/task/13959/stat : 13959 (java) S 13924 13924 13613 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 641036799 831414272 4557 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13954/tid=13960] ppid=13924 vsize=811928 CPUtime=0.01
/proc/13954/task/13960/stat : 13960 (java) R 13924 13924 13613 0 -1 64 436 0 0 0 1 0 0 0 19 0 9 0 641036799 831414272 4557 996147200 134512640 134550740 4294955616 18446744073709551615 102094103 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13954/tid=13961] ppid=13924 vsize=811928 CPUtime=0
/proc/13954/task/13961/stat : 13961 (java) S 13924 13924 13613 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 641036799 831414272 4557 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13954/tid=13962] ppid=13924 vsize=811928 CPUtime=0
/proc/13954/task/13962/stat : 13962 (java) S 13924 13924 13613 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 641036799 831414272 4557 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 985.6
Current children cumulated vsize (KiB) 859500

[startup+994.602 s]
/proc/loadavg: 2.00 2.01 2.00 4/82 13962
/proc/meminfo: memFree=1646240/2055920 swapFree=4180808/4192956
[pid=13924] ppid=13922 vsize=47572 CPUtime=985.23
/proc/13924/stat : 13924 (galacE.sh) S 13922 13924 13613 0 -1 4194304 842 64576 0 1 0 0 98469 54 15 0 1 0 640937393 48713728 366 996147200 4194304 4520092 548682068832 18446744073709551615 231493828690 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/13924/statm: 11893 366 245 79 0 219 0
[pid=13954] ppid=13924 vsize=812892 CPUtime=0.56
/proc/13954/stat : 13954 (java) S 13924 13924 13613 0 -1 0 6062 0 1 0 52 4 0 0 18 0 9 0 641036794 832401408 5444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13954/statm: 203223 5444 1907 9 0 197176 0
[pid=13954/tid=13955] ppid=13924 vsize=812892 CPUtime=0.46
/proc/13954/task/13955/stat : 13955 (java) S 13924 13924 13613 0 -1 64 4592 0 1 0 42 4 0 0 19 0 9 0 641036795 832401408 5444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13954/tid=13956] ppid=13924 vsize=812892 CPUtime=0
/proc/13954/task/13956/stat : 13956 (java) S 13924 13924 13613 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 641036797 832401408 5444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=13954/tid=13957] ppid=13924 vsize=812892 CPUtime=0
/proc/13954/task/13957/stat : 13957 (java) S 13924 13924 13613 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 641036797 832401408 5444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13954/tid=13958] ppid=13924 vsize=812892 CPUtime=0
/proc/13954/task/13958/stat : 13958 (java) S 13924 13924 13613 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 641036797 832401408 5444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13954/tid=13959] ppid=13924 vsize=812892 CPUtime=0
/proc/13954/task/13959/stat : 13959 (java) S 13924 13924 13613 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 641036799 832401408 5444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13954/tid=13960] ppid=13924 vsize=812892 CPUtime=0.1
/proc/13954/task/13960/stat : 13960 (java) R 13924 13924 13613 0 -1 64 758 0 0 0 10 0 0 0 20 0 9 0 641036799 832401408 5444 996147200 134512640 134550740 4294955616 18446744073709551615 101995016 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13954/tid=13961] ppid=13924 vsize=812892 CPUtime=0
/proc/13954/task/13961/stat : 13961 (java) S 13924 13924 13613 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 641036799 832401408 5444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13954/tid=13962] ppid=13924 vsize=812892 CPUtime=0
/proc/13954/task/13962/stat : 13962 (java) S 13924 13924 13613 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 641036799 832401408 5444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 985.79
Current children cumulated vsize (KiB) 860464

Child status: 0
Real time (s): 994.657
CPU time (s): 985.846
CPU user time (s): 985.234
CPU system time (s): 0.611906
CPU usage (%): 99.1142
Max. virtual memory (cumulated for all children) (KiB): 860592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 985.234
system time used= 0.611906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71681
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= 1977
involuntary context switches= 23366

runsolver used 1.25881 second user time and 3.17652 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-04 16:00:38
IDJOB=1074980
IDBENCH=56474
IDSOLVER=351
FILE ID=node39/1074980-1215180038
PBS_JOBID= 7881571
Free space on /tmp= 66556 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/os-taillard-4/normalized-os-taillard-4-100-3.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074980-1215180038/watcher-1074980-1215180038 -o /tmp/evaluation-result-1074980-1215180038/solver-1074980-1215180038 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1074980-1215180038.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3023093f23681e13b94b6dda62071efc
RANDOM SEED=1073517314

node39.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.267
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.267
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:       1671944 kB
Buffers:         35336 kB
Cached:         122112 kB
SwapCached:       5956 kB
Active:         283764 kB
Inactive:        47304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1671944 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            3104 kB
Writeback:           0 kB
Mapped:         181360 kB
Slab:            37964 kB
Committed_AS:  1174632 kB
PageTables:       2072 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 node39 at 2008-07-04 16:17:13