Trace number 1088045

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 699.853 702.993

General information on the benchmark

Namecsp/jobShop-enddr2/
normalized-enddr2-10-by-5-4.xml
MD5SUMcf4081f2054d02ab116461d182344c8b
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.023995
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size142
Number of constraints which are defined in extension0
Number of constraints which are defined in intension265
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
7.48/7.63	c start processing
7.48/7.63	c start relation processing
8.37/8.50	c start cnf exporting
33.63/34.02	c parsing time : 7.498
33.63/34.02	c preprocessing time : 33.894
33.63/34.02	
33.63/34.02	c Nary constraints - conflicts : 0 supports : 0
33.63/34.02	c Binary constraints - conflicts : 265 supports :0
33.63/34.02	c max arity constraint : 2
33.63/34.02	c Max Tuples generated 20164
33.63/34.02	c relations : 265
33.63/34.02	c relations BDD: 0
33.63/34.02	c sampling 229/265
33.63/34.02	c vars : 6651 - clauses :  1231862
33.63/34.02	
33.63/34.10	 
33.63/34.10	c --- SAT Solver Stats ---
33.63/34.10	 
33.63/34.10	c eSAT 0.1 : minisat core with additionnal features
33.63/34.10	c ============================[ Problem Statistics ]=============================
33.63/34.10	c |                                                                             |
33.63/34.10	c |  Number of variables:  6650                                                 |
33.63/34.10	c |  Number of clauses:    1231862                                              |
33.67/34.82	c |  Parsing time:         0.59         s                                       |
699.17/702.33	c restarts              : 18
699.17/702.33	c conflicts             : 48             (0 /sec)
699.17/702.33	c decisions             : 29587          (60.98 % random) (44 /sec)
699.17/702.33	c euip                  : 14          
699.17/702.33	c propagations          : 101860         (153 /sec)
699.17/702.33	c conflict literals     : 6729           (12.00 % deleted)
699.17/702.33	c Memory used           : 93.16 MB
699.17/702.33	c CPU time              : 665.315 s
699.17/702.33	c 
699.17/702.33	s SATISFIABLE
699.77/702.98	v 60 96 103 117 125 21 42 64 86 93 0 103 113 156 162 51 78 88 104 113 11 41 54 64 67 13 24 41 67 137 105 124 127 145 150 11 47 144 160 171 20 67 77 96 105 1 10 16 30 55

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-1088045-1215245710/watcher-1088045-1215245710 -o /tmp/evaluation-result-1088045-1215245710/solver-1088045-1215245710 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1088045-1215245710.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 2286
/proc/meminfo: memFree=1423184/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=8560 CPUtime=0
/proc/2286/stat : 2286 (galacE.sh) R 2284 2286 2143 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 647494127 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 271894431631 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2286/statm: 2140 254 197 79 0 133 0

[startup+0.084018 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 2286
/proc/meminfo: memFree=1423184/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=0.01
/proc/2286/stat : 2286 (galacE.sh) S 2284 2286 2143 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 647494127 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2286/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.102019 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 2286
/proc/meminfo: memFree=1423184/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=0.01
/proc/2286/stat : 2286 (galacE.sh) S 2284 2286 2143 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 647494127 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2286/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.302039 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 2286
/proc/meminfo: memFree=1423184/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=0.01
/proc/2286/stat : 2286 (galacE.sh) S 2284 2286 2143 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 647494127 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2286/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.702078 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 2286
/proc/meminfo: memFree=1423184/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=0.01
/proc/2286/stat : 2286 (galacE.sh) S 2284 2286 2143 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 647494127 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2286/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50216 s]
/proc/loadavg: 1.92 1.98 1.99 4/91 2308
/proc/meminfo: memFree=1379776/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=0.01
/proc/2286/stat : 2286 (galacE.sh) S 2284 2286 2143 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 647494127 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2286/statm: 11893 364 245 79 0 219 0
[pid=2300] ppid=2286 vsize=812812 CPUtime=1.43
/proc/2300/stat : 2300 (java) S 2286 2286 2143 0 -1 0 14629 0 1 0 134 9 0 0 18 0 9 0 647494130 832319488 13850 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2300/statm: 203203 13850 2585 9 0 197184 0
[pid=2300/tid=2301] ppid=2286 vsize=812812 CPUtime=1.03
/proc/2300/task/2301/stat : 2301 (java) R 2286 2286 2143 0 -1 64 7598 0 1 0 98 5 0 0 24 0 9 0 647494132 832319488 13850 996147200 134512640 134550740 4294955600 18446744073709551615 4126741444 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2302] ppid=2286 vsize=812812 CPUtime=0.2
/proc/2300/task/2302/stat : 2302 (java) S 2286 2286 2143 0 -1 64 5542 0 0 0 18 2 0 0 16 0 9 0 647494133 832319488 13850 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2303] ppid=2286 vsize=812812 CPUtime=0
/proc/2300/task/2303/stat : 2303 (java) S 2286 2286 2143 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 647494133 832319488 13850 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2304] ppid=2286 vsize=812812 CPUtime=0
/proc/2300/task/2304/stat : 2304 (java) S 2286 2286 2143 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 647494133 832319488 13850 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2305] ppid=2286 vsize=812812 CPUtime=0
/proc/2300/task/2305/stat : 2305 (java) S 2286 2286 2143 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 647494136 832319488 13850 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2306] ppid=2286 vsize=812812 CPUtime=0.17
/proc/2300/task/2306/stat : 2306 (java) S 2286 2286 2143 0 -1 64 790 0 0 0 17 0 0 0 16 0 9 0 647494136 832319488 13850 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2307] ppid=2286 vsize=812812 CPUtime=0
/proc/2300/task/2307/stat : 2307 (java) S 2286 2286 2143 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 647494136 832319488 13850 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2308] ppid=2286 vsize=812812 CPUtime=0
/proc/2300/task/2308/stat : 2308 (java) S 2286 2286 2143 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647494136 832319488 13850 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860384

[startup+3.10132 s]
/proc/loadavg: 1.92 1.98 1.99 4/91 2308
/proc/meminfo: memFree=1364224/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=0.01
/proc/2286/stat : 2286 (galacE.sh) S 2284 2286 2143 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 647494127 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2286/statm: 11893 364 245 79 0 219 0
[pid=2300] ppid=2286 vsize=812812 CPUtime=3.02
/proc/2300/stat : 2300 (java) S 2286 2286 2143 0 -1 0 19316 0 1 0 291 11 0 0 18 0 9 0 647494130 832319488 18528 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2300/statm: 203203 18528 2585 9 0 197184 0
[pid=2300/tid=2301] ppid=2286 vsize=812812 CPUtime=1.61
/proc/2300/task/2301/stat : 2301 (java) R 2286 2286 2143 0 -1 64 7664 0 1 0 156 5 0 0 25 0 9 0 647494132 832319488 18528 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2302] ppid=2286 vsize=812812 CPUtime=1.17
/proc/2300/task/2302/stat : 2302 (java) R 2286 2286 2143 0 -1 64 10140 0 0 0 113 4 0 0 17 0 9 0 647494133 832319488 18528 996147200 134512640 134550740 4294955600 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2303] ppid=2286 vsize=812812 CPUtime=0
/proc/2300/task/2303/stat : 2303 (java) S 2286 2286 2143 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 647494133 832319488 18528 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2304] ppid=2286 vsize=812812 CPUtime=0
/proc/2300/task/2304/stat : 2304 (java) S 2286 2286 2143 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 647494133 832319488 18528 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2305] ppid=2286 vsize=812812 CPUtime=0
/proc/2300/task/2305/stat : 2305 (java) S 2286 2286 2143 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 647494136 832319488 18528 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2306] ppid=2286 vsize=812812 CPUtime=0.2
/proc/2300/task/2306/stat : 2306 (java) S 2286 2286 2143 0 -1 64 813 0 0 0 20 0 0 0 15 0 9 0 647494136 832319488 18528 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2307] ppid=2286 vsize=812812 CPUtime=0
/proc/2300/task/2307/stat : 2307 (java) S 2286 2286 2143 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 647494136 832319488 18528 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2308] ppid=2286 vsize=812812 CPUtime=0
/proc/2300/task/2308/stat : 2308 (java) S 2286 2286 2143 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647494136 832319488 18528 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) 860384

[startup+6.30264 s]
/proc/loadavg: 2.01 2.00 2.00 4/91 2308
/proc/meminfo: memFree=1344448/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=0.01
/proc/2286/stat : 2286 (galacE.sh) S 2284 2286 2143 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 647494127 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2286/statm: 11893 364 245 79 0 219 0
[pid=2300] ppid=2286 vsize=812820 CPUtime=6.19
/proc/2300/stat : 2300 (java) S 2286 2286 2143 0 -1 0 23886 0 1 0 605 14 0 0 18 0 9 0 647494130 832327680 22853 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2300/statm: 203205 22853 2587 9 0 197186 0
[pid=2300/tid=2301] ppid=2286 vsize=812820 CPUtime=2.19
/proc/2300/task/2301/stat : 2301 (java) S 2286 2286 2143 0 -1 64 7681 0 1 0 214 5 0 0 22 0 9 0 647494132 832327680 22853 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2302] ppid=2286 vsize=812820 CPUtime=3.74
/proc/2300/task/2302/stat : 2302 (java) R 2286 2286 2143 0 -1 64 14681 0 0 0 367 7 0 0 20 0 9 0 647494133 832327680 22853 996147200 134512640 134550740 4294955600 18446744073709551615 104180258 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2303] ppid=2286 vsize=812820 CPUtime=0
/proc/2300/task/2303/stat : 2303 (java) S 2286 2286 2143 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 647494133 832327680 22853 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2304] ppid=2286 vsize=812820 CPUtime=0
/proc/2300/task/2304/stat : 2304 (java) S 2286 2286 2143 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 647494133 832327680 22853 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2305] ppid=2286 vsize=812820 CPUtime=0
/proc/2300/task/2305/stat : 2305 (java) S 2286 2286 2143 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 647494136 832327680 22853 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2306] ppid=2286 vsize=812820 CPUtime=0.23
/proc/2300/task/2306/stat : 2306 (java) S 2286 2286 2143 0 -1 64 825 0 0 0 22 1 0 0 15 0 9 0 647494136 832327680 22853 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2307] ppid=2286 vsize=812820 CPUtime=0
/proc/2300/task/2307/stat : 2307 (java) S 2286 2286 2143 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 647494136 832327680 22853 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2308] ppid=2286 vsize=812820 CPUtime=0
/proc/2300/task/2308/stat : 2308 (java) S 2286 2286 2143 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647494136 832327680 22853 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) 860392

[startup+12.7013 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 2308
/proc/meminfo: memFree=1304384/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=0.01
/proc/2286/stat : 2286 (galacE.sh) S 2284 2286 2143 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 647494127 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2286/statm: 11893 364 245 79 0 219 0
[pid=2300] ppid=2286 vsize=812820 CPUtime=12.52
/proc/2300/stat : 2300 (java) S 2286 2286 2143 0 -1 0 32214 0 1 0 1230 22 0 0 18 0 9 0 647494130 832327680 31164 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2300/statm: 203205 31164 2592 9 0 197186 0
[pid=2300/tid=2301] ppid=2286 vsize=812820 CPUtime=7.19
/proc/2300/task/2301/stat : 2301 (java) R 2286 2286 2143 0 -1 64 14638 0 1 0 707 12 0 0 25 0 9 0 647494132 832327680 31164 996147200 134512640 134550740 4294955600 18446744073709551615 102714787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2302] ppid=2286 vsize=812820 CPUtime=5
/proc/2300/task/2302/stat : 2302 (java) S 2286 2286 2143 0 -1 64 16020 0 0 0 493 7 0 0 16 0 9 0 647494133 832327680 31164 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2303] ppid=2286 vsize=812820 CPUtime=0
/proc/2300/task/2303/stat : 2303 (java) S 2286 2286 2143 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 647494133 832327680 31164 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2304] ppid=2286 vsize=812820 CPUtime=0
/proc/2300/task/2304/stat : 2304 (java) S 2286 2286 2143 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 647494133 832327680 31164 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2305] ppid=2286 vsize=812820 CPUtime=0
/proc/2300/task/2305/stat : 2305 (java) S 2286 2286 2143 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 647494136 832327680 31164 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2306] ppid=2286 vsize=812820 CPUtime=0.3
/proc/2300/task/2306/stat : 2306 (java) S 2286 2286 2143 0 -1 64 857 0 0 0 29 1 0 0 15 0 9 0 647494136 832327680 31164 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2307] ppid=2286 vsize=812820 CPUtime=0
/proc/2300/task/2307/stat : 2307 (java) S 2286 2286 2143 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 647494136 832327680 31164 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2308] ppid=2286 vsize=812820 CPUtime=0
/proc/2300/task/2308/stat : 2308 (java) S 2286 2286 2143 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647494136 832327680 31164 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) 860392

[startup+25.5025 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 2308
/proc/meminfo: memFree=1295360/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=0.01
/proc/2286/stat : 2286 (galacE.sh) S 2284 2286 2143 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 647494127 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2286/statm: 11893 364 245 79 0 219 0
[pid=2300] ppid=2286 vsize=812820 CPUtime=25.2
/proc/2300/stat : 2300 (java) S 2286 2286 2143 0 -1 0 32328 0 1 0 2492 28 0 0 18 0 9 0 647494130 832327680 31254 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2300/statm: 203205 31254 2592 9 0 197186 0
[pid=2300/tid=2301] ppid=2286 vsize=812820 CPUtime=19.83
/proc/2300/task/2301/stat : 2301 (java) R 2286 2286 2143 0 -1 64 14662 0 1 0 1965 18 0 0 25 0 9 0 647494132 832327680 31254 996147200 134512640 134550740 4294955600 18446744073709551615 103233024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2302] ppid=2286 vsize=812820 CPUtime=5.05
/proc/2300/task/2302/stat : 2302 (java) S 2286 2286 2143 0 -1 64 16106 0 0 0 497 8 0 0 16 0 9 0 647494133 832327680 31254 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2303] ppid=2286 vsize=812820 CPUtime=0
/proc/2300/task/2303/stat : 2303 (java) S 2286 2286 2143 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 647494133 832327680 31254 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2304] ppid=2286 vsize=812820 CPUtime=0
/proc/2300/task/2304/stat : 2304 (java) S 2286 2286 2143 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 647494133 832327680 31254 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2305] ppid=2286 vsize=812820 CPUtime=0
/proc/2300/task/2305/stat : 2305 (java) S 2286 2286 2143 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 647494136 832327680 31254 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2306] ppid=2286 vsize=812820 CPUtime=0.3
/proc/2300/task/2306/stat : 2306 (java) S 2286 2286 2143 0 -1 64 861 0 0 0 29 1 0 0 15 0 9 0 647494136 832327680 31254 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2307] ppid=2286 vsize=812820 CPUtime=0
/proc/2300/task/2307/stat : 2307 (java) S 2286 2286 2143 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 647494136 832327680 31254 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2300/tid=2308] ppid=2286 vsize=812820 CPUtime=0
/proc/2300/task/2308/stat : 2308 (java) S 2286 2286 2143 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647494136 832327680 31254 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) 860392

[startup+51.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2309
/proc/meminfo: memFree=1329344/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=33.67

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

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2309
/proc/meminfo: memFree=1323264/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=33.67
/proc/2286/stat : 2286 (galacE.sh) S 2284 2286 2143 0 -1 4194304 799 34052 0 1 0 0 3333 34 17 0 1 0 647494127 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2286/statm: 11893 364 245 79 0 219 0
[pid=2309] ppid=2286 vsize=87156 CPUtime=67.55
/proc/2309/stat : 2309 (eSAT_static) R 2286 2286 2143 0 -1 4194304 20566 0 0 0 6740 15 0 0 25 0 1 0 647497537 89247744 20548 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/2309/statm: 21789 20548 75 162 0 21624 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 134728

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2309
/proc/meminfo: memFree=1307584/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=33.67
/proc/2286/stat : 2286 (galacE.sh) S 2284 2286 2143 0 -1 4194304 799 34052 0 1 0 0 3333 34 17 0 1 0 647494127 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2286/statm: 11893 364 245 79 0 219 0
[pid=2309] ppid=2286 vsize=104936 CPUtime=127
/proc/2309/stat : 2309 (eSAT_static) R 2286 2286 2143 0 -1 4194304 24476 0 0 0 12683 17 0 0 25 0 1 0 647497537 107454464 24458 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/2309/statm: 26234 24458 75 162 0 26069 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 152508

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2309
/proc/meminfo: memFree=1307200/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=33.67
/proc/2286/stat : 2286 (galacE.sh) S 2284 2286 2143 0 -1 4194304 799 34052 0 1 0 0 3333 34 17 0 1 0 647494127 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2286/statm: 11893 364 245 79 0 219 0
[pid=2309] ppid=2286 vsize=104936 CPUtime=186.46
/proc/2309/stat : 2309 (eSAT_static) R 2286 2286 2143 0 -1 4194304 24590 0 0 0 18628 18 0 0 25 0 1 0 647497537 107454464 24572 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/2309/statm: 26234 24572 75 162 0 26069 0
Current children cumulated CPU time (s) 220.13
Current children cumulated vsize (KiB) 152508

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2309
/proc/meminfo: memFree=1299776/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=33.67
/proc/2286/stat : 2286 (galacE.sh) S 2284 2286 2143 0 -1 4194304 799 34052 0 1 0 0 3333 34 17 0 1 0 647494127 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2286/statm: 11893 364 245 79 0 219 0
[pid=2309] ppid=2286 vsize=107576 CPUtime=245.9
/proc/2309/stat : 2309 (eSAT_static) R 2286 2286 2143 0 -1 4194304 26399 0 0 0 24572 18 0 0 25 0 1 0 647497537 110157824 26381 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/2309/statm: 26894 26381 75 162 0 26729 0
Current children cumulated CPU time (s) 279.57
Current children cumulated vsize (KiB) 155148

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2351
/proc/meminfo: memFree=1591752/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=33.67
/proc/2286/stat : 2286 (galacE.sh) S 2284 2286 2143 0 -1 4194304 799 34052 0 1 0 0 3333 34 17 0 1 0 647494127 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2286/statm: 11893 364 245 79 0 219 0
[pid=2309] ppid=2286 vsize=120728 CPUtime=305.69
/proc/2309/stat : 2309 (eSAT_static) R 2286 2286 2143 0 -1 4194304 28211 0 0 0 30549 20 0 0 25 0 1 0 647497537 123625472 28193 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 0 0 0
/proc/2309/statm: 30182 28193 75 162 0 30017 0
Current children cumulated CPU time (s) 339.36
Current children cumulated vsize (KiB) 168300

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2351
/proc/meminfo: memFree=1591368/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=33.67
/proc/2286/stat : 2286 (galacE.sh) S 2284 2286 2143 0 -1 4194304 799 34052 0 1 0 0 3333 34 17 0 1 0 647494127 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2286/statm: 11893 364 245 79 0 219 0
[pid=2309] ppid=2286 vsize=120728 CPUtime=365.66
/proc/2309/stat : 2309 (eSAT_static) R 2286 2286 2143 0 -1 4194304 28254 0 0 0 36546 20 0 0 25 0 1 0 647497537 123625472 28236 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/2309/statm: 30182 28236 75 162 0 30017 0
Current children cumulated CPU time (s) 399.33
Current children cumulated vsize (KiB) 168300

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2351
/proc/meminfo: memFree=1585352/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=33.67
/proc/2286/stat : 2286 (galacE.sh) S 2284 2286 2143 0 -1 4194304 799 34052 0 1 0 0 3333 34 17 0 1 0 647494127 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2286/statm: 11893 364 245 79 0 219 0
[pid=2309] ppid=2286 vsize=122180 CPUtime=425.62
/proc/2309/stat : 2309 (eSAT_static) R 2286 2286 2143 0 -1 4194304 29701 0 0 0 42542 20 0 0 25 0 1 0 647497537 125112320 29683 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/2309/statm: 30545 29683 75 162 0 30380 0
Current children cumulated CPU time (s) 459.29
Current children cumulated vsize (KiB) 169752

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2351
/proc/meminfo: memFree=1580424/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=33.67
/proc/2286/stat : 2286 (galacE.sh) S 2284 2286 2143 0 -1 4194304 799 34052 0 1 0 0 3333 34 17 0 1 0 647494127 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2286/statm: 11893 364 245 79 0 219 0
[pid=2309] ppid=2286 vsize=139076 CPUtime=485.6
/proc/2309/stat : 2309 (eSAT_static) R 2286 2286 2143 0 -1 4194304 30937 0 0 0 48539 21 0 0 25 0 1 0 647497537 142413824 30919 996147200 134512640 135177480 4294955968 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 0 0 0
/proc/2309/statm: 34769 30919 75 162 0 34604 0
Current children cumulated CPU time (s) 519.27
Current children cumulated vsize (KiB) 186648

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2351
/proc/meminfo: memFree=1576840/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=33.67
/proc/2286/stat : 2286 (galacE.sh) S 2284 2286 2143 0 -1 4194304 799 34052 0 1 0 0 3333 34 17 0 1 0 647494127 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2286/statm: 11893 364 245 79 0 219 0
[pid=2309] ppid=2286 vsize=140004 CPUtime=545.56
/proc/2309/stat : 2309 (eSAT_static) R 2286 2286 2143 0 -1 4194304 31820 0 0 0 54535 21 0 0 25 0 1 0 647497537 143364096 31802 996147200 134512640 135177480 4294955968 18446744073709551615 134538025 0 0 4096 3 0 0 0 17 0 0 0
/proc/2309/statm: 35001 31802 75 162 0 34836 0
Current children cumulated CPU time (s) 579.23
Current children cumulated vsize (KiB) 187576

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2351
/proc/meminfo: memFree=1571912/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=33.67
/proc/2286/stat : 2286 (galacE.sh) S 2284 2286 2143 0 -1 4194304 799 34052 0 1 0 0 3333 34 17 0 1 0 647494127 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2286/statm: 11893 364 245 79 0 219 0
[pid=2309] ppid=2286 vsize=141860 CPUtime=605.53
/proc/2309/stat : 2309 (eSAT_static) R 2286 2286 2143 0 -1 4194304 33056 0 0 0 60532 21 0 0 25 0 1 0 647497537 145264640 33038 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/2309/statm: 35465 33038 75 162 0 35300 0
Current children cumulated CPU time (s) 639.2
Current children cumulated vsize (KiB) 189432

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2351
/proc/meminfo: memFree=1570504/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=33.67
/proc/2286/stat : 2286 (galacE.sh) S 2284 2286 2143 0 -1 4194304 799 34052 0 1 0 0 3333 34 17 0 1 0 647494127 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2286/statm: 11893 364 245 79 0 219 0
[pid=2309] ppid=2286 vsize=95396 CPUtime=665.5
/proc/2309/stat : 2309 (eSAT_static) R 2286 2286 2143 0 -1 4194304 33403 0 0 0 66528 22 0 0 25 0 1 0 647497537 97685504 23393 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/2309/statm: 23849 23393 80 162 0 23684 0
Current children cumulated CPU time (s) 699.17
Current children cumulated vsize (KiB) 142968

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

[startup+702.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2351
/proc/meminfo: memFree=1570504/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=699.23
/proc/2286/stat : 2286 (galacE.sh) S 2284 2286 2143 0 -1 4194304 835 67468 0 1 0 0 69865 58 16 0 1 0 647494127 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 271894413394 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/2286/statm: 11893 365 245 79 0 219 0
Current children cumulated CPU time (s) 699.23
Current children cumulated vsize (KiB) 47572

[startup+702.911 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 2360
/proc/meminfo: memFree=1691784/2055920 swapFree=4157960/4192956
[pid=2286] ppid=2284 vsize=47572 CPUtime=699.23
/proc/2286/stat : 2286 (galacE.sh) S 2284 2286 2143 0 -1 4194304 835 67468 0 1 0 0 69865 58 16 0 1 0 647494127 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 271894413394 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/2286/statm: 11893 365 245 79 0 219 0
[pid=2352] ppid=2286 vsize=812788 CPUtime=0.54
/proc/2352/stat : 2352 (java) S 2286 2286 2143 0 -1 0 6266 0 1 0 49 5 0 0 20 0 9 0 647564362 832294912 5649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2352/statm: 203197 5651 1910 9 0 197150 0
[pid=2352/tid=2353] ppid=2286 vsize=812788 CPUtime=0.35
/proc/2352/task/2353/stat : 2353 (java) R 2286 2286 2143 0 -1 64 4732 0 1 0 32 3 0 0 25 0 9 0 647564363 832294912 5651 996147200 134512640 134550740 4294955616 18446744073709551615 4126876589 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2352/tid=2354] ppid=2286 vsize=812788 CPUtime=0
/proc/2352/task/2354/stat : 2354 (java) S 2286 2286 2143 0 -1 64 3 0 0 0 0 0 0 0 22 0 9 0 647564364 832294912 5653 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=2352/tid=2355] ppid=2286 vsize=812788 CPUtime=0
/proc/2352/task/2355/stat : 2355 (java) S 2286 2286 2143 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 647564365 832294912 5654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2352/tid=2356] ppid=2286 vsize=812788 CPUtime=0
/proc/2352/task/2356/stat : 2356 (java) S 2286 2286 2143 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 647564365 832294912 5656 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2352/tid=2357] ppid=2286 vsize=812788 CPUtime=0
/proc/2352/task/2357/stat : 2357 (java) S 2286 2286 2143 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 647564367 832294912 5657 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2352/tid=2358] ppid=2286 vsize=812788 CPUtime=0.16
/proc/2352/task/2358/stat : 2358 (java) S 2286 2286 2143 0 -1 64 823 0 0 0 16 0 0 0 16 0 9 0 647564367 832294912 5659 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2352/tid=2359] ppid=2286 vsize=812788 CPUtime=0
/proc/2352/task/2359/stat : 2359 (java) S 2286 2286 2143 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 647564367 832294912 5660 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2352/tid=2360] ppid=2286 vsize=812788 CPUtime=0
/proc/2352/task/2360/stat : 2360 (java) S 2286 2286 2143 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647564367 832294912 5662 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 699.77
Current children cumulated vsize (KiB) 860360

Child status: 0
Real time (s): 702.993
CPU time (s): 699.853
CPU user time (s): 699.179
CPU system time (s): 0.673897
CPU usage (%): 99.5532
Max. virtual memory (cumulated for all children) (KiB): 860716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 699.179
system time used= 0.673897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75682
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= 2981
involuntary context switches= 16342

runsolver used 0.799878 second user time and 2.04469 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-05 10:15:10
IDJOB=1088045
IDBENCH=58062
IDSOLVER=351
FILE ID=node60/1088045-1215245710
PBS_JOBID= 7882029
Free space on /tmp= 66484 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/jobShop-enddr2/normalized-enddr2-10-by-5-4.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088045-1215245710/watcher-1088045-1215245710 -o /tmp/evaluation-result-1088045-1215245710/solver-1088045-1215245710 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1088045-1215245710.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cf4081f2054d02ab116461d182344c8b
RANDOM SEED=1172627507

node60.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.216
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.216
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:       1423664 kB
Buffers:         53924 kB
Cached:         143524 kB
SwapCached:      29196 kB
Active:         494756 kB
Inactive:        77784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1423664 kB
SwapTotal:     4192956 kB
SwapFree:      4157960 kB
Dirty:            3160 kB
Writeback:           0 kB
Mapped:         390908 kB
Slab:            44216 kB
Committed_AS:  1695044 kB
PageTables:       2640 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= 66484 MiB
End job on node60 at 2008-07-05 10:26:53