Trace number 1075211

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 EUNSAT 78.0901 78.242

General information on the benchmark

Namecsp/rlfapGraphsMod/
normalized-graph8-f11.xml
MD5SUM8638549a387d1f83f3e686ca096d4300
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.535917
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3757
Maximum constraint arity2
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3757
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c --- Preproc Stats ---
65.12/65.31	c start processing
65.12/65.31	c start relation processing
65.12/65.34	c start cnf exporting
76.15/76.33	c parsing time : 65.168
76.15/76.33	c preprocessing time : 76.193
76.15/76.33	
76.15/76.33	c Nary constraints - conflicts : 0 supports : 0
76.15/76.33	c Binary constraints - conflicts : 3414 supports :343
76.15/76.33	c max arity constraint : 2
76.15/76.33	c Max Tuples generated 1089
76.15/76.33	c relations : 1212
76.15/76.33	c relations BDD: 0
76.15/76.33	c sampling 0/0
76.15/76.33	c vars : 19323 - clauses :  590903
76.15/76.33	
76.15/76.35	 
76.15/76.35	c --- SAT Solver Stats ---
76.15/76.35	 
76.15/76.35	c eSAT 0.1 : minisat core with additionnal features
76.15/76.35	c ============================[ Problem Statistics ]=============================
76.15/76.35	c |                                                                             |
76.15/76.35	c |  Number of variables:  19322                                                |
76.15/76.35	c |  Number of clauses:    590903                                               |
76.20/76.73	c |  Parsing time:         0.33         s                                       |
78.02/78.22	c restarts              : 218
78.02/78.22	c conflicts             : 2863           (1584 /sec)
78.02/78.22	c decisions             : 133778         (78.09 % random) (74004 /sec)
78.02/78.22	c euip                  : 485         
78.02/78.22	c propagations          : 783611         (433479 /sec)
78.02/78.22	c conflict literals     : 73703          (22.45 % deleted)
78.02/78.22	c Memory used           : 28.20 MB
78.02/78.22	c CPU time              : 1.80773 s
78.02/78.22	c 
78.02/78.22	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1075211-1215180342/watcher-1075211-1215180342 -o /tmp/evaluation-result-1075211-1215180342/solver-1075211-1215180342 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1075211-1215180342.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.23 2.12 2.02 4/81 11356
/proc/meminfo: memFree=1773228/2055920 swapFree=4179816/4192956
[pid=11356] ppid=11354 vsize=18572 CPUtime=0
/proc/11356/stat : 11356 (runsolver) R 11354 11356 7956 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1997006560 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 258939088167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11356/statm: 4643 292 257 25 0 2626 0

[startup+0.0459849 s]
/proc/loadavg: 2.23 2.12 2.02 4/81 11356
/proc/meminfo: memFree=1773228/2055920 swapFree=4179816/4192956
[pid=11356] ppid=11354 vsize=8784 CPUtime=0
/proc/11356/stat : 11356 (galacE.sh) S 11354 11356 7956 0 -1 4194304 639 1482 0 0 0 0 0 0 19 0 1 0 1997006560 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 258939256914 0 2 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/11356/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8784

[startup+0.102606 s]
/proc/loadavg: 2.23 2.12 2.02 4/81 11356
/proc/meminfo: memFree=1773228/2055920 swapFree=4179816/4192956
[pid=11356] ppid=11354 vsize=47564 CPUtime=0
/proc/11356/stat : 11356 (galacE.sh) S 11354 11356 7956 0 -1 4194304 764 1698 0 0 0 0 0 0 20 0 1 0 1997006560 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11356/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+0.301645 s]
/proc/loadavg: 2.23 2.12 2.02 4/81 11356
/proc/meminfo: memFree=1773228/2055920 swapFree=4179816/4192956
[pid=11356] ppid=11354 vsize=47564 CPUtime=0
/proc/11356/stat : 11356 (galacE.sh) S 11354 11356 7956 0 -1 4194304 764 1698 0 0 0 0 0 0 20 0 1 0 1997006560 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11356/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+0.701718 s]
/proc/loadavg: 2.23 2.12 2.02 4/81 11356
/proc/meminfo: memFree=1773228/2055920 swapFree=4179816/4192956
[pid=11356] ppid=11354 vsize=47564 CPUtime=0
/proc/11356/stat : 11356 (galacE.sh) S 11354 11356 7956 0 -1 4194304 764 1698 0 0 0 0 0 0 20 0 1 0 1997006560 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11356/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+1.50286 s]
/proc/loadavg: 2.23 2.12 2.02 4/91 11378
/proc/meminfo: memFree=1732316/2055920 swapFree=4179816/4192956
[pid=11356] ppid=11354 vsize=47564 CPUtime=0
/proc/11356/stat : 11356 (galacE.sh) S 11354 11356 7956 0 -1 4194304 764 1698 0 0 0 0 0 0 20 0 1 0 1997006560 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11356/statm: 11891 363 244 79 0 219 0
[pid=11370] ppid=11356 vsize=812528 CPUtime=1.43
/proc/11370/stat : 11370 (java) S 11356 11356 7956 0 -1 0 13450 0 1 0 136 7 0 0 22 0 9 0 1997006565 832028672 12637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11370/statm: 203132 12637 2583 9 0 197166 0
[pid=11370/tid=11371] ppid=11356 vsize=812528 CPUtime=0.41
/proc/11370/task/11371/stat : 11371 (java) R 11356 11356 7956 0 -1 64 7511 0 1 0 36 5 0 0 23 0 9 0 1997006566 832028672 12637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11372] ppid=11356 vsize=812528 CPUtime=0.83
/proc/11370/task/11372/stat : 11372 (java) R 11356 11356 7956 0 -1 64 4454 0 0 0 82 1 0 0 21 0 9 0 1997006567 832028672 12637 996147200 134512640 134550740 4294955600 18446744073709551615 102477900 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11373] ppid=11356 vsize=812528 CPUtime=0
/proc/11370/task/11373/stat : 11373 (java) S 11356 11356 7956 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997006567 832028672 12637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11374] ppid=11356 vsize=812528 CPUtime=0
/proc/11370/task/11374/stat : 11374 (java) S 11356 11356 7956 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1997006567 832028672 12637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11375] ppid=11356 vsize=812528 CPUtime=0
/proc/11370/task/11375/stat : 11375 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997006569 832028672 12637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11376] ppid=11356 vsize=812528 CPUtime=0.17
/proc/11370/task/11376/stat : 11376 (java) S 11356 11356 7956 0 -1 64 784 0 0 0 17 0 0 0 16 0 9 0 1997006569 832028672 12637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11377] ppid=11356 vsize=812528 CPUtime=0
/proc/11370/task/11377/stat : 11377 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997006569 832028672 12637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11378] ppid=11356 vsize=812528 CPUtime=0
/proc/11370/task/11378/stat : 11378 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997006569 832028672 12637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 860092

[startup+3.10216 s]
/proc/loadavg: 2.29 2.14 2.02 3/91 11378
/proc/meminfo: memFree=1731804/2055920 swapFree=4179816/4192956
[pid=11356] ppid=11354 vsize=47564 CPUtime=0
/proc/11356/stat : 11356 (galacE.sh) S 11354 11356 7956 0 -1 4194304 764 1698 0 0 0 0 0 0 20 0 1 0 1997006560 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11356/statm: 11891 363 244 79 0 219 0
[pid=11370] ppid=11356 vsize=812528 CPUtime=3.03
/proc/11370/stat : 11370 (java) S 11356 11356 7956 0 -1 0 13579 0 1 0 295 8 0 0 22 0 9 0 1997006565 832028672 12717 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11370/statm: 203132 12717 2583 9 0 197166 0
[pid=11370/tid=11371] ppid=11356 vsize=812528 CPUtime=0.48
/proc/11370/task/11371/stat : 11371 (java) S 11356 11356 7956 0 -1 64 7560 0 1 0 43 5 0 0 16 0 9 0 1997006566 832028672 12717 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11372] ppid=11356 vsize=812528 CPUtime=2.34
/proc/11370/task/11372/stat : 11372 (java) R 11356 11356 7956 0 -1 64 4515 0 0 0 232 2 0 0 25 0 9 0 1997006567 832028672 12717 996147200 134512640 134550740 4294955600 18446744073709551615 102350374 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11373] ppid=11356 vsize=812528 CPUtime=0
/proc/11370/task/11373/stat : 11373 (java) S 11356 11356 7956 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997006567 832028672 12717 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11374] ppid=11356 vsize=812528 CPUtime=0
/proc/11370/task/11374/stat : 11374 (java) S 11356 11356 7956 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1997006567 832028672 12717 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11375] ppid=11356 vsize=812528 CPUtime=0
/proc/11370/task/11375/stat : 11375 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997006569 832028672 12717 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11376] ppid=11356 vsize=812528 CPUtime=0.19
/proc/11370/task/11376/stat : 11376 (java) S 11356 11356 7956 0 -1 64 803 0 0 0 19 0 0 0 15 0 9 0 1997006569 832028672 12717 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11377] ppid=11356 vsize=812528 CPUtime=0
/proc/11370/task/11377/stat : 11377 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997006569 832028672 12717 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11378] ppid=11356 vsize=812528 CPUtime=0
/proc/11370/task/11378/stat : 11378 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997006569 832028672 12717 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860092

[startup+6.30274 s]
/proc/loadavg: 2.29 2.14 2.02 3/91 11378
/proc/meminfo: memFree=1730908/2055920 swapFree=4179816/4192956
[pid=11356] ppid=11354 vsize=47564 CPUtime=0
/proc/11356/stat : 11356 (galacE.sh) S 11354 11356 7956 0 -1 4194304 764 1698 0 0 0 0 0 0 20 0 1 0 1997006560 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11356/statm: 11891 363 244 79 0 219 0
[pid=11370] ppid=11356 vsize=812600 CPUtime=6.21
/proc/11370/stat : 11370 (java) S 11356 11356 7956 0 -1 0 14928 0 1 0 611 10 0 0 22 0 9 0 1997006565 832102400 12872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11370/statm: 203150 12872 2583 9 0 197184 0
[pid=11370/tid=11371] ppid=11356 vsize=812600 CPUtime=0.61
/proc/11370/task/11371/stat : 11371 (java) S 11356 11356 7956 0 -1 64 7654 0 1 0 56 5 0 0 15 0 9 0 1997006566 832102400 12872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11372] ppid=11356 vsize=812600 CPUtime=5.36
/proc/11370/task/11372/stat : 11372 (java) R 11356 11356 7956 0 -1 64 5761 0 0 0 533 3 0 0 25 0 9 0 1997006567 832102400 12872 996147200 134512640 134550740 4294955600 18446744073709551615 102469652 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11373] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11373/stat : 11373 (java) S 11356 11356 7956 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997006567 832102400 12872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11374] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11374/stat : 11374 (java) S 11356 11356 7956 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1997006567 832102400 12872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11375] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11375/stat : 11375 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997006569 832102400 12872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11376] ppid=11356 vsize=812600 CPUtime=0.21
/proc/11370/task/11376/stat : 11376 (java) S 11356 11356 7956 0 -1 64 812 0 0 0 21 0 0 0 15 0 9 0 1997006569 832102400 12872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11377] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11377/stat : 11377 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997006569 832102400 12872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11378] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11378/stat : 11378 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997006569 832102400 12872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860164

[startup+12.7029 s]
/proc/loadavg: 2.25 2.13 2.02 3/91 11378
/proc/meminfo: memFree=1730012/2055920 swapFree=4179816/4192956
[pid=11356] ppid=11354 vsize=47564 CPUtime=0
/proc/11356/stat : 11356 (galacE.sh) S 11354 11356 7956 0 -1 4194304 764 1698 0 0 0 0 0 0 20 0 1 0 1997006560 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11356/statm: 11891 363 244 79 0 219 0
[pid=11370] ppid=11356 vsize=812600 CPUtime=12.58
/proc/11370/stat : 11370 (java) S 11356 11356 7956 0 -1 0 15346 0 1 0 1246 12 0 0 22 0 9 0 1997006565 832102400 13121 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11370/statm: 203150 13121 2583 9 0 197184 0
[pid=11370/tid=11371] ppid=11356 vsize=812600 CPUtime=0.93
/proc/11370/task/11371/stat : 11371 (java) S 11356 11356 7956 0 -1 64 7824 0 1 0 87 6 0 0 15 0 9 0 1997006566 832102400 13121 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11372] ppid=11356 vsize=812600 CPUtime=11.38
/proc/11370/task/11372/stat : 11372 (java) R 11356 11356 7956 0 -1 64 5986 0 0 0 1133 5 0 0 25 0 9 0 1997006567 832102400 13121 996147200 134512640 134550740 4294955600 18446744073709551615 103737193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11373] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11373/stat : 11373 (java) S 11356 11356 7956 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997006567 832102400 13121 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11374] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11374/stat : 11374 (java) S 11356 11356 7956 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1997006567 832102400 13121 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11375] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11375/stat : 11375 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997006569 832102400 13121 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11376] ppid=11356 vsize=812600 CPUtime=0.25
/proc/11370/task/11376/stat : 11376 (java) S 11356 11356 7956 0 -1 64 835 0 0 0 25 0 0 0 16 0 9 0 1997006569 832102400 13121 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11377] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11377/stat : 11377 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997006569 832102400 13121 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11378] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11378/stat : 11378 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997006569 832102400 13121 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 860164

[startup+25.5024 s]
/proc/loadavg: 2.21 2.13 2.02 3/91 11378
/proc/meminfo: memFree=1728028/2055920 swapFree=4179816/4192956
[pid=11356] ppid=11354 vsize=47564 CPUtime=0
/proc/11356/stat : 11356 (galacE.sh) S 11354 11356 7956 0 -1 4194304 764 1698 0 0 0 0 0 0 20 0 1 0 1997006560 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11356/statm: 11891 363 244 79 0 219 0
[pid=11370] ppid=11356 vsize=812600 CPUtime=25.34
/proc/11370/stat : 11370 (java) S 11356 11356 7956 0 -1 0 16064 0 1 0 2519 15 0 0 22 0 9 0 1997006565 832102400 13559 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11370/statm: 203150 13559 2583 9 0 197184 0
[pid=11370/tid=11371] ppid=11356 vsize=812600 CPUtime=1.89
/proc/11370/task/11371/stat : 11371 (java) S 11356 11356 7956 0 -1 64 8104 0 1 0 183 6 0 0 15 0 9 0 1997006566 832102400 13559 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11372] ppid=11356 vsize=812600 CPUtime=23.11
/proc/11370/task/11372/stat : 11372 (java) R 11356 11356 7956 0 -1 64 6381 0 0 0 2304 7 0 0 25 0 9 0 1997006567 832102400 13559 996147200 134512640 134550740 4294955600 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11373] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11373/stat : 11373 (java) S 11356 11356 7956 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997006567 832102400 13559 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11374] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11374/stat : 11374 (java) S 11356 11356 7956 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1997006567 832102400 13559 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11375] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11375/stat : 11375 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997006569 832102400 13559 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11376] ppid=11356 vsize=812600 CPUtime=0.31
/proc/11370/task/11376/stat : 11376 (java) S 11356 11356 7956 0 -1 64 878 0 0 0 31 0 0 0 15 0 9 0 1997006569 832102400 13559 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11377] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11377/stat : 11377 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997006569 832102400 13559 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11378] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11378/stat : 11378 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997006569 832102400 13559 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 860164

[startup+51.1021 s]
/proc/loadavg: 2.20 2.13 2.02 3/91 11378
/proc/meminfo: memFree=1724956/2055920 swapFree=4179816/4192956
[pid=11356] ppid=11354 vsize=47564 CPUtime=0
/proc/11356/stat : 11356 (galacE.sh) S 11354 11356 7956 0 -1 4194304 764 1698 0 0 0 0 0 0 20 0 1 0 1997006560 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11356/statm: 11891 363 244 79 0 219 0
[pid=11370] ppid=11356 vsize=812600 CPUtime=50.93
/proc/11370/stat : 11370 (java) S 11356 11356 7956 0 -1 0 17223 0 1 0 5074 19 0 0 22 0 9 0 1997006565 832102400 14295 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11370/statm: 203150 14295 2583 9 0 197184 0
[pid=11370/tid=11371] ppid=11356 vsize=812600 CPUtime=5.28
/proc/11370/task/11371/stat : 11371 (java) S 11356 11356 7956 0 -1 64 8528 0 1 0 521 7 0 0 15 0 9 0 1997006566 832102400 14295 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11372] ppid=11356 vsize=812600 CPUtime=45.3
/proc/11370/task/11372/stat : 11372 (java) R 11356 11356 7956 0 -1 64 7105 0 0 0 4520 10 0 0 25 0 9 0 1997006567 832102400 14295 996147200 134512640 134550740 4294955600 18446744073709551615 103736803 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11373] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11373/stat : 11373 (java) S 11356 11356 7956 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997006567 832102400 14295 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11374] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11374/stat : 11374 (java) S 11356 11356 7956 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1997006567 832102400 14295 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11375] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11375/stat : 11375 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997006569 832102400 14295 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11376] ppid=11356 vsize=812600 CPUtime=0.32
/proc/11370/task/11376/stat : 11376 (java) S 11356 11356 7956 0 -1 64 889 0 0 0 32 0 0 0 15 0 9 0 1997006569 832102400 14295 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11377] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11377/stat : 11377 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997006569 832102400 14295 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11378] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11378/stat : 11378 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997006569 832102400 14295 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 860164

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

[startup+63.9014 s]
/proc/loadavg: 2.23 2.14 2.03 3/91 11378
/proc/meminfo: memFree=1723740/2055920 swapFree=4179816/4192956
[pid=11356] ppid=11354 vsize=47564 CPUtime=0
/proc/11356/stat : 11356 (galacE.sh) S 11354 11356 7956 0 -1 4194304 764 1698 0 0 0 0 0 0 20 0 1 0 1997006560 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11356/statm: 11891 363 244 79 0 219 0
[pid=11370] ppid=11356 vsize=812600 CPUtime=63.72
/proc/11370/stat : 11370 (java) S 11356 11356 7956 0 -1 0 17671 0 1 0 6352 20 0 0 22 0 9 0 1997006565 832102400 14588 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11370/statm: 203150 14588 2583 9 0 197184 0
[pid=11370/tid=11371] ppid=11356 vsize=812600 CPUtime=8.64
/proc/11370/task/11371/stat : 11371 (java) S 11356 11356 7956 0 -1 64 8683 0 1 0 857 7 0 0 16 0 9 0 1997006566 832102400 14588 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11372] ppid=11356 vsize=812600 CPUtime=54.72
/proc/11370/task/11372/stat : 11372 (java) R 11356 11356 7956 0 -1 64 7397 0 0 0 5461 11 0 0 25 0 9 0 1997006567 832102400 14588 996147200 134512640 134550740 4294955600 18446744073709551615 104456948 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11373] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11373/stat : 11373 (java) S 11356 11356 7956 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997006567 832102400 14588 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11374] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11374/stat : 11374 (java) S 11356 11356 7956 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1997006567 832102400 14588 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11375] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11375/stat : 11375 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997006569 832102400 14588 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11376] ppid=11356 vsize=812600 CPUtime=0.32
/proc/11370/task/11376/stat : 11376 (java) S 11356 11356 7956 0 -1 64 890 0 0 0 32 0 0 0 16 0 9 0 1997006569 832102400 14588 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11377] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11377/stat : 11377 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997006569 832102400 14588 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11378] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11378/stat : 11378 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997006569 832102400 14588 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.72
Current children cumulated vsize (KiB) 860164

[startup+70.3026 s]
/proc/loadavg: 2.29 2.16 2.03 4/91 11378
/proc/meminfo: memFree=1689244/2055920 swapFree=4179816/4192956
[pid=11356] ppid=11354 vsize=47564 CPUtime=0
/proc/11356/stat : 11356 (galacE.sh) S 11354 11356 7956 0 -1 4194304 764 1698 0 0 0 0 0 0 20 0 1 0 1997006560 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11356/statm: 11891 363 244 79 0 219 0
[pid=11370] ppid=11356 vsize=812600 CPUtime=70.15
/proc/11370/stat : 11370 (java) S 11356 11356 7956 0 -1 0 25082 0 1 0 6987 28 0 0 22 0 9 0 1997006565 832102400 21974 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11370/statm: 203150 21974 2589 9 0 197184 0
[pid=11370/tid=11371] ppid=11356 vsize=812600 CPUtime=14.09
/proc/11370/task/11371/stat : 11371 (java) R 11356 11356 7956 0 -1 64 15850 0 1 0 1394 15 0 0 25 0 9 0 1997006566 832102400 21974 996147200 134512640 134550740 4294955600 18446744073709551615 4127085168 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11372] ppid=11356 vsize=812600 CPUtime=55.63
/proc/11370/task/11372/stat : 11372 (java) S 11356 11356 7956 0 -1 64 7595 0 0 0 5552 11 0 0 18 0 9 0 1997006567 832102400 21974 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11373] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11373/stat : 11373 (java) S 11356 11356 7956 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997006567 832102400 21974 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11374] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11374/stat : 11374 (java) S 11356 11356 7956 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1997006567 832102400 21974 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11375] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11375/stat : 11375 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997006569 832102400 21974 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11376] ppid=11356 vsize=812600 CPUtime=0.4
/proc/11370/task/11376/stat : 11376 (java) S 11356 11356 7956 0 -1 64 936 0 0 0 40 0 0 0 15 0 9 0 1997006569 832102400 21974 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11377] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11377/stat : 11377 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997006569 832102400 21974 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11378] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11378/stat : 11378 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997006569 832102400 21974 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 70.15
Current children cumulated vsize (KiB) 860164

[startup+73.5012 s]
/proc/loadavg: 2.27 2.15 2.03 3/91 11378
/proc/meminfo: memFree=1687708/2055920 swapFree=4179816/4192956
[pid=11356] ppid=11354 vsize=47564 CPUtime=0
/proc/11356/stat : 11356 (galacE.sh) S 11354 11356 7956 0 -1 4194304 764 1698 0 0 0 0 0 0 20 0 1 0 1997006560 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11356/statm: 11891 363 244 79 0 219 0
[pid=11370] ppid=11356 vsize=812600 CPUtime=73.34
/proc/11370/stat : 11370 (java) S 11356 11356 7956 0 -1 0 25173 0 1 0 7304 30 0 0 22 0 9 0 1997006565 832102400 22059 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11370/statm: 203150 22059 2589 9 0 197184 0
[pid=11370/tid=11371] ppid=11356 vsize=812600 CPUtime=17.26
/proc/11370/task/11371/stat : 11371 (java) R 11356 11356 7956 0 -1 64 15856 0 1 0 1709 17 0 0 25 0 9 0 1997006566 832102400 22059 996147200 134512640 134550740 4294955600 18446744073709551615 4127417099 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11372] ppid=11356 vsize=812600 CPUtime=55.65
/proc/11370/task/11372/stat : 11372 (java) S 11356 11356 7956 0 -1 64 7679 0 0 0 5554 11 0 0 16 0 9 0 1997006567 832102400 22059 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11373] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11373/stat : 11373 (java) S 11356 11356 7956 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997006567 832102400 22059 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11374] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11374/stat : 11374 (java) S 11356 11356 7956 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1997006567 832102400 22059 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11375] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11375/stat : 11375 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997006569 832102400 22059 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11376] ppid=11356 vsize=812600 CPUtime=0.4
/proc/11370/task/11376/stat : 11376 (java) S 11356 11356 7956 0 -1 64 937 0 0 0 40 0 0 0 17 0 9 0 1997006569 832102400 22059 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11377] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11377/stat : 11377 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1997006569 832102400 22059 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11370/tid=11378] ppid=11356 vsize=812600 CPUtime=0
/proc/11370/task/11378/stat : 11378 (java) S 11356 11356 7956 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997006569 832102400 22059 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 73.34
Current children cumulated vsize (KiB) 860164

[startup+76.7017 s]
/proc/loadavg: 2.27 2.15 2.03 3/91 11378
/proc/meminfo: memFree=1685212/2055920 swapFree=4179816/4192956
[pid=11356] ppid=11354 vsize=47564 CPUtime=76.2
/proc/11356/stat : 11356 (galacE.sh) S 11354 11356 7956 0 -1 4194304 798 26888 0 1 0 0 7587 33 17 0 1 0 1997006560 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11356/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 76.2
Current children cumulated vsize (KiB) 47564

[startup+77.5029 s]
/proc/loadavg: 2.33 2.17 2.04 3/83 11379
/proc/meminfo: memFree=1733980/2055920 swapFree=4179816/4192956
[pid=11356] ppid=11354 vsize=47564 CPUtime=76.2
/proc/11356/stat : 11356 (galacE.sh) S 11354 11356 7956 0 -1 4194304 798 26888 0 1 0 0 7587 33 17 0 1 0 1997006560 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11356/statm: 11891 363 244 79 0 219 0
[pid=11379] ppid=11356 vsize=33388 CPUtime=1.13
/proc/11379/stat : 11379 (eSAT_static) R 11356 11356 7956 0 -1 4194304 7717 0 0 0 109 4 0 0 25 0 1 0 1997014195 34189312 7699 996147200 134512640 135177480 4294955968 18446744073709551615 134537530 0 0 4096 3 0 0 0 17 1 0 0
/proc/11379/statm: 8347 7699 75 162 0 8182 0
Current children cumulated CPU time (s) 77.33
Current children cumulated vsize (KiB) 80952

[startup+77.903 s]
/proc/loadavg: 2.33 2.17 2.04 3/83 11379
/proc/meminfo: memFree=1733980/2055920 swapFree=4179816/4192956
[pid=11356] ppid=11354 vsize=47564 CPUtime=76.2
/proc/11356/stat : 11356 (galacE.sh) S 11354 11356 7956 0 -1 4194304 798 26888 0 1 0 0 7587 33 17 0 1 0 1997006560 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11356/statm: 11891 363 244 79 0 219 0
[pid=11379] ppid=11356 vsize=28868 CPUtime=1.52
/proc/11379/stat : 11379 (eSAT_static) R 11356 11356 7956 0 -1 4194304 7751 0 0 0 148 4 0 0 25 0 1 0 1997014195 29560832 6816 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/11379/statm: 7217 6816 79 162 0 7052 0
Current children cumulated CPU time (s) 77.72
Current children cumulated vsize (KiB) 76432

[startup+78.108 s]
/proc/loadavg: 2.33 2.17 2.04 3/83 11379
/proc/meminfo: memFree=1735900/2055920 swapFree=4179816/4192956
[pid=11356] ppid=11354 vsize=47564 CPUtime=76.2
/proc/11356/stat : 11356 (galacE.sh) S 11354 11356 7956 0 -1 4194304 798 26888 0 1 0 0 7587 33 17 0 1 0 1997006560 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11356/statm: 11891 363 244 79 0 219 0
[pid=11379] ppid=11356 vsize=28868 CPUtime=1.72
/proc/11379/stat : 11379 (eSAT_static) R 11356 11356 7956 0 -1 4194304 7751 0 0 0 168 4 0 0 25 0 1 0 1997014195 29560832 6816 996147200 134512640 135177480 4294955968 18446744073709551615 134565309 0 0 4096 3 0 0 0 17 1 0 0
/proc/11379/statm: 7217 6816 79 162 0 7052 0
Current children cumulated CPU time (s) 77.92
Current children cumulated vsize (KiB) 76432

[startup+78.203 s]
/proc/loadavg: 2.33 2.17 2.04 3/83 11379
/proc/meminfo: memFree=1735900/2055920 swapFree=4179816/4192956
[pid=11356] ppid=11354 vsize=47564 CPUtime=76.2
/proc/11356/stat : 11356 (galacE.sh) S 11354 11356 7956 0 -1 4194304 798 26888 0 1 0 0 7587 33 17 0 1 0 1997006560 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/11356/statm: 11891 363 244 79 0 219 0
[pid=11379] ppid=11356 vsize=28868 CPUtime=1.82
/proc/11379/stat : 11379 (eSAT_static) R 11356 11356 7956 0 -1 4194304 7752 0 0 0 178 4 0 0 25 0 1 0 1997014195 29560832 6817 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/11379/statm: 7217 6817 80 162 0 7052 0
Current children cumulated CPU time (s) 78.02
Current children cumulated vsize (KiB) 76432

Child status: 0
Real time (s): 78.242
CPU time (s): 78.0901
CPU user time (s): 77.6902
CPU system time (s): 0.399939
CPU usage (%): 99.8059
Max. virtual memory (cumulated for all children) (KiB): 860368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.6902
system time used= 0.399939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35637
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5059
involuntary context switches= 5423

runsolver used 0.099984 second user time and 0.274958 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-04 16:05:42
IDJOB=1075211
IDBENCH=56491
IDSOLVER=351
FILE ID=node45/1075211-1215180342
PBS_JOBID= 7881421
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8638549a387d1f83f3e686ca096d4300
RANDOM SEED=182743205

node45.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.268
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.268
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:       1773708 kB
Buffers:         47976 kB
Cached:         127968 kB
SwapCached:       7180 kB
Active:         163848 kB
Inactive:        61632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1773708 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:            5084 kB
Writeback:           0 kB
Mapped:          65436 kB
Slab:            41820 kB
Committed_AS:  3824860 kB
PageTables:       1884 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node45 at 2008-07-04 16:07:00