Trace number 1085315

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 1418.81 1426.24

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-ewddr2/normalized-super-jobShop-ewddr2-1.xml
MD5SUM2fbc47b82f94ec24ab606e59962b92e6
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.270958
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size150
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 ---
7.63/7.71	c start processing
7.63/7.71	c start relation processing
8.43/8.58	c start cnf exporting
80.34/80.88	c parsing time : 7.597
80.34/80.88	c preprocessing time : 80.765
80.34/80.88	
80.34/80.88	c Nary constraints - conflicts : 0 supports : 0
80.34/80.88	c Binary constraints - conflicts : 845 supports :0
80.34/80.88	c max arity constraint : 2
80.34/80.88	c Max Tuples generated 22500
80.34/80.88	c relations : 313
80.34/80.88	c relations BDD: 0
80.34/80.88	c sampling 273/313
80.34/80.88	c vars : 13441 - clauses :  3510397
80.34/80.88	
80.42/80.95	 
80.42/80.95	c --- SAT Solver Stats ---
80.42/80.95	 
80.42/80.95	c eSAT 0.1 : minisat core with additionnal features
80.42/80.95	c ============================[ Problem Statistics ]=============================
80.42/80.95	c |                                                                             |
80.42/80.95	c |  Number of variables:  13440                                                |
80.42/80.95	c |  Number of clauses:    3510397                                              |
82.17/82.78	c |  Parsing time:         1.58         s                                       |
1417.79/1425.25	c restarts              : 100
1417.79/1425.25	c conflicts             : 266            (0 /sec)
1417.79/1425.25	c decisions             : 188009         (76.45 % random) (141 /sec)
1417.79/1425.25	c euip                  : 68          
1417.79/1425.25	c propagations          : 891824         (667 /sec)
1417.79/1425.25	c conflict literals     : 37546          (8.46 % deleted)
1417.79/1425.25	c Memory used           : 229.34 MB
1417.79/1425.25	c CPU time              : 1336.99 s
1417.79/1425.25	c 
1417.79/1425.25	s SATISFIABLE
1418.74/1426.21	v 45 43 70 57 82 84 100 103 135 133 0 1 5 4 22 23 39 44 52 51 107 110 137 130 153 154 170 169 181 182 0 1 8 7 14 13 25 24 33 36 34 40 52 54 66 64 83 82 88 93 23 64 102 99 141 116 152 159 165 164 15 16 23 24 38 37 54 58 68 69 71 75 121 109 131 125 140 141 148 149 8 7 19 47 52 51 94 91 106 107 14 13 33 84 101 97 116 117 123 122

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-1085315-1215233150/watcher-1085315-1215233150 -o /tmp/evaluation-result-1085315-1215233150/solver-1085315-1215233150 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1085315-1215233150.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/88 860
/proc/meminfo: memFree=1521952/2055920 swapFree=4178892/4192956
[pid=860] ppid=858 vsize=8652 CPUtime=0
/proc/860/stat : 860 (galacE.sh) S 858 860 31720 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 679044026 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/860/statm: 2163 280 208 79 0 156 0
[pid=861] ppid=860 vsize=8688 CPUtime=0
/proc/861/stat : 861 (galacE.sh) S 860 860 31720 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 679044026 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 240154017874 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/861/statm: 2172 286 209 79 0 165 0
[pid=862] ppid=861 vsize=8728 CPUtime=0
/proc/862/stat : 862 (galacE.sh) R 861 860 31720 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 679044026 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 240153849127 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/862/statm: 2182 290 209 79 0 175 0

[startup+0.102724 s]
/proc/loadavg: 2.00 2.00 2.00 4/88 860
/proc/meminfo: memFree=1521952/2055920 swapFree=4178892/4192956
[pid=860] ppid=858 vsize=47556 CPUtime=0.01
/proc/860/stat : 860 (galacE.sh) S 858 860 31720 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 679044026 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/860/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.201734 s]
/proc/loadavg: 2.00 2.00 2.00 4/88 860
/proc/meminfo: memFree=1521952/2055920 swapFree=4178892/4192956
[pid=860] ppid=858 vsize=47556 CPUtime=0.01
/proc/860/stat : 860 (galacE.sh) S 858 860 31720 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 679044026 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/860/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301753 s]
/proc/loadavg: 2.00 2.00 2.00 4/88 860
/proc/meminfo: memFree=1521952/2055920 swapFree=4178892/4192956
[pid=860] ppid=858 vsize=47556 CPUtime=0.01
/proc/860/stat : 860 (galacE.sh) S 858 860 31720 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 679044026 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/860/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701788 s]
/proc/loadavg: 2.00 2.00 2.00 4/88 860
/proc/meminfo: memFree=1521952/2055920 swapFree=4178892/4192956
[pid=860] ppid=858 vsize=47556 CPUtime=0.01
/proc/860/stat : 860 (galacE.sh) S 858 860 31720 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 679044026 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/860/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50288 s]
/proc/loadavg: 2.08 2.02 2.01 4/98 882
/proc/meminfo: memFree=1476744/2055920 swapFree=4178892/4192956
[pid=860] ppid=858 vsize=47556 CPUtime=0.01
/proc/860/stat : 860 (galacE.sh) S 858 860 31720 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 679044026 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/860/statm: 11889 365 246 79 0 219 0
[pid=874] ppid=860 vsize=812740 CPUtime=1.46
/proc/874/stat : 874 (java) S 860 860 31720 0 -1 0 15919 0 1 0 138 8 0 0 18 0 9 0 679044029 832245760 15138 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/874/statm: 203185 15138 2589 9 0 197166 0
[pid=874/tid=875] ppid=860 vsize=812740 CPUtime=0.93
/proc/874/task/875/stat : 875 (java) R 860 860 31720 0 -1 64 7595 0 1 0 89 4 0 0 25 0 9 0 679044030 832245760 15138 996147200 134512640 134550740 4294955600 18446744073709551615 4126700047 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=876] ppid=860 vsize=812740 CPUtime=0.3
/proc/874/task/876/stat : 876 (java) S 860 860 31720 0 -1 64 6822 0 0 0 28 2 0 0 16 0 9 0 679044031 832245760 15138 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=877] ppid=860 vsize=812740 CPUtime=0
/proc/874/task/877/stat : 877 (java) S 860 860 31720 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 679044032 832245760 15138 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=878] ppid=860 vsize=812740 CPUtime=0
/proc/874/task/878/stat : 878 (java) S 860 860 31720 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 679044032 832245760 15138 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=879] ppid=860 vsize=812740 CPUtime=0
/proc/874/task/879/stat : 879 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 679044034 832245760 15138 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=880] ppid=860 vsize=812740 CPUtime=0.19
/proc/874/task/880/stat : 880 (java) S 860 860 31720 0 -1 64 802 0 0 0 19 0 0 0 15 0 9 0 679044034 832245760 15138 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=881] ppid=860 vsize=812740 CPUtime=0
/proc/874/task/881/stat : 881 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679044034 832245760 15138 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=882] ppid=860 vsize=812740 CPUtime=0
/proc/874/task/882/stat : 882 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 679044034 832245760 15138 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 860296

[startup+3.10206 s]
/proc/loadavg: 2.08 2.02 2.01 4/98 882
/proc/meminfo: memFree=1462984/2055920 swapFree=4178892/4192956
[pid=860] ppid=858 vsize=47556 CPUtime=0.01
/proc/860/stat : 860 (galacE.sh) S 858 860 31720 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 679044026 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/860/statm: 11889 365 246 79 0 219 0
[pid=874] ppid=860 vsize=812852 CPUtime=3.04
/proc/874/stat : 874 (java) S 860 860 31720 0 -1 0 19864 0 1 0 295 9 0 0 18 0 9 0 679044029 832360448 19073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/874/statm: 203213 19073 2589 9 0 197194 0
[pid=874/tid=875] ppid=860 vsize=812852 CPUtime=1.54
/proc/874/task/875/stat : 875 (java) R 860 860 31720 0 -1 64 7605 0 1 0 150 4 0 0 25 0 9 0 679044030 832360448 19073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=876] ppid=860 vsize=812852 CPUtime=1.23
/proc/874/task/876/stat : 876 (java) R 860 860 31720 0 -1 64 10719 0 0 0 120 3 0 0 16 0 9 0 679044031 832360448 19073 996147200 134512640 134550740 4294955600 18446744073709551615 104182452 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=877] ppid=860 vsize=812852 CPUtime=0
/proc/874/task/877/stat : 877 (java) S 860 860 31720 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 679044032 832360448 19073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=878] ppid=860 vsize=812852 CPUtime=0
/proc/874/task/878/stat : 878 (java) S 860 860 31720 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 679044032 832360448 19073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=879] ppid=860 vsize=812852 CPUtime=0
/proc/874/task/879/stat : 879 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 679044034 832360448 19073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=880] ppid=860 vsize=812852 CPUtime=0.24
/proc/874/task/880/stat : 880 (java) S 860 860 31720 0 -1 64 840 0 0 0 24 0 0 0 16 0 9 0 679044034 832360448 19073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=881] ppid=860 vsize=812852 CPUtime=0
/proc/874/task/881/stat : 881 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679044034 832360448 19073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=882] ppid=860 vsize=812852 CPUtime=0
/proc/874/task/882/stat : 882 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 679044034 832360448 19073 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860408

[startup+6.30142 s]
/proc/loadavg: 2.08 2.02 2.01 4/98 882
/proc/meminfo: memFree=1439880/2055920 swapFree=4178892/4192956
[pid=860] ppid=858 vsize=47556 CPUtime=0.01
/proc/860/stat : 860 (galacE.sh) S 858 860 31720 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 679044026 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/860/statm: 11889 365 246 79 0 219 0
[pid=874] ppid=860 vsize=812908 CPUtime=6.23
/proc/874/stat : 874 (java) S 860 860 31720 0 -1 0 24410 0 1 0 612 11 0 0 18 0 9 0 679044029 832417792 23465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/874/statm: 203227 23465 2589 9 0 197208 0
[pid=874/tid=875] ppid=860 vsize=812908 CPUtime=2.19
/proc/874/task/875/stat : 875 (java) S 860 860 31720 0 -1 64 7622 0 1 0 215 4 0 0 24 0 9 0 679044030 832417792 23465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=876] ppid=860 vsize=812908 CPUtime=3.7
/proc/874/task/876/stat : 876 (java) R 860 860 31720 0 -1 64 15203 0 0 0 365 5 0 0 19 0 9 0 679044031 832417792 23465 996147200 134512640 134550740 4294955600 18446744073709551615 103834257 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=877] ppid=860 vsize=812908 CPUtime=0
/proc/874/task/877/stat : 877 (java) S 860 860 31720 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 679044032 832417792 23465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=878] ppid=860 vsize=812908 CPUtime=0
/proc/874/task/878/stat : 878 (java) S 860 860 31720 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 679044032 832417792 23465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=879] ppid=860 vsize=812908 CPUtime=0
/proc/874/task/879/stat : 879 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 679044034 832417792 23465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=880] ppid=860 vsize=812908 CPUtime=0.31
/proc/874/task/880/stat : 880 (java) S 860 860 31720 0 -1 64 885 0 0 0 31 0 0 0 15 0 9 0 679044034 832417792 23465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=881] ppid=860 vsize=812908 CPUtime=0
/proc/874/task/881/stat : 881 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679044034 832417792 23465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=882] ppid=860 vsize=812908 CPUtime=0
/proc/874/task/882/stat : 882 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 679044034 832417792 23465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 860464

[startup+12.7011 s]
/proc/loadavg: 2.14 2.03 2.01 3/98 882
/proc/meminfo: memFree=1397392/2055920 swapFree=4178892/4192956
[pid=860] ppid=858 vsize=47556 CPUtime=0.01
/proc/860/stat : 860 (galacE.sh) S 858 860 31720 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 679044026 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/860/statm: 11889 365 246 79 0 219 0
[pid=874] ppid=860 vsize=812908 CPUtime=12.6
/proc/874/stat : 874 (java) S 860 860 31720 0 -1 0 33504 0 1 0 1241 19 0 0 18 0 9 0 679044029 832417792 32542 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/874/statm: 203227 32542 2594 9 0 197208 0
[pid=874/tid=875] ppid=860 vsize=812908 CPUtime=7.19
/proc/874/task/875/stat : 875 (java) R 860 860 31720 0 -1 64 14649 0 1 0 708 11 0 0 25 0 9 0 679044030 832417792 32542 996147200 134512640 134550740 4294955600 18446744073709551615 4127325120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=876] ppid=860 vsize=812908 CPUtime=5.01
/proc/874/task/876/stat : 876 (java) S 860 860 31720 0 -1 64 17235 0 0 0 495 6 0 0 16 0 9 0 679044031 832417792 32542 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=877] ppid=860 vsize=812908 CPUtime=0
/proc/874/task/877/stat : 877 (java) S 860 860 31720 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 679044032 832417792 32542 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=878] ppid=860 vsize=812908 CPUtime=0
/proc/874/task/878/stat : 878 (java) S 860 860 31720 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 679044032 832417792 32542 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=879] ppid=860 vsize=812908 CPUtime=0
/proc/874/task/879/stat : 879 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 679044034 832417792 32542 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=880] ppid=860 vsize=812908 CPUtime=0.37
/proc/874/task/880/stat : 880 (java) S 860 860 31720 0 -1 64 920 0 0 0 37 0 0 0 15 0 9 0 679044034 832417792 32542 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=881] ppid=860 vsize=812908 CPUtime=0
/proc/874/task/881/stat : 881 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679044034 832417792 32542 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=882] ppid=860 vsize=812908 CPUtime=0
/proc/874/task/882/stat : 882 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 679044034 832417792 32542 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 860464

[startup+25.5026 s]
/proc/loadavg: 2.27 2.06 2.02 3/98 882
/proc/meminfo: memFree=1385232/2055920 swapFree=4178892/4192956
[pid=860] ppid=858 vsize=47556 CPUtime=0.01
/proc/860/stat : 860 (galacE.sh) S 858 860 31720 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 679044026 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/860/statm: 11889 365 246 79 0 219 0
[pid=874] ppid=860 vsize=812908 CPUtime=25.33
/proc/874/stat : 874 (java) S 860 860 31720 0 -1 0 33665 0 1 0 2508 25 0 0 18 0 9 0 679044029 832417792 32675 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/874/statm: 203227 32675 2594 9 0 197208 0
[pid=874/tid=875] ppid=860 vsize=812908 CPUtime=19.87
/proc/874/task/875/stat : 875 (java) R 860 860 31720 0 -1 64 14677 0 1 0 1970 17 0 0 25 0 9 0 679044030 832417792 32675 996147200 134512640 134550740 4294955600 18446744073709551615 4126379568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=876] ppid=860 vsize=812908 CPUtime=5.05
/proc/874/task/876/stat : 876 (java) S 860 860 31720 0 -1 64 17363 0 0 0 499 6 0 0 16 0 9 0 679044031 832417792 32675 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=877] ppid=860 vsize=812908 CPUtime=0
/proc/874/task/877/stat : 877 (java) S 860 860 31720 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 679044032 832417792 32675 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=878] ppid=860 vsize=812908 CPUtime=0
/proc/874/task/878/stat : 878 (java) S 860 860 31720 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 679044032 832417792 32675 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=879] ppid=860 vsize=812908 CPUtime=0
/proc/874/task/879/stat : 879 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 679044034 832417792 32675 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=880] ppid=860 vsize=812908 CPUtime=0.38
/proc/874/task/880/stat : 880 (java) S 860 860 31720 0 -1 64 925 0 0 0 38 0 0 0 15 0 9 0 679044034 832417792 32675 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=881] ppid=860 vsize=812908 CPUtime=0
/proc/874/task/881/stat : 881 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679044034 832417792 32675 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=874/tid=882] ppid=860 vsize=812908 CPUtime=0
/proc/874/task/882/stat : 882 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 679044034 832417792 32675 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34

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


[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 1065
/proc/meminfo: memFree=1077272/2055920 swapFree=4178892/4192956
[pid=860] ppid=858 vsize=47556 CPUtime=80.45
/proc/860/stat : 860 (galacE.sh) S 858 860 31720 0 -1 4194304 800 35478 0 1 0 0 7996 49 17 0 1 0 679044026 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/860/statm: 11889 365 246 79 0 219 0
[pid=883] ppid=860 vsize=301728 CPUtime=1035.9
/proc/883/stat : 883 (eSAT_static) R 860 860 31720 0 -1 4194304 72975 0 0 0 103553 37 0 0 25 0 1 0 679052121 308969472 72957 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/883/statm: 75432 72957 74 162 0 75267 0
Current children cumulated CPU time (s) 1116.35
Current children cumulated vsize (KiB) 349284

[startup+1182.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/82 1065
/proc/meminfo: memFree=1067416/2055920 swapFree=4178892/4192956
[pid=860] ppid=858 vsize=47556 CPUtime=80.45
/proc/860/stat : 860 (galacE.sh) S 858 860 31720 0 -1 4194304 800 35478 0 1 0 0 7996 49 17 0 1 0 679044026 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/860/statm: 11889 365 246 79 0 219 0
[pid=883] ppid=860 vsize=339164 CPUtime=1095.61
/proc/883/stat : 883 (eSAT_static) R 860 860 31720 0 -1 4194304 75412 0 0 0 109523 38 0 0 25 0 1 0 679052121 347303936 75394 996147200 134512640 135177480 4294955968 18446744073709551615 134537263 0 0 4096 3 0 0 0 17 1 0 0
/proc/883/statm: 84791 75394 74 162 0 84626 0
Current children cumulated CPU time (s) 1176.06
Current children cumulated vsize (KiB) 386720

[startup+1242.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/82 1065
/proc/meminfo: memFree=1049624/2055920 swapFree=4178892/4192956
[pid=860] ppid=858 vsize=47556 CPUtime=80.45
/proc/860/stat : 860 (galacE.sh) S 858 860 31720 0 -1 4194304 800 35478 0 1 0 0 7996 49 17 0 1 0 679044026 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/860/statm: 11889 365 246 79 0 219 0
[pid=883] ppid=860 vsize=339164 CPUtime=1155.32
/proc/883/stat : 883 (eSAT_static) R 860 860 31720 0 -1 4194304 75460 0 0 0 115494 38 0 0 25 0 1 0 679052121 347303936 75442 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/883/statm: 84791 75442 74 162 0 84626 0
Current children cumulated CPU time (s) 1235.77
Current children cumulated vsize (KiB) 386720

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 1065
/proc/meminfo: memFree=1037720/2055920 swapFree=4178892/4192956
[pid=860] ppid=858 vsize=47556 CPUtime=80.45
/proc/860/stat : 860 (galacE.sh) S 858 860 31720 0 -1 4194304 800 35478 0 1 0 0 7996 49 17 0 1 0 679044026 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/860/statm: 11889 365 246 79 0 219 0
[pid=883] ppid=860 vsize=339164 CPUtime=1215.03
/proc/883/stat : 883 (eSAT_static) R 860 860 31720 0 -1 4194304 75479 0 0 0 121465 38 0 0 25 0 1 0 679052121 347303936 75461 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/883/statm: 84791 75461 74 162 0 84626 0
Current children cumulated CPU time (s) 1295.48
Current children cumulated vsize (KiB) 386720

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 1065
/proc/meminfo: memFree=1030168/2055920 swapFree=4178892/4192956
[pid=860] ppid=858 vsize=47556 CPUtime=80.45
/proc/860/stat : 860 (galacE.sh) S 858 860 31720 0 -1 4194304 800 35478 0 1 0 0 7996 49 17 0 1 0 679044026 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/860/statm: 11889 365 246 79 0 219 0
[pid=883] ppid=860 vsize=340092 CPUtime=1274.75
/proc/883/stat : 883 (eSAT_static) R 860 860 31720 0 -1 4194304 77285 0 0 0 127436 39 0 0 25 0 1 0 679052121 348254208 77267 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/883/statm: 85023 77267 74 162 0 84858 0
Current children cumulated CPU time (s) 1355.2
Current children cumulated vsize (KiB) 387648

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 1065
/proc/meminfo: memFree=1029720/2055920 swapFree=4178892/4192956
[pid=860] ppid=858 vsize=47556 CPUtime=80.45
/proc/860/stat : 860 (galacE.sh) S 858 860 31720 0 -1 4194304 800 35478 0 1 0 0 7996 49 17 0 1 0 679044026 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/860/statm: 11889 365 246 79 0 219 0
[pid=883] ppid=860 vsize=340092 CPUtime=1334.46
/proc/883/stat : 883 (eSAT_static) R 860 860 31720 0 -1 4194304 77304 0 0 0 133407 39 0 0 25 0 1 0 679052121 348254208 77286 996147200 134512640 135177480 4294955968 18446744073709551615 134538927 0 0 4096 3 0 0 0 17 1 0 0
/proc/883/statm: 85023 77286 74 162 0 84858 0
Current children cumulated CPU time (s) 1414.91
Current children cumulated vsize (KiB) 387648

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

[startup+1424 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 1065
/proc/meminfo: memFree=1029656/2055920 swapFree=4178892/4192956
[pid=860] ppid=858 vsize=47556 CPUtime=80.45
/proc/860/stat : 860 (galacE.sh) S 858 860 31720 0 -1 4194304 800 35478 0 1 0 0 7996 49 17 0 1 0 679044026 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/860/statm: 11889 365 246 79 0 219 0
[pid=883] ppid=860 vsize=340092 CPUtime=1336.15
/proc/883/stat : 883 (eSAT_static) R 860 860 31720 0 -1 4194304 77304 0 0 0 133576 39 0 0 25 0 1 0 679052121 348254208 77286 996147200 134512640 135177480 4294955968 18446744073709551615 134538918 0 0 4096 3 0 0 0 17 1 0 0
/proc/883/statm: 85023 77286 74 162 0 84858 0
Current children cumulated CPU time (s) 1416.6
Current children cumulated vsize (KiB) 387648

[startup+1425.6 s]
/proc/loadavg: 2.00 2.01 2.00 4/90 1074
/proc/meminfo: memFree=1328024/2055920 swapFree=4178892/4192956
[pid=860] ppid=858 vsize=47556 CPUtime=1417.88
/proc/860/stat : 860 (galacE.sh) S 858 860 31720 0 -1 4194304 836 112815 0 1 0 0 141695 93 16 0 1 0 679044026 48697344 366 996147200 4194304 4520092 548682068832 18446744073709551615 240154017874 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/860/statm: 11889 366 246 79 0 219 0
[pid=1066] ppid=860 vsize=812644 CPUtime=0.29
/proc/1066/stat : 1066 (java) S 860 860 31720 0 -1 0 5113 0 1 0 25 4 0 0 18 0 9 0 679186555 832147456 4536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1066/statm: 203161 4536 1851 9 0 197142 0
[pid=1066/tid=1067] ppid=860 vsize=812644 CPUtime=0.23
/proc/1066/task/1067/stat : 1067 (java) R 860 860 31720 0 -1 64 3677 0 1 0 20 3 0 0 19 0 9 0 679186557 832147456 4536 996147200 134512640 134550740 4294955616 18446744073709551615 4125977250 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1066/tid=1068] ppid=860 vsize=812644 CPUtime=0
/proc/1066/task/1068/stat : 1068 (java) S 860 860 31720 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 679186558 832147456 4536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=1066/tid=1069] ppid=860 vsize=812644 CPUtime=0
/proc/1066/task/1069/stat : 1069 (java) S 860 860 31720 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 679186558 832147456 4536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1066/tid=1070] ppid=860 vsize=812644 CPUtime=0
/proc/1066/task/1070/stat : 1070 (java) S 860 860 31720 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 679186558 832147456 4536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1066/tid=1071] ppid=860 vsize=812644 CPUtime=0
/proc/1066/task/1071/stat : 1071 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 679186560 832147456 4536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1066/tid=1072] ppid=860 vsize=812644 CPUtime=0.04
/proc/1066/task/1072/stat : 1072 (java) R 860 860 31720 0 -1 64 724 0 0 0 4 0 0 0 17 0 9 0 679186560 832147456 4536 996147200 134512640 134550740 4294955616 18446744073709551615 101748227 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1066/tid=1073] ppid=860 vsize=812644 CPUtime=0
/proc/1066/task/1073/stat : 1073 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679186560 832147456 4536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1066/tid=1074] ppid=860 vsize=812644 CPUtime=0
/proc/1066/task/1074/stat : 1074 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 679186560 832147456 4536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1418.17
Current children cumulated vsize (KiB) 860200

[startup+1426 s]
/proc/loadavg: 2.00 2.01 2.00 4/90 1074
/proc/meminfo: memFree=1328024/2055920 swapFree=4178892/4192956
[pid=860] ppid=858 vsize=47556 CPUtime=1417.88
/proc/860/stat : 860 (galacE.sh) S 858 860 31720 0 -1 4194304 836 112815 0 1 0 0 141695 93 16 0 1 0 679044026 48697344 366 996147200 4194304 4520092 548682068832 18446744073709551615 240154017874 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/860/statm: 11889 366 246 79 0 219 0
[pid=1066] ppid=860 vsize=812776 CPUtime=0.69
/proc/1066/stat : 1066 (java) S 860 860 31720 0 -1 0 6021 0 1 0 64 5 0 0 18 0 9 0 679186555 832282624 5444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1066/statm: 203194 5444 1856 9 0 197175 0
[pid=1066/tid=1067] ppid=860 vsize=812776 CPUtime=0.43
/proc/1066/task/1067/stat : 1067 (java) R 860 860 31720 0 -1 64 4412 0 1 0 40 3 0 0 21 0 9 0 679186557 832282624 5444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1066/tid=1068] ppid=860 vsize=812776 CPUtime=0
/proc/1066/task/1068/stat : 1068 (java) S 860 860 31720 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 679186558 832282624 5444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=1066/tid=1069] ppid=860 vsize=812776 CPUtime=0
/proc/1066/task/1069/stat : 1069 (java) S 860 860 31720 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 679186558 832282624 5444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1066/tid=1070] ppid=860 vsize=812776 CPUtime=0
/proc/1066/task/1070/stat : 1070 (java) S 860 860 31720 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 679186558 832282624 5444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1066/tid=1071] ppid=860 vsize=812776 CPUtime=0
/proc/1066/task/1071/stat : 1071 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 679186560 832282624 5444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1066/tid=1072] ppid=860 vsize=812776 CPUtime=0.24
/proc/1066/task/1072/stat : 1072 (java) R 860 860 31720 0 -1 64 897 0 0 0 24 0 0 0 16 0 9 0 679186560 832282624 5444 996147200 134512640 134550740 4294955616 18446744073709551615 101989342 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1066/tid=1073] ppid=860 vsize=812776 CPUtime=0
/proc/1066/task/1073/stat : 1073 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679186560 832282624 5444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1066/tid=1074] ppid=860 vsize=812776 CPUtime=0
/proc/1066/task/1074/stat : 1074 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 679186560 832282624 5444 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1418.57
Current children cumulated vsize (KiB) 860332

[startup+1426.2 s]
/proc/loadavg: 2.00 2.01 2.00 4/90 1074
/proc/meminfo: memFree=1328024/2055920 swapFree=4178892/4192956
[pid=860] ppid=858 vsize=47560 CPUtime=1417.88
/proc/860/stat : 860 (galacE.sh) S 858 860 31720 0 -1 4194304 845 112815 0 1 0 0 141695 93 16 0 1 0 679044026 48701440 368 996147200 4194304 4520092 548682068832 18446744073709551615 240154017874 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/860/statm: 11890 368 246 79 0 220 0
[pid=1066] ppid=860 vsize=812888 CPUtime=0.86
/proc/1066/stat : 1066 (java) S 860 860 31720 0 -1 0 9284 0 1 0 80 6 0 0 18 0 9 0 679186555 832397312 8666 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1066/statm: 203222 8666 1912 9 0 197175 0
[pid=1066/tid=1067] ppid=860 vsize=812888 CPUtime=0.58
/proc/1066/task/1067/stat : 1067 (java) S 860 860 31720 0 -1 64 7653 0 1 0 53 5 0 0 22 0 9 0 679186557 832397312 8666 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1066/tid=1068] ppid=860 vsize=812888 CPUtime=0
/proc/1066/task/1068/stat : 1068 (java) S 860 860 31720 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 679186558 832397312 8666 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=1066/tid=1069] ppid=860 vsize=812888 CPUtime=0
/proc/1066/task/1069/stat : 1069 (java) S 860 860 31720 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 679186558 832397312 8666 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1066/tid=1070] ppid=860 vsize=812888 CPUtime=0
/proc/1066/task/1070/stat : 1070 (java) S 860 860 31720 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 679186558 832397312 8666 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1066/tid=1071] ppid=860 vsize=812888 CPUtime=0
/proc/1066/task/1071/stat : 1071 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 679186560 832397312 8666 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1066/tid=1072] ppid=860 vsize=812888 CPUtime=0.26
/proc/1066/task/1072/stat : 1072 (java) S 860 860 31720 0 -1 64 919 0 0 0 26 0 0 0 16 0 9 0 679186560 832397312 8666 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1066/tid=1073] ppid=860 vsize=812888 CPUtime=0
/proc/1066/task/1073/stat : 1073 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 679186560 832397312 8666 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=1066/tid=1074] ppid=860 vsize=812888 CPUtime=0
/proc/1066/task/1074/stat : 1074 (java) S 860 860 31720 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 679186560 832397312 8666 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1418.74
Current children cumulated vsize (KiB) 860448

Child status: 0
Real time (s): 1426.24
CPU time (s): 1418.81
CPU user time (s): 1417.77
CPU system time (s): 1.04484
CPU usage (%): 99.4794
Max. virtual memory (cumulated for all children) (KiB): 860660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1417.77
system time used= 1.04484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123146
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= 5415
involuntary context switches= 24525

runsolver used 1.82172 second user time and 4.66629 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-05 06:45:50
IDJOB=1085315
IDBENCH=57618
IDSOLVER=351
FILE ID=node86/1085315-1215233150
PBS_JOBID= 7881836
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2fbc47b82f94ec24ab606e59962b92e6
RANDOM SEED=636093166

node86.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.220
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.220
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:       1522432 kB
Buffers:         86612 kB
Cached:         245364 kB
SwapCached:       6392 kB
Active:         391444 kB
Inactive:        89068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1522432 kB
SwapTotal:     4192956 kB
SwapFree:      4178892 kB
Dirty:            3188 kB
Writeback:           0 kB
Mapped:         162088 kB
Slab:            37264 kB
Committed_AS:  1397116 kB
PageTables:       2660 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= 66512 MiB
End job on node86 at 2008-07-05 07:09:37