Trace number 1055817

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 1579.05 1591.94

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-2_ext.xml
MD5SUM6dde6150236428d4e0ea87604c5991eb
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 benchmark0.497923
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
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 ---
0.01/0.78	c start processing
0.01/0.78	c start relation processing
1.91/2.04	c start cnf exporting
216.66/218.91	c parsing time : 0.619
216.66/218.91	c preprocessing time : 218.75
216.66/218.91	
216.66/218.91	c Nary constraints - conflicts : 0 supports : 20
216.66/218.91	c Binary constraints - conflicts : 190 supports :20
216.66/218.91	c max arity constraint : 3
216.66/218.91	c Max Tuples generated 0
216.66/218.91	c relations : 23
216.66/218.91	c relations BDD: 2
216.66/218.91	c sampling 0/0
216.66/218.91	c vars : 343692 - clauses :  11596943
216.66/218.91	
216.66/218.98	 
216.66/218.98	c --- SAT Solver Stats ---
216.66/218.98	 
216.66/218.98	c eSAT 0.1 : minisat core with additionnal features
216.66/218.98	c ============================[ Problem Statistics ]=============================
216.66/218.98	c |                                                                             |
216.66/218.98	c |  Number of variables:  343691                                               |
216.66/218.98	c |  Number of clauses:    11596943                                             |
221.26/223.61	c |  Parsing time:         3.94         s                                       |
1576.10/1589.04	c restarts              : 1233
1576.10/1589.04	c conflicts             : 185567         (137 /sec)
1576.10/1589.04	c decisions             : 1077855        (19.92 % random) (793 /sec)
1576.10/1589.04	c euip                  : 10007       
1576.10/1589.04	c propagations          : 2774521396     (2041977 /sec)
1576.10/1589.04	c conflict literals     : 10601255       (53.60 % deleted)
1576.10/1589.04	c Memory used           : 432.83 MB
1576.10/1589.04	c CPU time              : 1358.74 s
1576.10/1589.04	c 
1576.20/1589.16	s SATISFIABLE
1578.89/1591.85	v 9 14 8 15 11 9 12 7 10 2 13 10 6 22 4 13 18 2 14 17 2 2 1 0 15 14 7 1 16 5 20 14 5 5 19 13 3 9 17 6 29 38 45 47 57 79 92 94 111 113 113 127 128 133 147 152 165 174 180 180 0

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-1055817-1215060382/watcher-1055817-1215060382 -o /tmp/evaluation-result-1055817-1215060382/solver-1055817-1215060382 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1055817-1215060382.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.00 2.00 2.00 4/81 15274
/proc/meminfo: memFree=1541892/2055920 swapFree=4179028/4192956
[pid=15274] ppid=15272 vsize=8652 CPUtime=0
/proc/15274/stat : 15274 (galacE.sh) S 15272 15274 11897 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1985011079 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15274/statm: 2163 280 208 79 0 156 0
[pid=15275] ppid=15274 vsize=8688 CPUtime=0
/proc/15275/stat : 15275 (galacE.sh) S 15274 15274 11897 0 -1 4194368 36 0 0 0 0 0 0 0 16 0 1 0 1985011079 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 240907944018 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/15275/statm: 2172 286 209 79 0 165 0
[pid=15276] ppid=15275 vsize=8728 CPUtime=0
/proc/15276/stat : 15276 (galacE.sh) R 15275 15274 11897 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1985011079 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 240907775271 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/15276/statm: 2182 290 209 79 0 175 0

[startup+0.02183 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15274
/proc/meminfo: memFree=1541892/2055920 swapFree=4179028/4192956
[pid=15274] ppid=15272 vsize=8748 CPUtime=0
/proc/15274/stat : 15274 (galacE.sh) S 15272 15274 11897 0 -1 4194304 454 948 0 0 0 0 0 0 17 0 1 0 1985011079 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15274/statm: 2187 312 217 79 0 180 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8748

[startup+0.106788 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15274
/proc/meminfo: memFree=1541892/2055920 swapFree=4179028/4192956
[pid=15274] ppid=15272 vsize=47588 CPUtime=0.01
/proc/15274/stat : 15274 (galacE.sh) S 15272 15274 11897 0 -1 4194304 764 1697 0 0 0 0 0 1 23 0 1 0 1985011079 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15274/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.301807 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15274
/proc/meminfo: memFree=1541892/2055920 swapFree=4179028/4192956
[pid=15274] ppid=15272 vsize=47588 CPUtime=0.01
/proc/15274/stat : 15274 (galacE.sh) S 15272 15274 11897 0 -1 4194304 764 1697 0 0 0 0 0 1 23 0 1 0 1985011079 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15274/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.701847 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15274
/proc/meminfo: memFree=1541892/2055920 swapFree=4179028/4192956
[pid=15274] ppid=15272 vsize=47588 CPUtime=0.01
/proc/15274/stat : 15274 (galacE.sh) S 15272 15274 11897 0 -1 4194304 764 1697 0 0 0 0 0 1 23 0 1 0 1985011079 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15274/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+1.50293 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 15296
/proc/meminfo: memFree=1494644/2055920 swapFree=4179028/4192956
[pid=15274] ppid=15272 vsize=47588 CPUtime=0.01
/proc/15274/stat : 15274 (galacE.sh) S 15272 15274 11897 0 -1 4194304 764 1697 0 0 0 0 0 1 23 0 1 0 1985011079 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15274/statm: 11897 363 244 79 0 219 0
[pid=15288] ppid=15274 vsize=812544 CPUtime=1.4
/proc/15288/stat : 15288 (java) S 15274 15274 11897 0 -1 0 14038 0 1 0 132 8 0 0 18 0 9 0 1985011082 832045056 13458 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15288/statm: 203136 13458 1886 9 0 197169 0
[pid=15288/tid=15289] ppid=15274 vsize=812544 CPUtime=1.2
/proc/15288/task/15289/stat : 15289 (java) R 15274 15274 11897 0 -1 64 12532 0 1 0 113 7 0 0 25 0 9 0 1985011084 832045056 13458 996147200 134512640 134550740 4294955616 18446744073709551615 4126906937 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15290] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15290/stat : 15290 (java) S 15274 15274 11897 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 1985011085 832045056 13458 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15291] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15291/stat : 15291 (java) S 15274 15274 11897 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1985011085 832045056 13458 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15292] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15292/stat : 15292 (java) S 15274 15274 11897 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1985011085 832045056 13458 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15293] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15293/stat : 15293 (java) S 15274 15274 11897 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 1985011091 832045056 13458 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15294] ppid=15274 vsize=812544 CPUtime=0.18
/proc/15288/task/15294/stat : 15294 (java) S 15274 15274 11897 0 -1 64 803 0 0 0 18 0 0 0 16 0 9 0 1985011091 832045056 13458 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15295] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15295/stat : 15295 (java) S 15274 15274 11897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985011091 832045056 13458 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15296] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15296/stat : 15296 (java) S 15274 15274 11897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985011091 832045056 13458 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 860132

[startup+3.10209 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 15296
/proc/meminfo: memFree=1465204/2055920 swapFree=4179028/4192956
[pid=15274] ppid=15272 vsize=47588 CPUtime=0.01
/proc/15274/stat : 15274 (galacE.sh) S 15272 15274 11897 0 -1 4194304 764 1697 0 0 0 0 0 1 23 0 1 0 1985011079 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15274/statm: 11897 363 244 79 0 219 0
[pid=15288] ppid=15274 vsize=812544 CPUtime=2.99
/proc/15288/stat : 15288 (java) S 15274 15274 11897 0 -1 0 23223 0 1 0 287 12 0 0 18 0 9 0 1985011082 832045056 22639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15288/statm: 203136 22639 1916 9 0 197169 0
[pid=15288/tid=15289] ppid=15274 vsize=812544 CPUtime=2.58
/proc/15288/task/15289/stat : 15289 (java) R 15274 15274 11897 0 -1 64 14536 0 1 0 249 9 0 0 25 0 9 0 1985011084 832045056 22639 996147200 134512640 134550740 4294955616 18446744073709551615 4127071873 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15290] ppid=15274 vsize=812544 CPUtime=0.13
/proc/15288/task/15290/stat : 15290 (java) S 15274 15274 11897 0 -1 64 7127 0 0 0 11 2 0 0 16 0 9 0 1985011085 832045056 22639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15291] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15291/stat : 15291 (java) S 15274 15274 11897 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1985011085 832045056 22639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15292] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15292/stat : 15292 (java) S 15274 15274 11897 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985011085 832045056 22639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15293] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15293/stat : 15293 (java) S 15274 15274 11897 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 1985011091 832045056 22639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15294] ppid=15274 vsize=812544 CPUtime=0.26
/proc/15288/task/15294/stat : 15294 (java) S 15274 15274 11897 0 -1 64 854 0 0 0 26 0 0 0 15 0 9 0 1985011091 832045056 22639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15295] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15295/stat : 15295 (java) S 15274 15274 11897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985011091 832045056 22639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15296] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15296/stat : 15296 (java) S 15274 15274 11897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985011091 832045056 22639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 860132

[startup+6.3014 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 15296
/proc/meminfo: memFree=1455092/2055920 swapFree=4179028/4192956
[pid=15274] ppid=15272 vsize=47588 CPUtime=0.01
/proc/15274/stat : 15274 (galacE.sh) S 15272 15274 11897 0 -1 4194304 764 1697 0 0 0 0 0 1 23 0 1 0 1985011079 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15274/statm: 11897 363 244 79 0 219 0
[pid=15288] ppid=15274 vsize=812544 CPUtime=6.15
/proc/15288/stat : 15288 (java) S 15274 15274 11897 0 -1 0 23231 0 1 0 602 13 0 0 18 0 9 0 1985011082 832045056 22639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15288/statm: 203136 22639 1916 9 0 197169 0
[pid=15288/tid=15289] ppid=15274 vsize=812544 CPUtime=5.69
/proc/15288/task/15289/stat : 15289 (java) R 15274 15274 11897 0 -1 64 14544 0 1 0 559 10 0 0 25 0 9 0 1985011084 832045056 22639 996147200 134512640 134550740 4294955616 18446744073709551615 4127044404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15290] ppid=15274 vsize=812544 CPUtime=0.19
/proc/15288/task/15290/stat : 15290 (java) S 15274 15274 11897 0 -1 64 7127 0 0 0 17 2 0 0 16 0 9 0 1985011085 832045056 22639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15291] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15291/stat : 15291 (java) S 15274 15274 11897 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1985011085 832045056 22639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15292] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15292/stat : 15292 (java) S 15274 15274 11897 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985011085 832045056 22639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15293] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15293/stat : 15293 (java) S 15274 15274 11897 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 1985011091 832045056 22639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15294] ppid=15274 vsize=812544 CPUtime=0.26
/proc/15288/task/15294/stat : 15294 (java) S 15274 15274 11897 0 -1 64 854 0 0 0 26 0 0 0 15 0 9 0 1985011091 832045056 22639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15295] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15295/stat : 15295 (java) S 15274 15274 11897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985011091 832045056 22639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15296] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15296/stat : 15296 (java) S 15274 15274 11897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985011091 832045056 22639 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 860132

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 15296
/proc/meminfo: memFree=1447860/2055920 swapFree=4179028/4192956
[pid=15274] ppid=15272 vsize=47588 CPUtime=0.01
/proc/15274/stat : 15274 (galacE.sh) S 15272 15274 11897 0 -1 4194304 764 1697 0 0 0 0 0 1 23 0 1 0 1985011079 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15274/statm: 11897 363 244 79 0 219 0
[pid=15288] ppid=15274 vsize=812544 CPUtime=12.5
/proc/15288/stat : 15288 (java) S 15274 15274 11897 0 -1 0 23701 0 1 0 1233 17 0 0 18 0 9 0 1985011082 832045056 23096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15288/statm: 203136 23096 1916 9 0 197169 0
[pid=15288/tid=15289] ppid=15274 vsize=812544 CPUtime=11.95
/proc/15288/task/15289/stat : 15289 (java) R 15274 15274 11897 0 -1 64 14557 0 1 0 1182 13 0 0 25 0 9 0 1985011084 832045056 23096 996147200 134512640 134550740 4294955616 18446744073709551615 4126606872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15290] ppid=15274 vsize=812544 CPUtime=0.26
/proc/15288/task/15290/stat : 15290 (java) S 15274 15274 11897 0 -1 64 7584 0 0 0 24 2 0 0 16 0 9 0 1985011085 832045056 23096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15291] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15291/stat : 15291 (java) S 15274 15274 11897 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1985011085 832045056 23096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15292] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15292/stat : 15292 (java) S 15274 15274 11897 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985011085 832045056 23096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15293] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15293/stat : 15293 (java) S 15274 15274 11897 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 1985011091 832045056 23096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15294] ppid=15274 vsize=812544 CPUtime=0.26
/proc/15288/task/15294/stat : 15294 (java) S 15274 15274 11897 0 -1 64 854 0 0 0 26 0 0 0 15 0 9 0 1985011091 832045056 23096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15295] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15295/stat : 15295 (java) S 15274 15274 11897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985011091 832045056 23096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15296] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15296/stat : 15296 (java) S 15274 15274 11897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985011091 832045056 23096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 860132

[startup+25.5023 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 15296
/proc/meminfo: memFree=1436596/2055920 swapFree=4179028/4192956
[pid=15274] ppid=15272 vsize=47588 CPUtime=0.01
/proc/15274/stat : 15274 (galacE.sh) S 15272 15274 11897 0 -1 4194304 764 1697 0 0 0 0 0 1 23 0 1 0 1985011079 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15274/statm: 11897 363 244 79 0 219 0
[pid=15288] ppid=15274 vsize=812544 CPUtime=25.17
/proc/15288/stat : 15288 (java) S 15274 15274 11897 0 -1 0 23728 0 1 0 2494 23 0 0 18 0 9 0 1985011082 832045056 23096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15288/statm: 203136 23096 1916 9 0 197169 0
[pid=15288/tid=15289] ppid=15274 vsize=812544 CPUtime=24.61
/proc/15288/task/15289/stat : 15289 (java) R 15274 15274 11897 0 -1 64 14584 0 1 0 2442 19 0 0 25 0 9 0 1985011084 832045056 23096 996147200 134512640 134550740 4294955616 18446744073709551615 4126412773 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15290] ppid=15274 vsize=812544 CPUtime=0.27
/proc/15288/task/15290/stat : 15290 (java) S 15274 15274 11897 0 -1 64 7584 0 0 0 25 2 0 0 16 0 9 0 1985011085 832045056 23096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15291] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15291/stat : 15291 (java) S 15274 15274 11897 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1985011085 832045056 23096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15292] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15292/stat : 15292 (java) S 15274 15274 11897 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985011085 832045056 23096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15293] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15293/stat : 15293 (java) S 15274 15274 11897 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 1985011091 832045056 23096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15294] ppid=15274 vsize=812544 CPUtime=0.26
/proc/15288/task/15294/stat : 15294 (java) S 15274 15274 11897 0 -1 64 854 0 0 0 26 0 0 0 16 0 9 0 1985011091 832045056 23096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15295] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15295/stat : 15295 (java) S 15274 15274 11897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985011091 832045056 23096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15288/tid=15296] ppid=15274 vsize=812544 CPUtime=0
/proc/15288/task/15296/stat : 15296 (java) S 15274 15274 11897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985011091 832045056 23096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18

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

/proc/15297/statm: 110803 108545 78 162 0 110638 0
Current children cumulated CPU time (s) 1409.48
Current children cumulated vsize (KiB) 490800

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/74 15333
/proc/meminfo: memFree=673476/2055920 swapFree=4179028/4192956
[pid=15274] ppid=15272 vsize=47588 CPUtime=216.7
/proc/15274/stat : 15274 (galacE.sh) S 15272 15274 11897 0 -1 4194304 798 26029 0 1 0 0 21551 119 17 0 1 0 1985011079 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15274/statm: 11897 363 244 79 0 219 0
[pid=15297] ppid=15274 vsize=443212 CPUtime=1252.74
/proc/15297/stat : 15297 (eSAT_static) R 15274 15274 11897 0 -1 4194304 108563 0 0 0 125204 70 0 0 25 0 1 0 1985032977 453849088 108545 996147200 134512640 135177480 4294955984 18446744073709551615 134571273 0 0 4096 3 0 0 0 17 0 0 0
/proc/15297/statm: 110803 108545 78 162 0 110638 0
Current children cumulated CPU time (s) 1469.44
Current children cumulated vsize (KiB) 490800

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 15333
/proc/meminfo: memFree=673476/2055920 swapFree=4179028/4192956
[pid=15274] ppid=15272 vsize=47588 CPUtime=216.7
/proc/15274/stat : 15274 (galacE.sh) S 15272 15274 11897 0 -1 4194304 798 26029 0 1 0 0 21551 119 17 0 1 0 1985011079 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15274/statm: 11897 363 244 79 0 219 0
[pid=15297] ppid=15274 vsize=443212 CPUtime=1312.72
/proc/15297/stat : 15297 (eSAT_static) R 15274 15274 11897 0 -1 4194304 108567 0 0 0 131202 70 0 0 25 0 1 0 1985032977 453849088 108549 996147200 134512640 135177480 4294955984 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 0 0 0
/proc/15297/statm: 110803 108549 78 162 0 110638 0
Current children cumulated CPU time (s) 1529.42
Current children cumulated vsize (KiB) 490800

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

[startup+1561.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 15333
/proc/meminfo: memFree=673476/2055920 swapFree=4179028/4192956
[pid=15274] ppid=15272 vsize=47588 CPUtime=216.7
/proc/15274/stat : 15274 (galacE.sh) S 15272 15274 11897 0 -1 4194304 798 26029 0 1 0 0 21551 119 17 0 1 0 1985011079 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15274/statm: 11897 363 244 79 0 219 0
[pid=15297] ppid=15274 vsize=443212 CPUtime=1331.91
/proc/15297/stat : 15297 (eSAT_static) R 15274 15274 11897 0 -1 4194304 108567 0 0 0 133121 70 0 0 25 0 1 0 1985032977 453849088 108549 996147200 134512640 135177480 4294955984 18446744073709551615 134564590 0 0 4096 3 0 0 0 17 0 0 0
/proc/15297/statm: 110803 108549 78 162 0 110638 0
Current children cumulated CPU time (s) 1548.61
Current children cumulated vsize (KiB) 490800

[startup+1574.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 15333
/proc/meminfo: memFree=673476/2055920 swapFree=4179028/4192956
[pid=15274] ppid=15272 vsize=47588 CPUtime=216.7
/proc/15274/stat : 15274 (galacE.sh) S 15272 15274 11897 0 -1 4194304 798 26029 0 1 0 0 21551 119 17 0 1 0 1985011079 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15274/statm: 11897 363 244 79 0 219 0
[pid=15297] ppid=15274 vsize=443212 CPUtime=1344.7
/proc/15297/stat : 15297 (eSAT_static) R 15274 15274 11897 0 -1 4194304 108567 0 0 0 134400 70 0 0 25 0 1 0 1985032977 453849088 108549 996147200 134512640 135177480 4294955984 18446744073709551615 134565268 0 0 4096 3 0 0 0 17 0 0 0
/proc/15297/statm: 110803 108549 78 162 0 110638 0
Current children cumulated CPU time (s) 1561.4
Current children cumulated vsize (KiB) 490800

[startup+1580.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 15333
/proc/meminfo: memFree=673476/2055920 swapFree=4179028/4192956
[pid=15274] ppid=15272 vsize=47588 CPUtime=216.7
/proc/15274/stat : 15274 (galacE.sh) S 15272 15274 11897 0 -1 4194304 798 26029 0 1 0 0 21551 119 17 0 1 0 1985011079 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15274/statm: 11897 363 244 79 0 219 0
[pid=15297] ppid=15274 vsize=443212 CPUtime=1351.1
/proc/15297/stat : 15297 (eSAT_static) R 15274 15274 11897 0 -1 4194304 108567 0 0 0 135040 70 0 0 25 0 1 0 1985032977 453849088 108549 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/15297/statm: 110803 108549 78 162 0 110638 0
Current children cumulated CPU time (s) 1567.8
Current children cumulated vsize (KiB) 490800

[startup+1587.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 15333
/proc/meminfo: memFree=673476/2055920 swapFree=4179028/4192956
[pid=15274] ppid=15272 vsize=47588 CPUtime=216.7
/proc/15274/stat : 15274 (galacE.sh) S 15272 15274 11897 0 -1 4194304 798 26029 0 1 0 0 21551 119 17 0 1 0 1985011079 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15274/statm: 11897 363 244 79 0 219 0
[pid=15297] ppid=15274 vsize=443212 CPUtime=1357.5
/proc/15297/stat : 15297 (eSAT_static) R 15274 15274 11897 0 -1 4194304 108567 0 0 0 135680 70 0 0 25 0 1 0 1985032977 453849088 108549 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/15297/statm: 110803 108549 78 162 0 110638 0
Current children cumulated CPU time (s) 1574.2
Current children cumulated vsize (KiB) 490800

[startup+1590.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15342
/proc/meminfo: memFree=1096708/2055920 swapFree=4179028/4192956
[pid=15274] ppid=15272 vsize=47588 CPUtime=1576.34
/proc/15274/stat : 15274 (galacE.sh) S 15272 15274 11897 0 -1 4194304 834 134614 0 1 0 0 157436 198 16 0 1 0 1985011079 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 240907944018 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/15274/statm: 11897 364 244 79 0 219 0
[pid=15334] ppid=15274 vsize=812680 CPUtime=1.05
/proc/15334/stat : 15334 (java) S 15274 15274 11897 0 -1 0 16156 0 1 0 97 8 0 0 20 0 9 0 1985170002 832184320 15538 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15334/statm: 203170 15538 1924 9 0 197175 0
[pid=15334/tid=15335] ppid=15274 vsize=812680 CPUtime=0.86
/proc/15334/task/15335/stat : 15335 (java) R 15274 15274 11897 0 -1 64 14528 0 1 0 80 6 0 0 25 0 9 0 1985170003 832184320 15538 996147200 134512640 134550740 4294955616 18446744073709551615 4126889921 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15336] ppid=15274 vsize=812680 CPUtime=0
/proc/15334/task/15336/stat : 15336 (java) S 15274 15274 11897 0 -1 64 96 0 0 0 0 0 0 0 17 0 9 0 1985170005 832184320 15538 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15337] ppid=15274 vsize=812680 CPUtime=0
/proc/15334/task/15337/stat : 15337 (java) S 15274 15274 11897 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1985170005 832184320 15538 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15338] ppid=15274 vsize=812680 CPUtime=0
/proc/15334/task/15338/stat : 15338 (java) S 15274 15274 11897 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1985170005 832184320 15538 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15339] ppid=15274 vsize=812680 CPUtime=0
/proc/15334/task/15339/stat : 15339 (java) S 15274 15274 11897 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1985170007 832184320 15538 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15340] ppid=15274 vsize=812680 CPUtime=0.16
/proc/15334/task/15340/stat : 15340 (java) S 15274 15274 11897 0 -1 64 822 0 0 0 16 0 0 0 16 0 9 0 1985170007 832184320 15538 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15341] ppid=15274 vsize=812680 CPUtime=0
/proc/15334/task/15341/stat : 15341 (java) S 15274 15274 11897 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1985170007 832184320 15538 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15342] ppid=15274 vsize=812680 CPUtime=0
/proc/15334/task/15342/stat : 15342 (java) S 15274 15274 11897 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985170007 832184320 15538 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1577.39
Current children cumulated vsize (KiB) 860268

[startup+1591.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15342
/proc/meminfo: memFree=1050692/2055920 swapFree=4179028/4192956
[pid=15274] ppid=15272 vsize=47588 CPUtime=1576.34
/proc/15274/stat : 15274 (galacE.sh) S 15272 15274 11897 0 -1 4194304 834 134614 0 1 0 0 157436 198 16 0 1 0 1985011079 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 240907944018 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/15274/statm: 11897 364 244 79 0 219 0
[pid=15334] ppid=15274 vsize=812680 CPUtime=1.85
/proc/15334/stat : 15334 (java) S 15274 15274 11897 0 -1 0 16246 0 1 0 177 8 0 0 20 0 9 0 1985170002 832184320 15625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15334/statm: 203170 15625 1924 9 0 197175 0
[pid=15334/tid=15335] ppid=15274 vsize=812680 CPUtime=1.65
/proc/15334/task/15335/stat : 15335 (java) R 15274 15274 11897 0 -1 64 14531 0 1 0 158 7 0 0 25 0 9 0 1985170003 832184320 15625 996147200 134512640 134550740 4294955616 18446744073709551615 4126659244 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15336] ppid=15274 vsize=812680 CPUtime=0.01
/proc/15334/task/15336/stat : 15336 (java) S 15274 15274 11897 0 -1 64 176 0 0 0 1 0 0 0 16 0 9 0 1985170005 832184320 15625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15337] ppid=15274 vsize=812680 CPUtime=0
/proc/15334/task/15337/stat : 15337 (java) S 15274 15274 11897 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1985170005 832184320 15625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15338] ppid=15274 vsize=812680 CPUtime=0
/proc/15334/task/15338/stat : 15338 (java) S 15274 15274 11897 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1985170005 832184320 15625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15339] ppid=15274 vsize=812680 CPUtime=0
/proc/15334/task/15339/stat : 15339 (java) S 15274 15274 11897 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1985170007 832184320 15625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15340] ppid=15274 vsize=812680 CPUtime=0.17
/proc/15334/task/15340/stat : 15340 (java) S 15274 15274 11897 0 -1 64 829 0 0 0 17 0 0 0 16 0 9 0 1985170007 832184320 15625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15341] ppid=15274 vsize=812680 CPUtime=0
/proc/15334/task/15341/stat : 15341 (java) S 15274 15274 11897 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1985170007 832184320 15625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15342] ppid=15274 vsize=812680 CPUtime=0
/proc/15334/task/15342/stat : 15342 (java) S 15274 15274 11897 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985170007 832184320 15625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1578.19
Current children cumulated vsize (KiB) 860268

[startup+1591.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15342
/proc/meminfo: memFree=1050692/2055920 swapFree=4179028/4192956
[pid=15274] ppid=15272 vsize=47588 CPUtime=1576.34
/proc/15274/stat : 15274 (galacE.sh) S 15272 15274 11897 0 -1 4194304 834 134614 0 1 0 0 157436 198 16 0 1 0 1985011079 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 240907944018 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/15274/statm: 11897 364 244 79 0 219 0
[pid=15334] ppid=15274 vsize=812680 CPUtime=2.25
/proc/15334/stat : 15334 (java) S 15274 15274 11897 0 -1 0 16248 0 1 0 217 8 0 0 20 0 9 0 1985170002 832184320 15625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15334/statm: 203170 15625 1924 9 0 197175 0
[pid=15334/tid=15335] ppid=15274 vsize=812680 CPUtime=2.04
/proc/15334/task/15335/stat : 15335 (java) R 15274 15274 11897 0 -1 64 14533 0 1 0 197 7 0 0 25 0 9 0 1985170003 832184320 15625 996147200 134512640 134550740 4294955616 18446744073709551615 4126920560 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15336] ppid=15274 vsize=812680 CPUtime=0.01
/proc/15334/task/15336/stat : 15336 (java) S 15274 15274 11897 0 -1 64 176 0 0 0 1 0 0 0 16 0 9 0 1985170005 832184320 15625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15337] ppid=15274 vsize=812680 CPUtime=0
/proc/15334/task/15337/stat : 15337 (java) S 15274 15274 11897 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1985170005 832184320 15625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15338] ppid=15274 vsize=812680 CPUtime=0
/proc/15334/task/15338/stat : 15338 (java) S 15274 15274 11897 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1985170005 832184320 15625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15339] ppid=15274 vsize=812680 CPUtime=0
/proc/15334/task/15339/stat : 15339 (java) S 15274 15274 11897 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1985170007 832184320 15625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15340] ppid=15274 vsize=812680 CPUtime=0.17
/proc/15334/task/15340/stat : 15340 (java) S 15274 15274 11897 0 -1 64 829 0 0 0 17 0 0 0 16 0 9 0 1985170007 832184320 15625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15341] ppid=15274 vsize=812680 CPUtime=0
/proc/15334/task/15341/stat : 15341 (java) S 15274 15274 11897 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1985170007 832184320 15625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15342] ppid=15274 vsize=812680 CPUtime=0
/proc/15334/task/15342/stat : 15342 (java) S 15274 15274 11897 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985170007 832184320 15625 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1578.59
Current children cumulated vsize (KiB) 860268

[startup+1591.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15342
/proc/meminfo: memFree=1050628/2055920 swapFree=4179028/4192956
[pid=15274] ppid=15272 vsize=47588 CPUtime=1578.94
/proc/15274/stat : 15274 (galacE.sh) S 15272 15274 11897 0 -1 4194304 878 150871 0 2 0 0 157686 208 18 0 1 0 1985011079 48730112 365 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15274/statm: 11897 365 244 79 0 219 0
Current children cumulated CPU time (s) 1578.94
Current children cumulated vsize (KiB) 47588

Child status: 0
Real time (s): 1591.94
CPU time (s): 1579.05
CPU user time (s): 1576.87
CPU system time (s): 2.18067
CPU usage (%): 99.1899
Max. virtual memory (cumulated for all children) (KiB): 860268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1576.87
system time used= 2.18067
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151904
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= 9511
involuntary context switches= 60325

runsolver used 2.02569 second user time and 5.01724 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-03 06:46:22
IDJOB=1055817
IDBENCH=56972
IDSOLVER=351
FILE ID=node36/1055817-1215060382
PBS_JOBID= 7875102
Free space on /tmp= 66548 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/travellingSalesman-20/normalized-tsp-20-2_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055817-1215060382/watcher-1055817-1215060382 -o /tmp/evaluation-result-1055817-1215060382/solver-1055817-1215060382 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1055817-1215060382.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6dde6150236428d4e0ea87604c5991eb
RANDOM SEED=681685684

node36.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.240
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.240
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:       1542372 kB
Buffers:         29092 kB
Cached:         135220 kB
SwapCached:       7932 kB
Active:         384972 kB
Inactive:        62156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1542372 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            3272 kB
Writeback:           0 kB
Mapped:         298860 kB
Slab:            51164 kB
Committed_AS:  3628264 kB
PageTables:       2304 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= 66480 MiB
End job on node36 at 2008-07-03 07:12:54