Trace number 1091615

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 621.616 623.006

General information on the benchmark

Namecsp/jobShop-e0ddr2/
normalized-e0ddr2-10-by-5-5.xml
MD5SUM02e306085fc8aa5ee40b791934a7e9f7
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.026995
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size138
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.01/0.03	c --- Preproc Stats ---
6.11/6.28	c start processing
6.11/6.28	c start relation processing
6.90/7.02	c start cnf exporting
28.40/28.73	c parsing time : 6.162
28.40/28.74	c preprocessing time : 28.617
28.40/28.74	
28.40/28.74	c Nary constraints - conflicts : 0 supports : 0
28.40/28.74	c Binary constraints - conflicts : 265 supports :0
28.40/28.74	c max arity constraint : 2
28.40/28.74	c Max Tuples generated 19044
28.40/28.74	c relations : 265
28.40/28.74	c relations BDD: 0
28.40/28.74	c sampling 229/265
28.40/28.74	c vars : 6386 - clauses :  1155077
28.40/28.74	
28.40/28.79	 
28.40/28.79	c --- SAT Solver Stats ---
28.40/28.79	 
28.40/28.79	c eSAT 0.1 : minisat core with additionnal features
28.40/28.79	c ============================[ Problem Statistics ]=============================
28.40/28.79	c |                                                                             |
28.40/28.79	c |  Number of variables:  6385                                                 |
28.40/28.79	c |  Number of clauses:    1155077                                              |
28.47/29.41	c |  Parsing time:         0.52         s                                       |
620.91/622.34	c restarts              : 118
620.91/622.34	c conflicts             : 1224           (2 /sec)
620.91/622.34	c decisions             : 144318         (62.51 % random) (244 /sec)
620.91/622.34	c euip                  : 426         
620.91/622.34	c propagations          : 553471         (934 /sec)
620.91/622.34	c conflict literals     : 133472         (2.67 % deleted)
620.91/622.34	c Memory used           : 85.89 MB
620.91/622.34	c CPU time              : 592.3 s
620.91/622.34	c 
620.91/622.34	s SATISFIABLE
621.49/622.99	v 1 11 16 32 42 4 22 29 48 58 61 72 87 95 100 48 107 125 137 149 19 29 61 70 74 19 34 52 74 83 13 59 71 86 92 45 110 138 152 161 12 57 98 118 123 22 89 114 122 134

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.07 2.03 4/74 15920
/proc/meminfo: memFree=1263096/2055920 swapFree=4179560/4192956
[pid=15920] ppid=15918 vsize=8652 CPUtime=0
/proc/15920/stat : 15920 (galacE.sh) S 15918 15920 15071 0 -1 4194304 346 0 0 0 0 0 0 0 19 0 1 0 2006484632 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15920/statm: 2163 280 208 79 0 156 0
[pid=15921] ppid=15920 vsize=8688 CPUtime=0
/proc/15921/stat : 15921 (galacE.sh) S 15920 15920 15071 0 -1 4194368 36 0 0 0 0 0 0 0 19 0 1 0 2006484632 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 228706713682 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/15921/statm: 2172 286 209 79 0 165 0
[pid=15922] ppid=15921 vsize=8728 CPUtime=0
/proc/15922/stat : 15922 (galacE.sh) R 15921 15920 15071 0 -1 4194368 25 0 0 0 0 0 0 0 21 0 1 0 2006484632 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 228706544935 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/15922/statm: 2182 290 209 79 0 175 0

[startup+0.031489 s]
/proc/loadavg: 2.00 2.07 2.03 4/74 15920
/proc/meminfo: memFree=1263096/2055920 swapFree=4179560/4192956
[pid=15920] ppid=15918 vsize=47488 CPUtime=0.01
/proc/15920/stat : 15920 (galacE.sh) R 15918 15920 15071 0 -1 4194304 745 1697 0 0 0 0 0 1 24 0 1 0 2006484632 48627712 359 996147200 4194304 4520092 548682068832 18446744073709551615 4299835 0 2 4096 73728 0 0 0 17 1 0 0
/proc/15920/statm: 11872 359 246 79 0 201 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47488

[startup+0.101496 s]
/proc/loadavg: 2.00 2.07 2.03 4/74 15920
/proc/meminfo: memFree=1263096/2055920 swapFree=4179560/4192956
[pid=15920] ppid=15918 vsize=47560 CPUtime=0.01
/proc/15920/stat : 15920 (galacE.sh) S 15918 15920 15071 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006484632 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15920/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301523 s]
/proc/loadavg: 2.00 2.07 2.03 4/74 15920
/proc/meminfo: memFree=1263096/2055920 swapFree=4179560/4192956
[pid=15920] ppid=15918 vsize=47560 CPUtime=0.01
/proc/15920/stat : 15920 (galacE.sh) S 15918 15920 15071 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006484632 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15920/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701555 s]
/proc/loadavg: 2.00 2.07 2.03 4/74 15920
/proc/meminfo: memFree=1263096/2055920 swapFree=4179560/4192956
[pid=15920] ppid=15918 vsize=47560 CPUtime=0.01
/proc/15920/stat : 15920 (galacE.sh) S 15918 15920 15071 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006484632 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15920/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50263 s]
/proc/loadavg: 2.00 2.07 2.03 4/84 15942
/proc/meminfo: memFree=1218792/2055920 swapFree=4179560/4192956
[pid=15920] ppid=15918 vsize=47560 CPUtime=0.01
/proc/15920/stat : 15920 (galacE.sh) S 15918 15920 15071 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006484632 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15920/statm: 11890 365 246 79 0 219 0
[pid=15934] ppid=15920 vsize=812728 CPUtime=1.44
/proc/15934/stat : 15934 (java) S 15920 15920 15071 0 -1 0 15855 0 1 0 135 9 0 0 18 0 9 0 2006484636 832233472 15073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15934/statm: 203182 15073 2587 9 0 197163 0
[pid=15934/tid=15935] ppid=15920 vsize=812728 CPUtime=0.89
/proc/15934/task/15935/stat : 15935 (java) R 15920 15920 15071 0 -1 64 7566 0 1 0 84 5 0 0 25 0 9 0 2006484637 832233472 15073 996147200 134512640 134550740 4294955600 18446744073709551615 4126697181 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15936] ppid=15920 vsize=812728 CPUtime=0.37
/proc/15934/task/15936/stat : 15936 (java) S 15920 15920 15071 0 -1 64 6811 0 0 0 35 2 0 0 16 0 9 0 2006484638 832233472 15073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15937] ppid=15920 vsize=812728 CPUtime=0
/proc/15934/task/15937/stat : 15937 (java) S 15920 15920 15071 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006484638 832233472 15073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15938] ppid=15920 vsize=812728 CPUtime=0
/proc/15934/task/15938/stat : 15938 (java) S 15920 15920 15071 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006484638 832233472 15073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15939] ppid=15920 vsize=812728 CPUtime=0
/proc/15934/task/15939/stat : 15939 (java) S 15920 15920 15071 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006484640 832233472 15073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15940] ppid=15920 vsize=812728 CPUtime=0.15
/proc/15934/task/15940/stat : 15940 (java) S 15920 15920 15071 0 -1 64 779 0 0 0 15 0 0 0 16 0 9 0 2006484640 832233472 15073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15941] ppid=15920 vsize=812728 CPUtime=0
/proc/15934/task/15941/stat : 15941 (java) S 15920 15920 15071 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006484640 832233472 15073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15942] ppid=15920 vsize=812728 CPUtime=0
/proc/15934/task/15942/stat : 15942 (java) S 15920 15920 15071 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006484640 832233472 15073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860288

[startup+3.10279 s]
/proc/loadavg: 2.00 2.07 2.03 4/84 15942
/proc/meminfo: memFree=1205800/2055920 swapFree=4179560/4192956
[pid=15920] ppid=15918 vsize=47560 CPUtime=0.01
/proc/15920/stat : 15920 (galacE.sh) S 15918 15920 15071 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006484632 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15920/statm: 11890 365 246 79 0 219 0
[pid=15934] ppid=15920 vsize=812796 CPUtime=3.03
/proc/15934/stat : 15934 (java) S 15920 15920 15071 0 -1 0 19538 0 1 0 292 11 0 0 18 0 9 0 2006484636 832303104 18745 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15934/statm: 203199 18745 2587 9 0 197180 0
[pid=15934/tid=15935] ppid=15920 vsize=812796 CPUtime=1.41
/proc/15934/task/15935/stat : 15935 (java) R 15920 15920 15071 0 -1 64 7578 0 1 0 136 5 0 0 25 0 9 0 2006484637 832303104 18745 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15936] ppid=15920 vsize=812796 CPUtime=1.41
/proc/15934/task/15936/stat : 15936 (java) R 15920 15920 15071 0 -1 64 10462 0 0 0 137 4 0 0 17 0 9 0 2006484638 832303104 18745 996147200 134512640 134550740 4294955600 18446744073709551615 104182492 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15937] ppid=15920 vsize=812796 CPUtime=0
/proc/15934/task/15937/stat : 15937 (java) S 15920 15920 15071 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006484638 832303104 18745 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15938] ppid=15920 vsize=812796 CPUtime=0
/proc/15934/task/15938/stat : 15938 (java) S 15920 15920 15071 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006484638 832303104 18745 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15939] ppid=15920 vsize=812796 CPUtime=0
/proc/15934/task/15939/stat : 15939 (java) S 15920 15920 15071 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006484640 832303104 18745 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15940] ppid=15920 vsize=812796 CPUtime=0.18
/proc/15934/task/15940/stat : 15940 (java) S 15920 15920 15071 0 -1 64 799 0 0 0 18 0 0 0 15 0 9 0 2006484640 832303104 18745 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15941] ppid=15920 vsize=812796 CPUtime=0
/proc/15934/task/15941/stat : 15941 (java) S 15920 15920 15071 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006484640 832303104 18745 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15942] ppid=15920 vsize=812796 CPUtime=0
/proc/15934/task/15942/stat : 15942 (java) S 15920 15920 15071 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006484640 832303104 18745 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860356

[startup+6.30108 s]
/proc/loadavg: 2.08 2.09 2.03 3/84 15942
/proc/meminfo: memFree=1184168/2055920 swapFree=4179560/4192956
[pid=15920] ppid=15918 vsize=47560 CPUtime=0.01
/proc/15920/stat : 15920 (galacE.sh) S 15918 15920 15071 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006484632 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15920/statm: 11890 365 246 79 0 219 0
[pid=15934] ppid=15920 vsize=812812 CPUtime=6.2
/proc/15934/stat : 15934 (java) S 15920 15920 15071 0 -1 0 23671 0 1 0 607 13 0 0 18 0 9 0 2006484636 832319488 22584 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15934/statm: 203203 22584 2589 9 0 197184 0
[pid=15934/tid=15935] ppid=15920 vsize=812812 CPUtime=1.95
/proc/15934/task/15935/stat : 15935 (java) R 15920 15920 15071 0 -1 64 7596 0 1 0 190 5 0 0 19 0 9 0 2006484637 832319488 22584 996147200 134512640 134550740 4294955600 18446744073709551615 4127007866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15936] ppid=15920 vsize=812812 CPUtime=4.02
/proc/15934/task/15936/stat : 15936 (java) S 15920 15920 15071 0 -1 64 14564 0 0 0 396 6 0 0 24 0 9 0 2006484638 832319488 22584 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15937] ppid=15920 vsize=812812 CPUtime=0
/proc/15934/task/15937/stat : 15937 (java) S 15920 15920 15071 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006484638 832319488 22584 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15938] ppid=15920 vsize=812812 CPUtime=0
/proc/15934/task/15938/stat : 15938 (java) S 15920 15920 15071 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006484638 832319488 22584 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15939] ppid=15920 vsize=812812 CPUtime=0
/proc/15934/task/15939/stat : 15939 (java) S 15920 15920 15071 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006484640 832319488 22584 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15940] ppid=15920 vsize=812812 CPUtime=0.2
/proc/15934/task/15940/stat : 15940 (java) S 15920 15920 15071 0 -1 64 812 0 0 0 20 0 0 0 15 0 9 0 2006484640 832319488 22584 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15941] ppid=15920 vsize=812812 CPUtime=0
/proc/15934/task/15941/stat : 15941 (java) S 15920 15920 15071 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006484640 832319488 22584 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15942] ppid=15920 vsize=812812 CPUtime=0
/proc/15934/task/15942/stat : 15942 (java) S 15920 15920 15071 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006484640 832319488 22584 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) 860372

[startup+12.7017 s]
/proc/loadavg: 2.07 2.08 2.03 3/84 15942
/proc/meminfo: memFree=1142768/2055920 swapFree=4179560/4192956
[pid=15920] ppid=15918 vsize=47560 CPUtime=0.01
/proc/15920/stat : 15920 (galacE.sh) S 15918 15920 15071 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006484632 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15920/statm: 11890 365 246 79 0 219 0
[pid=15934] ppid=15920 vsize=812812 CPUtime=12.54
/proc/15934/stat : 15934 (java) S 15920 15920 15071 0 -1 0 32138 0 1 0 1232 22 0 0 18 0 9 0 2006484636 832319488 31036 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15934/statm: 203203 31036 2594 9 0 197184 0
[pid=15934/tid=15935] ppid=15920 vsize=812812 CPUtime=8.19
/proc/15934/task/15935/stat : 15935 (java) R 15920 15920 15071 0 -1 64 14648 0 1 0 806 13 0 0 25 0 9 0 2006484637 832319488 31036 996147200 134512640 134550740 4294955600 18446744073709551615 4127125959 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15936] ppid=15920 vsize=812812 CPUtime=4.06
/proc/15934/task/15936/stat : 15936 (java) S 15920 15920 15071 0 -1 64 15946 0 0 0 399 7 0 0 16 0 9 0 2006484638 832319488 31036 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15937] ppid=15920 vsize=812812 CPUtime=0
/proc/15934/task/15937/stat : 15937 (java) S 15920 15920 15071 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006484638 832319488 31036 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15938] ppid=15920 vsize=812812 CPUtime=0
/proc/15934/task/15938/stat : 15938 (java) S 15920 15920 15071 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006484638 832319488 31036 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15939] ppid=15920 vsize=812812 CPUtime=0
/proc/15934/task/15939/stat : 15939 (java) S 15920 15920 15071 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006484640 832319488 31036 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15940] ppid=15920 vsize=812812 CPUtime=0.27
/proc/15934/task/15940/stat : 15940 (java) S 15920 15920 15071 0 -1 64 845 0 0 0 26 1 0 0 15 0 9 0 2006484640 832319488 31036 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15941] ppid=15920 vsize=812812 CPUtime=0
/proc/15934/task/15941/stat : 15941 (java) S 15920 15920 15071 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006484640 832319488 31036 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15942] ppid=15920 vsize=812812 CPUtime=0
/proc/15934/task/15942/stat : 15942 (java) S 15920 15920 15071 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006484640 832319488 31036 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) 860372

[startup+25.5029 s]
/proc/loadavg: 2.06 2.08 2.03 3/84 15942
/proc/meminfo: memFree=1131696/2055920 swapFree=4179560/4192956
[pid=15920] ppid=15918 vsize=47560 CPUtime=0.01
/proc/15920/stat : 15920 (galacE.sh) S 15918 15920 15071 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2006484632 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15920/statm: 11890 365 246 79 0 219 0
[pid=15934] ppid=15920 vsize=812812 CPUtime=25.22
/proc/15934/stat : 15934 (java) S 15920 15920 15071 0 -1 0 32165 0 1 0 2495 27 0 0 18 0 9 0 2006484636 832319488 31038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15934/statm: 203203 31038 2594 9 0 197184 0
[pid=15934/tid=15935] ppid=15920 vsize=812812 CPUtime=20.86
/proc/15934/task/15935/stat : 15935 (java) R 15920 15920 15071 0 -1 64 14673 0 1 0 2068 18 0 0 25 0 9 0 2006484637 832319488 31038 996147200 134512640 134550740 4294955600 18446744073709551615 4127140587 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15936] ppid=15920 vsize=812812 CPUtime=4.07
/proc/15934/task/15936/stat : 15936 (java) S 15920 15920 15071 0 -1 64 15946 0 0 0 400 7 0 0 16 0 9 0 2006484638 832319488 31038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15937] ppid=15920 vsize=812812 CPUtime=0
/proc/15934/task/15937/stat : 15937 (java) S 15920 15920 15071 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006484638 832319488 31038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15938] ppid=15920 vsize=812812 CPUtime=0
/proc/15934/task/15938/stat : 15938 (java) S 15920 15920 15071 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006484638 832319488 31038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15939] ppid=15920 vsize=812812 CPUtime=0
/proc/15934/task/15939/stat : 15939 (java) S 15920 15920 15071 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006484640 832319488 31038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15940] ppid=15920 vsize=812812 CPUtime=0.27
/proc/15934/task/15940/stat : 15940 (java) S 15920 15920 15071 0 -1 64 847 0 0 0 26 1 0 0 16 0 9 0 2006484640 832319488 31038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15941] ppid=15920 vsize=812812 CPUtime=0
/proc/15934/task/15941/stat : 15941 (java) S 15920 15920 15071 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006484640 832319488 31038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15934/tid=15942] ppid=15920 vsize=812812 CPUtime=0
/proc/15934/task/15942/stat : 15942 (java) S 15920 15920 15071 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006484640 832319488 31038 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23

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

/proc/15920/stat : 15920 (galacE.sh) S 15918 15920 15071 0 -1 4194304 800 33879 0 1 0 0 2814 33 17 0 1 0 2006484632 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15920/statm: 11890 365 246 79 0 219 0
[pid=15943] ppid=15920 vsize=117908 CPUtime=433.08
/proc/15943/stat : 15943 (eSAT_static) R 15920 15920 15071 0 -1 4194304 28374 0 0 0 43291 17 0 0 25 0 1 0 2006487512 120737792 28356 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 0 0 0
/proc/15943/statm: 29477 28356 75 162 0 29312 0
Current children cumulated CPU time (s) 461.55
Current children cumulated vsize (KiB) 165468

[startup+522.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 15971
/proc/meminfo: memFree=1254712/2055920 swapFree=4179560/4192956
[pid=15920] ppid=15918 vsize=47560 CPUtime=28.47
/proc/15920/stat : 15920 (galacE.sh) S 15918 15920 15071 0 -1 4194304 800 33879 0 1 0 0 2814 33 17 0 1 0 2006484632 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15920/statm: 11890 365 246 79 0 219 0
[pid=15943] ppid=15920 vsize=134140 CPUtime=492.84
/proc/15943/stat : 15943 (eSAT_static) R 15920 15920 15071 0 -1 4194304 29308 0 0 0 49266 18 0 0 25 0 1 0 2006487512 137359360 29290 996147200 134512640 135177480 4294955968 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 0 0 0
/proc/15943/statm: 33535 29290 75 162 0 33370 0
Current children cumulated CPU time (s) 521.31
Current children cumulated vsize (KiB) 181700

[startup+582.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 15971
/proc/meminfo: memFree=1250808/2055920 swapFree=4179560/4192956
[pid=15920] ppid=15918 vsize=47560 CPUtime=28.47
/proc/15920/stat : 15920 (galacE.sh) S 15918 15920 15071 0 -1 4194304 800 33879 0 1 0 0 2814 33 17 0 1 0 2006484632 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15920/statm: 11890 365 246 79 0 219 0
[pid=15943] ppid=15920 vsize=134532 CPUtime=552.6
/proc/15943/stat : 15943 (eSAT_static) R 15920 15920 15071 0 -1 4194304 29974 0 0 0 55242 18 0 0 25 0 1 0 2006487512 137760768 29956 996147200 134512640 135177480 4294955968 18446744073709551615 134538025 0 0 4096 3 0 0 0 17 0 0 0
/proc/15943/statm: 33633 29956 75 162 0 33468 0
Current children cumulated CPU time (s) 581.07
Current children cumulated vsize (KiB) 182092

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

[startup+588.701 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 15971
/proc/meminfo: memFree=1250808/2055920 swapFree=4179560/4192956
[pid=15920] ppid=15918 vsize=47560 CPUtime=28.47
/proc/15920/stat : 15920 (galacE.sh) S 15918 15920 15071 0 -1 4194304 800 33879 0 1 0 0 2814 33 17 0 1 0 2006484632 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15920/statm: 11890 365 246 79 0 219 0
[pid=15943] ppid=15920 vsize=134532 CPUtime=558.98
/proc/15943/stat : 15943 (eSAT_static) R 15920 15920 15071 0 -1 4194304 29974 0 0 0 55880 18 0 0 25 0 1 0 2006487512 137760768 29956 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/15943/statm: 33633 29956 75 162 0 33468 0
Current children cumulated CPU time (s) 587.45
Current children cumulated vsize (KiB) 182092

[startup+601.503 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 15971
/proc/meminfo: memFree=1249592/2055920 swapFree=4179560/4192956
[pid=15920] ppid=15918 vsize=47560 CPUtime=28.47
/proc/15920/stat : 15920 (galacE.sh) S 15918 15920 15071 0 -1 4194304 800 33879 0 1 0 0 2814 33 17 0 1 0 2006484632 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15920/statm: 11890 365 246 79 0 219 0
[pid=15943] ppid=15920 vsize=134664 CPUtime=571.73
/proc/15943/stat : 15943 (eSAT_static) R 15920 15920 15071 0 -1 4194304 30309 0 0 0 57155 18 0 0 25 0 1 0 2006487512 137895936 30291 996147200 134512640 135177480 4294955968 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 0 0 0
/proc/15943/statm: 33666 30291 75 162 0 33501 0
Current children cumulated CPU time (s) 600.2
Current children cumulated vsize (KiB) 182224

[startup+614.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 15971
/proc/meminfo: memFree=1249592/2055920 swapFree=4179560/4192956
[pid=15920] ppid=15918 vsize=47560 CPUtime=28.47
/proc/15920/stat : 15920 (galacE.sh) S 15918 15920 15071 0 -1 4194304 800 33879 0 1 0 0 2814 33 17 0 1 0 2006484632 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15920/statm: 11890 365 246 79 0 219 0
[pid=15943] ppid=15920 vsize=134664 CPUtime=584.47
/proc/15943/stat : 15943 (eSAT_static) R 15920 15920 15071 0 -1 4194304 30310 0 0 0 58429 18 0 0 25 0 1 0 2006487512 137895936 30292 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/15943/statm: 33666 30292 75 162 0 33501 0
Current children cumulated CPU time (s) 612.94
Current children cumulated vsize (KiB) 182224

[startup+617.501 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 15971
/proc/meminfo: memFree=1249592/2055920 swapFree=4179560/4192956
[pid=15920] ppid=15918 vsize=47560 CPUtime=28.47
/proc/15920/stat : 15920 (galacE.sh) S 15918 15920 15071 0 -1 4194304 800 33879 0 1 0 0 2814 33 17 0 1 0 2006484632 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15920/statm: 11890 365 246 79 0 219 0
[pid=15943] ppid=15920 vsize=134664 CPUtime=587.66
/proc/15943/stat : 15943 (eSAT_static) R 15920 15920 15071 0 -1 4194304 30310 0 0 0 58748 18 0 0 25 0 1 0 2006487512 137895936 30292 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/15943/statm: 33666 30292 75 162 0 33501 0
Current children cumulated CPU time (s) 616.13
Current children cumulated vsize (KiB) 182224

[startup+620.701 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 15971
/proc/meminfo: memFree=1249592/2055920 swapFree=4179560/4192956
[pid=15920] ppid=15918 vsize=47560 CPUtime=28.47
/proc/15920/stat : 15920 (galacE.sh) S 15918 15920 15071 0 -1 4194304 800 33879 0 1 0 0 2814 33 17 0 1 0 2006484632 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15920/statm: 11890 365 246 79 0 219 0
[pid=15943] ppid=15920 vsize=134664 CPUtime=590.85
/proc/15943/stat : 15943 (eSAT_static) R 15920 15920 15071 0 -1 4194304 30310 0 0 0 59067 18 0 0 25 0 1 0 2006487512 137895936 30292 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/15943/statm: 33666 30292 75 162 0 33501 0
Current children cumulated CPU time (s) 619.32
Current children cumulated vsize (KiB) 182224

[startup+622.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 15971
/proc/meminfo: memFree=1249592/2055920 swapFree=4179560/4192956
[pid=15920] ppid=15918 vsize=47560 CPUtime=28.47
/proc/15920/stat : 15920 (galacE.sh) S 15918 15920 15071 0 -1 4194304 800 33879 0 1 0 0 2814 33 17 0 1 0 2006484632 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15920/statm: 11890 365 246 79 0 219 0
[pid=15943] ppid=15920 vsize=87948 CPUtime=592.44
/proc/15943/stat : 15943 (eSAT_static) R 15920 15920 15071 0 -1 4194304 30320 0 0 0 59225 19 0 0 25 0 1 0 2006487512 90058752 21454 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 0 0 0
/proc/15943/statm: 21987 21454 80 162 0 21822 0
Current children cumulated CPU time (s) 620.91
Current children cumulated vsize (KiB) 135508

[startup+622.702 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 15980
/proc/meminfo: memFree=1362488/2055920 swapFree=4179560/4192956
[pid=15920] ppid=15918 vsize=47560 CPUtime=620.97
/proc/15920/stat : 15920 (galacE.sh) S 15918 15920 15071 0 -1 4194304 836 64212 0 1 0 0 62044 53 16 0 1 0 2006484632 48701440 366 996147200 4194304 4520092 548682068832 18446744073709551615 228706713682 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/15920/statm: 11890 366 246 79 0 219 0
[pid=15972] ppid=15920 vsize=812644 CPUtime=0.33
/proc/15972/stat : 15972 (java) S 15920 15920 15071 0 -1 0 5148 0 1 0 29 4 0 0 20 0 9 0 2006546868 832147456 4571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15972/statm: 203161 4571 1851 9 0 197142 0
[pid=15972/tid=15973] ppid=15920 vsize=812644 CPUtime=0.22
/proc/15972/task/15973/stat : 15973 (java) R 15920 15920 15071 0 -1 64 3692 0 1 0 20 2 0 0 25 0 9 0 2006546870 832147456 4571 996147200 134512640 134550740 4294955616 18446744073709551615 4125979668 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15974] ppid=15920 vsize=812644 CPUtime=0
/proc/15972/task/15974/stat : 15974 (java) S 15920 15920 15071 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2006546871 832147456 4571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15975] ppid=15920 vsize=812644 CPUtime=0
/proc/15972/task/15975/stat : 15975 (java) S 15920 15920 15071 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 2006546871 832147456 4571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15976] ppid=15920 vsize=812644 CPUtime=0
/proc/15972/task/15976/stat : 15976 (java) S 15920 15920 15071 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 2006546871 832147456 4571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15977] ppid=15920 vsize=812644 CPUtime=0
/proc/15972/task/15977/stat : 15977 (java) S 15920 15920 15071 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2006546873 832147456 4571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15978] ppid=15920 vsize=812644 CPUtime=0.07
/proc/15972/task/15978/stat : 15978 (java) R 15920 15920 15071 0 -1 64 743 0 0 0 7 0 0 0 17 0 9 0 2006546873 832147456 4571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15979] ppid=15920 vsize=812644 CPUtime=0
/proc/15972/task/15979/stat : 15979 (java) S 15920 15920 15071 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2006546873 832147456 4571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15980] ppid=15920 vsize=812644 CPUtime=0
/proc/15972/task/15980/stat : 15980 (java) S 15920 15920 15071 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006546873 832147456 4571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 621.3
Current children cumulated vsize (KiB) 860204

[startup+622.902 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 15980
/proc/meminfo: memFree=1362488/2055920 swapFree=4179560/4192956
[pid=15920] ppid=15918 vsize=47560 CPUtime=620.97
/proc/15920/stat : 15920 (galacE.sh) S 15918 15920 15071 0 -1 4194304 836 64212 0 1 0 0 62044 53 16 0 1 0 2006484632 48701440 366 996147200 4194304 4520092 548682068832 18446744073709551615 228706713682 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/15920/statm: 11890 366 246 79 0 219 0
[pid=15972] ppid=15920 vsize=812888 CPUtime=0.52
/proc/15972/stat : 15972 (java) S 15920 15920 15071 0 -1 0 5753 0 1 0 48 4 0 0 20 0 9 0 2006546868 832397312 5136 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15972/statm: 203222 5136 1910 9 0 197175 0
[pid=15972/tid=15973] ppid=15920 vsize=812888 CPUtime=0.35
/proc/15972/task/15973/stat : 15973 (java) R 15920 15920 15071 0 -1 64 4233 0 1 0 32 3 0 0 25 0 9 0 2006546870 832397312 5136 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15974] ppid=15920 vsize=812888 CPUtime=0
/proc/15972/task/15974/stat : 15974 (java) S 15920 15920 15071 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2006546871 832397312 5136 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15975] ppid=15920 vsize=812888 CPUtime=0
/proc/15972/task/15975/stat : 15975 (java) S 15920 15920 15071 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 2006546871 832397312 5136 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15976] ppid=15920 vsize=812888 CPUtime=0
/proc/15972/task/15976/stat : 15976 (java) S 15920 15920 15071 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 2006546871 832397312 5136 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15977] ppid=15920 vsize=812888 CPUtime=0
/proc/15972/task/15977/stat : 15977 (java) S 15920 15920 15071 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2006546873 832397312 5136 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15978] ppid=15920 vsize=812888 CPUtime=0.15
/proc/15972/task/15978/stat : 15978 (java) R 15920 15920 15071 0 -1 64 807 0 0 0 15 0 0 0 16 0 9 0 2006546873 832397312 5136 996147200 134512640 134550740 4294955616 18446744073709551615 101660476 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15979] ppid=15920 vsize=812888 CPUtime=0
/proc/15972/task/15979/stat : 15979 (java) S 15920 15920 15071 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2006546873 832397312 5136 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15980] ppid=15920 vsize=812888 CPUtime=0
/proc/15972/task/15980/stat : 15980 (java) S 15920 15920 15071 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006546873 832397312 5136 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 621.49
Current children cumulated vsize (KiB) 860448

[startup+623.003 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 15980
/proc/meminfo: memFree=1362488/2055920 swapFree=4179560/4192956
[pid=15920] ppid=15918 vsize=47560 CPUtime=621.58
/proc/15920/stat : 15920 (galacE.sh) S 15918 15920 15071 0 -1 4194304 880 71333 0 2 0 0 62099 59 17 0 1 0 2006484632 48701440 367 996147200 4194304 4520092 548682068832 18446744073709551615 228706151258 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15920/statm: 11890 367 246 79 0 219 0
Current children cumulated CPU time (s) 621.58
Current children cumulated vsize (KiB) 47560

Child status: 0
Real time (s): 623.006
CPU time (s): 621.616
CPU user time (s): 620.998
CPU system time (s): 0.618905
CPU usage (%): 99.777
Max. virtual memory (cumulated for all children) (KiB): 860688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 620.998
system time used= 0.618905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72369
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= 3101
involuntary context switches= 8106

runsolver used 0.509922 second user time and 1.79273 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-05 18:24:56
IDJOB=1091615
IDBENCH=58566
IDSOLVER=351
FILE ID=node8/1091615-1215275096
PBS_JOBID= 7882182
Free space on /tmp= 66332 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 02e306085fc8aa5ee40b791934a7e9f7
RANDOM SEED=2056260002

node8.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1263576 kB
Buffers:         90840 kB
Cached:         488148 kB
SwapCached:       6900 kB
Active:         356304 kB
Inactive:       372008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1263576 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            3116 kB
Writeback:           0 kB
Mapped:         155592 kB
Slab:            48928 kB
Committed_AS:  3531776 kB
PageTables:       2000 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66332 MiB
End job on node8 at 2008-07-05 18:35:19