Trace number 1051730

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 MSAT 1573.32 1576.39

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-843_ext.xml
MD5SUM8cd97389cab29f912677fbc361921ea8
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.8363
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.03	c --- Preproc Stats ---
0.01/0.90	c start processing
0.01/0.90	c start relation processing
1.64/1.71	c start cnf exporting
250.00/252.41	c parsing time : 0.774
250.00/252.41	c preprocessing time : 252.284
250.00/252.41	
250.00/252.41	c Nary constraints - conflicts : 0 supports : 25
250.00/252.41	c Binary constraints - conflicts : 300 supports :25
250.00/252.41	c max arity constraint : 3
250.00/252.41	c Max Tuples generated 0
250.00/252.41	c relations : 28
250.00/252.41	c relations BDD: 2
250.00/252.41	c sampling 0/0
250.00/252.41	c vars : 330792 - clauses :  14013277
250.00/252.41	
250.00/252.45	 
250.00/252.45	c --- SAT Solver Stats ---
250.00/252.45	 
1570.33/1573.45	c restarts              : 18
1570.33/1573.45	c conflicts             : 201203         (152 /sec)
1570.33/1573.45	c decisions             : 1252482        (1.42 % random) (949 /sec)
1570.33/1573.45	c propagations          : 2060425954     (1561515 /sec)
1570.33/1573.45	c conflict literals     : 37489127       (35.29 % deleted)
1570.33/1573.45	c Memory used           : 525.02 MB
1570.33/1573.45	c CPU time              : 1319.5 s
1570.33/1573.45	
1570.43/1573.58	s SATISFIABLE
1573.13/1576.28	v 4 3 3 1 21 1 6 2 2 3 8 23 18 19 7 1 22 7 23 0 24 21 17 9 11 22 13 6 25 10 10 0 1 3 15 4 20 0 19 2 14 1 5 3 12 3 9 5 16 6 4 5 7 10 33 52 53 60 60 81 90 112 118 128 128 131 135 135 137 138 141 144 149 155 155 0

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-1051730-1215054628/watcher-1051730-1215054628 -o /tmp/evaluation-result-1051730-1215054628/solver-1051730-1215054628 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1051730-1215054628.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/80 26266
/proc/meminfo: memFree=1771960/2055920 swapFree=4179412/4192956
[pid=26266] ppid=26264 vsize=8652 CPUtime=0
/proc/26266/stat : 26266 (galacM.sh) S 26264 26266 23919 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1984434559 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26266/statm: 2163 280 208 79 0 156 0
[pid=26267] ppid=26266 vsize=8688 CPUtime=0
/proc/26267/stat : 26267 (galacM.sh) S 26266 26266 23919 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1984434559 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 236437864530 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/26267/statm: 2172 286 209 79 0 165 0
[pid=26268] ppid=26267 vsize=8728 CPUtime=0
/proc/26268/stat : 26268 (galacM.sh) R 26267 26266 23919 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1984434559 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 236437695783 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/26268/statm: 2182 290 209 79 0 175 0

[startup+0.0249051 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 26266
/proc/meminfo: memFree=1771960/2055920 swapFree=4179412/4192956
[pid=26266] ppid=26264 vsize=8772 CPUtime=0.01
/proc/26266/stat : 26266 (galacM.sh) S 26264 26266 23919 0 -1 4194304 527 1176 0 0 0 0 0 1 19 0 1 0 1984434559 8982528 317 996147200 4194304 4520092 548682068832 18446744073709551615 236437864530 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/26266/statm: 2193 317 217 79 0 186 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8772

[startup+0.101927 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 26266
/proc/meminfo: memFree=1771960/2055920 swapFree=4179412/4192956
[pid=26266] ppid=26264 vsize=47580 CPUtime=0.01
/proc/26266/stat : 26266 (galacM.sh) S 26264 26266 23919 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984434559 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26266/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.301965 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 26266
/proc/meminfo: memFree=1771960/2055920 swapFree=4179412/4192956
[pid=26266] ppid=26264 vsize=47580 CPUtime=0.01
/proc/26266/stat : 26266 (galacM.sh) S 26264 26266 23919 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984434559 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26266/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.70105 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 26266
/proc/meminfo: memFree=1771960/2055920 swapFree=4179412/4192956
[pid=26266] ppid=26264 vsize=47580 CPUtime=0.01
/proc/26266/stat : 26266 (galacM.sh) S 26264 26266 23919 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984434559 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26266/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.5022 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 26288
/proc/meminfo: memFree=1729128/2055920 swapFree=4179412/4192956
[pid=26266] ppid=26264 vsize=47580 CPUtime=0.01
/proc/26266/stat : 26266 (galacM.sh) S 26264 26266 23919 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984434559 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26266/statm: 11895 364 245 79 0 219 0
[pid=26280] ppid=26266 vsize=812760 CPUtime=1.43
/proc/26280/stat : 26280 (java) S 26266 26266 23919 0 -1 0 12946 0 1 0 136 7 0 0 18 0 9 0 1984434563 832266240 12366 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26280/statm: 203190 12366 1887 9 0 197171 0
[pid=26280/tid=26281] ppid=26266 vsize=812760 CPUtime=1.21
/proc/26280/task/26281/stat : 26281 (java) R 26266 26266 23919 0 -1 64 11421 0 1 0 115 6 0 0 25 0 9 0 1984434564 832266240 12366 996147200 134512640 134550740 4294955616 18446744073709551615 4126953856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26282] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26282/stat : 26282 (java) S 26266 26266 23919 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 1984434565 832266240 12366 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26283] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26283/stat : 26283 (java) S 26266 26266 23919 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1984434565 832266240 12366 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26284] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26284/stat : 26284 (java) S 26266 26266 23919 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1984434565 832266240 12366 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26285] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26285/stat : 26285 (java) S 26266 26266 23919 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984434568 832266240 12366 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26286] ppid=26266 vsize=812760 CPUtime=0.2
/proc/26280/task/26286/stat : 26286 (java) S 26266 26266 23919 0 -1 64 822 0 0 0 20 0 0 0 16 0 9 0 1984434568 832266240 12366 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26287] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26287/stat : 26287 (java) S 26266 26266 23919 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984434568 832266240 12366 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26288] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26288/stat : 26288 (java) S 26266 26266 23919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984434568 832266240 12366 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860340

[startup+3.10151 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 26288
/proc/meminfo: memFree=1695528/2055920 swapFree=4179412/4192956
[pid=26266] ppid=26264 vsize=47580 CPUtime=0.01
/proc/26266/stat : 26266 (galacM.sh) S 26264 26266 23919 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984434559 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26266/statm: 11895 364 245 79 0 219 0
[pid=26280] ppid=26266 vsize=812760 CPUtime=3.02
/proc/26280/stat : 26280 (java) S 26266 26266 23919 0 -1 0 22664 0 1 0 289 13 0 0 18 0 9 0 1984434563 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26280/statm: 203190 22079 1917 9 0 197171 0
[pid=26280/tid=26281] ppid=26266 vsize=812760 CPUtime=2.62
/proc/26280/task/26281/stat : 26281 (java) R 26266 26266 23919 0 -1 64 14545 0 1 0 254 8 0 0 25 0 9 0 1984434564 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4126427982 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26282] ppid=26266 vsize=812760 CPUtime=0.1
/proc/26280/task/26282/stat : 26282 (java) S 26266 26266 23919 0 -1 64 6548 0 0 0 7 3 0 0 16 0 9 0 1984434565 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26283] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26283/stat : 26283 (java) S 26266 26266 23919 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984434565 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26284] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26284/stat : 26284 (java) S 26266 26266 23919 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984434565 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26285] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26285/stat : 26285 (java) S 26266 26266 23919 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984434568 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26286] ppid=26266 vsize=812760 CPUtime=0.27
/proc/26280/task/26286/stat : 26286 (java) S 26266 26266 23919 0 -1 64 870 0 0 0 27 0 0 0 15 0 9 0 1984434568 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26287] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26287/stat : 26287 (java) S 26266 26266 23919 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984434568 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26288] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26288/stat : 26288 (java) S 26266 26266 23919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984434568 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860340

[startup+6.30213 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 26288
/proc/meminfo: memFree=1687336/2055920 swapFree=4179412/4192956
[pid=26266] ppid=26264 vsize=47580 CPUtime=0.01
/proc/26266/stat : 26266 (galacM.sh) S 26264 26266 23919 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984434559 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26266/statm: 11895 364 245 79 0 219 0
[pid=26280] ppid=26266 vsize=812760 CPUtime=6.19
/proc/26280/stat : 26280 (java) S 26266 26266 23919 0 -1 0 22672 0 1 0 605 14 0 0 18 0 9 0 1984434563 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26280/statm: 203190 22079 1917 9 0 197171 0
[pid=26280/tid=26281] ppid=26266 vsize=812760 CPUtime=5.78
/proc/26280/task/26281/stat : 26281 (java) R 26266 26266 23919 0 -1 64 14553 0 1 0 569 9 0 0 25 0 9 0 1984434564 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4127150420 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26282] ppid=26266 vsize=812760 CPUtime=0.11
/proc/26280/task/26282/stat : 26282 (java) S 26266 26266 23919 0 -1 64 6548 0 0 0 8 3 0 0 16 0 9 0 1984434565 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26283] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26283/stat : 26283 (java) S 26266 26266 23919 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984434565 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26284] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26284/stat : 26284 (java) S 26266 26266 23919 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984434565 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26285] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26285/stat : 26285 (java) S 26266 26266 23919 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984434568 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26286] ppid=26266 vsize=812760 CPUtime=0.27
/proc/26280/task/26286/stat : 26286 (java) S 26266 26266 23919 0 -1 64 870 0 0 0 27 0 0 0 15 0 9 0 1984434568 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26287] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26287/stat : 26287 (java) S 26266 26266 23919 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984434568 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26288] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26288/stat : 26288 (java) S 26266 26266 23919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984434568 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860340

[startup+12.7024 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 26288
/proc/meminfo: memFree=1681576/2055920 swapFree=4179412/4192956
[pid=26266] ppid=26264 vsize=47580 CPUtime=0.01
/proc/26266/stat : 26266 (galacM.sh) S 26264 26266 23919 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984434559 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26266/statm: 11895 364 245 79 0 219 0
[pid=26280] ppid=26266 vsize=812760 CPUtime=12.53
/proc/26280/stat : 26280 (java) S 26266 26266 23919 0 -1 0 22685 0 1 0 1235 18 0 0 18 0 9 0 1984434563 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26280/statm: 203190 22079 1917 9 0 197171 0
[pid=26280/tid=26281] ppid=26266 vsize=812760 CPUtime=12.11
/proc/26280/task/26281/stat : 26281 (java) R 26266 26266 23919 0 -1 64 14566 0 1 0 1198 13 0 0 25 0 9 0 1984434564 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4127036414 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26282] ppid=26266 vsize=812760 CPUtime=0.11
/proc/26280/task/26282/stat : 26282 (java) S 26266 26266 23919 0 -1 64 6548 0 0 0 8 3 0 0 16 0 9 0 1984434565 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26283] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26283/stat : 26283 (java) S 26266 26266 23919 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984434565 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26284] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26284/stat : 26284 (java) S 26266 26266 23919 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984434565 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26285] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26285/stat : 26285 (java) S 26266 26266 23919 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984434568 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26286] ppid=26266 vsize=812760 CPUtime=0.27
/proc/26280/task/26286/stat : 26286 (java) S 26266 26266 23919 0 -1 64 870 0 0 0 27 0 0 0 15 0 9 0 1984434568 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26287] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26287/stat : 26287 (java) S 26266 26266 23919 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984434568 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26288] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26288/stat : 26288 (java) S 26266 26266 23919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984434568 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860340

[startup+25.5029 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 26288
/proc/meminfo: memFree=1670312/2055920 swapFree=4179412/4192956
[pid=26266] ppid=26264 vsize=47580 CPUtime=0.01
/proc/26266/stat : 26266 (galacM.sh) S 26264 26266 23919 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984434559 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/26266/statm: 11895 364 245 79 0 219 0
[pid=26280] ppid=26266 vsize=812760 CPUtime=25.19
/proc/26280/stat : 26280 (java) S 26266 26266 23919 0 -1 0 22712 0 1 0 2496 23 0 0 18 0 9 0 1984434563 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26280/statm: 203190 22079 1917 9 0 197171 0
[pid=26280/tid=26281] ppid=26266 vsize=812760 CPUtime=24.77
/proc/26280/task/26281/stat : 26281 (java) R 26266 26266 23919 0 -1 64 14593 0 1 0 2459 18 0 0 25 0 9 0 1984434564 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4126663373 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26282] ppid=26266 vsize=812760 CPUtime=0.12
/proc/26280/task/26282/stat : 26282 (java) S 26266 26266 23919 0 -1 64 6548 0 0 0 9 3 0 0 16 0 9 0 1984434565 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26283] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26283/stat : 26283 (java) S 26266 26266 23919 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984434565 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26284] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26284/stat : 26284 (java) S 26266 26266 23919 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984434565 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26285] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26285/stat : 26285 (java) S 26266 26266 23919 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984434568 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26286] ppid=26266 vsize=812760 CPUtime=0.27
/proc/26280/task/26286/stat : 26286 (java) S 26266 26266 23919 0 -1 64 870 0 0 0 27 0 0 0 16 0 9 0 1984434568 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26287] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26287/stat : 26287 (java) S 26266 26266 23919 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984434568 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26280/tid=26288] ppid=26266 vsize=812760 CPUtime=0
/proc/26280/task/26288/stat : 26288 (java) S 26266 26266 23919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984434568 832266240 22079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2

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

/proc/26368/statm: 134405 129054 57 152 0 134250 0
Current children cumulated CPU time (s) 1359.33
Current children cumulated vsize (KiB) 585200

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26419
/proc/meminfo: memFree=1040864/2055920 swapFree=4179412/4192956
[pid=26266] ppid=26264 vsize=47580 CPUtime=250.03
/proc/26266/stat : 26266 (galacM.sh) S 26264 26266 23919 0 -1 4194304 799 25377 0 1 0 0 24866 137 17 0 1 0 1984434559 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26266/statm: 11895 364 245 79 0 219 0
[pid=26368] ppid=26266 vsize=537620 CPUtime=1169.28
/proc/26368/stat : 26368 (minisat) R 26266 26266 23919 0 -1 4194304 129073 0 0 0 116842 86 0 0 25 0 1 0 1984459804 550522880 129054 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/26368/statm: 134405 129054 57 152 0 134250 0
Current children cumulated CPU time (s) 1419.31
Current children cumulated vsize (KiB) 585200

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26419
/proc/meminfo: memFree=1039776/2055920 swapFree=4179412/4192956
[pid=26266] ppid=26264 vsize=47580 CPUtime=250.03
/proc/26266/stat : 26266 (galacM.sh) S 26264 26266 23919 0 -1 4194304 799 25377 0 1 0 0 24866 137 17 0 1 0 1984434559 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26266/statm: 11895 364 245 79 0 219 0
[pid=26368] ppid=26266 vsize=537620 CPUtime=1229.24
/proc/26368/stat : 26368 (minisat) R 26266 26266 23919 0 -1 4194304 129073 0 0 0 122838 86 0 0 25 0 1 0 1984459804 550522880 129054 996147200 134512640 135136200 4294955968 18446744073709551615 134529566 0 0 4096 3 0 0 0 17 0 0 0
/proc/26368/statm: 134405 129054 57 152 0 134250 0
Current children cumulated CPU time (s) 1479.27
Current children cumulated vsize (KiB) 585200

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26419
/proc/meminfo: memFree=1038560/2055920 swapFree=4179412/4192956
[pid=26266] ppid=26264 vsize=47580 CPUtime=250.03
/proc/26266/stat : 26266 (galacM.sh) S 26264 26266 23919 0 -1 4194304 799 25377 0 1 0 0 24866 137 17 0 1 0 1984434559 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26266/statm: 11895 364 245 79 0 219 0
[pid=26368] ppid=26266 vsize=537620 CPUtime=1289.21
/proc/26368/stat : 26368 (minisat) R 26266 26266 23919 0 -1 4194304 129073 0 0 0 128835 86 0 0 25 0 1 0 1984459804 550522880 129054 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/26368/statm: 134405 129054 57 152 0 134250 0
Current children cumulated CPU time (s) 1539.24
Current children cumulated vsize (KiB) 585200

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

[startup+1561.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26419
/proc/meminfo: memFree=1038560/2055920 swapFree=4179412/4192956
[pid=26266] ppid=26264 vsize=47580 CPUtime=250.03
/proc/26266/stat : 26266 (galacM.sh) S 26264 26266 23919 0 -1 4194304 799 25377 0 1 0 0 24866 137 17 0 1 0 1984434559 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26266/statm: 11895 364 245 79 0 219 0
[pid=26368] ppid=26266 vsize=537620 CPUtime=1308.41
/proc/26368/stat : 26368 (minisat) R 26266 26266 23919 0 -1 4194304 129073 0 0 0 130755 86 0 0 25 0 1 0 1984459804 550522880 129054 996147200 134512640 135136200 4294955968 18446744073709551615 134529452 0 0 4096 3 0 0 0 17 0 0 0
/proc/26368/statm: 134405 129054 57 152 0 134250 0
Current children cumulated CPU time (s) 1558.44
Current children cumulated vsize (KiB) 585200

[startup+1567.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26419
/proc/meminfo: memFree=1036448/2055920 swapFree=4179412/4192956
[pid=26266] ppid=26264 vsize=47580 CPUtime=250.03
/proc/26266/stat : 26266 (galacM.sh) S 26264 26266 23919 0 -1 4194304 799 25377 0 1 0 0 24866 137 17 0 1 0 1984434559 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26266/statm: 11895 364 245 79 0 219 0
[pid=26368] ppid=26266 vsize=537620 CPUtime=1314.8
/proc/26368/stat : 26368 (minisat) R 26266 26266 23919 0 -1 4194304 129073 0 0 0 131394 86 0 0 25 0 1 0 1984459804 550522880 129054 996147200 134512640 135136200 4294955968 18446744073709551615 134529583 0 0 4096 3 0 0 0 17 0 0 0
/proc/26368/statm: 134405 129054 57 152 0 134250 0
Current children cumulated CPU time (s) 1564.83
Current children cumulated vsize (KiB) 585200

[startup+1571.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26419
/proc/meminfo: memFree=1036320/2055920 swapFree=4179412/4192956
[pid=26266] ppid=26264 vsize=47580 CPUtime=250.03
/proc/26266/stat : 26266 (galacM.sh) S 26264 26266 23919 0 -1 4194304 799 25377 0 1 0 0 24866 137 17 0 1 0 1984434559 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26266/statm: 11895 364 245 79 0 219 0
[pid=26368] ppid=26266 vsize=537620 CPUtime=1318
/proc/26368/stat : 26368 (minisat) R 26266 26266 23919 0 -1 4194304 129073 0 0 0 131714 86 0 0 25 0 1 0 1984459804 550522880 129054 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/26368/statm: 134405 129054 57 152 0 134250 0
Current children cumulated CPU time (s) 1568.03
Current children cumulated vsize (KiB) 585200

[startup+1574.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26428
/proc/meminfo: memFree=1537696/2055920 swapFree=4179412/4192956
[pid=26266] ppid=26264 vsize=47580 CPUtime=1570.61
/proc/26266/stat : 26266 (galacM.sh) S 26264 26266 23919 0 -1 4194304 836 154482 0 1 0 0 156828 233 16 0 1 0 1984434559 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 236437864530 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/26266/statm: 11895 365 245 79 0 219 0
[pid=26420] ppid=26266 vsize=812892 CPUtime=0.61
/proc/26420/stat : 26420 (java) S 26266 26266 23919 0 -1 0 8999 0 1 0 56 5 0 0 20 0 9 0 1984591925 832401408 8381 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26420/statm: 203223 8381 1913 9 0 197176 0
[pid=26420/tid=26421] ppid=26266 vsize=812892 CPUtime=0.43
/proc/26420/task/26421/stat : 26421 (java) R 26266 26266 23919 0 -1 64 7454 0 1 0 39 4 0 0 25 0 9 0 1984591927 832401408 8382 996147200 134512640 134550740 4294955616 18446744073709551615 4125979668 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26422] ppid=26266 vsize=812892 CPUtime=0
/proc/26420/task/26422/stat : 26422 (java) S 26266 26266 23919 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 1984591928 832401408 8382 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26423] ppid=26266 vsize=812892 CPUtime=0
/proc/26420/task/26423/stat : 26423 (java) S 26266 26266 23919 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 1984591928 832401408 8382 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26424] ppid=26266 vsize=812892 CPUtime=0
/proc/26420/task/26424/stat : 26424 (java) S 26266 26266 23919 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 1984591928 832401408 8382 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26425] ppid=26266 vsize=812892 CPUtime=0
/proc/26420/task/26425/stat : 26425 (java) S 26266 26266 23919 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984591930 832401408 8382 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26426] ppid=26266 vsize=812892 CPUtime=0.17
/proc/26420/task/26426/stat : 26426 (java) S 26266 26266 23919 0 -1 64 832 0 0 0 17 0 0 0 16 0 9 0 1984591930 832401408 8382 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26427] ppid=26266 vsize=812892 CPUtime=0
/proc/26420/task/26427/stat : 26427 (java) S 26266 26266 23919 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984591931 832401408 8383 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26428] ppid=26266 vsize=812892 CPUtime=0
/proc/26420/task/26428/stat : 26428 (java) S 26266 26266 23919 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984591931 832401408 8383 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1571.22
Current children cumulated vsize (KiB) 860472

[startup+1575.1 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 26428
/proc/meminfo: memFree=1495584/2055920 swapFree=4179412/4192956
[pid=26266] ppid=26264 vsize=47580 CPUtime=1570.61
/proc/26266/stat : 26266 (galacM.sh) S 26264 26266 23919 0 -1 4194304 836 154482 0 1 0 0 156828 233 16 0 1 0 1984434559 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 236437864530 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/26266/statm: 11895 365 245 79 0 219 0
[pid=26420] ppid=26266 vsize=812892 CPUtime=1.42
/proc/26420/stat : 26420 (java) S 26266 26266 23919 0 -1 0 16262 0 1 0 132 10 0 0 20 0 9 0 1984591925 832401408 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26420/statm: 203223 15642 1925 9 0 197176 0
[pid=26420/tid=26421] ppid=26266 vsize=812892 CPUtime=1.21
/proc/26420/task/26421/stat : 26421 (java) R 26266 26266 23919 0 -1 64 14528 0 1 0 113 8 0 0 25 0 9 0 1984591927 832401408 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4126951939 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26422] ppid=26266 vsize=812892 CPUtime=0
/proc/26420/task/26422/stat : 26422 (java) S 26266 26266 23919 0 -1 64 177 0 0 0 0 0 0 0 16 0 9 0 1984591928 832401408 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26423] ppid=26266 vsize=812892 CPUtime=0
/proc/26420/task/26423/stat : 26423 (java) S 26266 26266 23919 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984591928 832401408 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26424] ppid=26266 vsize=812892 CPUtime=0
/proc/26420/task/26424/stat : 26424 (java) S 26266 26266 23919 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984591928 832401408 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26425] ppid=26266 vsize=812892 CPUtime=0
/proc/26420/task/26425/stat : 26425 (java) S 26266 26266 23919 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984591930 832401408 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26426] ppid=26266 vsize=812892 CPUtime=0.18
/proc/26420/task/26426/stat : 26426 (java) S 26266 26266 23919 0 -1 64 846 0 0 0 18 0 0 0 16 0 9 0 1984591930 832401408 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26427] ppid=26266 vsize=812892 CPUtime=0
/proc/26420/task/26427/stat : 26427 (java) S 26266 26266 23919 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984591931 832401408 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26428] ppid=26266 vsize=812892 CPUtime=0
/proc/26420/task/26428/stat : 26428 (java) S 26266 26266 23919 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984591931 832401408 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1572.03
Current children cumulated vsize (KiB) 860472

[startup+1575.9 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 26428
/proc/meminfo: memFree=1495584/2055920 swapFree=4179412/4192956
[pid=26266] ppid=26264 vsize=47580 CPUtime=1570.61
/proc/26266/stat : 26266 (galacM.sh) S 26264 26266 23919 0 -1 4194304 836 154482 0 1 0 0 156828 233 16 0 1 0 1984434559 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 236437864530 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/26266/statm: 11895 365 245 79 0 219 0
[pid=26420] ppid=26266 vsize=812892 CPUtime=2.22
/proc/26420/stat : 26420 (java) S 26266 26266 23919 0 -1 0 16272 0 1 0 212 10 0 0 20 0 9 0 1984591925 832401408 15649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26420/statm: 203223 15649 1925 9 0 197176 0
[pid=26420/tid=26421] ppid=26266 vsize=812892 CPUtime=1.98
/proc/26420/task/26421/stat : 26421 (java) R 26266 26266 23919 0 -1 64 14531 0 1 0 190 8 0 0 25 0 9 0 1984591927 832401408 15649 996147200 134512640 134550740 4294955616 18446744073709551615 102064670 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26422] ppid=26266 vsize=812892 CPUtime=0.01
/proc/26420/task/26422/stat : 26422 (java) S 26266 26266 23919 0 -1 64 177 0 0 0 1 0 0 0 16 0 9 0 1984591928 832401408 15649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26423] ppid=26266 vsize=812892 CPUtime=0
/proc/26420/task/26423/stat : 26423 (java) S 26266 26266 23919 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984591928 832401408 15649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26424] ppid=26266 vsize=812892 CPUtime=0
/proc/26420/task/26424/stat : 26424 (java) S 26266 26266 23919 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984591928 832401408 15649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26425] ppid=26266 vsize=812892 CPUtime=0
/proc/26420/task/26425/stat : 26425 (java) S 26266 26266 23919 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984591930 832401408 15649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26426] ppid=26266 vsize=812892 CPUtime=0.2
/proc/26420/task/26426/stat : 26426 (java) S 26266 26266 23919 0 -1 64 853 0 0 0 20 0 0 0 16 0 9 0 1984591930 832401408 15649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26427] ppid=26266 vsize=812892 CPUtime=0
/proc/26420/task/26427/stat : 26427 (java) S 26266 26266 23919 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984591931 832401408 15649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=26420/tid=26428] ppid=26266 vsize=812892 CPUtime=0
/proc/26420/task/26428/stat : 26428 (java) S 26266 26266 23919 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984591931 832401408 15649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1572.83
Current children cumulated vsize (KiB) 860472

[startup+1576.31 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 26428
/proc/meminfo: memFree=1495456/2055920 swapFree=4179412/4192956
[pid=26266] ppid=26264 vsize=47584 CPUtime=1573.18
/proc/26266/stat : 26266 (galacM.sh) S 26264 26266 23919 0 -1 4194304 881 170764 0 2 0 0 157074 244 17 0 1 0 1984434559 48726016 367 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/26266/statm: 11896 367 245 79 0 220 0
Current children cumulated CPU time (s) 1573.18
Current children cumulated vsize (KiB) 47584

Child status: 0
Real time (s): 1576.39
CPU time (s): 1573.32
CPU user time (s): 1570.75
CPU system time (s): 2.56861
CPU usage (%): 99.8049
Max. virtual memory (cumulated for all children) (KiB): 860472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1570.75
system time used= 2.56861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171803
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= 10818
involuntary context switches= 19394

runsolver used 1.82772 second user time and 5.35618 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-03 05:10:28
IDJOB=1051730
IDBENCH=55499
IDSOLVER=350
FILE ID=node62/1051730-1215054628
PBS_JOBID= 7875052
Free space on /tmp= 65288 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-843_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051730-1215054628/watcher-1051730-1215054628 -o /tmp/evaluation-result-1051730-1215054628/solver-1051730-1215054628 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1051730-1215054628.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8cd97389cab29f912677fbc361921ea8
RANDOM SEED=2052574931

node62.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.259
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.259
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:       1772440 kB
Buffers:         27420 kB
Cached:         139584 kB
SwapCached:       6736 kB
Active:         149372 kB
Inactive:        69228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772440 kB
SwapTotal:     4192956 kB
SwapFree:      4179412 kB
Dirty:            3204 kB
Writeback:           0 kB
Mapped:          67892 kB
Slab:            49804 kB
Committed_AS:  4725756 kB
PageTables:       1972 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65284 MiB
End job on node62 at 2008-07-03 05:36:45