Trace number 1085063

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 1226.49 1237.67

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-enddr1/normalized-super-jobShop-enddr1-8.xml
MD5SUM31da94f2e356bf95fd869137b551c4a1
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.12698
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size127
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
6.21/6.34	c start processing
6.21/6.34	c start relation processing
6.80/6.95	c start cnf exporting
62.74/63.41	c parsing time : 6.212
62.74/63.41	c preprocessing time : 63.283
62.74/63.41	
62.74/63.41	c Nary constraints - conflicts : 0 supports : 0
62.74/63.41	c Binary constraints - conflicts : 845 supports :0
62.74/63.41	c max arity constraint : 2
62.74/63.41	c Max Tuples generated 16129
62.74/63.41	c relations : 313
62.74/63.41	c relations BDD: 0
62.74/63.41	c sampling 281/313
62.74/63.41	c vars : 11641 - clauses :  2562854
62.74/63.41	
62.74/63.43	 
62.74/63.43	c --- SAT Solver Stats ---
62.74/63.43	 
62.74/63.43	c eSAT 0.1 : minisat core with additionnal features
62.74/63.43	c ============================[ Problem Statistics ]=============================
62.74/63.43	c |                                                                             |
62.74/63.44	c |  Number of variables:  11640                                                |
62.74/63.44	c |  Number of clauses:    2562854                                              |
64.22/64.97	c |  Parsing time:         1.30         s                                       |
1225.23/1236.49	c restarts              : 368
1225.23/1236.49	c conflicts             : 14407          (12 /sec)
1225.23/1236.49	c decisions             : 377632         (50.15 % random) (325 /sec)
1225.23/1236.49	c euip                  : 4091        
1225.23/1236.49	c propagations          : 3943509        (3393 /sec)
1225.23/1236.49	c conflict literals     : 2232850        (4.84 % deleted)
1225.23/1236.49	c Memory used           : 184.10 MB
1225.23/1236.49	c CPU time              : 1162.1 s
1225.23/1236.49	c 
1225.32/1236.50	s SATISFIABLE
1226.39/1237.65	v 41 27 50 70 75 77 90 87 100 123 0 1 10 9 18 21 33 35 38 125 85 74 91 94 99 100 118 116 145 144 3 4 28 54 60 59 83 119 140 98 48 0 87 91 122 121 137 138 145 144 20 4 60 56 89 88 101 104 109 106 11 12 23 22 46 47 61 59 67 69 14 13 25 23 33 34 69 67 79 100 1 2 70 27 111 110 127 128 141 138 38 40 114 102 134 135 148 149 154 153

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-1085063-1215232613/watcher-1085063-1215232613 -o /tmp/evaluation-result-1085063-1215232613/solver-1085063-1215232613 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1085063-1215232613.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.03 2.01 2.00 4/72 1329
/proc/meminfo: memFree=1225296/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=8560 CPUtime=0
/proc/1329/stat : 1329 (galacE.sh) R 1327 1329 402 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 2002232767 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 218076268431 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1329/statm: 2140 254 197 79 0 133 0

[startup+0.0790871 s]
/proc/loadavg: 2.03 2.01 2.00 4/72 1329
/proc/meminfo: memFree=1225296/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=47588 CPUtime=0.01
/proc/1329/stat : 1329 (galacE.sh) S 1327 1329 402 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002232767 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1329/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.101429 s]
/proc/loadavg: 2.03 2.01 2.00 4/72 1329
/proc/meminfo: memFree=1225296/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=47588 CPUtime=0.01
/proc/1329/stat : 1329 (galacE.sh) S 1327 1329 402 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002232767 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1329/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.301464 s]
/proc/loadavg: 2.03 2.01 2.00 4/72 1329
/proc/meminfo: memFree=1225296/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=47588 CPUtime=0.01
/proc/1329/stat : 1329 (galacE.sh) S 1327 1329 402 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002232767 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1329/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.701531 s]
/proc/loadavg: 2.03 2.01 2.00 4/72 1329
/proc/meminfo: memFree=1225296/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=47588 CPUtime=0.01
/proc/1329/stat : 1329 (galacE.sh) S 1327 1329 402 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002232767 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1329/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+1.50267 s]
/proc/loadavg: 2.03 2.01 2.00 3/82 1351
/proc/meminfo: memFree=1181376/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=47588 CPUtime=0.01
/proc/1329/stat : 1329 (galacE.sh) S 1327 1329 402 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002232767 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1329/statm: 11897 363 244 79 0 219 0
[pid=1343] ppid=1329 vsize=812728 CPUtime=1.44
/proc/1343/stat : 1343 (java) S 1329 1329 402 0 -1 0 14459 0 1 0 133 11 0 0 18 0 9 0 2002232771 832233472 13679 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1343/statm: 203182 13679 2586 9 0 197163 0
[pid=1343/tid=1344] ppid=1329 vsize=812728 CPUtime=0.98
/proc/1343/task/1344/stat : 1344 (java) R 1329 1329 402 0 -1 64 7548 0 1 0 92 6 0 0 25 0 9 0 2002232772 832233472 13679 996147200 134512640 134550740 4294955600 18446744073709551615 4126698647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1345] ppid=1329 vsize=812728 CPUtime=0.2
/proc/1343/task/1345/stat : 1345 (java) S 1329 1329 402 0 -1 64 5395 0 0 0 18 2 0 0 16 0 9 0 2002232773 832233472 13679 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1346] ppid=1329 vsize=812728 CPUtime=0
/proc/1343/task/1346/stat : 1346 (java) S 1329 1329 402 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002232773 832233472 13679 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1347] ppid=1329 vsize=812728 CPUtime=0
/proc/1343/task/1347/stat : 1347 (java) S 1329 1329 402 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002232773 832233472 13679 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1348] ppid=1329 vsize=812728 CPUtime=0
/proc/1343/task/1348/stat : 1348 (java) S 1329 1329 402 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002232775 832233472 13679 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1349] ppid=1329 vsize=812728 CPUtime=0.23
/proc/1343/task/1349/stat : 1349 (java) S 1329 1329 402 0 -1 64 816 0 0 0 22 1 0 0 15 0 9 0 2002232775 832233472 13679 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1350] ppid=1329 vsize=812728 CPUtime=0
/proc/1343/task/1350/stat : 1350 (java) S 1329 1329 402 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002232775 832233472 13679 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1351] ppid=1329 vsize=812728 CPUtime=0
/proc/1343/task/1351/stat : 1351 (java) S 1329 1329 402 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002232775 832233472 13679 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) 860316

[startup+3.10195 s]
/proc/loadavg: 2.10 2.03 2.01 3/82 1351
/proc/meminfo: memFree=1169536/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=47588 CPUtime=0.01
/proc/1329/stat : 1329 (galacE.sh) S 1327 1329 402 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002232767 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1329/statm: 11897 363 244 79 0 219 0
[pid=1343] ppid=1329 vsize=812828 CPUtime=3.02
/proc/1343/stat : 1343 (java) S 1329 1329 402 0 -1 0 18758 0 1 0 289 13 0 0 18 0 9 0 2002232771 832335872 17967 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1343/statm: 203207 17967 2586 9 0 197188 0
[pid=1343/tid=1344] ppid=1329 vsize=812828 CPUtime=1.48
/proc/1343/task/1344/stat : 1344 (java) R 1329 1329 402 0 -1 64 7559 0 1 0 142 6 0 0 25 0 9 0 2002232772 832335872 17967 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1345] ppid=1329 vsize=812828 CPUtime=1.24
/proc/1343/task/1345/stat : 1345 (java) R 1329 1329 402 0 -1 64 9657 0 0 0 120 4 0 0 17 0 9 0 2002232773 832335872 17967 996147200 134512640 134550740 4294955600 18446744073709551615 103735858 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1346] ppid=1329 vsize=812828 CPUtime=0
/proc/1343/task/1346/stat : 1346 (java) S 1329 1329 402 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002232773 832335872 17967 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1347] ppid=1329 vsize=812828 CPUtime=0
/proc/1343/task/1347/stat : 1347 (java) S 1329 1329 402 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002232773 832335872 17967 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1348] ppid=1329 vsize=812828 CPUtime=0
/proc/1343/task/1348/stat : 1348 (java) S 1329 1329 402 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002232775 832335872 17967 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1349] ppid=1329 vsize=812828 CPUtime=0.27
/proc/1343/task/1349/stat : 1349 (java) S 1329 1329 402 0 -1 64 842 0 0 0 26 1 0 0 15 0 9 0 2002232775 832335872 17967 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1350] ppid=1329 vsize=812828 CPUtime=0
/proc/1343/task/1350/stat : 1350 (java) S 1329 1329 402 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002232775 832335872 17967 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1351] ppid=1329 vsize=812828 CPUtime=0
/proc/1343/task/1351/stat : 1351 (java) S 1329 1329 402 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002232775 832335872 17967 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) 860416

[startup+6.30248 s]
/proc/loadavg: 2.10 2.03 2.01 4/82 1351
/proc/meminfo: memFree=1150464/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=47588 CPUtime=0.01
/proc/1329/stat : 1329 (galacE.sh) S 1327 1329 402 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002232767 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1329/statm: 11897 363 244 79 0 219 0
[pid=1343] ppid=1329 vsize=812908 CPUtime=6.2
/proc/1343/stat : 1343 (java) S 1329 1329 402 0 -1 0 22636 0 1 0 604 16 0 0 18 0 9 0 2002232771 832417792 21625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1343/statm: 203227 21625 2586 9 0 197208 0
[pid=1343/tid=1344] ppid=1329 vsize=812908 CPUtime=1.99
/proc/1343/task/1344/stat : 1344 (java) S 1329 1329 402 0 -1 64 7576 0 1 0 193 6 0 0 22 0 9 0 2002232772 832417792 21625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1345] ppid=1329 vsize=812908 CPUtime=3.82
/proc/1343/task/1345/stat : 1345 (java) R 1329 1329 402 0 -1 64 13472 0 0 0 376 6 0 0 23 0 9 0 2002232773 832417792 21625 996147200 134512640 134550740 4294955600 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1346] ppid=1329 vsize=812908 CPUtime=0
/proc/1343/task/1346/stat : 1346 (java) S 1329 1329 402 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002232773 832417792 21625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1347] ppid=1329 vsize=812908 CPUtime=0
/proc/1343/task/1347/stat : 1347 (java) S 1329 1329 402 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002232773 832417792 21625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1348] ppid=1329 vsize=812908 CPUtime=0
/proc/1343/task/1348/stat : 1348 (java) S 1329 1329 402 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002232775 832417792 21625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1349] ppid=1329 vsize=812908 CPUtime=0.36
/proc/1343/task/1349/stat : 1349 (java) S 1329 1329 402 0 -1 64 888 0 0 0 34 2 0 0 15 0 9 0 2002232775 832417792 21625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1350] ppid=1329 vsize=812908 CPUtime=0
/proc/1343/task/1350/stat : 1350 (java) S 1329 1329 402 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002232775 832417792 21625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1351] ppid=1329 vsize=812908 CPUtime=0
/proc/1343/task/1351/stat : 1351 (java) S 1329 1329 402 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002232775 832417792 21625 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860496

[startup+12.7025 s]
/proc/loadavg: 2.09 2.03 2.00 3/82 1351
/proc/meminfo: memFree=1113536/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=47588 CPUtime=0.01
/proc/1329/stat : 1329 (galacE.sh) S 1327 1329 402 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002232767 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1329/statm: 11897 363 244 79 0 219 0
[pid=1343] ppid=1329 vsize=812908 CPUtime=12.54
/proc/1343/stat : 1343 (java) S 1329 1329 402 0 -1 0 30144 0 1 0 1229 25 0 0 18 0 9 0 2002232771 832417792 29118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1343/statm: 203227 29118 2591 9 0 197208 0
[pid=1343/tid=1344] ppid=1329 vsize=812908 CPUtime=8.17
/proc/1343/task/1344/stat : 1344 (java) R 1329 1329 402 0 -1 64 14639 0 1 0 803 14 0 0 25 0 9 0 2002232772 832417792 29118 996147200 134512640 134550740 4294955600 18446744073709551615 4126379584 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1345] ppid=1329 vsize=812908 CPUtime=3.9
/proc/1343/task/1345/stat : 1345 (java) S 1329 1329 402 0 -1 64 13882 0 0 0 383 7 0 0 16 0 9 0 2002232773 832417792 29118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1346] ppid=1329 vsize=812908 CPUtime=0
/proc/1343/task/1346/stat : 1346 (java) S 1329 1329 402 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002232773 832417792 29118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1347] ppid=1329 vsize=812908 CPUtime=0
/proc/1343/task/1347/stat : 1347 (java) S 1329 1329 402 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002232773 832417792 29118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1348] ppid=1329 vsize=812908 CPUtime=0
/proc/1343/task/1348/stat : 1348 (java) S 1329 1329 402 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002232775 832417792 29118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1349] ppid=1329 vsize=812908 CPUtime=0.42
/proc/1343/task/1349/stat : 1349 (java) S 1329 1329 402 0 -1 64 923 0 0 0 40 2 0 0 15 0 9 0 2002232775 832417792 29118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1350] ppid=1329 vsize=812908 CPUtime=0
/proc/1343/task/1350/stat : 1350 (java) S 1329 1329 402 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002232775 832417792 29118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1351] ppid=1329 vsize=812908 CPUtime=0
/proc/1343/task/1351/stat : 1351 (java) S 1329 1329 402 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002232775 832417792 29118 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860496

[startup+25.5027 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 1351
/proc/meminfo: memFree=1103872/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=47588 CPUtime=0.01
/proc/1329/stat : 1329 (galacE.sh) S 1327 1329 402 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2002232767 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1329/statm: 11897 363 244 79 0 219 0
[pid=1343] ppid=1329 vsize=812908 CPUtime=25.2
/proc/1343/stat : 1343 (java) S 1329 1329 402 0 -1 0 30303 0 1 0 2490 30 0 0 18 0 9 0 2002232771 832417792 29253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1343/statm: 203227 29253 2591 9 0 197208 0
[pid=1343/tid=1344] ppid=1329 vsize=812908 CPUtime=20.81
/proc/1343/task/1344/stat : 1344 (java) R 1329 1329 402 0 -1 64 14663 0 1 0 2062 19 0 0 25 0 9 0 2002232772 832417792 29253 996147200 134512640 134550740 4294955600 18446744073709551615 4127380391 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1345] ppid=1329 vsize=812908 CPUtime=3.93
/proc/1343/task/1345/stat : 1345 (java) S 1329 1329 402 0 -1 64 14012 0 0 0 386 7 0 0 16 0 9 0 2002232773 832417792 29253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1346] ppid=1329 vsize=812908 CPUtime=0
/proc/1343/task/1346/stat : 1346 (java) S 1329 1329 402 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002232773 832417792 29253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1347] ppid=1329 vsize=812908 CPUtime=0
/proc/1343/task/1347/stat : 1347 (java) S 1329 1329 402 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002232773 832417792 29253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1348] ppid=1329 vsize=812908 CPUtime=0
/proc/1343/task/1348/stat : 1348 (java) S 1329 1329 402 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002232775 832417792 29253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1349] ppid=1329 vsize=812908 CPUtime=0.43
/proc/1343/task/1349/stat : 1349 (java) S 1329 1329 402 0 -1 64 928 0 0 0 41 2 0 0 16 0 9 0 2002232775 832417792 29253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1350] ppid=1329 vsize=812908 CPUtime=0
/proc/1343/task/1350/stat : 1350 (java) S 1329 1329 402 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002232775 832417792 29253 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1343/tid=1351] ppid=1329 vsize=812908 CPUtime=0
/proc/1343/task/1351/stat : 1351 (java) S 1329 1329 402 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002232775 832417792 29253 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) 860496

[startup+51.103 s]
/proc/loadavg: 2.05 2.02 2.00 3/82 1351
/proc/meminfo: memFree=1089600/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=47588 CPUtime=0.01

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

/proc/loadavg: 2.00 2.00 2.00 3/74 1352
/proc/meminfo: memFree=931520/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=47588 CPUtime=62.78
/proc/1329/stat : 1329 (galacE.sh) S 1327 1329 402 0 -1 4194304 798 32078 0 1 0 0 6230 48 17 0 1 0 2002232767 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1329/statm: 11897 363 244 79 0 219 0
[pid=1352] ppid=1329 vsize=293372 CPUtime=989.92
/proc/1352/stat : 1352 (eSAT_static) R 1329 1329 402 0 -1 4194304 64327 0 0 0 98951 41 0 0 25 0 1 0 2002239110 300412928 64309 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/1352/statm: 73343 64309 74 162 0 73178 0
Current children cumulated CPU time (s) 1052.7
Current children cumulated vsize (KiB) 340960

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1352
/proc/meminfo: memFree=931456/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=47588 CPUtime=62.78
/proc/1329/stat : 1329 (galacE.sh) S 1327 1329 402 0 -1 4194304 798 32078 0 1 0 0 6230 48 17 0 1 0 2002232767 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1329/statm: 11897 363 244 79 0 219 0
[pid=1352] ppid=1329 vsize=293372 CPUtime=1049.37
/proc/1352/stat : 1352 (eSAT_static) R 1329 1329 402 0 -1 4194304 64340 0 0 0 104896 41 0 0 25 0 1 0 2002239110 300412928 64322 996147200 134512640 135177480 4294955968 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 1 0 0
/proc/1352/statm: 73343 64322 74 162 0 73178 0
Current children cumulated CPU time (s) 1112.15
Current children cumulated vsize (KiB) 340960

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1352
/proc/meminfo: memFree=928576/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=47588 CPUtime=62.78
/proc/1329/stat : 1329 (galacE.sh) S 1327 1329 402 0 -1 4194304 798 32078 0 1 0 0 6230 48 17 0 1 0 2002232767 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1329/statm: 11897 363 244 79 0 219 0
[pid=1352] ppid=1329 vsize=293636 CPUtime=1108.84
/proc/1352/stat : 1352 (eSAT_static) R 1329 1329 402 0 -1 4194304 65043 0 0 0 110842 42 0 0 25 0 1 0 2002239110 300683264 65025 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/1352/statm: 73409 65025 74 162 0 73244 0
Current children cumulated CPU time (s) 1171.62
Current children cumulated vsize (KiB) 341224

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

[startup+1203.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1352
/proc/meminfo: memFree=927360/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=47588 CPUtime=62.78
/proc/1329/stat : 1329 (galacE.sh) S 1327 1329 402 0 -1 4194304 798 32078 0 1 0 0 6230 48 17 0 1 0 2002232767 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1329/statm: 11897 363 244 79 0 219 0
[pid=1352] ppid=1329 vsize=293636 CPUtime=1129.44
/proc/1352/stat : 1352 (eSAT_static) R 1329 1329 402 0 -1 4194304 65350 0 0 0 112902 42 0 0 25 0 1 0 2002239110 300683264 65332 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/1352/statm: 73409 65332 74 162 0 73244 0
Current children cumulated CPU time (s) 1192.22
Current children cumulated vsize (KiB) 341224

[startup+1215.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1352
/proc/meminfo: memFree=926016/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=47588 CPUtime=62.78
/proc/1329/stat : 1329 (galacE.sh) S 1327 1329 402 0 -1 4194304 798 32078 0 1 0 0 6230 48 17 0 1 0 2002232767 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1329/statm: 11897 363 244 79 0 219 0
[pid=1352] ppid=1329 vsize=293768 CPUtime=1142.13
/proc/1352/stat : 1352 (eSAT_static) R 1329 1329 402 0 -1 4194304 65660 0 0 0 114170 43 0 0 25 0 1 0 2002239110 300818432 65642 996147200 134512640 135177480 4294955968 18446744073709551615 134537203 0 0 4096 3 0 0 0 17 1 0 0
/proc/1352/statm: 73442 65642 74 162 0 73277 0
Current children cumulated CPU time (s) 1204.91
Current children cumulated vsize (KiB) 341356

[startup+1228.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1352
/proc/meminfo: memFree=926016/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=47588 CPUtime=62.78
/proc/1329/stat : 1329 (galacE.sh) S 1327 1329 402 0 -1 4194304 798 32078 0 1 0 0 6230 48 17 0 1 0 2002232767 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1329/statm: 11897 363 244 79 0 219 0
[pid=1352] ppid=1329 vsize=293768 CPUtime=1154.82
/proc/1352/stat : 1352 (eSAT_static) R 1329 1329 402 0 -1 4194304 65660 0 0 0 115439 43 0 0 25 0 1 0 2002239110 300818432 65642 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/1352/statm: 73442 65642 74 162 0 73277 0
Current children cumulated CPU time (s) 1217.6
Current children cumulated vsize (KiB) 341356

[startup+1231.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1352
/proc/meminfo: memFree=1004096/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=47588 CPUtime=62.78
/proc/1329/stat : 1329 (galacE.sh) S 1327 1329 402 0 -1 4194304 798 32078 0 1 0 0 6230 48 17 0 1 0 2002232767 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1329/statm: 11897 363 244 79 0 219 0
[pid=1352] ppid=1329 vsize=188516 CPUtime=1157.99
/proc/1352/stat : 1352 (eSAT_static) R 1329 1329 402 0 -1 4194304 65675 0 0 0 115755 44 0 0 25 0 1 0 2002239110 193040384 46105 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/1352/statm: 47129 46105 79 162 0 46964 0
Current children cumulated CPU time (s) 1220.77
Current children cumulated vsize (KiB) 236104

[startup+1235.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1352
/proc/meminfo: memFree=1004096/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=47588 CPUtime=62.78
/proc/1329/stat : 1329 (galacE.sh) S 1327 1329 402 0 -1 4194304 798 32078 0 1 0 0 6230 48 17 0 1 0 2002232767 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 218075687770 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1329/statm: 11897 363 244 79 0 219 0
[pid=1352] ppid=1329 vsize=188516 CPUtime=1161.16
/proc/1352/stat : 1352 (eSAT_static) R 1329 1329 402 0 -1 4194304 65675 0 0 0 116072 44 0 0 25 0 1 0 2002239110 193040384 46105 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1352/statm: 47129 46105 79 162 0 46964 0
Current children cumulated CPU time (s) 1223.94
Current children cumulated vsize (KiB) 236104

[startup+1236.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1352
/proc/meminfo: memFree=1004096/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=47588 CPUtime=1225.36
/proc/1329/stat : 1329 (galacE.sh) S 1327 1329 402 0 -1 4194304 834 97768 0 1 0 0 122440 96 16 0 1 0 2002232767 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 218076250194 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/1329/statm: 11897 364 244 79 0 219 0
Current children cumulated CPU time (s) 1225.36
Current children cumulated vsize (KiB) 47588

[startup+1237.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1352
/proc/meminfo: memFree=1004096/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=47588 CPUtime=1225.36
/proc/1329/stat : 1329 (galacE.sh) S 1327 1329 402 0 -1 4194304 834 97768 0 1 0 0 122440 96 16 0 1 0 2002232767 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 218076250194 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/1329/statm: 11897 364 244 79 0 219 0
Current children cumulated CPU time (s) 1225.36
Current children cumulated vsize (KiB) 47588

[startup+1237.51 s]
/proc/loadavg: 2.08 2.02 2.01 4/82 1361
/proc/meminfo: memFree=1174008/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=47588 CPUtime=1225.36
/proc/1329/stat : 1329 (galacE.sh) S 1327 1329 402 0 -1 4194304 834 97768 0 1 0 0 122440 96 16 0 1 0 2002232767 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 218076250194 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/1329/statm: 11897 364 244 79 0 219 0
[pid=1353] ppid=1329 vsize=812884 CPUtime=0.94
/proc/1353/stat : 1353 (java) S 1329 1329 402 0 -1 0 6563 0 1 0 89 5 0 0 18 0 9 0 2002356420 832393216 5946 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1353/statm: 203221 5946 1910 9 0 197174 0
[pid=1353/tid=1354] ppid=1329 vsize=812884 CPUtime=0.63
/proc/1353/task/1354/stat : 1354 (java) R 1329 1329 402 0 -1 64 4949 0 1 0 60 3 0 0 18 0 9 0 2002356422 832393216 5946 996147200 134512640 134550740 4294955616 18446744073709551615 4125952058 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1353/tid=1355] ppid=1329 vsize=812884 CPUtime=0
/proc/1353/task/1355/stat : 1355 (java) S 1329 1329 402 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 2002356424 832393216 5946 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=1353/tid=1356] ppid=1329 vsize=812884 CPUtime=0
/proc/1353/task/1356/stat : 1356 (java) S 1329 1329 402 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2002356424 832393216 5946 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1353/tid=1357] ppid=1329 vsize=812884 CPUtime=0
/proc/1353/task/1357/stat : 1357 (java) S 1329 1329 402 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002356424 832393216 5946 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1353/tid=1358] ppid=1329 vsize=812884 CPUtime=0
/proc/1353/task/1358/stat : 1358 (java) S 1329 1329 402 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002356426 832393216 5946 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1353/tid=1359] ppid=1329 vsize=812884 CPUtime=0.28
/proc/1353/task/1359/stat : 1359 (java) S 1329 1329 402 0 -1 64 901 0 0 0 28 0 0 0 18 0 9 0 2002356426 832393216 5946 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1353/tid=1360] ppid=1329 vsize=812884 CPUtime=0
/proc/1353/task/1360/stat : 1360 (java) S 1329 1329 402 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002356426 832393216 5946 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1353/tid=1361] ppid=1329 vsize=812884 CPUtime=0
/proc/1353/task/1361/stat : 1361 (java) S 1329 1329 402 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002356426 832393216 5946 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1226.3
Current children cumulated vsize (KiB) 860472

[startup+1237.6 s]
/proc/loadavg: 2.08 2.02 2.01 4/82 1361
/proc/meminfo: memFree=1174008/2055920 swapFree=4180732/4192956
[pid=1329] ppid=1327 vsize=47588 CPUtime=1225.36
/proc/1329/stat : 1329 (galacE.sh) S 1327 1329 402 0 -1 4194304 834 97768 0 1 0 0 122440 96 16 0 1 0 2002232767 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 218076250194 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/1329/statm: 11897 364 244 79 0 219 0
[pid=1353] ppid=1329 vsize=812884 CPUtime=1.03
/proc/1353/stat : 1353 (java) S 1329 1329 402 0 -1 0 8122 0 1 0 97 6 0 0 18 0 9 0 2002356420 832393216 7504 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1353/statm: 203221 7504 1911 9 0 197174 0
[pid=1353/tid=1354] ppid=1329 vsize=812884 CPUtime=0.72
/proc/1353/task/1354/stat : 1354 (java) R 1329 1329 402 0 -1 64 6500 0 1 0 68 4 0 0 19 0 9 0 2002356422 832393216 7504 996147200 134512640 134550740 4294955616 18446744073709551615 4127178039 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1353/tid=1355] ppid=1329 vsize=812884 CPUtime=0
/proc/1353/task/1355/stat : 1355 (java) S 1329 1329 402 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 2002356424 832393216 7504 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=1353/tid=1356] ppid=1329 vsize=812884 CPUtime=0
/proc/1353/task/1356/stat : 1356 (java) S 1329 1329 402 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2002356424 832393216 7504 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1353/tid=1357] ppid=1329 vsize=812884 CPUtime=0
/proc/1353/task/1357/stat : 1357 (java) S 1329 1329 402 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002356424 832393216 7504 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1353/tid=1358] ppid=1329 vsize=812884 CPUtime=0
/proc/1353/task/1358/stat : 1358 (java) S 1329 1329 402 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002356426 832393216 7504 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1353/tid=1359] ppid=1329 vsize=812884 CPUtime=0.29
/proc/1353/task/1359/stat : 1359 (java) S 1329 1329 402 0 -1 64 908 0 0 0 29 0 0 0 17 0 9 0 2002356426 832393216 7504 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1353/tid=1360] ppid=1329 vsize=812884 CPUtime=0
/proc/1353/task/1360/stat : 1360 (java) S 1329 1329 402 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002356426 832393216 7504 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1353/tid=1361] ppid=1329 vsize=812884 CPUtime=0
/proc/1353/task/1361/stat : 1361 (java) S 1329 1329 402 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002356426 832393216 7504 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1226.39
Current children cumulated vsize (KiB) 860472

Child status: 0
Real time (s): 1237.67
CPU time (s): 1226.49
CPU user time (s): 1225.42
CPU system time (s): 1.06684
CPU usage (%): 99.0966
Max. virtual memory (cumulated for all children) (KiB): 860700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1225.42
system time used= 1.06684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107701
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= 4106
involuntary context switches= 30412

runsolver used 1.65175 second user time and 3.78043 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-05 06:36:53
IDJOB=1085063
IDBENCH=57604
IDSOLVER=351
FILE ID=node57/1085063-1215232613
PBS_JOBID= 7881904
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 31da94f2e356bf95fd869137b551c4a1
RANDOM SEED=1009078991

node57.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.258
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.258
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:       1225776 kB
Buffers:         44244 kB
Cached:         203656 kB
SwapCached:       6148 kB
Active:         694204 kB
Inactive:        82060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1225776 kB
SwapTotal:     4192956 kB
SwapFree:      4180732 kB
Dirty:            3228 kB
Writeback:           0 kB
Mapped:         535984 kB
Slab:            37792 kB
Committed_AS:  4645292 kB
PageTables:       3144 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node57 at 2008-07-05 06:57:31