Trace number 1085105

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 898.785 903.259

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-enddr1/normalized-super-jobShop-enddr1-6.xml
MD5SUMc27b1c26289e0ba03dc0a1b18b0438f1
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.064989
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size129
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.63/6.71	c start processing
6.63/6.71	c start relation processing
7.13/7.25	c start cnf exporting
57.66/58.08	c parsing time : 6.595
57.66/58.08	c preprocessing time : 57.961
57.66/58.08	
57.66/58.08	c Nary constraints - conflicts : 0 supports : 0
57.66/58.08	c Binary constraints - conflicts : 845 supports :0
57.66/58.08	c max arity constraint : 2
57.66/58.08	c Max Tuples generated 16641
57.66/58.08	c relations : 314
57.66/58.08	c relations BDD: 0
57.66/58.08	c sampling 269/305
57.66/58.08	c vars : 11731 - clauses :  2511719
57.66/58.08	
57.73/58.13	 
57.73/58.13	c --- SAT Solver Stats ---
57.73/58.13	 
57.73/58.13	c eSAT 0.1 : minisat core with additionnal features
57.73/58.13	c ============================[ Problem Statistics ]=============================
57.73/58.13	c |                                                                             |
57.73/58.13	c |  Number of variables:  11730                                                |
57.73/58.13	c |  Number of clauses:    2511719                                              |
59.02/59.45	c |  Parsing time:         1.14         s                                       |
897.66/902.19	c restarts              : 97
897.66/902.19	c conflicts             : 248            (0 /sec)
897.66/902.19	c decisions             : 160310         (78.99 % random) (191 /sec)
897.66/902.19	c euip                  : 57          
897.66/902.19	c propagations          : 705550         (840 /sec)
897.66/902.19	c conflict literals     : 38035          (3.55 % deleted)
897.66/902.19	c Memory used           : 229.78 MB
897.66/902.19	c CPU time              : 839.606 s
897.66/902.19	c 
897.66/902.20	s SATISFIABLE
898.72/903.23	v 0 1 38 7 52 129 137 138 141 140 10 15 39 23 117 118 133 129 145 143 15 11 24 22 38 36 81 122 149 150 73 43 82 105 137 132 149 150 158 157 55 32 64 89 108 105 120 122 128 131 0 1 4 3 10 13 44 25 67 92 1 4 22 9 60 65 147 139 158 157 35 26 52 49 76 73 89 101 118 126 1 2 12 13 28 29 150 151 156 155 13 11 27 65 89 88 105 106 117 116

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-1085105-1215232703/watcher-1085105-1215232703 -o /tmp/evaluation-result-1085105-1215232703/solver-1085105-1215232703 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1085105-1215232703.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.00 2.00 4/81 10014
/proc/meminfo: memFree=1556848/2055920 swapFree=4180584/4192956
[pid=10014] ppid=10012 vsize=8652 CPUtime=0
/proc/10014/stat : 10014 (galacE.sh) S 10012 10014 9656 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2002220074 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10014/statm: 2163 280 208 79 0 156 0
[pid=10015] ppid=10014 vsize=8688 CPUtime=0
/proc/10015/stat : 10015 (galacE.sh) R 10014 10014 9656 0 -1 4194368 67 485 0 0 0 0 0 0 16 0 1 0 2002220075 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 231882680991 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/10015/statm: 2172 288 210 79 0 165 0

[startup+0.0159739 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 10014
/proc/meminfo: memFree=1556848/2055920 swapFree=4180584/4192956
[pid=10014] ppid=10012 vsize=8768 CPUtime=0
/proc/10014/stat : 10014 (galacE.sh) S 10012 10014 9656 0 -1 4194304 493 1063 0 0 0 0 0 0 18 0 1 0 2002220074 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10014/statm: 2192 315 217 79 0 185 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8768

[startup+0.102942 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 10014
/proc/meminfo: memFree=1556848/2055920 swapFree=4180584/4192956
[pid=10014] ppid=10012 vsize=47572 CPUtime=0.01
/proc/10014/stat : 10014 (galacE.sh) S 10012 10014 9656 0 -1 4194304 765 1857 0 0 0 0 0 1 18 0 1 0 2002220074 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10014/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.302962 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 10014
/proc/meminfo: memFree=1556848/2055920 swapFree=4180584/4192956
[pid=10014] ppid=10012 vsize=47572 CPUtime=0.01
/proc/10014/stat : 10014 (galacE.sh) S 10012 10014 9656 0 -1 4194304 765 1857 0 0 0 0 0 1 18 0 1 0 2002220074 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10014/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.703009 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 10014
/proc/meminfo: memFree=1556848/2055920 swapFree=4180584/4192956
[pid=10014] ppid=10012 vsize=47572 CPUtime=0.01
/proc/10014/stat : 10014 (galacE.sh) S 10012 10014 9656 0 -1 4194304 765 1857 0 0 0 0 0 1 18 0 1 0 2002220074 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10014/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 10036
/proc/meminfo: memFree=1511840/2055920 swapFree=4180584/4192956
[pid=10014] ppid=10012 vsize=47572 CPUtime=0.01
/proc/10014/stat : 10014 (galacE.sh) S 10012 10014 9656 0 -1 4194304 765 1857 0 0 0 0 0 1 18 0 1 0 2002220074 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10014/statm: 11893 364 245 79 0 219 0
[pid=10028] ppid=10014 vsize=812524 CPUtime=1.44
/proc/10028/stat : 10028 (java) S 10014 10014 9656 0 -1 0 15626 0 1 0 138 6 0 0 19 0 9 0 2002220077 832024576 14843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10028/statm: 203131 14843 2587 9 0 197164 0
[pid=10028/tid=10029] ppid=10014 vsize=812524 CPUtime=0.83
/proc/10028/task/10029/stat : 10029 (java) R 10014 10014 9656 0 -1 64 7561 0 1 0 80 3 0 0 25 0 9 0 2002220078 832024576 14843 996147200 134512640 134550740 4294955600 18446744073709551615 4126743302 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10030] ppid=10014 vsize=812524 CPUtime=0.38
/proc/10028/task/10030/stat : 10030 (java) S 10014 10014 9656 0 -1 64 6544 0 0 0 37 1 0 0 16 0 9 0 2002220080 832024576 14843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10031] ppid=10014 vsize=812524 CPUtime=0
/proc/10028/task/10031/stat : 10031 (java) S 10014 10014 9656 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002220080 832024576 14843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10032] ppid=10014 vsize=812524 CPUtime=0
/proc/10028/task/10032/stat : 10032 (java) S 10014 10014 9656 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002220080 832024576 14843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10033] ppid=10014 vsize=812524 CPUtime=0
/proc/10028/task/10033/stat : 10033 (java) S 10014 10014 9656 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2002220082 832024576 14843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10034] ppid=10014 vsize=812524 CPUtime=0.21
/proc/10028/task/10034/stat : 10034 (java) S 10014 10014 9656 0 -1 64 821 0 0 0 21 0 0 0 15 0 9 0 2002220082 832024576 14843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10035] ppid=10014 vsize=812524 CPUtime=0
/proc/10028/task/10035/stat : 10035 (java) S 10014 10014 9656 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2002220082 832024576 14843 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10036] ppid=10014 vsize=812524 CPUtime=0
/proc/10028/task/10036/stat : 10036 (java) S 10014 10014 9656 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002220082 832024576 14843 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) 860096

[startup+3.10129 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 10036
/proc/meminfo: memFree=1501920/2055920 swapFree=4180584/4192956
[pid=10014] ppid=10012 vsize=47572 CPUtime=0.01
/proc/10014/stat : 10014 (galacE.sh) S 10012 10014 9656 0 -1 4194304 765 1857 0 0 0 0 0 1 18 0 1 0 2002220074 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10014/statm: 11893 364 245 79 0 219 0
[pid=10028] ppid=10014 vsize=812620 CPUtime=3.03
/proc/10028/stat : 10028 (java) S 10014 10014 9656 0 -1 0 18892 0 1 0 295 8 0 0 19 0 9 0 2002220077 832122880 18097 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10028/statm: 203155 18097 2587 9 0 197188 0
[pid=10028/tid=10029] ppid=10014 vsize=812620 CPUtime=1.39
/proc/10028/task/10029/stat : 10029 (java) R 10014 10014 9656 0 -1 64 7573 0 1 0 135 4 0 0 25 0 9 0 2002220078 832122880 18097 996147200 134512640 134550740 4294955600 18446744073709551615 4126887620 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10030] ppid=10014 vsize=812620 CPUtime=1.37
/proc/10028/task/10030/stat : 10030 (java) S 10014 10014 9656 0 -1 64 9770 0 0 0 134 3 0 0 18 0 9 0 2002220080 832122880 18097 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10031] ppid=10014 vsize=812620 CPUtime=0
/proc/10028/task/10031/stat : 10031 (java) S 10014 10014 9656 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002220080 832122880 18097 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10032] ppid=10014 vsize=812620 CPUtime=0
/proc/10028/task/10032/stat : 10032 (java) S 10014 10014 9656 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002220080 832122880 18097 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10033] ppid=10014 vsize=812620 CPUtime=0
/proc/10028/task/10033/stat : 10033 (java) S 10014 10014 9656 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2002220082 832122880 18097 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10034] ppid=10014 vsize=812620 CPUtime=0.24
/proc/10028/task/10034/stat : 10034 (java) S 10014 10014 9656 0 -1 64 849 0 0 0 24 0 0 0 15 0 9 0 2002220082 832122880 18097 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10035] ppid=10014 vsize=812620 CPUtime=0
/proc/10028/task/10035/stat : 10035 (java) S 10014 10014 9656 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2002220082 832122880 18097 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10036] ppid=10014 vsize=812620 CPUtime=0
/proc/10028/task/10036/stat : 10036 (java) S 10014 10014 9656 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002220082 832122880 18097 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) 860192

[startup+6.30268 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 10036
/proc/meminfo: memFree=1481568/2055920 swapFree=4180584/4192956
[pid=10014] ppid=10012 vsize=47572 CPUtime=0.01
/proc/10014/stat : 10014 (galacE.sh) S 10012 10014 9656 0 -1 4194304 765 1857 0 0 0 0 0 1 18 0 1 0 2002220074 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10014/statm: 11893 364 245 79 0 219 0
[pid=10028] ppid=10014 vsize=812700 CPUtime=6.22
/proc/10028/stat : 10028 (java) S 10014 10014 9656 0 -1 0 22354 0 1 0 612 10 0 0 19 0 9 0 2002220077 832204800 21265 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10028/statm: 203175 21265 2587 9 0 197208 0
[pid=10028/tid=10029] ppid=10014 vsize=812700 CPUtime=1.79
/proc/10028/task/10029/stat : 10029 (java) S 10014 10014 9656 0 -1 64 7595 0 1 0 175 4 0 0 16 0 9 0 2002220078 832204800 21265 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10030] ppid=10014 vsize=812700 CPUtime=4.09
/proc/10028/task/10030/stat : 10030 (java) R 10014 10014 9656 0 -1 64 13167 0 0 0 405 4 0 0 25 0 9 0 2002220080 832204800 21265 996147200 134512640 134550740 4294955600 18446744073709551615 103829000 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10031] ppid=10014 vsize=812700 CPUtime=0
/proc/10028/task/10031/stat : 10031 (java) S 10014 10014 9656 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002220080 832204800 21265 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10032] ppid=10014 vsize=812700 CPUtime=0
/proc/10028/task/10032/stat : 10032 (java) S 10014 10014 9656 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002220080 832204800 21265 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10033] ppid=10014 vsize=812700 CPUtime=0
/proc/10028/task/10033/stat : 10033 (java) S 10014 10014 9656 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2002220082 832204800 21265 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10034] ppid=10014 vsize=812700 CPUtime=0.31
/proc/10028/task/10034/stat : 10034 (java) S 10014 10014 9656 0 -1 64 892 0 0 0 31 0 0 0 15 0 9 0 2002220082 832204800 21265 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10035] ppid=10014 vsize=812700 CPUtime=0
/proc/10028/task/10035/stat : 10035 (java) S 10014 10014 9656 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2002220082 832204800 21265 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10036] ppid=10014 vsize=812700 CPUtime=0
/proc/10028/task/10036/stat : 10036 (java) S 10014 10014 9656 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002220082 832204800 21265 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 860272

[startup+12.7024 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 10036
/proc/meminfo: memFree=1447008/2055920 swapFree=4180584/4192956
[pid=10014] ppid=10012 vsize=47572 CPUtime=0.01
/proc/10014/stat : 10014 (galacE.sh) S 10012 10014 9656 0 -1 4194304 765 1857 0 0 0 0 0 1 18 0 1 0 2002220074 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10014/statm: 11893 364 245 79 0 219 0
[pid=10028] ppid=10014 vsize=812700 CPUtime=12.59
/proc/10028/stat : 10028 (java) S 10014 10014 9656 0 -1 0 29699 0 1 0 1242 17 0 0 19 0 9 0 2002220077 832204800 28595 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10028/statm: 203175 28595 2592 9 0 197208 0
[pid=10028/tid=10029] ppid=10014 vsize=812700 CPUtime=7.69
/proc/10028/task/10029/stat : 10029 (java) R 10014 10014 9656 0 -1 64 14649 0 1 0 758 11 0 0 25 0 9 0 2002220078 832204800 28595 996147200 134512640 134550740 4294955600 18446744073709551615 4127372203 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10030] ppid=10014 vsize=812700 CPUtime=4.51
/proc/10028/task/10030/stat : 10030 (java) S 10014 10014 9656 0 -1 64 13429 0 0 0 447 4 0 0 16 0 9 0 2002220080 832204800 28595 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10031] ppid=10014 vsize=812700 CPUtime=0
/proc/10028/task/10031/stat : 10031 (java) S 10014 10014 9656 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002220080 832204800 28595 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10032] ppid=10014 vsize=812700 CPUtime=0
/proc/10028/task/10032/stat : 10032 (java) S 10014 10014 9656 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002220080 832204800 28595 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10033] ppid=10014 vsize=812700 CPUtime=0
/proc/10028/task/10033/stat : 10033 (java) S 10014 10014 9656 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2002220082 832204800 28595 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10034] ppid=10014 vsize=812700 CPUtime=0.36
/proc/10028/task/10034/stat : 10034 (java) S 10014 10014 9656 0 -1 64 921 0 0 0 36 0 0 0 15 0 9 0 2002220082 832204800 28595 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10035] ppid=10014 vsize=812700 CPUtime=0
/proc/10028/task/10035/stat : 10035 (java) S 10014 10014 9656 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2002220082 832204800 28595 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10036] ppid=10014 vsize=812700 CPUtime=0
/proc/10028/task/10036/stat : 10036 (java) S 10014 10014 9656 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002220082 832204800 28595 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 860272

[startup+25.5029 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 10036
/proc/meminfo: memFree=1436832/2055920 swapFree=4180584/4192956
[pid=10014] ppid=10012 vsize=47572 CPUtime=0.01
/proc/10014/stat : 10014 (galacE.sh) S 10012 10014 9656 0 -1 4194304 765 1857 0 0 0 0 0 1 18 0 1 0 2002220074 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10014/statm: 11893 364 245 79 0 219 0
[pid=10028] ppid=10014 vsize=812700 CPUtime=25.32
/proc/10028/stat : 10028 (java) S 10014 10014 9656 0 -1 0 29810 0 1 0 2510 22 0 0 19 0 9 0 2002220077 832204800 28680 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10028/statm: 203175 28680 2592 9 0 197208 0
[pid=10028/tid=10029] ppid=10014 vsize=812700 CPUtime=20.4
/proc/10028/task/10029/stat : 10029 (java) R 10014 10014 9656 0 -1 64 14675 0 1 0 2024 16 0 0 25 0 9 0 2002220078 832204800 28680 996147200 134512640 134550740 4294955600 18446744073709551615 4127437811 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10030] ppid=10014 vsize=812700 CPUtime=4.54
/proc/10028/task/10030/stat : 10030 (java) S 10014 10014 9656 0 -1 64 13509 0 0 0 449 5 0 0 16 0 9 0 2002220080 832204800 28680 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10031] ppid=10014 vsize=812700 CPUtime=0
/proc/10028/task/10031/stat : 10031 (java) S 10014 10014 9656 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002220080 832204800 28680 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10032] ppid=10014 vsize=812700 CPUtime=0
/proc/10028/task/10032/stat : 10032 (java) S 10014 10014 9656 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002220080 832204800 28680 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10033] ppid=10014 vsize=812700 CPUtime=0
/proc/10028/task/10033/stat : 10033 (java) S 10014 10014 9656 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2002220082 832204800 28680 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10034] ppid=10014 vsize=812700 CPUtime=0.36
/proc/10028/task/10034/stat : 10034 (java) S 10014 10014 9656 0 -1 64 926 0 0 0 36 0 0 0 16 0 9 0 2002220082 832204800 28680 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10035] ppid=10014 vsize=812700 CPUtime=0
/proc/10028/task/10035/stat : 10035 (java) S 10014 10014 9656 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2002220082 832204800 28680 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10028/tid=10036] ppid=10014 vsize=812700 CPUtime=0
/proc/10028/task/10036/stat : 10036 (java) S 10014 10014 9656 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002220082 832204800 28680 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 860272

[startup+51.103 s]

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

/proc/loadavg: 2.00 2.00 2.00 4/83 10039
/proc/meminfo: memFree=1234784/2055920 swapFree=4180584/4192956
[pid=10014] ppid=10012 vsize=47572 CPUtime=57.76
/proc/10014/stat : 10014 (galacE.sh) S 10012 10014 9656 0 -1 4194304 799 31740 0 1 0 0 5739 37 17 0 1 0 2002220074 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10014/statm: 11893 364 245 79 0 219 0
[pid=10037] ppid=10014 vsize=304452 CPUtime=641.06
/proc/10037/stat : 10037 (eSAT_static) R 10014 10014 9656 0 -1 4194304 71538 0 0 0 64070 36 0 0 25 0 1 0 2002225888 311758848 71520 996147200 134512640 135177480 4294955968 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 1 0 0
/proc/10037/statm: 76113 71520 74 162 0 75948 0
Current children cumulated CPU time (s) 698.82
Current children cumulated vsize (KiB) 352024

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10039
/proc/meminfo: memFree=1229536/2055920 swapFree=4180584/4192956
[pid=10014] ppid=10012 vsize=47572 CPUtime=57.76
/proc/10014/stat : 10014 (galacE.sh) S 10012 10014 9656 0 -1 4194304 799 31740 0 1 0 0 5739 37 17 0 1 0 2002220074 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10014/statm: 11893 364 245 79 0 219 0
[pid=10037] ppid=10014 vsize=305112 CPUtime=700.77
/proc/10037/stat : 10037 (eSAT_static) R 10014 10014 9656 0 -1 4194304 72855 0 0 0 70041 36 0 0 25 0 1 0 2002225888 312434688 72837 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/10037/statm: 76278 72837 74 162 0 76113 0
Current children cumulated CPU time (s) 758.53
Current children cumulated vsize (KiB) 352684

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10039
/proc/meminfo: memFree=1229408/2055920 swapFree=4180584/4192956
[pid=10014] ppid=10012 vsize=47572 CPUtime=57.76
/proc/10014/stat : 10014 (galacE.sh) S 10012 10014 9656 0 -1 4194304 799 31740 0 1 0 0 5739 37 17 0 1 0 2002220074 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10014/statm: 11893 364 245 79 0 219 0
[pid=10037] ppid=10014 vsize=305112 CPUtime=760.48
/proc/10037/stat : 10037 (eSAT_static) R 10014 10014 9656 0 -1 4194304 72874 0 0 0 76011 37 0 0 25 0 1 0 2002225888 312434688 72856 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/10037/statm: 76278 72856 74 162 0 76113 0
Current children cumulated CPU time (s) 818.24
Current children cumulated vsize (KiB) 352684

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10039
/proc/meminfo: memFree=1224672/2055920 swapFree=4180584/4192956
[pid=10014] ppid=10012 vsize=47572 CPUtime=57.76
/proc/10014/stat : 10014 (galacE.sh) S 10012 10014 9656 0 -1 4194304 799 31740 0 1 0 0 5739 37 17 0 1 0 2002220074 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10014/statm: 11893 364 245 79 0 219 0
[pid=10037] ppid=10014 vsize=305504 CPUtime=820.18
/proc/10037/stat : 10037 (eSAT_static) R 10014 10014 9656 0 -1 4194304 74068 0 0 0 81981 37 0 0 25 0 1 0 2002225888 312836096 74050 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/10037/statm: 76376 74050 74 162 0 76211 0
Current children cumulated CPU time (s) 877.94
Current children cumulated vsize (KiB) 353076

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

[startup+883.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10039
/proc/meminfo: memFree=1224672/2055920 swapFree=4180584/4192956
[pid=10014] ppid=10012 vsize=47572 CPUtime=57.76
/proc/10014/stat : 10014 (galacE.sh) S 10012 10014 9656 0 -1 4194304 799 31740 0 1 0 0 5739 37 17 0 1 0 2002220074 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10014/statm: 11893 364 245 79 0 219 0
[pid=10037] ppid=10014 vsize=305504 CPUtime=820.98
/proc/10037/stat : 10037 (eSAT_static) R 10014 10014 9656 0 -1 4194304 74068 0 0 0 82061 37 0 0 25 0 1 0 2002225888 312836096 74050 996147200 134512640 135177480 4294955968 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 1 0 0
/proc/10037/statm: 76376 74050 74 162 0 76211 0
Current children cumulated CPU time (s) 878.74
Current children cumulated vsize (KiB) 353076

[startup+895.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10039
/proc/meminfo: memFree=1223904/2055920 swapFree=4180584/4192956
[pid=10014] ppid=10012 vsize=47572 CPUtime=57.76
/proc/10014/stat : 10014 (galacE.sh) S 10012 10014 9656 0 -1 4194304 799 31740 0 1 0 0 5739 37 17 0 1 0 2002220074 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10014/statm: 11893 364 245 79 0 219 0
[pid=10037] ppid=10014 vsize=305504 CPUtime=833.73
/proc/10037/stat : 10037 (eSAT_static) R 10014 10014 9656 0 -1 4194304 74251 0 0 0 83335 38 0 0 25 0 1 0 2002225888 312836096 74233 996147200 134512640 135177480 4294955968 18446744073709551615 134537729 0 0 4096 3 0 0 0 17 1 0 0
/proc/10037/statm: 76376 74233 74 162 0 76211 0
Current children cumulated CPU time (s) 891.49
Current children cumulated vsize (KiB) 353076

[startup+899.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10039
/proc/meminfo: memFree=1223904/2055920 swapFree=4180584/4192956
[pid=10014] ppid=10012 vsize=47572 CPUtime=57.76
/proc/10014/stat : 10014 (galacE.sh) S 10012 10014 9656 0 -1 4194304 799 31740 0 1 0 0 5739 37 17 0 1 0 2002220074 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10014/statm: 11893 364 245 79 0 219 0
[pid=10037] ppid=10014 vsize=305504 CPUtime=836.91
/proc/10037/stat : 10037 (eSAT_static) R 10014 10014 9656 0 -1 4194304 74252 0 0 0 83653 38 0 0 25 0 1 0 2002225888 312836096 74234 996147200 134512640 135177480 4294955968 18446744073709551615 134537530 0 0 4096 3 0 0 0 17 1 0 0
/proc/10037/statm: 76376 74234 74 162 0 76211 0
Current children cumulated CPU time (s) 894.67
Current children cumulated vsize (KiB) 353076

[startup+900.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10039
/proc/meminfo: memFree=1223904/2055920 swapFree=4180584/4192956
[pid=10014] ppid=10012 vsize=47572 CPUtime=57.76
/proc/10014/stat : 10014 (galacE.sh) S 10012 10014 9656 0 -1 4194304 799 31740 0 1 0 0 5739 37 17 0 1 0 2002220074 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10014/statm: 11893 364 245 79 0 219 0
[pid=10037] ppid=10014 vsize=305504 CPUtime=838.51
/proc/10037/stat : 10037 (eSAT_static) R 10014 10014 9656 0 -1 4194304 74252 0 0 0 83813 38 0 0 25 0 1 0 2002225888 312836096 74234 996147200 134512640 135177480 4294955968 18446744073709551615 134537454 0 0 4096 3 0 0 0 17 1 0 0
/proc/10037/statm: 76376 74234 74 162 0 76211 0
Current children cumulated CPU time (s) 896.27
Current children cumulated vsize (KiB) 353076

[startup+902.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10039
/proc/meminfo: memFree=1291424/2055920 swapFree=4180584/4192956
[pid=10014] ppid=10012 vsize=47572 CPUtime=897.79
/proc/10014/stat : 10014 (galacE.sh) S 10012 10014 9656 0 -1 4194304 835 106022 0 1 0 0 89700 79 16 0 1 0 2002220074 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 231882850386 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/10014/statm: 11893 365 245 79 0 219 0
Current children cumulated CPU time (s) 897.79
Current children cumulated vsize (KiB) 47572

[startup+902.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10039
/proc/meminfo: memFree=1291424/2055920 swapFree=4180584/4192956
[pid=10014] ppid=10012 vsize=47572 CPUtime=897.79
/proc/10014/stat : 10014 (galacE.sh) S 10012 10014 9656 0 -1 4194304 835 106022 0 1 0 0 89700 79 16 0 1 0 2002220074 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 231882850386 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/10014/statm: 11893 365 245 79 0 219 0
Current children cumulated CPU time (s) 897.79
Current children cumulated vsize (KiB) 47572

[startup+903.107 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 10048
/proc/meminfo: memFree=1506336/2055920 swapFree=4180584/4192956
[pid=10014] ppid=10012 vsize=47572 CPUtime=897.79
/proc/10014/stat : 10014 (galacE.sh) S 10012 10014 9656 0 -1 4194304 835 106022 0 1 0 0 89700 79 16 0 1 0 2002220074 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 231882850386 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/10014/statm: 11893 365 245 79 0 219 0
[pid=10040] ppid=10014 vsize=812676 CPUtime=0.84
/proc/10040/stat : 10040 (java) S 10014 10014 9656 0 -1 0 6582 0 1 0 80 4 0 0 18 0 9 0 2002310298 832180224 5965 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10040/statm: 203169 5965 1911 9 0 197174 0
[pid=10040/tid=10041] ppid=10014 vsize=812676 CPUtime=0.57
/proc/10040/task/10041/stat : 10041 (java) R 10014 10014 9656 0 -1 64 4967 0 1 0 54 3 0 0 22 0 9 0 2002310299 832180224 5966 996147200 134512640 134550740 4294955616 18446744073709551615 4127175917 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10040/tid=10042] ppid=10014 vsize=812676 CPUtime=0
/proc/10040/task/10042/stat : 10042 (java) S 10014 10014 9656 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 2002310301 832180224 5966 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=10040/tid=10043] ppid=10014 vsize=812676 CPUtime=0
/proc/10040/task/10043/stat : 10043 (java) S 10014 10014 9656 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2002310301 832180224 5967 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10040/tid=10044] ppid=10014 vsize=812676 CPUtime=0
/proc/10040/task/10044/stat : 10044 (java) S 10014 10014 9656 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002310301 832180224 5968 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10040/tid=10045] ppid=10014 vsize=812676 CPUtime=0
/proc/10040/task/10045/stat : 10045 (java) S 10014 10014 9656 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002310303 832180224 5968 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10040/tid=10046] ppid=10014 vsize=812676 CPUtime=0.25
/proc/10040/task/10046/stat : 10046 (java) S 10014 10014 9656 0 -1 64 903 0 0 0 25 0 0 0 18 0 9 0 2002310303 832180224 5969 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10040/tid=10047] ppid=10014 vsize=812676 CPUtime=0
/proc/10040/task/10047/stat : 10047 (java) S 10014 10014 9656 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002310303 832180224 5970 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10040/tid=10048] ppid=10014 vsize=812676 CPUtime=0
/proc/10040/task/10048/stat : 10048 (java) S 10014 10014 9656 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002310303 832180224 5970 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 898.63
Current children cumulated vsize (KiB) 860248

[startup+903.203 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 10048
/proc/meminfo: memFree=1506336/2055920 swapFree=4180584/4192956
[pid=10014] ppid=10012 vsize=47576 CPUtime=897.79
/proc/10014/stat : 10014 (galacE.sh) S 10012 10014 9656 0 -1 4194304 844 106022 0 1 0 0 89700 79 16 0 1 0 2002220074 48717824 367 996147200 4194304 4520092 548682068832 18446744073709551615 231882850386 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/10014/statm: 11894 367 245 79 0 220 0
[pid=10040] ppid=10014 vsize=812676 CPUtime=0.93
/proc/10040/stat : 10040 (java) S 10014 10014 9656 0 -1 0 8910 0 1 0 88 5 0 0 18 0 9 0 2002310298 832180224 8292 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10040/statm: 203169 8292 1911 9 0 197174 0
[pid=10040/tid=10041] ppid=10014 vsize=812676 CPUtime=0.65
/proc/10040/task/10041/stat : 10041 (java) S 10014 10014 9656 0 -1 64 7290 0 1 0 61 4 0 0 23 0 9 0 2002310299 832180224 8292 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10040/tid=10042] ppid=10014 vsize=812676 CPUtime=0
/proc/10040/task/10042/stat : 10042 (java) S 10014 10014 9656 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 2002310301 832180224 8292 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=10040/tid=10043] ppid=10014 vsize=812676 CPUtime=0
/proc/10040/task/10043/stat : 10043 (java) S 10014 10014 9656 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2002310301 832180224 8292 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10040/tid=10044] ppid=10014 vsize=812676 CPUtime=0
/proc/10040/task/10044/stat : 10044 (java) S 10014 10014 9656 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002310301 832180224 8292 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10040/tid=10045] ppid=10014 vsize=812676 CPUtime=0
/proc/10040/task/10045/stat : 10045 (java) S 10014 10014 9656 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2002310303 832180224 8292 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10040/tid=10046] ppid=10014 vsize=812676 CPUtime=0.26
/proc/10040/task/10046/stat : 10046 (java) S 10014 10014 9656 0 -1 64 907 0 0 0 26 0 0 0 18 0 9 0 2002310303 832180224 8292 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10040/tid=10047] ppid=10014 vsize=812676 CPUtime=0
/proc/10040/task/10047/stat : 10047 (java) S 10014 10014 9656 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002310303 832180224 8292 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10040/tid=10048] ppid=10014 vsize=812676 CPUtime=0
/proc/10040/task/10048/stat : 10048 (java) S 10014 10014 9656 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002310303 832180224 8292 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 898.72
Current children cumulated vsize (KiB) 860252

Child status: 0
Real time (s): 903.259
CPU time (s): 898.785
CPU user time (s): 897.899
CPU system time (s): 0.885865
CPU usage (%): 99.5047
Max. virtual memory (cumulated for all children) (KiB): 860476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 897.899
system time used= 0.885865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115976
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= 4071
involuntary context switches= 15183

runsolver used 0.856869 second user time and 2.49462 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-05 06:38:23
IDJOB=1085105
IDBENCH=57607
IDSOLVER=351
FILE ID=node75/1085105-1215232703
PBS_JOBID= 7881886
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c27b1c26289e0ba03dc0a1b18b0438f1
RANDOM SEED=1132459248

node75.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.229
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.229
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:       1557392 kB
Buffers:         69472 kB
Cached:         229528 kB
SwapCached:       6320 kB
Active:         301668 kB
Inactive:       131484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1557392 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:            3204 kB
Writeback:           0 kB
Mapped:         150344 kB
Slab:            50220 kB
Committed_AS:  4382292 kB
PageTables:       2140 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node75 at 2008-07-05 06:53:26