Trace number 1074959

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 267.161 269.794

General information on the benchmark

Namecsp/os-taillard-4/
normalized-os-taillard-4-100-8.xml
MD5SUM0210698a50f6c7ec1d33c001f1aab78f
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.006998
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints48
Maximum constraint arity2
Maximum domain size251
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.63/3.77	c start processing
3.63/3.77	c start relation processing
6.80/6.97	c start cnf exporting
31.55/31.92	c parsing time : 3.644
31.55/31.92	c preprocessing time : 31.803
31.55/31.92	
31.55/31.92	c Nary constraints - conflicts : 0 supports : 0
31.55/31.92	c Binary constraints - conflicts : 24 supports :24
31.55/31.92	c max arity constraint : 2
31.55/31.92	c Max Tuples generated 50200
31.55/31.92	c relations : 48
31.55/31.92	c relations BDD: 0
31.55/31.92	c sampling 25/48
31.55/31.93	c vars : 3243 - clauses :  757498
31.55/31.93	
31.55/31.97	 
31.55/31.97	c --- SAT Solver Stats ---
31.55/31.97	 
31.55/31.97	c eSAT 0.1 : minisat core with additionnal features
31.55/31.97	c ============================[ Problem Statistics ]=============================
31.55/31.97	c |                                                                             |
31.55/31.98	c |  Number of variables:  3242                                                 |
31.55/31.98	c |  Number of clauses:    757498                                               |
31.60/32.50	c |  Parsing time:         0.46         s                                       |
266.50/269.13	c restarts              : 208
266.50/269.13	c conflicts             : 12025          (51 /sec)
266.50/269.13	c decisions             : 123724         (16.78 % random) (527 /sec)
266.50/269.13	c euip                  : 4371        
266.50/269.13	c propagations          : 923872         (3934 /sec)
266.50/269.13	c conflict literals     : 1567130        (9.35 % deleted)
266.50/269.13	c Memory used           : 49.50 MB
266.50/269.13	c CPU time              : 234.845 s
266.50/269.13	c 
266.50/269.13	s SATISFIABLE
267.09/269.78	v 213 0 137 73 189 72 158 1 0 63 168 229 168 0 72 179

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-1074959-1215180007/watcher-1074959-1215180007 -o /tmp/evaluation-result-1074959-1215180007/solver-1074959-1215180007 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1074959-1215180007.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.04 2.01 2.00 4/81 22002
/proc/meminfo: memFree=1599616/2055920 swapFree=4122068/4192956
[pid=22002] ppid=22000 vsize=18572 CPUtime=0
/proc/22002/stat : 22002 (runsolver) R 22000 22002 19170 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1306246641 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 273952599335 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22002/statm: 4643 292 257 25 0 2626 0

[startup+0.062398 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 22002
/proc/meminfo: memFree=1599616/2055920 swapFree=4122068/4192956
[pid=22002] ppid=22000 vsize=47560 CPUtime=0.01
/proc/22002/stat : 22002 (galacE.sh) S 22000 22002 19170 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1306246641 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22002/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.101406 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 22002
/proc/meminfo: memFree=1599616/2055920 swapFree=4122068/4192956
[pid=22002] ppid=22000 vsize=47560 CPUtime=0.01
/proc/22002/stat : 22002 (galacE.sh) S 22000 22002 19170 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1306246641 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22002/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301446 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 22002
/proc/meminfo: memFree=1599616/2055920 swapFree=4122068/4192956
[pid=22002] ppid=22000 vsize=47560 CPUtime=0.01
/proc/22002/stat : 22002 (galacE.sh) S 22000 22002 19170 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1306246641 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22002/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701527 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 22002
/proc/meminfo: memFree=1599616/2055920 swapFree=4122068/4192956
[pid=22002] ppid=22000 vsize=47560 CPUtime=0.01
/proc/22002/stat : 22002 (galacE.sh) S 22000 22002 19170 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1306246641 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22002/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50268 s]
/proc/loadavg: 2.04 2.01 2.00 3/91 22024
/proc/meminfo: memFree=1548912/2055920 swapFree=4122068/4192956
[pid=22002] ppid=22000 vsize=47560 CPUtime=0.01
/proc/22002/stat : 22002 (galacE.sh) S 22000 22002 19170 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1306246641 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22002/statm: 11890 364 245 79 0 219 0
[pid=22016] ppid=22002 vsize=813760 CPUtime=1.44
/proc/22016/stat : 22016 (java) S 22002 22002 19170 0 -1 0 17346 0 1 0 136 8 0 0 18 0 9 0 1306246644 833290240 16473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22016/statm: 203440 16473 2585 9 0 197421 0
[pid=22016/tid=22017] ppid=22002 vsize=813760 CPUtime=0.66
/proc/22016/task/22017/stat : 22017 (java) R 22002 22002 19170 0 -1 64 7807 0 1 0 62 4 0 0 25 0 9 0 1306246645 833290240 16473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22018] ppid=22002 vsize=813760 CPUtime=0.65
/proc/22016/task/22018/stat : 22018 (java) R 22002 22002 19170 0 -1 64 8101 0 0 0 63 2 0 0 17 0 9 0 1306246647 833290240 16473 996147200 134512640 134550740 4294955600 18446744073709551615 104457027 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22019] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22019/stat : 22019 (java) S 22002 22002 19170 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1306246647 833290240 16473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22020] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22020/stat : 22020 (java) S 22002 22002 19170 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1306246647 833290240 16473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22021] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22021/stat : 22021 (java) S 22002 22002 19170 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1306246649 833290240 16473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22022] ppid=22002 vsize=813760 CPUtime=0.09
/proc/22016/task/22022/stat : 22022 (java) S 22002 22002 19170 0 -1 64 736 0 0 0 9 0 0 0 16 0 9 0 1306246649 833290240 16473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22023] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22023/stat : 22023 (java) S 22002 22002 19170 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1306246649 833290240 16473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22024] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22024/stat : 22024 (java) S 22002 22002 19170 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1306246649 833290240 16473 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) 861320

[startup+3.102 s]
/proc/loadavg: 2.12 2.03 2.01 4/91 22024
/proc/meminfo: memFree=1535600/2055920 swapFree=4122068/4192956
[pid=22002] ppid=22000 vsize=47560 CPUtime=0.01
/proc/22002/stat : 22002 (galacE.sh) S 22000 22002 19170 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1306246641 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22002/statm: 11890 364 245 79 0 219 0
[pid=22016] ppid=22002 vsize=813760 CPUtime=3.02
/proc/22016/stat : 22016 (java) S 22002 22002 19170 0 -1 0 21694 0 1 0 292 10 0 0 18 0 9 0 1306246644 833290240 20718 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22016/statm: 203440 20718 2585 9 0 197421 0
[pid=22016/tid=22017] ppid=22002 vsize=813760 CPUtime=1.08
/proc/22016/task/22017/stat : 22017 (java) R 22002 22002 19170 0 -1 64 7818 0 1 0 104 4 0 0 25 0 9 0 1306246645 833290240 20718 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22018] ppid=22002 vsize=813760 CPUtime=1.81
/proc/22016/task/22018/stat : 22018 (java) R 22002 22002 19170 0 -1 64 12434 0 0 0 177 4 0 0 16 0 9 0 1306246647 833290240 20718 996147200 134512640 134550740 4294955600 18446744073709551615 103735733 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22019] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22019/stat : 22019 (java) S 22002 22002 19170 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1306246647 833290240 20718 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22020] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22020/stat : 22020 (java) S 22002 22002 19170 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1306246647 833290240 20718 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22021] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22021/stat : 22021 (java) S 22002 22002 19170 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1306246649 833290240 20718 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22022] ppid=22002 vsize=813760 CPUtime=0.1
/proc/22016/task/22022/stat : 22022 (java) S 22002 22002 19170 0 -1 64 740 0 0 0 10 0 0 0 16 0 9 0 1306246649 833290240 20718 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22023] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22023/stat : 22023 (java) S 22002 22002 19170 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1306246649 833290240 20718 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22024] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22024/stat : 22024 (java) R 22002 22002 19170 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1306246649 833290240 20718 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) 861320

[startup+6.30262 s]
/proc/loadavg: 2.12 2.03 2.01 3/91 22024
/proc/meminfo: memFree=1515952/2055920 swapFree=4122068/4192956
[pid=22002] ppid=22000 vsize=47560 CPUtime=0.01
/proc/22002/stat : 22002 (galacE.sh) S 22000 22002 19170 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1306246641 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22002/statm: 11890 364 245 79 0 219 0
[pid=22016] ppid=22002 vsize=813760 CPUtime=6.19
/proc/22016/stat : 22016 (java) S 22002 22002 19170 0 -1 0 25278 0 1 0 608 11 0 0 18 0 9 0 1306246644 833290240 24276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22016/statm: 203440 24276 2585 9 0 197421 0
[pid=22016/tid=22017] ppid=22002 vsize=813760 CPUtime=3.78
/proc/22016/task/22017/stat : 22017 (java) R 22002 22002 19170 0 -1 64 9264 0 1 0 373 5 0 0 25 0 9 0 1306246645 833290240 24276 996147200 134512640 134550740 4294955600 18446744073709551615 4126767959 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22018] ppid=22002 vsize=813760 CPUtime=2.26
/proc/22016/task/22018/stat : 22018 (java) S 22002 22002 19170 0 -1 64 14558 0 0 0 221 5 0 0 16 0 9 0 1306246647 833290240 24276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22019] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22019/stat : 22019 (java) S 22002 22002 19170 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1306246647 833290240 24276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22020] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22020/stat : 22020 (java) S 22002 22002 19170 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1306246647 833290240 24276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22021] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22021/stat : 22021 (java) S 22002 22002 19170 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1306246649 833290240 24276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22022] ppid=22002 vsize=813760 CPUtime=0.12
/proc/22016/task/22022/stat : 22022 (java) S 22002 22002 19170 0 -1 64 754 0 0 0 12 0 0 0 15 0 9 0 1306246649 833290240 24276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22023] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22023/stat : 22023 (java) S 22002 22002 19170 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1306246649 833290240 24276 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22024] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22024/stat : 22024 (java) S 22002 22002 19170 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1306246649 833290240 24276 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) 861320

[startup+12.7029 s]
/proc/loadavg: 2.10 2.03 2.01 4/91 22024
/proc/meminfo: memFree=1462576/2055920 swapFree=4122068/4192956
[pid=22002] ppid=22000 vsize=47560 CPUtime=0.01
/proc/22002/stat : 22002 (galacE.sh) S 22000 22002 19170 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1306246641 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22002/statm: 11890 364 245 79 0 219 0
[pid=22016] ppid=22002 vsize=813760 CPUtime=12.52
/proc/22016/stat : 22016 (java) S 22002 22002 19170 0 -1 0 36402 0 1 0 1232 20 0 0 18 0 9 0 1306246644 833290240 35387 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22016/statm: 203440 35387 2590 9 0 197421 0
[pid=22016/tid=22017] ppid=22002 vsize=813760 CPUtime=9.89
/proc/22016/task/22017/stat : 22017 (java) R 22002 22002 19170 0 -1 64 14640 0 1 0 978 11 0 0 25 0 9 0 1306246645 833290240 35387 996147200 134512640 134550740 4294955600 18446744073709551615 4126915851 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22018] ppid=22002 vsize=813760 CPUtime=2.42
/proc/22016/task/22018/stat : 22018 (java) S 22002 22002 19170 0 -1 64 20270 0 0 0 234 8 0 0 16 0 9 0 1306246647 833290240 35387 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22019] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22019/stat : 22019 (java) S 22002 22002 19170 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1306246647 833290240 35387 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22020] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22020/stat : 22020 (java) S 22002 22002 19170 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1306246647 833290240 35387 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22021] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22021/stat : 22021 (java) S 22002 22002 19170 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1306246649 833290240 35387 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22022] ppid=22002 vsize=813760 CPUtime=0.19
/proc/22016/task/22022/stat : 22022 (java) S 22002 22002 19170 0 -1 64 790 0 0 0 19 0 0 0 15 0 9 0 1306246649 833290240 35387 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22023] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22023/stat : 22023 (java) S 22002 22002 19170 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1306246649 833290240 35387 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22024] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22024/stat : 22024 (java) S 22002 22002 19170 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1306246649 833290240 35387 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) 861320

[startup+25.5024 s]
/proc/loadavg: 2.08 2.03 2.00 3/91 22024
/proc/meminfo: memFree=1456816/2055920 swapFree=4122068/4192956
[pid=22002] ppid=22000 vsize=47560 CPUtime=0.01
/proc/22002/stat : 22002 (galacE.sh) S 22000 22002 19170 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1306246641 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22002/statm: 11890 364 245 79 0 219 0
[pid=22016] ppid=22002 vsize=813760 CPUtime=25.2
/proc/22016/stat : 22016 (java) S 22002 22002 19170 0 -1 0 36489 0 1 0 2495 25 0 0 18 0 9 0 1306246644 833290240 35454 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22016/statm: 203440 35454 2590 9 0 197421 0
[pid=22016/tid=22017] ppid=22002 vsize=813760 CPUtime=22.53
/proc/22016/task/22017/stat : 22017 (java) R 22002 22002 19170 0 -1 64 14660 0 1 0 2237 16 0 0 25 0 9 0 1306246645 833290240 35454 996147200 134512640 134550740 4294955600 18446744073709551615 4126385464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22018] ppid=22002 vsize=813760 CPUtime=2.45
/proc/22016/task/22018/stat : 22018 (java) S 22002 22002 19170 0 -1 64 20324 0 0 0 237 8 0 0 16 0 9 0 1306246647 833290240 35454 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22019] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22019/stat : 22019 (java) S 22002 22002 19170 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1306246647 833290240 35454 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22020] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22020/stat : 22020 (java) S 22002 22002 19170 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1306246647 833290240 35454 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22021] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22021/stat : 22021 (java) S 22002 22002 19170 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1306246649 833290240 35454 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22022] ppid=22002 vsize=813760 CPUtime=0.21
/proc/22016/task/22022/stat : 22022 (java) S 22002 22002 19170 0 -1 64 803 0 0 0 21 0 0 0 15 0 9 0 1306246649 833290240 35454 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22023] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22023/stat : 22023 (java) S 22002 22002 19170 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1306246649 833290240 35454 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22016/tid=22024] ppid=22002 vsize=813760 CPUtime=0
/proc/22016/task/22024/stat : 22024 (java) S 22002 22002 19170 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1306246649 833290240 35454 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 861320

[startup+51.1014 s]
/proc/loadavg: 2.05 2.02 2.00 3/83 22025
/proc/meminfo: memFree=1538928/2055920 swapFree=4122068/4192956
[pid=22002] ppid=22000 vsize=47560 CPUtime=31.6

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

/proc/22025/stat : 22025 (eSAT_static) R 22002 22002 19170 0 -1 4194304 11725 0 0 0 1887 6 0 0 25 0 1 0 1306249838 50806784 11707 996147200 134512640 135177480 4294955968 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 1 0 0
/proc/22025/statm: 12404 11707 75 162 0 12239 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 97176

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 22031
/proc/meminfo: memFree=1535792/2055920 swapFree=4122068/4192956
[pid=22002] ppid=22000 vsize=47560 CPUtime=31.6
/proc/22002/stat : 22002 (galacE.sh) S 22000 22002 19170 0 -1 4194304 799 38254 0 1 0 0 3129 31 17 0 1 0 1306246641 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22002/statm: 11890 364 245 79 0 219 0
[pid=22025] ppid=22002 vsize=51928 CPUtime=69.64
/proc/22025/stat : 22025 (eSAT_static) R 22002 22002 19170 0 -1 4194304 12546 0 0 0 6957 7 0 0 25 0 1 0 1306249838 53174272 12528 996147200 134512640 135177480 4294955968 18446744073709551615 134537723 0 0 4096 3 0 0 0 17 1 0 0
/proc/22025/statm: 12982 12528 75 162 0 12817 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 99488

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 22031
/proc/meminfo: memFree=1530672/2055920 swapFree=4122068/4192956
[pid=22002] ppid=22000 vsize=47560 CPUtime=31.6
/proc/22002/stat : 22002 (galacE.sh) S 22000 22002 19170 0 -1 4194304 799 38254 0 1 0 0 3129 31 17 0 1 0 1306246641 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22002/statm: 11890 364 245 79 0 219 0
[pid=22025] ppid=22002 vsize=58580 CPUtime=129.1
/proc/22025/stat : 22025 (eSAT_static) R 22002 22002 19170 0 -1 4194304 13812 0 0 0 12902 8 0 0 25 0 1 0 1306249838 59985920 13794 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/22025/statm: 14645 13794 75 162 0 14480 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 106140

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 22031
/proc/meminfo: memFree=1527856/2055920 swapFree=4122068/4192956
[pid=22002] ppid=22000 vsize=47560 CPUtime=31.6
/proc/22002/stat : 22002 (galacE.sh) S 22000 22002 19170 0 -1 4194304 799 38254 0 1 0 0 3129 31 17 0 1 0 1306246641 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22002/statm: 11890 364 245 79 0 219 0
[pid=22025] ppid=22002 vsize=64128 CPUtime=188.53
/proc/22025/stat : 22025 (eSAT_static) R 22002 22002 19170 0 -1 4194304 14529 0 0 0 18845 8 0 0 25 0 1 0 1306249838 65667072 14511 996147200 134512640 135177480 4294955968 18446744073709551615 134537319 0 0 4096 3 0 0 0 17 1 0 0
/proc/22025/statm: 16032 14511 75 162 0 15867 0
Current children cumulated CPU time (s) 220.13
Current children cumulated vsize (KiB) 111688

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

[startup+230.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 22031
/proc/meminfo: memFree=1527792/2055920 swapFree=4122068/4192956
[pid=22002] ppid=22000 vsize=47560 CPUtime=31.6
/proc/22002/stat : 22002 (galacE.sh) S 22000 22002 19170 0 -1 4194304 799 38254 0 1 0 0 3129 31 17 0 1 0 1306246641 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22002/statm: 11890 364 245 79 0 219 0
[pid=22025] ppid=22002 vsize=64128 CPUtime=196.46
/proc/22025/stat : 22025 (eSAT_static) R 22002 22002 19170 0 -1 4194304 14546 0 0 0 19638 8 0 0 25 0 1 0 1306249838 65667072 14528 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/22025/statm: 16032 14528 75 162 0 15867 0
Current children cumulated CPU time (s) 228.06
Current children cumulated vsize (KiB) 111688

[startup+255.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22031
/proc/meminfo: memFree=1526384/2055920 swapFree=4122068/4192956
[pid=22002] ppid=22000 vsize=47560 CPUtime=31.6
/proc/22002/stat : 22002 (galacE.sh) S 22000 22002 19170 0 -1 4194304 799 38254 0 1 0 0 3129 31 17 0 1 0 1306246641 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22002/statm: 11890 364 245 79 0 219 0
[pid=22025] ppid=22002 vsize=64528 CPUtime=221.83
/proc/22025/stat : 22025 (eSAT_static) R 22002 22002 19170 0 -1 4194304 14892 0 0 0 22174 9 0 0 25 0 1 0 1306249838 66076672 14874 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/22025/statm: 16132 14874 75 162 0 15967 0
Current children cumulated CPU time (s) 253.43
Current children cumulated vsize (KiB) 112088

[startup+262.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22031
/proc/meminfo: memFree=1526384/2055920 swapFree=4122068/4192956
[pid=22002] ppid=22000 vsize=47560 CPUtime=31.6
/proc/22002/stat : 22002 (galacE.sh) S 22000 22002 19170 0 -1 4194304 799 38254 0 1 0 0 3129 31 17 0 1 0 1306246641 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22002/statm: 11890 364 245 79 0 219 0
[pid=22025] ppid=22002 vsize=64528 CPUtime=228.16
/proc/22025/stat : 22025 (eSAT_static) R 22002 22002 19170 0 -1 4194304 14893 0 0 0 22807 9 0 0 25 0 1 0 1306249838 66076672 14875 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/22025/statm: 16132 14875 75 162 0 15967 0
Current children cumulated CPU time (s) 259.76
Current children cumulated vsize (KiB) 112088

[startup+265.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22031
/proc/meminfo: memFree=1526384/2055920 swapFree=4122068/4192956
[pid=22002] ppid=22000 vsize=47560 CPUtime=31.6
/proc/22002/stat : 22002 (galacE.sh) S 22000 22002 19170 0 -1 4194304 799 38254 0 1 0 0 3129 31 17 0 1 0 1306246641 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22002/statm: 11890 364 245 79 0 219 0
[pid=22025] ppid=22002 vsize=64528 CPUtime=231.34
/proc/22025/stat : 22025 (eSAT_static) R 22002 22002 19170 0 -1 4194304 14893 0 0 0 23125 9 0 0 25 0 1 0 1306249838 66076672 14875 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/22025/statm: 16132 14875 75 162 0 15967 0
Current children cumulated CPU time (s) 262.94
Current children cumulated vsize (KiB) 112088

[startup+267.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22031
/proc/meminfo: memFree=1526384/2055920 swapFree=4122068/4192956
[pid=22002] ppid=22000 vsize=47560 CPUtime=31.6
/proc/22002/stat : 22002 (galacE.sh) S 22000 22002 19170 0 -1 4194304 799 38254 0 1 0 0 3129 31 17 0 1 0 1306246641 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22002/statm: 11890 364 245 79 0 219 0
[pid=22025] ppid=22002 vsize=50684 CPUtime=232.92
/proc/22025/stat : 22025 (eSAT_static) R 22002 22002 19170 0 -1 4194304 14898 0 0 0 23283 9 0 0 25 0 1 0 1306249838 51900416 12291 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 1 0 0
/proc/22025/statm: 12671 12291 80 162 0 12506 0
Current children cumulated CPU time (s) 264.52
Current children cumulated vsize (KiB) 98244

[startup+268.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22031
/proc/meminfo: memFree=1536560/2055920 swapFree=4122068/4192956
[pid=22002] ppid=22000 vsize=47560 CPUtime=31.6
/proc/22002/stat : 22002 (galacE.sh) S 22000 22002 19170 0 -1 4194304 799 38254 0 1 0 0 3129 31 17 0 1 0 1306246641 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273952205658 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22002/statm: 11890 364 245 79 0 219 0
[pid=22025] ppid=22002 vsize=50684 CPUtime=234.5
/proc/22025/stat : 22025 (eSAT_static) R 22002 22002 19170 0 -1 4194304 14898 0 0 0 23441 9 0 0 25 0 1 0 1306249838 51900416 12291 996147200 134512640 135177480 4294955968 18446744073709551615 134564468 0 0 4096 3 0 0 0 17 1 0 0
/proc/22025/statm: 12671 12291 80 162 0 12506 0
Current children cumulated CPU time (s) 266.1
Current children cumulated vsize (KiB) 98244

[startup+269.507 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 22040
/proc/meminfo: memFree=1576368/2055920 swapFree=4122068/4192956
[pid=22002] ppid=22000 vsize=47560 CPUtime=266.56
/proc/22002/stat : 22002 (galacE.sh) S 22000 22002 19170 0 -1 4194304 835 53165 0 1 0 0 26614 42 16 0 1 0 1306246641 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 273952768082 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/22002/statm: 11890 365 245 79 0 219 0
[pid=22032] ppid=22002 vsize=812772 CPUtime=0.33
/proc/22032/stat : 22032 (java) S 22002 22002 19170 0 -1 0 5200 0 1 0 30 3 0 0 18 0 9 0 1306273555 832278528 4613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22032/statm: 203193 4613 1856 9 0 197174 0
[pid=22032/tid=22033] ppid=22002 vsize=812772 CPUtime=0.25
/proc/22032/task/22033/stat : 22033 (java) R 22002 22002 19170 0 -1 64 3752 0 1 0 23 2 0 0 20 0 9 0 1306273557 832278528 4613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 2147483391 3670016 16800975 0 0 0 -1 1 0 0
[pid=22032/tid=22034] ppid=22002 vsize=812772 CPUtime=0
/proc/22032/task/22034/stat : 22034 (java) S 22002 22002 19170 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 1306273558 832278528 4613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=22032/tid=22035] ppid=22002 vsize=812772 CPUtime=0
/proc/22032/task/22035/stat : 22035 (java) S 22002 22002 19170 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1306273558 832278528 4613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22032/tid=22036] ppid=22002 vsize=812772 CPUtime=0
/proc/22032/task/22036/stat : 22036 (java) S 22002 22002 19170 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1306273558 832278528 4613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22032/tid=22037] ppid=22002 vsize=812772 CPUtime=0
/proc/22032/task/22037/stat : 22037 (java) S 22002 22002 19170 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1306273560 832278528 4613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22032/tid=22038] ppid=22002 vsize=812772 CPUtime=0.06
/proc/22032/task/22038/stat : 22038 (java) R 22002 22002 19170 0 -1 64 735 0 0 0 6 0 0 0 19 0 9 0 1306273560 832278528 4613 996147200 134512640 134550740 4294955616 18446744073709551615 102193158 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22032/tid=22039] ppid=22002 vsize=812772 CPUtime=0
/proc/22032/task/22039/stat : 22039 (java) S 22002 22002 19170 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1306273560 832278528 4613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22032/tid=22040] ppid=22002 vsize=812772 CPUtime=0
/proc/22032/task/22040/stat : 22040 (java) S 22002 22002 19170 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1306273560 832278528 4613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 266.89
Current children cumulated vsize (KiB) 860332

[startup+269.702 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 22040
/proc/meminfo: memFree=1576368/2055920 swapFree=4122068/4192956
[pid=22002] ppid=22000 vsize=47560 CPUtime=266.56
/proc/22002/stat : 22002 (galacE.sh) S 22000 22002 19170 0 -1 4194304 835 53165 0 1 0 0 26614 42 16 0 1 0 1306246641 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 273952768082 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/22002/statm: 11890 365 245 79 0 219 0
[pid=22032] ppid=22002 vsize=812884 CPUtime=0.53
/proc/22032/stat : 22032 (java) S 22002 22002 19170 0 -1 0 5732 0 1 0 49 4 0 0 18 0 9 0 1306273555 832393216 5115 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22032/statm: 203221 5115 1906 9 0 197174 0
[pid=22032/tid=22033] ppid=22002 vsize=812884 CPUtime=0.43
/proc/22032/task/22033/stat : 22033 (java) R 22002 22002 19170 0 -1 64 4263 0 1 0 40 3 0 0 19 0 9 0 1306273557 832393216 5115 996147200 134512640 134550740 4294955616 18446744073709551615 4125977431 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22032/tid=22034] ppid=22002 vsize=812884 CPUtime=0
/proc/22032/task/22034/stat : 22034 (java) S 22002 22002 19170 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 1306273558 832393216 5115 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=22032/tid=22035] ppid=22002 vsize=812884 CPUtime=0
/proc/22032/task/22035/stat : 22035 (java) S 22002 22002 19170 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1306273558 832393216 5115 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22032/tid=22036] ppid=22002 vsize=812884 CPUtime=0
/proc/22032/task/22036/stat : 22036 (java) S 22002 22002 19170 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1306273558 832393216 5115 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22032/tid=22037] ppid=22002 vsize=812884 CPUtime=0
/proc/22032/task/22037/stat : 22037 (java) S 22002 22002 19170 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1306273560 832393216 5115 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22032/tid=22038] ppid=22002 vsize=812884 CPUtime=0.08
/proc/22032/task/22038/stat : 22038 (java) R 22002 22002 19170 0 -1 64 756 0 0 0 8 0 0 0 18 0 9 0 1306273560 832393216 5115 996147200 134512640 134550740 4294955616 18446744073709551615 103768029 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22032/tid=22039] ppid=22002 vsize=812884 CPUtime=0
/proc/22032/task/22039/stat : 22039 (java) S 22002 22002 19170 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1306273560 832393216 5115 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=22032/tid=22040] ppid=22002 vsize=812884 CPUtime=0
/proc/22032/task/22040/stat : 22040 (java) S 22002 22002 19170 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1306273560 832393216 5115 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 267.09
Current children cumulated vsize (KiB) 860444

Child status: 0
Real time (s): 269.794
CPU time (s): 267.161
CPU user time (s): 266.668
CPU system time (s): 0.492925
CPU usage (%): 99.0243
Max. virtual memory (cumulated for all children) (KiB): 861540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 266.668
system time used= 0.492925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60288
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= 2263
involuntary context switches= 12953

runsolver used 0.370943 second user time and 0.812876 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-04 16:00:07
IDJOB=1074959
IDBENCH=56469
IDSOLVER=351
FILE ID=node20/1074959-1215180007
PBS_JOBID= 7881478
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0210698a50f6c7ec1d33c001f1aab78f
RANDOM SEED=15465378

node20.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.263
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.263
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:       1600096 kB
Buffers:         69488 kB
Cached:         183080 kB
SwapCached:      64788 kB
Active:         264396 kB
Inactive:       115744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1600096 kB
SwapTotal:     4192956 kB
SwapFree:      4122068 kB
Dirty:            3252 kB
Writeback:           0 kB
Mapped:         141240 kB
Slab:            60584 kB
Committed_AS:  3398376 kB
PageTables:       2112 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 node20 at 2008-07-04 16:04:37