Trace number 1085168

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 1482.24 1489.94

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-ewddr2/normalized-super-jobShop-ewddr2-3.xml
MD5SUM0b7b70f6dd692b128bfbda29a471f6cc
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.087986
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size151
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.29/7.40	c start processing
7.29/7.40	c start relation processing
8.08/8.25	c start cnf exporting
81.84/82.78	c parsing time : 7.277
81.84/82.78	c preprocessing time : 82.66
81.84/82.78	
81.84/82.78	c Nary constraints - conflicts : 0 supports : 0
81.84/82.78	c Binary constraints - conflicts : 845 supports :0
81.84/82.78	c max arity constraint : 2
81.84/82.78	c Max Tuples generated 22801
81.84/82.78	c relations : 298
81.84/82.78	c relations BDD: 0
81.84/82.78	c sampling 260/298
81.84/82.78	c vars : 13061 - clauses :  3360968
81.84/82.78	
81.92/82.83	 
81.92/82.83	c --- SAT Solver Stats ---
81.92/82.83	 
81.92/82.83	c eSAT 0.1 : minisat core with additionnal features
81.92/82.83	c ============================[ Problem Statistics ]=============================
81.92/82.83	c |                                                                             |
81.92/82.84	c |  Number of variables:  13060                                                |
81.92/82.84	c |  Number of clauses:    3360968                                              |
83.79/84.71	c |  Parsing time:         1.62         s                                       |
1481.21/1488.97	c restarts              : 381
1481.21/1488.97	c conflicts             : 11799          (8 /sec)
1481.21/1488.97	c decisions             : 714436         (52.59 % random) (511 /sec)
1481.21/1488.97	c euip                  : 3474        
1481.21/1488.97	c propagations          : 4195687        (2999 /sec)
1481.21/1488.97	c conflict literals     : 2159760        (2.60 % deleted)
1481.21/1488.97	c Memory used           : 258.30 MB
1481.21/1488.97	c CPU time              : 1398.85 s
1481.21/1488.97	c 
1481.21/1488.97	s SATISFIABLE
1482.17/1489.91	v 25 31 42 38 60 61 69 70 78 79 0 2 11 12 35 34 57 58 68 67 84 116 126 98 136 138 153 149 164 163 26 12 52 50 69 70 79 82 93 96 22 6 49 30 121 110 141 143 152 151 96 99 110 107 158 157 170 171 182 181 0 1 12 11 22 23 36 34 41 45 16 21 28 33 44 43 60 68 136 137 42 31 61 64 79 80 96 98 110 109 75 74 84 85 97 98 112 115 122 120

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-1085168-1215232802/watcher-1085168-1215232802 -o /tmp/evaluation-result-1085168-1215232802/solver-1085168-1215232802 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1085168-1215232802.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.05 2.10 2.03 4/84 24415
/proc/meminfo: memFree=1623096/2055920 swapFree=4122856/4192956
[pid=24415] ppid=24413 vsize=8652 CPUtime=0
/proc/24415/stat : 24415 (galacE.sh) S 24413 24415 23290 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1552955246 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24415/statm: 2163 280 208 79 0 156 0
[pid=24416] ppid=24415 vsize=8688 CPUtime=0
/proc/24416/stat : 24416 (galacE.sh) S 24415 24415 23290 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1552955247 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 252429697106 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/24416/statm: 2172 286 209 79 0 165 0
[pid=24417] ppid=24416 vsize=8728 CPUtime=0
/proc/24417/stat : 24417 (galacE.sh) R 24416 24415 23290 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1552955247 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 252429528359 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/24417/statm: 2182 290 209 79 0 175 0

[startup+0.0627421 s]
/proc/loadavg: 2.05 2.10 2.03 4/84 24415
/proc/meminfo: memFree=1623096/2055920 swapFree=4122856/4192956
[pid=24415] ppid=24413 vsize=47556 CPUtime=0.01
/proc/24415/stat : 24415 (galacE.sh) S 24413 24415 23290 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1552955246 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24415/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.101745 s]
/proc/loadavg: 2.05 2.10 2.03 4/84 24415
/proc/meminfo: memFree=1623096/2055920 swapFree=4122856/4192956
[pid=24415] ppid=24413 vsize=47556 CPUtime=0.01
/proc/24415/stat : 24415 (galacE.sh) S 24413 24415 23290 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1552955246 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24415/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301766 s]
/proc/loadavg: 2.05 2.10 2.03 4/84 24415
/proc/meminfo: memFree=1623096/2055920 swapFree=4122856/4192956
[pid=24415] ppid=24413 vsize=47556 CPUtime=0.01
/proc/24415/stat : 24415 (galacE.sh) S 24413 24415 23290 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1552955246 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24415/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701803 s]
/proc/loadavg: 2.05 2.10 2.03 4/84 24415
/proc/meminfo: memFree=1623096/2055920 swapFree=4122856/4192956
[pid=24415] ppid=24413 vsize=47556 CPUtime=0.01
/proc/24415/stat : 24415 (galacE.sh) S 24413 24415 23290 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1552955246 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24415/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50189 s]
/proc/loadavg: 2.05 2.09 2.03 3/94 24437
/proc/meminfo: memFree=1577320/2055920 swapFree=4122856/4192956
[pid=24415] ppid=24413 vsize=47556 CPUtime=0.01
/proc/24415/stat : 24415 (galacE.sh) S 24413 24415 23290 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1552955246 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24415/statm: 11889 364 245 79 0 219 0
[pid=24429] ppid=24415 vsize=812564 CPUtime=1.44
/proc/24429/stat : 24429 (java) S 24415 24415 23290 0 -1 0 16047 0 1 0 136 8 0 0 18 0 9 0 1552955250 832065536 15265 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24429/statm: 203141 15265 2588 9 0 197175 0
[pid=24429/tid=24430] ppid=24415 vsize=812564 CPUtime=0.87
/proc/24429/task/24430/stat : 24430 (java) R 24415 24415 23290 0 -1 64 7641 0 1 0 83 4 0 0 25 0 9 0 1552955251 832065536 15265 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24431] ppid=24415 vsize=812564 CPUtime=0.33
/proc/24429/task/24431/stat : 24431 (java) R 24415 24415 23290 0 -1 64 6900 0 0 0 31 2 0 0 16 0 9 0 1552955252 832065536 15265 996147200 134512640 134550740 4294955600 18446744073709551615 103735833 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24432] ppid=24415 vsize=812564 CPUtime=0
/proc/24429/task/24432/stat : 24432 (java) S 24415 24415 23290 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552955252 832065536 15265 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24433] ppid=24415 vsize=812564 CPUtime=0
/proc/24429/task/24433/stat : 24433 (java) S 24415 24415 23290 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1552955252 832065536 15265 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24434] ppid=24415 vsize=812564 CPUtime=0
/proc/24429/task/24434/stat : 24434 (java) S 24415 24415 23290 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1552955254 832065536 15265 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24435] ppid=24415 vsize=812564 CPUtime=0.2
/proc/24429/task/24435/stat : 24435 (java) S 24415 24415 23290 0 -1 64 806 0 0 0 20 0 0 0 15 0 9 0 1552955254 832065536 15265 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24436] ppid=24415 vsize=812564 CPUtime=0
/proc/24429/task/24436/stat : 24436 (java) S 24415 24415 23290 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1552955254 832065536 15265 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24437] ppid=24415 vsize=812564 CPUtime=0
/proc/24429/task/24437/stat : 24437 (java) S 24415 24415 23290 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552955255 832065536 15265 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860120

[startup+3.10204 s]
/proc/loadavg: 2.05 2.09 2.03 3/94 24437
/proc/meminfo: memFree=1564392/2055920 swapFree=4122856/4192956
[pid=24415] ppid=24413 vsize=47556 CPUtime=0.01
/proc/24415/stat : 24415 (galacE.sh) S 24413 24415 23290 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1552955246 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24415/statm: 11889 364 245 79 0 219 0
[pid=24429] ppid=24415 vsize=812624 CPUtime=3.03
/proc/24429/stat : 24429 (java) S 24415 24415 23290 0 -1 0 19787 0 1 0 293 10 0 0 18 0 9 0 1552955250 832126976 18996 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24429/statm: 203156 18996 2588 9 0 197190 0
[pid=24429/tid=24430] ppid=24415 vsize=812624 CPUtime=1.46
/proc/24429/task/24430/stat : 24430 (java) R 24415 24415 23290 0 -1 64 7650 0 1 0 142 4 0 0 25 0 9 0 1552955251 832126976 18996 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24431] ppid=24415 vsize=812624 CPUtime=1.26
/proc/24429/task/24431/stat : 24431 (java) R 24415 24415 23290 0 -1 64 10596 0 0 0 123 3 0 0 17 0 9 0 1552955252 832126976 18996 996147200 134512640 134550740 4294955600 18446744073709551615 104457013 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24432] ppid=24415 vsize=812624 CPUtime=0
/proc/24429/task/24432/stat : 24432 (java) S 24415 24415 23290 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552955252 832126976 18996 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24433] ppid=24415 vsize=812624 CPUtime=0
/proc/24429/task/24433/stat : 24433 (java) S 24415 24415 23290 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1552955252 832126976 18996 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24434] ppid=24415 vsize=812624 CPUtime=0
/proc/24429/task/24434/stat : 24434 (java) S 24415 24415 23290 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1552955254 832126976 18996 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24435] ppid=24415 vsize=812624 CPUtime=0.27
/proc/24429/task/24435/stat : 24435 (java) S 24415 24415 23290 0 -1 64 841 0 0 0 26 1 0 0 16 0 9 0 1552955254 832126976 18996 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24436] ppid=24415 vsize=812624 CPUtime=0
/proc/24429/task/24436/stat : 24436 (java) S 24415 24415 23290 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1552955254 832126976 18996 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24437] ppid=24415 vsize=812624 CPUtime=0
/proc/24429/task/24437/stat : 24437 (java) S 24415 24415 23290 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552955255 832126976 18996 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860180

[startup+6.30237 s]
/proc/loadavg: 2.05 2.09 2.03 4/94 24437
/proc/meminfo: memFree=1541864/2055920 swapFree=4122856/4192956
[pid=24415] ppid=24413 vsize=47556 CPUtime=0.01
/proc/24415/stat : 24415 (galacE.sh) S 24413 24415 23290 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1552955246 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24415/statm: 11889 364 245 79 0 219 0
[pid=24429] ppid=24415 vsize=812684 CPUtime=6.2
/proc/24429/stat : 24429 (java) S 24415 24415 23290 0 -1 0 24067 0 1 0 608 12 0 0 18 0 9 0 1552955250 832188416 23124 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24429/statm: 203171 23124 2588 9 0 197205 0
[pid=24429/tid=24430] ppid=24415 vsize=812684 CPUtime=2.06
/proc/24429/task/24430/stat : 24430 (java) S 24415 24415 23290 0 -1 64 7667 0 1 0 202 4 0 0 22 0 9 0 1552955251 832188416 23124 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24431] ppid=24415 vsize=812684 CPUtime=3.75
/proc/24429/task/24431/stat : 24431 (java) R 24415 24415 23290 0 -1 64 14813 0 0 0 370 5 0 0 21 0 9 0 1552955252 832188416 23124 996147200 134512640 134550740 4294955600 18446744073709551615 103829008 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24432] ppid=24415 vsize=812684 CPUtime=0
/proc/24429/task/24432/stat : 24432 (java) S 24415 24415 23290 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552955252 832188416 23124 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24433] ppid=24415 vsize=812684 CPUtime=0
/proc/24429/task/24433/stat : 24433 (java) S 24415 24415 23290 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1552955252 832188416 23124 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24434] ppid=24415 vsize=812684 CPUtime=0
/proc/24429/task/24434/stat : 24434 (java) S 24415 24415 23290 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1552955254 832188416 23124 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24435] ppid=24415 vsize=812684 CPUtime=0.35
/proc/24429/task/24435/stat : 24435 (java) S 24415 24415 23290 0 -1 64 887 0 0 0 34 1 0 0 15 0 9 0 1552955254 832188416 23124 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24436] ppid=24415 vsize=812684 CPUtime=0
/proc/24429/task/24436/stat : 24436 (java) S 24415 24415 23290 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1552955254 832188416 23124 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24437] ppid=24415 vsize=812684 CPUtime=0
/proc/24429/task/24437/stat : 24437 (java) S 24415 24415 23290 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552955255 832188416 23124 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860240

[startup+12.703 s]
/proc/loadavg: 2.04 2.09 2.03 3/94 24437
/proc/meminfo: memFree=1503464/2055920 swapFree=4122856/4192956
[pid=24415] ppid=24413 vsize=47556 CPUtime=0.01
/proc/24415/stat : 24415 (galacE.sh) S 24413 24415 23290 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1552955246 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24415/statm: 11889 364 245 79 0 219 0
[pid=24429] ppid=24415 vsize=812684 CPUtime=12.53
/proc/24429/stat : 24429 (java) S 24415 24415 23290 0 -1 0 32316 0 1 0 1234 19 0 0 18 0 9 0 1552955250 832188416 31358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24429/statm: 203171 31358 2593 9 0 197205 0
[pid=24429/tid=24430] ppid=24415 vsize=812684 CPUtime=7.29
/proc/24429/task/24430/stat : 24430 (java) R 24415 24415 23290 0 -1 64 14643 0 1 0 719 10 0 0 25 0 9 0 1552955251 832188416 31358 996147200 134512640 134550740 4294955600 18446744073709551615 4127437781 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24431] ppid=24415 vsize=812684 CPUtime=4.81
/proc/24429/task/24431/stat : 24431 (java) S 24415 24415 23290 0 -1 64 16053 0 0 0 475 6 0 0 16 0 9 0 1552955252 832188416 31358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24432] ppid=24415 vsize=812684 CPUtime=0
/proc/24429/task/24432/stat : 24432 (java) S 24415 24415 23290 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552955252 832188416 31358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24433] ppid=24415 vsize=812684 CPUtime=0
/proc/24429/task/24433/stat : 24433 (java) S 24415 24415 23290 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1552955252 832188416 31358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24434] ppid=24415 vsize=812684 CPUtime=0
/proc/24429/task/24434/stat : 24434 (java) S 24415 24415 23290 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1552955254 832188416 31358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24435] ppid=24415 vsize=812684 CPUtime=0.4
/proc/24429/task/24435/stat : 24435 (java) S 24415 24415 23290 0 -1 64 920 0 0 0 39 1 0 0 15 0 9 0 1552955254 832188416 31358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24436] ppid=24415 vsize=812684 CPUtime=0
/proc/24429/task/24436/stat : 24436 (java) S 24415 24415 23290 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1552955254 832188416 31358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24437] ppid=24415 vsize=812684 CPUtime=0
/proc/24429/task/24437/stat : 24437 (java) S 24415 24415 23290 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552955255 832188416 31358 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860240

[startup+25.5013 s]
/proc/loadavg: 2.03 2.09 2.03 3/94 24437
/proc/meminfo: memFree=1491816/2055920 swapFree=4122856/4192956
[pid=24415] ppid=24413 vsize=47556 CPUtime=0.01
/proc/24415/stat : 24415 (galacE.sh) S 24413 24415 23290 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1552955246 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24415/statm: 11889 364 245 79 0 219 0
[pid=24429] ppid=24415 vsize=812684 CPUtime=25.2
/proc/24429/stat : 24429 (java) S 24415 24415 23290 0 -1 0 32537 0 1 0 2494 26 0 0 18 0 9 0 1552955250 832188416 31553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24429/statm: 203171 31553 2593 9 0 197205 0
[pid=24429/tid=24430] ppid=24415 vsize=812684 CPUtime=19.92
/proc/24429/task/24430/stat : 24430 (java) R 24415 24415 23290 0 -1 64 14669 0 1 0 1975 17 0 0 25 0 9 0 1552955251 832188416 31553 996147200 134512640 134550740 4294955600 18446744073709551615 4127316311 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24431] ppid=24415 vsize=812684 CPUtime=4.84
/proc/24429/task/24431/stat : 24431 (java) S 24415 24415 23290 0 -1 64 16243 0 0 0 478 6 0 0 16 0 9 0 1552955252 832188416 31553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24432] ppid=24415 vsize=812684 CPUtime=0
/proc/24429/task/24432/stat : 24432 (java) S 24415 24415 23290 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552955252 832188416 31553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24433] ppid=24415 vsize=812684 CPUtime=0
/proc/24429/task/24433/stat : 24433 (java) S 24415 24415 23290 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1552955252 832188416 31553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24434] ppid=24415 vsize=812684 CPUtime=0
/proc/24429/task/24434/stat : 24434 (java) S 24415 24415 23290 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1552955254 832188416 31553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24435] ppid=24415 vsize=812684 CPUtime=0.41
/proc/24429/task/24435/stat : 24435 (java) S 24415 24415 23290 0 -1 64 925 0 0 0 40 1 0 0 15 0 9 0 1552955254 832188416 31553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24436] ppid=24415 vsize=812684 CPUtime=0
/proc/24429/task/24436/stat : 24436 (java) S 24415 24415 23290 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1552955254 832188416 31553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24429/tid=24437] ppid=24415 vsize=812684 CPUtime=0
/proc/24429/task/24437/stat : 24437 (java) S 24415 24415 23290 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552955255 832188416 31553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21

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

/proc/24438/stat : 24438 (eSAT_static) R 24415 24415 23290 0 -1 4194304 84782 0 0 0 103251 45 0 0 25 0 1 0 1552963530 385171456 84764 996147200 134512640 135177480 4294955968 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 0 0 0
/proc/24438/statm: 94036 84764 74 162 0 93871 0
Current children cumulated CPU time (s) 1114.91
Current children cumulated vsize (KiB) 423700

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24481
/proc/meminfo: memFree=1283528/2055920 swapFree=4122856/4192956
[pid=24415] ppid=24413 vsize=47556 CPUtime=81.95
/proc/24415/stat : 24415 (galacE.sh) S 24413 24415 23290 0 -1 4194304 799 34345 0 1 0 0 8146 49 17 0 1 0 1552955246 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24415/statm: 11889 364 245 79 0 219 0
[pid=24438] ppid=24415 vsize=376144 CPUtime=1092.91
/proc/24438/stat : 24438 (eSAT_static) R 24415 24415 23290 0 -1 4194304 84803 0 0 0 109246 45 0 0 25 0 1 0 1552963530 385171456 84785 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/24438/statm: 94036 84785 74 162 0 93871 0
Current children cumulated CPU time (s) 1174.86
Current children cumulated vsize (KiB) 423700

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24481
/proc/meminfo: memFree=1273928/2055920 swapFree=4122856/4192956
[pid=24415] ppid=24413 vsize=47556 CPUtime=81.95
/proc/24415/stat : 24415 (galacE.sh) S 24413 24415 23290 0 -1 4194304 799 34345 0 1 0 0 8146 49 17 0 1 0 1552955246 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24415/statm: 11889 364 245 79 0 219 0
[pid=24438] ppid=24415 vsize=378004 CPUtime=1152.86
/proc/24438/stat : 24438 (eSAT_static) R 24415 24415 23290 0 -1 4194304 87183 0 0 0 115240 46 0 0 25 0 1 0 1552963530 387076096 87165 996147200 134512640 135177480 4294955968 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 0 0 0
/proc/24438/statm: 94501 87165 74 162 0 94336 0
Current children cumulated CPU time (s) 1234.81
Current children cumulated vsize (KiB) 425560

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24487
/proc/meminfo: memFree=1273792/2055920 swapFree=4122856/4192956
[pid=24415] ppid=24413 vsize=47556 CPUtime=81.95
/proc/24415/stat : 24415 (galacE.sh) S 24413 24415 23290 0 -1 4194304 799 34345 0 1 0 0 8146 49 17 0 1 0 1552955246 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24415/statm: 11889 364 245 79 0 219 0
[pid=24438] ppid=24415 vsize=378004 CPUtime=1212.82
/proc/24438/stat : 24438 (eSAT_static) R 24415 24415 23290 0 -1 4194304 87199 0 0 0 121236 46 0 0 25 0 1 0 1552963530 387076096 87181 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/24438/statm: 94501 87181 74 162 0 94336 0
Current children cumulated CPU time (s) 1294.77
Current children cumulated vsize (KiB) 425560

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24487
/proc/meminfo: memFree=1268160/2055920 swapFree=4122856/4192956
[pid=24415] ppid=24413 vsize=47556 CPUtime=81.95
/proc/24415/stat : 24415 (galacE.sh) S 24413 24415 23290 0 -1 4194304 799 34345 0 1 0 0 8146 49 17 0 1 0 1552955246 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24415/statm: 11889 364 245 79 0 219 0
[pid=24438] ppid=24415 vsize=378932 CPUtime=1272.76
/proc/24438/stat : 24438 (eSAT_static) R 24415 24415 23290 0 -1 4194304 88599 0 0 0 127229 47 0 0 25 0 1 0 1552963530 388026368 88581 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/24438/statm: 94733 88581 74 162 0 94568 0
Current children cumulated CPU time (s) 1354.71
Current children cumulated vsize (KiB) 426488

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 24488
/proc/meminfo: memFree=1264376/2055920 swapFree=4122856/4192956
[pid=24415] ppid=24413 vsize=47556 CPUtime=81.95
/proc/24415/stat : 24415 (galacE.sh) S 24413 24415 23290 0 -1 4194304 799 34345 0 1 0 0 8146 49 17 0 1 0 1552955246 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24415/statm: 11889 364 245 79 0 219 0
[pid=24438] ppid=24415 vsize=379592 CPUtime=1332.72
/proc/24438/stat : 24438 (eSAT_static) R 24415 24415 23290 0 -1 4194304 89532 0 0 0 133225 47 0 0 25 0 1 0 1552963530 388702208 89514 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/24438/statm: 94898 89514 74 162 0 94733 0
Current children cumulated CPU time (s) 1414.67
Current children cumulated vsize (KiB) 427148

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 24488
/proc/meminfo: memFree=1264376/2055920 swapFree=4122856/4192956
[pid=24415] ppid=24413 vsize=47556 CPUtime=81.95
/proc/24415/stat : 24415 (galacE.sh) S 24413 24415 23290 0 -1 4194304 799 34345 0 1 0 0 8146 49 17 0 1 0 1552955246 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24415/statm: 11889 364 245 79 0 219 0
[pid=24438] ppid=24415 vsize=379592 CPUtime=1392.66
/proc/24438/stat : 24438 (eSAT_static) R 24415 24415 23290 0 -1 4194304 89537 0 0 0 139219 47 0 0 25 0 1 0 1552963530 388702208 89519 996147200 134512640 135177480 4294955968 18446744073709551615 134538876 0 0 4096 3 0 0 0 17 0 0 0
/proc/24438/statm: 94898 89519 74 162 0 94733 0
Current children cumulated CPU time (s) 1474.61
Current children cumulated vsize (KiB) 427148

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

[startup+1484.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 24488
/proc/meminfo: memFree=1264376/2055920 swapFree=4122856/4192956
[pid=24415] ppid=24413 vsize=47556 CPUtime=81.95
/proc/24415/stat : 24415 (galacE.sh) S 24413 24415 23290 0 -1 4194304 799 34345 0 1 0 0 8146 49 17 0 1 0 1552955246 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24415/statm: 11889 364 245 79 0 219 0
[pid=24438] ppid=24415 vsize=264500 CPUtime=1395.07
/proc/24438/stat : 24438 (eSAT_static) R 24415 24415 23290 0 -1 4194304 89555 0 0 0 139458 49 0 0 25 0 1 0 1552963530 270848000 65781 996147200 134512640 135177480 4294955968 18446744073709551615 134547126 0 0 4096 3 0 0 0 17 0 0 0
/proc/24438/statm: 66125 65781 79 162 0 65960 0
Current children cumulated CPU time (s) 1477.02
Current children cumulated vsize (KiB) 312056

[startup+1487.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 24488
/proc/meminfo: memFree=1359160/2055920 swapFree=4122856/4192956
[pid=24415] ppid=24413 vsize=47556 CPUtime=81.95
/proc/24415/stat : 24415 (galacE.sh) S 24413 24415 23290 0 -1 4194304 799 34345 0 1 0 0 8146 49 17 0 1 0 1552955246 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24415/statm: 11889 364 245 79 0 219 0
[pid=24438] ppid=24415 vsize=264500 CPUtime=1398.26
/proc/24438/stat : 24438 (eSAT_static) R 24415 24415 23290 0 -1 4194304 89555 0 0 0 139777 49 0 0 25 0 1 0 1552963530 270848000 65781 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/24438/statm: 66125 65781 79 162 0 65960 0
Current children cumulated CPU time (s) 1480.21
Current children cumulated vsize (KiB) 312056

[startup+1488.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 24488
/proc/meminfo: memFree=1359160/2055920 swapFree=4122856/4192956
[pid=24415] ppid=24413 vsize=47556 CPUtime=81.95
/proc/24415/stat : 24415 (galacE.sh) S 24413 24415 23290 0 -1 4194304 799 34345 0 1 0 0 8146 49 17 0 1 0 1552955246 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24415/statm: 11889 364 245 79 0 219 0
[pid=24438] ppid=24415 vsize=264500 CPUtime=1399.06
/proc/24438/stat : 24438 (eSAT_static) R 24415 24415 23290 0 -1 4194304 89555 0 0 0 139857 49 0 0 25 0 1 0 1552963530 270848000 65781 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/24438/statm: 66125 65781 79 162 0 65960 0
Current children cumulated CPU time (s) 1481.01
Current children cumulated vsize (KiB) 312056

[startup+1489.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24497
/proc/meminfo: memFree=1612088/2055920 swapFree=4122856/4192956
[pid=24415] ppid=24413 vsize=47556 CPUtime=1481.34
/proc/24415/stat : 24415 (galacE.sh) S 24413 24415 23290 0 -1 4194304 835 123914 0 1 0 0 148032 102 16 0 1 0 1552955246 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 252429697106 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/24415/statm: 11889 365 245 79 0 219 0
[pid=24489] ppid=24415 vsize=812432 CPUtime=0.46
/proc/24489/stat : 24489 (java) S 24415 24415 23290 0 -1 0 5434 0 1 0 44 2 0 0 20 0 9 0 1553104148 831930368 4857 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24489/statm: 203108 4857 1854 9 0 197142 0
[pid=24489/tid=24490] ppid=24415 vsize=812432 CPUtime=0.3
/proc/24489/task/24490/stat : 24490 (java) R 24415 24415 23290 0 -1 64 3920 0 1 0 29 1 0 0 25 0 9 0 1553104149 831930368 4857 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24489/tid=24491] ppid=24415 vsize=812432 CPUtime=0
/proc/24489/task/24491/stat : 24491 (java) S 24415 24415 23290 0 -1 64 3 0 0 0 0 0 0 0 22 0 9 0 1553104151 831930368 4857 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=24489/tid=24492] ppid=24415 vsize=812432 CPUtime=0
/proc/24489/task/24492/stat : 24492 (java) S 24415 24415 23290 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 1553104151 831930368 4858 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24489/tid=24493] ppid=24415 vsize=812432 CPUtime=0
/proc/24489/task/24493/stat : 24493 (java) S 24415 24415 23290 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 1553104151 831930368 4859 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24489/tid=24494] ppid=24415 vsize=812432 CPUtime=0
/proc/24489/task/24494/stat : 24494 (java) S 24415 24415 23290 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1553104153 831930368 4859 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24489/tid=24495] ppid=24415 vsize=812432 CPUtime=0.15
/proc/24489/task/24495/stat : 24495 (java) S 24415 24415 23290 0 -1 64 802 0 0 0 15 0 0 0 16 0 9 0 1553104153 831930368 4859 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24489/tid=24496] ppid=24415 vsize=812432 CPUtime=0
/proc/24489/task/24496/stat : 24496 (java) S 24415 24415 23290 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1553104153 831930368 4859 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24489/tid=24497] ppid=24415 vsize=812432 CPUtime=0
/proc/24489/task/24497/stat : 24497 (java) S 24415 24415 23290 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553104153 831930368 4859 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 859988

[startup+1489.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24497
/proc/meminfo: memFree=1612088/2055920 swapFree=4122856/4192956
[pid=24415] ppid=24413 vsize=47560 CPUtime=1481.34
/proc/24415/stat : 24415 (galacE.sh) S 24413 24415 23290 0 -1 4194304 844 123914 0 1 0 0 148032 102 16 0 1 0 1552955246 48701440 367 996147200 4194304 4520092 548682068832 18446744073709551615 252429697106 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/24415/statm: 11890 367 245 79 0 220 0
[pid=24489] ppid=24415 vsize=812680 CPUtime=0.83
/proc/24489/stat : 24489 (java) S 24415 24415 23290 0 -1 0 9198 0 1 0 79 4 0 0 20 0 9 0 1553104148 832184320 8580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24489/statm: 203170 8580 1911 9 0 197176 0
[pid=24489/tid=24490] ppid=24415 vsize=812680 CPUtime=0.54
/proc/24489/task/24490/stat : 24490 (java) S 24415 24415 23290 0 -1 64 7569 0 1 0 51 3 0 0 25 0 9 0 1553104149 832184320 8580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24489/tid=24491] ppid=24415 vsize=812680 CPUtime=0
/proc/24489/task/24491/stat : 24491 (java) S 24415 24415 23290 0 -1 64 3 0 0 0 0 0 0 0 22 0 9 0 1553104151 832184320 8580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=24489/tid=24492] ppid=24415 vsize=812680 CPUtime=0
/proc/24489/task/24492/stat : 24492 (java) S 24415 24415 23290 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 1553104151 832184320 8580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24489/tid=24493] ppid=24415 vsize=812680 CPUtime=0
/proc/24489/task/24493/stat : 24493 (java) S 24415 24415 23290 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 1553104151 832184320 8580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24489/tid=24494] ppid=24415 vsize=812680 CPUtime=0
/proc/24489/task/24494/stat : 24494 (java) S 24415 24415 23290 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1553104153 832184320 8580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24489/tid=24495] ppid=24415 vsize=812680 CPUtime=0.27
/proc/24489/task/24495/stat : 24495 (java) S 24415 24415 23290 0 -1 64 916 0 0 0 27 0 0 0 16 0 9 0 1553104153 832184320 8580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24489/tid=24496] ppid=24415 vsize=812680 CPUtime=0
/proc/24489/task/24496/stat : 24496 (java) S 24415 24415 23290 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1553104153 832184320 8580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=24489/tid=24497] ppid=24415 vsize=812680 CPUtime=0
/proc/24489/task/24497/stat : 24497 (java) S 24415 24415 23290 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553104153 832184320 8580 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.17
Current children cumulated vsize (KiB) 860240

Child status: 0
Real time (s): 1489.94
CPU time (s): 1482.24
CPU user time (s): 1481.13
CPU system time (s): 1.10583
CPU usage (%): 99.4829
Max. virtual memory (cumulated for all children) (KiB): 860444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1481.13
system time used= 1.10583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134156
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= 5539
involuntary context switches= 19877

runsolver used 1.87471 second user time and 3.9764 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-05 06:40:02
IDJOB=1085168
IDBENCH=57611
IDSOLVER=351
FILE ID=node12/1085168-1215232802
PBS_JOBID= 7881905
Free space on /tmp= 66340 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0b7b70f6dd692b128bfbda29a471f6cc
RANDOM SEED=2051773062

node12.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.236
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.236
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:       1623512 kB
Buffers:         46852 kB
Cached:         205272 kB
SwapCached:      64552 kB
Active:         294376 kB
Inactive:        84132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1623512 kB
SwapTotal:     4192956 kB
SwapFree:      4122856 kB
Dirty:            3468 kB
Writeback:           0 kB
Mapped:         143376 kB
Slab:            38624 kB
Committed_AS:  3096620 kB
PageTables:       2132 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= 66360 MiB
End job on node12 at 2008-07-05 07:04:52