Trace number 1053535

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 893.772 902.336

General information on the benchmark

Namecsp/jobShop-ewddr2/
normalized-ewddr2-10-by-5-4.xml
MD5SUM9d28fb563c4dcec6c7a3694b3a7197a3
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.029995
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size155
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.29/7.44	c start processing
7.29/7.44	c start relation processing
8.18/8.35	c start cnf exporting
33.73/34.19	c parsing time : 7.307
33.73/34.19	c preprocessing time : 34.069
33.73/34.19	
33.73/34.19	c Nary constraints - conflicts : 0 supports : 0
33.73/34.19	c Binary constraints - conflicts : 265 supports :0
33.73/34.19	c max arity constraint : 2
33.73/34.19	c Max Tuples generated 24025
33.73/34.19	c relations : 265
33.73/34.19	c relations BDD: 0
33.73/34.19	c sampling 225/265
33.73/34.19	c vars : 6851 - clauses :  1288568
33.73/34.19	
33.83/34.25	 
33.83/34.25	c --- SAT Solver Stats ---
33.83/34.25	 
33.83/34.25	c eSAT 0.1 : minisat core with additionnal features
33.83/34.25	c ============================[ Problem Statistics ]=============================
33.83/34.25	c |                                                                             |
33.83/34.25	c |  Number of variables:  6850                                                 |
33.83/34.25	c |  Number of clauses:    1288568                                              |
33.85/34.99	c |  Parsing time:         0.63         s                                       |
892.95/901.55	c restarts              : 74
892.95/901.55	c conflicts             : 197            (0 /sec)
892.95/901.55	c decisions             : 112184         (67.90 % random) (131 /sec)
892.95/901.55	c euip                  : 52          
892.95/901.55	c propagations          : 392793         (457 /sec)
892.95/901.55	c conflict literals     : 24322          (7.24 % deleted)
892.95/901.55	c Memory used           : 93.73 MB
892.95/901.55	c CPU time              : 858.922 s
892.95/901.55	c 
892.95/901.55	s SATISFIABLE
893.73/902.31	v 20 26 57 69 77 1 12 17 58 88 86 105 121 149 160 49 70 80 128 134 9 25 47 102 177 17 35 66 94 105 97 103 131 146 149 8 53 95 108 119 17 109 145 159 169 0 12 30 44 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-1053535-1215057532/watcher-1053535-1215057532 -o /tmp/evaluation-result-1053535-1215057532/solver-1053535-1215057532 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1053535-1215057532.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.11 2.10 2.03 4/82 18395
/proc/meminfo: memFree=1692792/2055920 swapFree=4097704/4192956
[pid=18395] ppid=18393 vsize=18572 CPUtime=0
/proc/18395/stat : 18395 (runsolver) R 18393 18395 15412 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1535425394 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 268213742887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18395/statm: 4643 292 257 25 0 2626 0

[startup+0.0214639 s]
/proc/loadavg: 2.11 2.10 2.03 4/82 18395
/proc/meminfo: memFree=1692792/2055920 swapFree=4097704/4192956
[pid=18395] ppid=18393 vsize=8748 CPUtime=0
/proc/18395/stat : 18395 (galacE.sh) S 18393 18395 15412 0 -1 4194304 454 948 0 0 0 0 0 0 18 0 1 0 1535425394 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18395/statm: 2187 312 217 79 0 180 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8748

[startup+0.101476 s]
/proc/loadavg: 2.11 2.10 2.03 4/82 18395
/proc/meminfo: memFree=1692792/2055920 swapFree=4097704/4192956
[pid=18395] ppid=18393 vsize=47552 CPUtime=0.01
/proc/18395/stat : 18395 (galacE.sh) S 18393 18395 15412 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1535425394 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18395/statm: 11888 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.301497 s]
/proc/loadavg: 2.11 2.10 2.03 4/82 18395
/proc/meminfo: memFree=1692792/2055920 swapFree=4097704/4192956
[pid=18395] ppid=18393 vsize=47552 CPUtime=0.01
/proc/18395/stat : 18395 (galacE.sh) S 18393 18395 15412 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1535425394 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18395/statm: 11888 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.701546 s]
/proc/loadavg: 2.11 2.10 2.03 4/82 18395
/proc/meminfo: memFree=1692792/2055920 swapFree=4097704/4192956
[pid=18395] ppid=18393 vsize=47552 CPUtime=0.01
/proc/18395/stat : 18395 (galacE.sh) S 18393 18395 15412 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1535425394 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18395/statm: 11888 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.50264 s]
/proc/loadavg: 2.11 2.10 2.03 3/92 18417
/proc/meminfo: memFree=1646568/2055920 swapFree=4097704/4192956
[pid=18395] ppid=18393 vsize=47552 CPUtime=0.01
/proc/18395/stat : 18395 (galacE.sh) S 18393 18395 15412 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1535425394 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18395/statm: 11888 363 244 79 0 219 0
[pid=18409] ppid=18395 vsize=812728 CPUtime=1.44
/proc/18409/stat : 18409 (java) S 18395 18395 15412 0 -1 0 16227 0 1 0 135 9 0 0 18 0 9 0 1535425398 832233472 15445 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18409/statm: 203182 15445 2584 9 0 197163 0
[pid=18409/tid=18410] ppid=18395 vsize=812728 CPUtime=0.87
/proc/18409/task/18410/stat : 18410 (java) R 18395 18395 15412 0 -1 64 7616 0 1 0 82 5 0 0 24 0 9 0 1535425399 832233472 15445 996147200 134512640 134550740 4294955616 18446744073709551615 4126592419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18411] ppid=18395 vsize=812728 CPUtime=0.38
/proc/18409/task/18411/stat : 18411 (java) S 18395 18395 15412 0 -1 64 7131 0 0 0 36 2 0 0 16 0 9 0 1535425400 832233472 15445 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18412] ppid=18395 vsize=812728 CPUtime=0
/proc/18409/task/18412/stat : 18412 (java) S 18395 18395 15412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535425401 832233472 15445 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18413] ppid=18395 vsize=812728 CPUtime=0
/proc/18409/task/18413/stat : 18413 (java) S 18395 18395 15412 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535425401 832233472 15445 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18414] ppid=18395 vsize=812728 CPUtime=0
/proc/18409/task/18414/stat : 18414 (java) S 18395 18395 15412 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1535425403 832233472 15445 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18415] ppid=18395 vsize=812728 CPUtime=0.16
/proc/18409/task/18415/stat : 18415 (java) S 18395 18395 15412 0 -1 64 780 0 0 0 16 0 0 0 15 0 9 0 1535425403 832233472 15445 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18416] ppid=18395 vsize=812728 CPUtime=0
/proc/18409/task/18416/stat : 18416 (java) S 18395 18395 15412 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535425403 832233472 15445 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18417] ppid=18395 vsize=812728 CPUtime=0
/proc/18409/task/18417/stat : 18417 (java) S 18395 18395 15412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535425403 832233472 15445 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860280

[startup+3.10182 s]
/proc/loadavg: 2.10 2.10 2.03 3/92 18417
/proc/meminfo: memFree=1633256/2055920 swapFree=4097704/4192956
[pid=18395] ppid=18393 vsize=47552 CPUtime=0.01
/proc/18395/stat : 18395 (galacE.sh) S 18393 18395 15412 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1535425394 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18395/statm: 11888 363 244 79 0 219 0
[pid=18409] ppid=18395 vsize=812796 CPUtime=3.03
/proc/18409/stat : 18409 (java) S 18395 18395 15412 0 -1 0 19551 0 1 0 292 11 0 0 18 0 9 0 1535425398 832303104 18759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18409/statm: 203199 18759 2584 9 0 197180 0
[pid=18409/tid=18410] ppid=18395 vsize=812796 CPUtime=1.44
/proc/18409/task/18410/stat : 18410 (java) R 18395 18395 15412 0 -1 64 7627 0 1 0 139 5 0 0 25 0 9 0 1535425399 832303104 18759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18411] ppid=18395 vsize=812796 CPUtime=1.36
/proc/18409/task/18411/stat : 18411 (java) R 18395 18395 15412 0 -1 64 10424 0 0 0 132 4 0 0 17 0 9 0 1535425400 832303104 18759 996147200 134512640 134550740 4294955616 18446744073709551615 104457043 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18412] ppid=18395 vsize=812796 CPUtime=0
/proc/18409/task/18412/stat : 18412 (java) S 18395 18395 15412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535425401 832303104 18759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18413] ppid=18395 vsize=812796 CPUtime=0
/proc/18409/task/18413/stat : 18413 (java) S 18395 18395 15412 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535425401 832303104 18759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18414] ppid=18395 vsize=812796 CPUtime=0
/proc/18409/task/18414/stat : 18414 (java) S 18395 18395 15412 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1535425403 832303104 18759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18415] ppid=18395 vsize=812796 CPUtime=0.2
/proc/18409/task/18415/stat : 18415 (java) S 18395 18395 15412 0 -1 64 800 0 0 0 20 0 0 0 15 0 9 0 1535425403 832303104 18759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18416] ppid=18395 vsize=812796 CPUtime=0
/proc/18409/task/18416/stat : 18416 (java) S 18395 18395 15412 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535425403 832303104 18759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18417] ppid=18395 vsize=812796 CPUtime=0
/proc/18409/task/18417/stat : 18417 (java) S 18395 18395 15412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535425403 832303104 18759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860348

[startup+6.30218 s]
/proc/loadavg: 2.10 2.10 2.03 5/92 18417
/proc/meminfo: memFree=1612456/2055920 swapFree=4097704/4192956
[pid=18395] ppid=18393 vsize=47552 CPUtime=0.01
/proc/18395/stat : 18395 (galacE.sh) S 18393 18395 15412 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1535425394 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18395/statm: 11888 363 244 79 0 219 0
[pid=18409] ppid=18395 vsize=812812 CPUtime=6.2
/proc/18409/stat : 18409 (java) S 18395 18395 15412 0 -1 0 24543 0 1 0 607 13 0 0 18 0 9 0 1535425398 832319488 23465 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18409/statm: 203203 23465 2586 9 0 197184 0
[pid=18409/tid=18410] ppid=18395 vsize=812812 CPUtime=2.02
/proc/18409/task/18410/stat : 18410 (java) R 18395 18395 15412 0 -1 64 7645 0 1 0 197 5 0 0 21 0 9 0 1535425399 832319488 23465 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18411] ppid=18395 vsize=812812 CPUtime=3.92
/proc/18409/task/18411/stat : 18411 (java) R 18395 18395 15412 0 -1 64 15386 0 0 0 387 5 0 0 20 0 9 0 1535425400 832319488 23465 996147200 134512640 134550740 4294955616 18446744073709551615 103735813 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18412] ppid=18395 vsize=812812 CPUtime=0
/proc/18409/task/18412/stat : 18412 (java) S 18395 18395 15412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535425401 832319488 23465 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18413] ppid=18395 vsize=812812 CPUtime=0
/proc/18409/task/18413/stat : 18413 (java) S 18395 18395 15412 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535425401 832319488 23465 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18414] ppid=18395 vsize=812812 CPUtime=0
/proc/18409/task/18414/stat : 18414 (java) S 18395 18395 15412 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1535425403 832319488 23465 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18415] ppid=18395 vsize=812812 CPUtime=0.21
/proc/18409/task/18415/stat : 18415 (java) S 18395 18395 15412 0 -1 64 812 0 0 0 21 0 0 0 15 0 9 0 1535425403 832319488 23465 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18416] ppid=18395 vsize=812812 CPUtime=0
/proc/18409/task/18416/stat : 18416 (java) S 18395 18395 15412 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535425403 832319488 23465 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18417] ppid=18395 vsize=812812 CPUtime=0
/proc/18409/task/18417/stat : 18417 (java) S 18395 18395 15412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535425403 832319488 23465 996147200 134512640 134550740 4294955616 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) 860364

[startup+12.7019 s]
/proc/loadavg: 2.08 2.09 2.03 3/92 18417
/proc/meminfo: memFree=1572456/2055920 swapFree=4097704/4192956
[pid=18395] ppid=18393 vsize=47552 CPUtime=0.01
/proc/18395/stat : 18395 (galacE.sh) S 18393 18395 15412 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1535425394 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18395/statm: 11888 363 244 79 0 219 0
[pid=18409] ppid=18395 vsize=812812 CPUtime=12.53
/proc/18409/stat : 18409 (java) S 18395 18395 15412 0 -1 0 32612 0 1 0 1232 21 0 0 18 0 9 0 1535425398 832319488 31518 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18409/statm: 203203 31518 2591 9 0 197184 0
[pid=18409/tid=18410] ppid=18395 vsize=812812 CPUtime=7.2
/proc/18409/task/18410/stat : 18410 (java) R 18395 18395 15412 0 -1 64 14641 0 1 0 707 13 0 0 25 0 9 0 1535425399 832319488 31518 996147200 134512640 134550740 4294955616 18446744073709551615 4127076170 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18411] ppid=18395 vsize=812812 CPUtime=5.02
/proc/18409/task/18411/stat : 18411 (java) S 18395 18395 15412 0 -1 64 16427 0 0 0 496 6 0 0 16 0 9 0 1535425400 832319488 31518 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18412] ppid=18395 vsize=812812 CPUtime=0
/proc/18409/task/18412/stat : 18412 (java) S 18395 18395 15412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535425401 832319488 31518 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18413] ppid=18395 vsize=812812 CPUtime=0
/proc/18409/task/18413/stat : 18413 (java) S 18395 18395 15412 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535425401 832319488 31518 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18414] ppid=18395 vsize=812812 CPUtime=0
/proc/18409/task/18414/stat : 18414 (java) S 18395 18395 15412 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1535425403 832319488 31518 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18415] ppid=18395 vsize=812812 CPUtime=0.28
/proc/18409/task/18415/stat : 18415 (java) S 18395 18395 15412 0 -1 64 844 0 0 0 27 1 0 0 15 0 9 0 1535425403 832319488 31518 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18416] ppid=18395 vsize=812812 CPUtime=0
/proc/18409/task/18416/stat : 18416 (java) S 18395 18395 15412 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535425403 832319488 31518 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18417] ppid=18395 vsize=812812 CPUtime=0
/proc/18409/task/18417/stat : 18417 (java) S 18395 18395 15412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535425403 832319488 31518 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860364

[startup+25.5023 s]
/proc/loadavg: 2.07 2.09 2.03 3/92 18417
/proc/meminfo: memFree=1563240/2055920 swapFree=4097704/4192956
[pid=18395] ppid=18393 vsize=47552 CPUtime=0.01
/proc/18395/stat : 18395 (galacE.sh) S 18393 18395 15412 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1535425394 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18395/statm: 11888 363 244 79 0 219 0
[pid=18409] ppid=18395 vsize=812812 CPUtime=25.21
/proc/18409/stat : 18409 (java) S 18395 18395 15412 0 -1 0 32716 0 1 0 2495 26 0 0 18 0 9 0 1535425398 832319488 31597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18409/statm: 203203 31597 2591 9 0 197184 0
[pid=18409/tid=18410] ppid=18395 vsize=812812 CPUtime=19.83
/proc/18409/task/18410/stat : 18410 (java) R 18395 18395 15412 0 -1 64 14666 0 1 0 1966 17 0 0 25 0 9 0 1535425399 832319488 31597 996147200 134512640 134550740 4294955616 18446744073709551615 4126695652 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18411] ppid=18395 vsize=812812 CPUtime=5.06
/proc/18409/task/18411/stat : 18411 (java) S 18395 18395 15412 0 -1 64 16502 0 0 0 500 6 0 0 16 0 9 0 1535425400 832319488 31597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18412] ppid=18395 vsize=812812 CPUtime=0
/proc/18409/task/18412/stat : 18412 (java) S 18395 18395 15412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535425401 832319488 31597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18413] ppid=18395 vsize=812812 CPUtime=0
/proc/18409/task/18413/stat : 18413 (java) S 18395 18395 15412 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535425401 832319488 31597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18414] ppid=18395 vsize=812812 CPUtime=0
/proc/18409/task/18414/stat : 18414 (java) S 18395 18395 15412 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1535425403 832319488 31597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18415] ppid=18395 vsize=812812 CPUtime=0.29
/proc/18409/task/18415/stat : 18415 (java) S 18395 18395 15412 0 -1 64 848 0 0 0 28 1 0 0 16 0 9 0 1535425403 832319488 31597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18416] ppid=18395 vsize=812812 CPUtime=0
/proc/18409/task/18416/stat : 18416 (java) S 18395 18395 15412 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535425403 832319488 31597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18409/tid=18417] ppid=18395 vsize=812812 CPUtime=0
/proc/18409/task/18417/stat : 18417 (java) S 18395 18395 15412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535425403 832319488 31597 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 860364

[startup+51.1012 s]
/proc/loadavg: 2.05 2.08 2.03 3/84 18418
/proc/meminfo: memFree=1596264/2055920 swapFree=4097704/4192956
[pid=18395] ppid=18393 vsize=47552 CPUtime=33.85

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

/proc/18418/stat : 18418 (eSAT_static) R 18395 18395 15412 0 -1 4194304 33228 0 0 0 60214 19 0 0 25 0 1 0 1535428820 143552512 33210 996147200 134512640 135177480 4294955984 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 1 0 0
/proc/18418/statm: 35047 33210 75 162 0 34882 0
Current children cumulated CPU time (s) 636.18
Current children cumulated vsize (KiB) 187740

[startup+702.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18424
/proc/meminfo: memFree=1538408/2055920 swapFree=4097704/4192956
[pid=18395] ppid=18393 vsize=47552 CPUtime=33.85
/proc/18395/stat : 18395 (galacE.sh) S 18393 18395 15412 0 -1 4194304 798 34441 0 1 0 0 3353 32 17 0 1 0 1535425394 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18395/statm: 11888 363 244 79 0 219 0
[pid=18418] ppid=18395 vsize=140848 CPUtime=661.77
/proc/18418/stat : 18418 (eSAT_static) R 18395 18395 15412 0 -1 4194304 33904 0 0 0 66157 20 0 0 25 0 1 0 1535428820 144228352 33886 996147200 134512640 135177480 4294955984 18446744073709551615 134537322 0 0 4096 3 0 0 0 17 1 0 0
/proc/18418/statm: 35212 33886 75 162 0 35047 0
Current children cumulated CPU time (s) 695.62
Current children cumulated vsize (KiB) 188400

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18424
/proc/meminfo: memFree=1533864/2055920 swapFree=4097704/4192956
[pid=18395] ppid=18393 vsize=47552 CPUtime=33.85
/proc/18395/stat : 18395 (galacE.sh) S 18393 18395 15412 0 -1 4194304 798 34441 0 1 0 0 3353 32 17 0 1 0 1535425394 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18395/statm: 11888 363 244 79 0 219 0
[pid=18418] ppid=18395 vsize=141904 CPUtime=721.21
/proc/18418/stat : 18418 (eSAT_static) R 18395 18395 15412 0 -1 4194304 35015 0 0 0 72101 20 0 0 25 0 1 0 1535428820 145309696 34997 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/18418/statm: 35476 34997 75 162 0 35311 0
Current children cumulated CPU time (s) 755.06
Current children cumulated vsize (KiB) 189456

[startup+822.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18424
/proc/meminfo: memFree=1531048/2055920 swapFree=4097704/4192956
[pid=18395] ppid=18393 vsize=47552 CPUtime=33.85
/proc/18395/stat : 18395 (galacE.sh) S 18393 18395 15412 0 -1 4194304 798 34441 0 1 0 0 3353 32 17 0 1 0 1535425394 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18395/statm: 11888 363 244 79 0 219 0
[pid=18418] ppid=18395 vsize=165524 CPUtime=780.65
/proc/18418/stat : 18418 (eSAT_static) R 18395 18395 15412 0 -1 4194304 35686 0 0 0 78043 22 0 0 25 0 1 0 1535428820 169496576 35668 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/18418/statm: 41381 35668 75 162 0 41216 0
Current children cumulated CPU time (s) 814.5
Current children cumulated vsize (KiB) 213076

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18424
/proc/meminfo: memFree=1528296/2055920 swapFree=4097704/4192956
[pid=18395] ppid=18393 vsize=47552 CPUtime=33.85
/proc/18395/stat : 18395 (galacE.sh) S 18393 18395 15412 0 -1 4194304 798 34441 0 1 0 0 3353 32 17 0 1 0 1535425394 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18395/statm: 11888 363 244 79 0 219 0
[pid=18418] ppid=18395 vsize=166052 CPUtime=840.08
/proc/18418/stat : 18418 (eSAT_static) R 18395 18395 15412 0 -1 4194304 36358 0 0 0 83986 22 0 0 25 0 1 0 1535428820 170037248 36340 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/18418/statm: 41513 36340 75 162 0 41348 0
Current children cumulated CPU time (s) 873.93
Current children cumulated vsize (KiB) 213604

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

[startup+883.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18424
/proc/meminfo: memFree=1528296/2055920 swapFree=4097704/4192956
[pid=18395] ppid=18393 vsize=47552 CPUtime=33.85
/proc/18395/stat : 18395 (galacE.sh) S 18393 18395 15412 0 -1 4194304 798 34441 0 1 0 0 3353 32 17 0 1 0 1535425394 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18395/statm: 11888 363 244 79 0 219 0
[pid=18418] ppid=18395 vsize=166052 CPUtime=840.87
/proc/18418/stat : 18418 (eSAT_static) R 18395 18395 15412 0 -1 4194304 36358 0 0 0 84065 22 0 0 25 0 1 0 1535428820 170037248 36340 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/18418/statm: 41513 36340 75 162 0 41348 0
Current children cumulated CPU time (s) 874.72
Current children cumulated vsize (KiB) 213604

[startup+895.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18424
/proc/meminfo: memFree=1528296/2055920 swapFree=4097704/4192956
[pid=18395] ppid=18393 vsize=47552 CPUtime=33.85
/proc/18395/stat : 18395 (galacE.sh) S 18393 18395 15412 0 -1 4194304 798 34441 0 1 0 0 3353 32 17 0 1 0 1535425394 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18395/statm: 11888 363 244 79 0 219 0
[pid=18418] ppid=18395 vsize=166052 CPUtime=853.55
/proc/18418/stat : 18418 (eSAT_static) R 18395 18395 15412 0 -1 4194304 36358 0 0 0 85333 22 0 0 25 0 1 0 1535428820 170037248 36340 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/18418/statm: 41513 36340 75 162 0 41348 0
Current children cumulated CPU time (s) 887.4
Current children cumulated vsize (KiB) 213604

[startup+899.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18424
/proc/meminfo: memFree=1528232/2055920 swapFree=4097704/4192956
[pid=18395] ppid=18393 vsize=47552 CPUtime=33.85
/proc/18395/stat : 18395 (galacE.sh) S 18393 18395 15412 0 -1 4194304 798 34441 0 1 0 0 3353 32 17 0 1 0 1535425394 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18395/statm: 11888 363 244 79 0 219 0
[pid=18418] ppid=18395 vsize=166052 CPUtime=856.72
/proc/18418/stat : 18418 (eSAT_static) R 18395 18395 15412 0 -1 4194304 36359 0 0 0 85650 22 0 0 25 0 1 0 1535428820 170037248 36341 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/18418/statm: 41513 36341 75 162 0 41348 0
Current children cumulated CPU time (s) 890.57
Current children cumulated vsize (KiB) 213604

[startup+900.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18424
/proc/meminfo: memFree=1528232/2055920 swapFree=4097704/4192956
[pid=18395] ppid=18393 vsize=47552 CPUtime=33.85
/proc/18395/stat : 18395 (galacE.sh) S 18393 18395 15412 0 -1 4194304 798 34441 0 1 0 0 3353 32 17 0 1 0 1535425394 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18395/statm: 11888 363 244 79 0 219 0
[pid=18418] ppid=18395 vsize=166052 CPUtime=858.31
/proc/18418/stat : 18418 (eSAT_static) R 18395 18395 15412 0 -1 4194304 36359 0 0 0 85809 22 0 0 25 0 1 0 1535428820 170037248 36341 996147200 134512640 135177480 4294955984 18446744073709551615 134538932 0 0 4096 3 0 0 0 17 1 0 0
/proc/18418/statm: 41513 36341 75 162 0 41348 0
Current children cumulated CPU time (s) 892.16
Current children cumulated vsize (KiB) 213604

[startup+901.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18424
/proc/meminfo: memFree=1528232/2055920 swapFree=4097704/4192956
[pid=18395] ppid=18393 vsize=47552 CPUtime=33.85
/proc/18395/stat : 18395 (galacE.sh) S 18393 18395 15412 0 -1 4194304 798 34441 0 1 0 0 3353 32 17 0 1 0 1535425394 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18395/statm: 11888 363 244 79 0 219 0
[pid=18418] ppid=18395 vsize=95980 CPUtime=859.1
/proc/18418/stat : 18418 (eSAT_static) R 18395 18395 15412 0 -1 4194304 36371 0 0 0 85887 23 0 0 25 0 1 0 1535428820 98283520 23611 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/18418/statm: 23995 23611 80 162 0 23830 0
Current children cumulated CPU time (s) 892.95
Current children cumulated vsize (KiB) 143532

[startup+901.902 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 18433
/proc/meminfo: memFree=1663720/2055920 swapFree=4097704/4192956
[pid=18395] ppid=18393 vsize=47552 CPUtime=893.04
/proc/18395/stat : 18395 (galacE.sh) S 18393 18395 15412 0 -1 4194304 834 70825 0 1 0 0 89246 58 16 0 1 0 1535425394 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 268213911634 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18395/statm: 11888 364 244 79 0 219 0
[pid=18425] ppid=18395 vsize=811500 CPUtime=0.31
/proc/18425/stat : 18425 (java) S 18395 18395 15412 0 -1 0 4842 0 1 0 28 3 0 0 18 0 9 0 1535515552 830976000 4265 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18425/statm: 202875 4265 1847 9 0 196856 0
[pid=18425/tid=18426] ppid=18395 vsize=811500 CPUtime=0.27
/proc/18425/task/18426/stat : 18426 (java) R 18395 18395 15412 0 -1 64 3738 0 1 0 25 2 0 0 19 0 9 0 1535515553 830976000 4265 996147200 134512640 134550740 4294955616 18446744073709551615 4125977240 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18425/tid=18427] ppid=18395 vsize=811500 CPUtime=0
/proc/18425/task/18427/stat : 18427 (java) S 18395 18395 15412 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 1535515555 830976000 4265 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=18425/tid=18428] ppid=18395 vsize=811500 CPUtime=0
/proc/18425/task/18428/stat : 18428 (java) S 18395 18395 15412 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1535515555 830976000 4265 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18425/tid=18429] ppid=18395 vsize=811500 CPUtime=0
/proc/18425/task/18429/stat : 18429 (java) S 18395 18395 15412 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1535515555 830976000 4265 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18425/tid=18430] ppid=18395 vsize=811500 CPUtime=0
/proc/18425/task/18430/stat : 18430 (java) S 18395 18395 15412 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1535515557 830976000 4265 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18425/tid=18431] ppid=18395 vsize=811500 CPUtime=0.02
/proc/18425/task/18431/stat : 18431 (java) R 18395 18395 15412 0 -1 64 391 0 0 0 2 0 0 0 19 0 9 0 1535515557 830976000 4265 996147200 134512640 134550740 4294955616 18446744073709551615 102097122 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18425/tid=18432] ppid=18395 vsize=811500 CPUtime=0
/proc/18425/task/18432/stat : 18432 (java) S 18395 18395 15412 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535515557 830976000 4265 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18425/tid=18433] ppid=18395 vsize=811500 CPUtime=0
/proc/18425/task/18433/stat : 18433 (java) S 18395 18395 15412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535515557 830976000 4265 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 893.35
Current children cumulated vsize (KiB) 859052

[startup+902.302 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 18433
/proc/meminfo: memFree=1663720/2055920 swapFree=4097704/4192956
[pid=18395] ppid=18393 vsize=47552 CPUtime=893.04
/proc/18395/stat : 18395 (galacE.sh) S 18393 18395 15412 0 -1 4194304 841 70825 0 1 0 0 89246 58 15 0 1 0 1535425394 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 268213911634 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18395/statm: 11888 365 244 79 0 219 0
[pid=18425] ppid=18395 vsize=812884 CPUtime=0.69
/proc/18425/stat : 18425 (java) S 18395 18395 15412 0 -1 0 7222 0 1 0 64 5 0 0 18 0 9 0 1535515552 832393216 6604 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18425/statm: 203221 6604 1908 9 0 197174 0
[pid=18425/tid=18426] ppid=18395 vsize=812884 CPUtime=0.49
/proc/18425/task/18426/stat : 18426 (java) S 18395 18395 15412 0 -1 64 5697 0 1 0 45 4 0 0 21 0 9 0 1535515553 832393216 6604 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18425/tid=18427] ppid=18395 vsize=812884 CPUtime=0
/proc/18425/task/18427/stat : 18427 (java) S 18395 18395 15412 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 1535515555 832393216 6604 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=18425/tid=18428] ppid=18395 vsize=812884 CPUtime=0
/proc/18425/task/18428/stat : 18428 (java) S 18395 18395 15412 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1535515555 832393216 6604 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18425/tid=18429] ppid=18395 vsize=812884 CPUtime=0
/proc/18425/task/18429/stat : 18429 (java) S 18395 18395 15412 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1535515555 832393216 6604 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18425/tid=18430] ppid=18395 vsize=812884 CPUtime=0
/proc/18425/task/18430/stat : 18430 (java) S 18395 18395 15412 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1535515557 832393216 6604 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18425/tid=18431] ppid=18395 vsize=812884 CPUtime=0.18
/proc/18425/task/18431/stat : 18431 (java) S 18395 18395 15412 0 -1 64 812 0 0 0 18 0 0 0 19 0 9 0 1535515557 832393216 6604 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18425/tid=18432] ppid=18395 vsize=812884 CPUtime=0
/proc/18425/task/18432/stat : 18432 (java) S 18395 18395 15412 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535515557 832393216 6604 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18425/tid=18433] ppid=18395 vsize=812884 CPUtime=0
/proc/18425/task/18433/stat : 18433 (java) S 18395 18395 15412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535515557 832393216 6604 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 893.73
Current children cumulated vsize (KiB) 860436

Child status: 0
Real time (s): 902.336
CPU time (s): 893.772
CPU user time (s): 893.113
CPU system time (s): 0.658899
CPU usage (%): 99.0509
Max. virtual memory (cumulated for all children) (KiB): 860680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 893.113
system time used= 0.658899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79086
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= 2829
involuntary context switches= 39312

runsolver used 1.24481 second user time and 2.83557 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-03 05:58:52
IDJOB=1053535
IDBENCH=56080
IDSOLVER=351
FILE ID=node32/1053535-1215057532
PBS_JOBID= 7875189
Free space on /tmp= 66544 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/jobShop-ewddr2/normalized-ewddr2-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-1053535-1215057532/watcher-1053535-1215057532 -o /tmp/evaluation-result-1053535-1215057532/solver-1053535-1215057532 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1053535-1215057532.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9d28fb563c4dcec6c7a3694b3a7197a3
RANDOM SEED=151580790

node32.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.218
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.218
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:       1693272 kB
Buffers:         28448 kB
Cached:         138576 kB
SwapCached:      88248 kB
Active:         242196 kB
Inactive:        58444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693272 kB
SwapTotal:     4192956 kB
SwapFree:      4097704 kB
Dirty:            3184 kB
Writeback:           0 kB
Mapped:         149592 kB
Slab:            46660 kB
Committed_AS:  3236640 kB
PageTables:       2204 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= 66544 MiB
End job on node32 at 2008-07-03 06:13:55