Trace number 1085126

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 984.361 993.409

General information on the benchmark

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

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
6.38/6.55	c start processing
6.38/6.55	c start relation processing
6.97/7.13	c start cnf exporting
61.45/62.19	c parsing time : 6.424
61.45/62.19	c preprocessing time : 62.07
61.45/62.20	
61.45/62.20	c Nary constraints - conflicts : 0 supports : 0
61.45/62.20	c Binary constraints - conflicts : 845 supports :0
61.45/62.20	c max arity constraint : 2
61.45/62.20	c Max Tuples generated 14884
61.45/62.20	c relations : 313
61.45/62.20	c relations BDD: 0
61.45/62.20	c sampling 277/313
61.45/62.20	c vars : 11441 - clauses :  2510480
61.45/62.20	
61.54/62.23	 
61.54/62.23	c --- SAT Solver Stats ---
61.54/62.23	 
61.54/62.23	c eSAT 0.1 : minisat core with additionnal features
61.54/62.23	c ============================[ Problem Statistics ]=============================
61.54/62.23	c |                                                                             |
61.54/62.23	c |  Number of variables:  11440                                                |
61.54/62.23	c |  Number of clauses:    2510480                                              |
62.92/63.64	c |  Parsing time:         1.21         s                                       |
983.07/992.17	c restarts              : 90
983.07/992.17	c conflicts             : 252            (0 /sec)
983.07/992.17	c decisions             : 150502         (72.98 % random) (163 /sec)
983.07/992.17	c euip                  : 75          
983.07/992.17	c propagations          : 680338         (739 /sec)
983.07/992.17	c conflict literals     : 32465          (4.69 % deleted)
983.07/992.17	c Memory used           : 224.44 MB
983.07/992.17	c CPU time              : 921.092 s
983.07/992.17	c 
983.07/992.17	s SATISFIABLE
984.24/993.38	v 40 41 47 51 99 96 112 114 132 131 52 50 60 61 69 67 83 110 142 96 5 13 25 21 39 40 51 109 130 132 33 6 39 37 112 113 121 122 138 131 61 60 69 67 81 83 123 121 136 138 19 20 68 129 139 138 150 151 156 155 0 3 35 46 51 53 70 72 99 110 8 7 13 17 25 24 47 82 116 91 9 90 110 102 122 123 139 138 149 148 0 1 5 4 10 11 63 22 142 140

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

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


[startup+0 s]
/proc/loadavg: 1.94 1.98 1.99 4/75 3812
/proc/meminfo: memFree=1476032/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=8652 CPUtime=0
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1552944953 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 2163 280 208 79 0 156 0
[pid=3813] ppid=3812 vsize=8688 CPUtime=0
/proc/3813/stat : 3813 (galacE.sh) S 3812 3812 1343 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1552944953 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 268213911634 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/3813/statm: 2172 286 209 79 0 165 0
[pid=3814] ppid=3813 vsize=8728 CPUtime=0
/proc/3814/stat : 3814 (galacE.sh) R 3813 3812 1343 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1552944953 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 268213742887 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/3814/statm: 2182 290 209 79 0 175 0

[startup+0.107804 s]
/proc/loadavg: 1.94 1.98 1.99 4/75 3812
/proc/meminfo: memFree=1476032/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=0
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 764 1697 0 0 0 0 0 0 23 0 1 0 1552944953 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 11888 363 244 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47552

[startup+0.202813 s]
/proc/loadavg: 1.94 1.98 1.99 4/75 3812
/proc/meminfo: memFree=1476032/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=0
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 764 1697 0 0 0 0 0 0 23 0 1 0 1552944953 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 11888 363 244 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47552

[startup+0.302827 s]
/proc/loadavg: 1.94 1.98 1.99 4/75 3812
/proc/meminfo: memFree=1476032/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=0
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 764 1697 0 0 0 0 0 0 23 0 1 0 1552944953 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 11888 363 244 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47552

[startup+0.702872 s]
/proc/loadavg: 1.94 1.98 1.99 4/75 3812
/proc/meminfo: memFree=1476032/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=0
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 764 1697 0 0 0 0 0 0 23 0 1 0 1552944953 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 11888 363 244 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47552

[startup+1.50296 s]
/proc/loadavg: 2.03 2.00 2.00 4/85 3834
/proc/meminfo: memFree=1437352/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=0
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 764 1697 0 0 0 0 0 0 23 0 1 0 1552944953 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 11888 363 244 79 0 219 0
[pid=3826] ppid=3812 vsize=812760 CPUtime=1.44
/proc/3826/stat : 3826 (java) S 3812 3812 1343 0 -1 0 18428 0 1 0 134 10 0 0 18 0 9 0 1552944956 832266240 17648 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3826/statm: 203190 17648 2586 9 0 197171 0
[pid=3826/tid=3827] ppid=3812 vsize=812760 CPUtime=0.98
/proc/3826/task/3827/stat : 3827 (java) R 3812 3812 1343 0 -1 64 10427 0 1 0 92 6 0 0 25 0 9 0 1552944958 832266240 17648 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3828] ppid=3812 vsize=812760 CPUtime=0.22
/proc/3826/task/3828/stat : 3828 (java) R 3812 3812 1343 0 -1 64 6482 0 0 0 20 2 0 0 16 0 9 0 1552944959 832266240 17648 996147200 134512640 134550740 4294955600 18446744073709551615 103828992 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3829] ppid=3812 vsize=812760 CPUtime=0
/proc/3826/task/3829/stat : 3829 (java) S 3812 3812 1343 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552944959 832266240 17648 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3830] ppid=3812 vsize=812760 CPUtime=0
/proc/3826/task/3830/stat : 3830 (java) S 3812 3812 1343 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1552944959 832266240 17648 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3831] ppid=3812 vsize=812760 CPUtime=0
/proc/3826/task/3831/stat : 3831 (java) S 3812 3812 1343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1552944961 832266240 17648 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3832] ppid=3812 vsize=812760 CPUtime=0.21
/proc/3826/task/3832/stat : 3832 (java) S 3812 3812 1343 0 -1 64 819 0 0 0 21 0 0 0 15 0 9 0 1552944961 832266240 17648 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3833] ppid=3812 vsize=812760 CPUtime=0
/proc/3826/task/3833/stat : 3833 (java) S 3812 3812 1343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552944962 832266240 17648 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3834] ppid=3812 vsize=812760 CPUtime=0
/proc/3826/task/3834/stat : 3834 (java) S 3812 3812 1343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552944962 832266240 17648 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860312

[startup+3.10115 s]
/proc/loadavg: 2.03 2.00 2.00 3/85 3834
/proc/meminfo: memFree=1409192/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=0
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 764 1697 0 0 0 0 0 0 23 0 1 0 1552944953 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 11888 363 244 79 0 219 0
[pid=3826] ppid=3812 vsize=812852 CPUtime=3.02
/proc/3826/stat : 3826 (java) S 3812 3812 1343 0 -1 0 21512 0 1 0 291 11 0 0 18 0 9 0 1552944956 832360448 20721 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3826/statm: 203213 20721 2586 9 0 197194 0
[pid=3826/tid=3827] ppid=3812 vsize=812852 CPUtime=1.53
/proc/3826/task/3827/stat : 3827 (java) R 3812 3812 1343 0 -1 64 10438 0 1 0 147 6 0 0 25 0 9 0 1552944958 832360448 20721 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3828] ppid=3812 vsize=812852 CPUtime=1.2
/proc/3826/task/3828/stat : 3828 (java) R 3812 3812 1343 0 -1 64 9521 0 0 0 117 3 0 0 17 0 9 0 1552944959 832360448 20721 996147200 134512640 134550740 4294955600 18446744073709551615 104181391 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3829] ppid=3812 vsize=812852 CPUtime=0
/proc/3826/task/3829/stat : 3829 (java) S 3812 3812 1343 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552944959 832360448 20721 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3830] ppid=3812 vsize=812852 CPUtime=0
/proc/3826/task/3830/stat : 3830 (java) S 3812 3812 1343 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1552944959 832360448 20721 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3831] ppid=3812 vsize=812852 CPUtime=0
/proc/3826/task/3831/stat : 3831 (java) S 3812 3812 1343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1552944961 832360448 20721 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3832] ppid=3812 vsize=812852 CPUtime=0.26
/proc/3826/task/3832/stat : 3832 (java) S 3812 3812 1343 0 -1 64 853 0 0 0 26 0 0 0 15 0 9 0 1552944961 832360448 20721 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3833] ppid=3812 vsize=812852 CPUtime=0
/proc/3826/task/3833/stat : 3833 (java) S 3812 3812 1343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552944962 832360448 20721 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3834] ppid=3812 vsize=812852 CPUtime=0
/proc/3826/task/3834/stat : 3834 (java) S 3812 3812 1343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552944962 832360448 20721 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 860404

[startup+6.30251 s]
/proc/loadavg: 2.03 2.00 2.00 3/85 3834
/proc/meminfo: memFree=1390440/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=0
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 764 1697 0 0 0 0 0 0 23 0 1 0 1552944953 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 11888 363 244 79 0 219 0
[pid=3826] ppid=3812 vsize=812896 CPUtime=6.18
/proc/3826/stat : 3826 (java) S 3812 3812 1343 0 -1 0 25209 0 1 0 605 13 0 0 18 0 9 0 1552944956 832405504 24217 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3826/statm: 203224 24217 2586 9 0 197205 0
[pid=3826/tid=3827] ppid=3812 vsize=812896 CPUtime=2.01
/proc/3826/task/3827/stat : 3827 (java) S 3812 3812 1343 0 -1 64 10458 0 1 0 195 6 0 0 18 0 9 0 1552944958 832405504 24217 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3828] ppid=3812 vsize=812896 CPUtime=3.81
/proc/3826/task/3828/stat : 3828 (java) R 3812 3812 1343 0 -1 64 13152 0 0 0 376 5 0 0 25 0 9 0 1552944959 832405504 24217 996147200 134512640 134550740 4294955600 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3829] ppid=3812 vsize=812896 CPUtime=0
/proc/3826/task/3829/stat : 3829 (java) S 3812 3812 1343 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552944959 832405504 24217 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3830] ppid=3812 vsize=812896 CPUtime=0
/proc/3826/task/3830/stat : 3830 (java) S 3812 3812 1343 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1552944959 832405504 24217 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3831] ppid=3812 vsize=812896 CPUtime=0
/proc/3826/task/3831/stat : 3831 (java) S 3812 3812 1343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1552944961 832405504 24217 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3832] ppid=3812 vsize=812896 CPUtime=0.33
/proc/3826/task/3832/stat : 3832 (java) S 3812 3812 1343 0 -1 64 899 0 0 0 33 0 0 0 15 0 9 0 1552944961 832405504 24217 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3833] ppid=3812 vsize=812896 CPUtime=0
/proc/3826/task/3833/stat : 3833 (java) S 3812 3812 1343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552944962 832405504 24217 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3834] ppid=3812 vsize=812896 CPUtime=0
/proc/3826/task/3834/stat : 3834 (java) S 3812 3812 1343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552944962 832405504 24217 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 860448

[startup+12.7012 s]
/proc/loadavg: 2.02 2.00 2.00 3/85 3834
/proc/meminfo: memFree=1364848/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=0
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 764 1697 0 0 0 0 0 0 23 0 1 0 1552944953 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 11888 363 244 79 0 219 0
[pid=3826] ppid=3812 vsize=812896 CPUtime=12.52
/proc/3826/stat : 3826 (java) S 3812 3812 1343 0 -1 0 29944 0 1 0 1232 20 0 0 18 0 9 0 1552944956 832405504 28939 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3826/statm: 203224 28939 2591 9 0 197205 0
[pid=3826/tid=3827] ppid=3812 vsize=812896 CPUtime=8.01
/proc/3826/task/3827/stat : 3827 (java) R 3812 3812 1343 0 -1 64 14649 0 1 0 789 12 0 0 25 0 9 0 1552944958 832405504 28939 996147200 134512640 134550740 4294955600 18446744073709551615 102064641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3828] ppid=3812 vsize=812896 CPUtime=4.08
/proc/3826/task/3828/stat : 3828 (java) S 3812 3812 1343 0 -1 64 13661 0 0 0 403 5 0 0 16 0 9 0 1552944959 832405504 28939 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3829] ppid=3812 vsize=812896 CPUtime=0
/proc/3826/task/3829/stat : 3829 (java) S 3812 3812 1343 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552944959 832405504 28939 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3830] ppid=3812 vsize=812896 CPUtime=0
/proc/3826/task/3830/stat : 3830 (java) S 3812 3812 1343 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1552944959 832405504 28939 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3831] ppid=3812 vsize=812896 CPUtime=0
/proc/3826/task/3831/stat : 3831 (java) S 3812 3812 1343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1552944961 832405504 28939 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3832] ppid=3812 vsize=812896 CPUtime=0.4
/proc/3826/task/3832/stat : 3832 (java) S 3812 3812 1343 0 -1 64 934 0 0 0 39 1 0 0 15 0 9 0 1552944961 832405504 28939 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3833] ppid=3812 vsize=812896 CPUtime=0
/proc/3826/task/3833/stat : 3833 (java) S 3812 3812 1343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552944962 832405504 28939 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3834] ppid=3812 vsize=812896 CPUtime=0
/proc/3826/task/3834/stat : 3834 (java) S 3812 3812 1343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552944962 832405504 28939 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 860448

[startup+25.5027 s]
/proc/loadavg: 2.02 2.00 2.00 3/85 3834
/proc/meminfo: memFree=1355312/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=0
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 764 1697 0 0 0 0 0 0 23 0 1 0 1552944953 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 11888 363 244 79 0 219 0
[pid=3826] ppid=3812 vsize=812896 CPUtime=25.2
/proc/3826/stat : 3826 (java) S 3812 3812 1343 0 -1 0 30087 0 1 0 2494 26 0 0 18 0 9 0 1552944956 832405504 29057 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3826/statm: 203224 29057 2591 9 0 197205 0
[pid=3826/tid=3827] ppid=3812 vsize=812896 CPUtime=20.65
/proc/3826/task/3827/stat : 3827 (java) R 3812 3812 1343 0 -1 64 14674 0 1 0 2047 18 0 0 25 0 9 0 1552944958 832405504 29057 996147200 134512640 134550740 4294955600 18446744073709551615 4127442013 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3828] ppid=3812 vsize=812896 CPUtime=4.11
/proc/3826/task/3828/stat : 3828 (java) S 3812 3812 1343 0 -1 64 13774 0 0 0 406 5 0 0 16 0 9 0 1552944959 832405504 29057 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3829] ppid=3812 vsize=812896 CPUtime=0
/proc/3826/task/3829/stat : 3829 (java) S 3812 3812 1343 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552944959 832405504 29057 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3830] ppid=3812 vsize=812896 CPUtime=0
/proc/3826/task/3830/stat : 3830 (java) S 3812 3812 1343 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1552944959 832405504 29057 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3831] ppid=3812 vsize=812896 CPUtime=0
/proc/3826/task/3831/stat : 3831 (java) S 3812 3812 1343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1552944961 832405504 29057 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3832] ppid=3812 vsize=812896 CPUtime=0.41
/proc/3826/task/3832/stat : 3832 (java) S 3812 3812 1343 0 -1 64 939 0 0 0 40 1 0 0 16 0 9 0 1552944961 832405504 29057 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3833] ppid=3812 vsize=812896 CPUtime=0
/proc/3826/task/3833/stat : 3833 (java) S 3812 3812 1343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552944962 832405504 29057 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3826/tid=3834] ppid=3812 vsize=812896 CPUtime=0
/proc/3826/task/3834/stat : 3834 (java) S 3812 3812 1343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552944962 832405504 29057 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2

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

/proc/meminfo: memFree=1156848/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=61.58
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 798 31860 0 1 0 0 6115 43 17 0 1 0 1552944953 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 11888 363 244 79 0 219 0
[pid=3835] ppid=3812 vsize=296948 CPUtime=515.51
/proc/3835/stat : 3835 (eSAT_static) R 3812 3812 1343 0 -1 4194304 67363 0 0 0 51510 41 0 0 25 0 1 0 1552951176 304074752 67345 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/3835/statm: 74237 67345 74 162 0 74072 0
Current children cumulated CPU time (s) 577.09
Current children cumulated vsize (KiB) 344500

[startup+642.302 s]
/proc/loadavg: 2.04 1.99 1.99 3/84 4213
/proc/meminfo: memFree=1156656/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=61.58
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 798 31860 0 1 0 0 6115 43 17 0 1 0 1552944953 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 11888 363 244 79 0 219 0
[pid=3835] ppid=3812 vsize=296948 CPUtime=574.94
/proc/3835/stat : 3835 (eSAT_static) R 3812 3812 1343 0 -1 4194304 67416 0 0 0 57453 41 0 0 25 0 1 0 1552951176 304074752 67398 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/3835/statm: 74237 67398 74 162 0 74072 0
Current children cumulated CPU time (s) 636.52
Current children cumulated vsize (KiB) 344500

[startup+702.302 s]
/proc/loadavg: 2.01 1.99 1.99 3/84 4213
/proc/meminfo: memFree=1152624/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=61.58
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 798 31860 0 1 0 0 6115 43 17 0 1 0 1552944953 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 11888 363 244 79 0 219 0
[pid=3835] ppid=3812 vsize=300780 CPUtime=634.39
/proc/3835/stat : 3835 (eSAT_static) R 3812 3812 1343 0 -1 4194304 68413 0 0 0 63397 42 0 0 25 0 1 0 1552951176 307998720 68395 996147200 134512640 135177480 4294955968 18446744073709551615 134538927 0 0 4096 3 0 0 0 17 1 0 0
/proc/3835/statm: 75195 68395 74 162 0 75030 0
Current children cumulated CPU time (s) 695.97
Current children cumulated vsize (KiB) 348332

[startup+762.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 4213
/proc/meminfo: memFree=1144688/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=61.58
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 798 31860 0 1 0 0 6115 43 17 0 1 0 1552944953 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 11888 363 244 79 0 219 0
[pid=3835] ppid=3812 vsize=300780 CPUtime=693.82
/proc/3835/stat : 3835 (eSAT_static) R 3812 3812 1343 0 -1 4194304 70388 0 0 0 69339 43 0 0 25 0 1 0 1552951176 307998720 70370 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/3835/statm: 75195 70370 74 162 0 75030 0
Current children cumulated CPU time (s) 755.4
Current children cumulated vsize (KiB) 348332

[startup+822.303 s]
/proc/loadavg: 2.00 1.99 1.99 4/84 4213
/proc/meminfo: memFree=1144496/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=61.58
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 798 31860 0 1 0 0 6115 43 17 0 1 0 1552944953 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 11888 363 244 79 0 219 0
[pid=3835] ppid=3812 vsize=300780 CPUtime=753.27
/proc/3835/stat : 3835 (eSAT_static) R 3812 3812 1343 0 -1 4194304 70423 0 0 0 75283 44 0 0 25 0 1 0 1552951176 307998720 70405 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/3835/statm: 75195 70405 74 162 0 75030 0
Current children cumulated CPU time (s) 814.85
Current children cumulated vsize (KiB) 348332

[startup+882.308 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 4213
/proc/meminfo: memFree=1136752/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=61.58
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 798 31860 0 1 0 0 6115 43 17 0 1 0 1552944953 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 11888 363 244 79 0 219 0
[pid=3835] ppid=3812 vsize=303440 CPUtime=812.71
/proc/3835/stat : 3835 (eSAT_static) R 3812 3812 1343 0 -1 4194304 72347 0 0 0 81226 45 0 0 25 0 1 0 1552951176 310722560 72329 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/3835/statm: 75860 72329 74 162 0 75695 0
Current children cumulated CPU time (s) 874.29
Current children cumulated vsize (KiB) 350992

[startup+942.302 s]
/proc/loadavg: 2.08 2.01 2.00 3/84 4213
/proc/meminfo: memFree=1134384/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=61.58
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 798 31860 0 1 0 0 6115 43 17 0 1 0 1552944953 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 11888 363 244 79 0 219 0
[pid=3835] ppid=3812 vsize=303572 CPUtime=872.14
/proc/3835/stat : 3835 (eSAT_static) R 3812 3812 1343 0 -1 4194304 72953 0 0 0 87169 45 0 0 25 0 1 0 1552951176 310857728 72935 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/3835/statm: 75893 72935 74 162 0 75728 0
Current children cumulated CPU time (s) 933.72
Current children cumulated vsize (KiB) 351124

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

[startup+947.207 s]
/proc/loadavg: 2.07 2.01 2.00 3/84 4213
/proc/meminfo: memFree=1134384/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=61.58
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 798 31860 0 1 0 0 6115 43 17 0 1 0 1552944953 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 11888 363 244 79 0 219 0
[pid=3835] ppid=3812 vsize=303572 CPUtime=877
/proc/3835/stat : 3835 (eSAT_static) R 3812 3812 1343 0 -1 4194304 72954 0 0 0 87655 45 0 0 25 0 1 0 1552951176 310857728 72936 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/3835/statm: 75893 72936 74 162 0 75728 0
Current children cumulated CPU time (s) 938.58
Current children cumulated vsize (KiB) 351124

[startup+972.802 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 4213
/proc/meminfo: memFree=1134384/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=61.58
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 798 31860 0 1 0 0 6115 43 17 0 1 0 1552944953 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 11888 363 244 79 0 219 0
[pid=3835] ppid=3812 vsize=303572 CPUtime=902.36
/proc/3835/stat : 3835 (eSAT_static) R 3812 3812 1343 0 -1 4194304 72959 0 0 0 90191 45 0 0 25 0 1 0 1552951176 310857728 72941 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/3835/statm: 75893 72941 74 162 0 75728 0
Current children cumulated CPU time (s) 963.94
Current children cumulated vsize (KiB) 351124

[startup+985.602 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 4213
/proc/meminfo: memFree=1133488/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=61.58
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 798 31860 0 1 0 0 6115 43 17 0 1 0 1552944953 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 11888 363 244 79 0 219 0
[pid=3835] ppid=3812 vsize=303704 CPUtime=915.04
/proc/3835/stat : 3835 (eSAT_static) R 3812 3812 1343 0 -1 4194304 73190 0 0 0 91459 45 0 0 25 0 1 0 1552951176 310992896 73172 996147200 134512640 135177480 4294955968 18446744073709551615 134537478 0 0 4096 3 0 0 0 17 1 0 0
/proc/3835/statm: 75926 73172 74 162 0 75761 0
Current children cumulated CPU time (s) 976.62
Current children cumulated vsize (KiB) 351256

[startup+988.802 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 4213
/proc/meminfo: memFree=1133488/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=61.58
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 798 31860 0 1 0 0 6115 43 17 0 1 0 1552944953 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 11888 363 244 79 0 219 0
[pid=3835] ppid=3812 vsize=303704 CPUtime=918.21
/proc/3835/stat : 3835 (eSAT_static) R 3812 3812 1343 0 -1 4194304 73190 0 0 0 91776 45 0 0 25 0 1 0 1552951176 310992896 73172 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/3835/statm: 75926 73172 74 162 0 75761 0
Current children cumulated CPU time (s) 979.79
Current children cumulated vsize (KiB) 351256

[startup+992.001 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 4213
/proc/meminfo: memFree=1133488/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=61.58
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 798 31860 0 1 0 0 6115 43 17 0 1 0 1552944953 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 11888 363 244 79 0 219 0
[pid=3835] ppid=3812 vsize=229820 CPUtime=921.39
/proc/3835/stat : 3835 (eSAT_static) R 3812 3812 1343 0 -1 4194304 73207 0 0 0 92092 47 0 0 25 0 1 0 1552951176 235335680 56014 996147200 134512640 135177480 4294955968 18446744073709551615 134546726 0 0 4096 3 0 0 0 17 1 0 0
/proc/3835/statm: 57455 56014 79 162 0 57290 0
Current children cumulated CPU time (s) 982.97
Current children cumulated vsize (KiB) 277372

[startup+992.801 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 4213
/proc/meminfo: memFree=1356080/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=983.18
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 834 105081 0 1 0 0 98224 94 16 0 1 0 1552944953 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 268213911634 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/3812/statm: 11888 364 244 79 0 219 0
Current children cumulated CPU time (s) 983.18
Current children cumulated vsize (KiB) 47552

[startup+993.202 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 4213
/proc/meminfo: memFree=1356080/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47552 CPUtime=983.18
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 834 105081 0 1 0 0 98224 94 16 0 1 0 1552944953 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 268213911634 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/3812/statm: 11888 364 244 79 0 219 0
Current children cumulated CPU time (s) 983.18
Current children cumulated vsize (KiB) 47552

[startup+993.408 s]
/proc/loadavg: 2.03 2.01 2.00 3/92 4222
/proc/meminfo: memFree=1406568/2055920 swapFree=4098000/4192956
[pid=3812] ppid=3810 vsize=47560 CPUtime=984.32
/proc/3812/stat : 3812 (galacE.sh) S 3810 3812 1343 0 -1 4194304 880 113936 0 2 0 0 98332 100 17 0 1 0 1552944953 48701440 367 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3812/statm: 11890 367 244 79 0 221 0
Current children cumulated CPU time (s) 984.32
Current children cumulated vsize (KiB) 47560

Child status: 0
Real time (s): 993.409
CPU time (s): 984.361
CPU user time (s): 983.326
CPU system time (s): 1.03584
CPU usage (%): 99.0893
Max. virtual memory (cumulated for all children) (KiB): 860664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 983.326
system time used= 1.03584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114972
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= 4021
involuntary context switches= 40421

runsolver used 1.23981 second user time and 3.24951 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-05 06:38:48
IDJOB=1085126
IDBENCH=57608
IDSOLVER=351
FILE ID=node32/1085126-1215232728
PBS_JOBID= 7881820
Free space on /tmp= 66444 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7154251d322d3aeca403294bf50a7b43
RANDOM SEED=1346050892

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:       1476512 kB
Buffers:         78388 kB
Cached:         310388 kB
SwapCached:      88312 kB
Active:         318096 kB
Inactive:       201560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1476512 kB
SwapTotal:     4192956 kB
SwapFree:      4098000 kB
Dirty:            3468 kB
Writeback:           0 kB
Mapped:         137476 kB
Slab:            44576 kB
Committed_AS:  3346756 kB
PageTables:       2176 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= 66440 MiB
End job on node32 at 2008-07-05 06:55:21