Trace number 1051661

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 1316.55 1323.12

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-456_ext.xml
MD5SUM4f093d71afd3d07bae8a17fc0aeadbfd
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 benchmark46.001
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.00/0.03	c --- Preproc Stats ---
0.01/0.82	c start processing
0.01/0.82	c start relation processing
2.13/2.27	c start cnf exporting
278.27/281.14	c parsing time : 0.683
278.27/281.14	c preprocessing time : 281.009
278.27/281.15	
278.27/281.15	c Nary constraints - conflicts : 0 supports : 25
278.27/281.15	c Binary constraints - conflicts : 300 supports :25
278.27/281.15	c max arity constraint : 3
278.27/281.15	c Max Tuples generated 0
278.27/281.15	c relations : 28
278.27/281.15	c relations BDD: 2
278.27/281.15	c sampling 0/0
278.27/281.15	c vars : 479472 - clauses :  14747430
278.27/281.15	
278.27/281.19	 
278.27/281.19	c --- SAT Solver Stats ---
278.27/281.19	 
1312.56/1319.18	c restarts              : 17
1312.56/1319.18	c conflicts             : 160675         (156 /sec)
1312.56/1319.18	c decisions             : 1336826        (1.52 % random) (1294 /sec)
1312.56/1319.18	c propagations          : 1206839199     (1167976 /sec)
1312.56/1319.18	c conflict literals     : 29904254       (16.25 % deleted)
1312.56/1319.18	c Memory used           : 556.08 MB
1312.56/1319.18	c CPU time              : 1033.27 s
1312.56/1319.18	
1312.76/1319.36	s SATISFIABLE
1316.34/1323.00	v 2 17 19 4 9 1 24 11 13 14 3 3 10 28 21 13 7 1 1 2 14 25 6 1 20 5 15 5 25 0 17 5 23 10 12 3 16 1 18 9 22 12 4 4 11 7 5 6 8 3 21 22 33 47 50 78 91 92 94 119 120 125 130 130 135 145 148 149 158 170 174 181 187 190 190 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-1051661-1215054483/watcher-1051661-1215054483 -o /tmp/evaluation-result-1051661-1215054483/solver-1051661-1215054483 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1051661-1215054483.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/72 29338
/proc/meminfo: memFree=1827328/2055920 swapFree=4180540/4192956
[pid=29338] ppid=29336 vsize=8652 CPUtime=0
/proc/29338/stat : 29338 (galacM.sh) S 29336 29338 26442 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1984422733 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29338/statm: 2163 280 208 79 0 156 0
[pid=29339] ppid=29338 vsize=8688 CPUtime=0
/proc/29339/stat : 29339 (galacM.sh) S 29338 29338 26442 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1984422734 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 227848978514 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/29339/statm: 2172 286 209 79 0 165 0
[pid=29340] ppid=29339 vsize=8728 CPUtime=0
/proc/29340/stat : 29340 (galacM.sh) R 29339 29338 26442 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1984422734 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 227848809767 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/29340/statm: 2182 290 209 79 0 175 0

[startup+0.0209809 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 29338
/proc/meminfo: memFree=1827328/2055920 swapFree=4180540/4192956
[pid=29338] ppid=29336 vsize=8748 CPUtime=0
/proc/29338/stat : 29338 (galacM.sh) S 29336 29338 26442 0 -1 4194304 454 948 0 0 0 0 0 0 17 0 1 0 1984422733 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29338/statm: 2187 312 217 79 0 180 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8748

[startup+0.10292 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 29338
/proc/meminfo: memFree=1827328/2055920 swapFree=4180540/4192956
[pid=29338] ppid=29336 vsize=47576 CPUtime=0.01
/proc/29338/stat : 29338 (galacM.sh) S 29336 29338 26442 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1984422733 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29338/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.301955 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 29338
/proc/meminfo: memFree=1827328/2055920 swapFree=4180540/4192956
[pid=29338] ppid=29336 vsize=47576 CPUtime=0.01
/proc/29338/stat : 29338 (galacM.sh) S 29336 29338 26442 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1984422733 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29338/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.702026 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 29338
/proc/meminfo: memFree=1827328/2055920 swapFree=4180540/4192956
[pid=29338] ppid=29336 vsize=47576 CPUtime=0.01
/proc/29338/stat : 29338 (galacM.sh) S 29336 29338 26442 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1984422733 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29338/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.50117 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 29360
/proc/meminfo: memFree=1777328/2055920 swapFree=4180540/4192956
[pid=29338] ppid=29336 vsize=47576 CPUtime=0.01
/proc/29338/stat : 29338 (galacM.sh) S 29336 29338 26442 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1984422733 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29338/statm: 11894 365 246 79 0 219 0
[pid=29352] ppid=29338 vsize=812764 CPUtime=1.43
/proc/29352/stat : 29352 (java) S 29338 29338 26442 0 -1 0 14726 0 1 0 134 9 0 0 18 0 9 0 1984422737 832270336 14146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29352/statm: 203191 14146 1888 9 0 197172 0
[pid=29352/tid=29353] ppid=29338 vsize=812764 CPUtime=1.19
/proc/29352/task/29353/stat : 29353 (java) R 29338 29338 26442 0 -1 64 13197 0 1 0 111 8 0 0 25 0 9 0 1984422739 832270336 14146 996147200 134512640 134550740 4294955616 18446744073709551615 4126965623 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29354] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29354/stat : 29354 (java) S 29338 29338 26442 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 1984422740 832270336 14146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29355] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29355/stat : 29355 (java) S 29338 29338 26442 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1984422740 832270336 14146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29356] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29356/stat : 29356 (java) S 29338 29338 26442 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1984422740 832270336 14146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29357] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29357/stat : 29357 (java) S 29338 29338 26442 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984422742 832270336 14146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29358] ppid=29338 vsize=812764 CPUtime=0.21
/proc/29352/task/29358/stat : 29358 (java) S 29338 29338 26442 0 -1 64 826 0 0 0 21 0 0 0 15 0 9 0 1984422742 832270336 14146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29359] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29359/stat : 29359 (java) S 29338 29338 26442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984422742 832270336 14146 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29360] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29360/stat : 29360 (java) S 29338 29338 26442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984422743 832270336 14146 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.10246 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 29360
/proc/meminfo: memFree=1777136/2055920 swapFree=4180540/4192956
[pid=29338] ppid=29336 vsize=47576 CPUtime=0.01
/proc/29338/stat : 29338 (galacM.sh) S 29336 29338 26442 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1984422733 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29338/statm: 11894 365 246 79 0 219 0
[pid=29352] ppid=29338 vsize=812764 CPUtime=3.02
/proc/29352/stat : 29352 (java) S 29338 29338 26442 0 -1 0 23530 0 1 0 288 14 0 0 18 0 9 0 1984422737 832270336 22946 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29352/statm: 203191 22946 1918 9 0 197172 0
[pid=29352/tid=29353] ppid=29338 vsize=812764 CPUtime=2.57
/proc/29352/task/29353/stat : 29353 (java) R 29338 29338 26442 0 -1 64 14539 0 1 0 248 9 0 0 25 0 9 0 1984422739 832270336 22946 996147200 134512640 134550740 4294955616 18446744073709551615 4126712703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29354] ppid=29338 vsize=812764 CPUtime=0.13
/proc/29352/task/29354/stat : 29354 (java) S 29338 29338 26442 0 -1 64 7407 0 0 0 10 3 0 0 16 0 9 0 1984422740 832270336 22946 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29355] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29355/stat : 29355 (java) S 29338 29338 26442 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984422740 832270336 22946 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29356] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29356/stat : 29356 (java) S 29338 29338 26442 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984422740 832270336 22946 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29357] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29357/stat : 29357 (java) S 29338 29338 26442 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984422742 832270336 22946 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29358] ppid=29338 vsize=812764 CPUtime=0.29
/proc/29352/task/29358/stat : 29358 (java) S 29338 29338 26442 0 -1 64 878 0 0 0 28 1 0 0 15 0 9 0 1984422742 832270336 22946 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29359] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29359/stat : 29359 (java) S 29338 29338 26442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984422742 832270336 22946 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29360] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29360/stat : 29360 (java) S 29338 29338 26442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984422743 832270336 22946 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.30301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 29360
/proc/meminfo: memFree=1734256/2055920 swapFree=4180540/4192956
[pid=29338] ppid=29336 vsize=47576 CPUtime=0.01
/proc/29338/stat : 29338 (galacM.sh) S 29336 29338 26442 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1984422733 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29338/statm: 11894 365 246 79 0 219 0
[pid=29352] ppid=29338 vsize=812764 CPUtime=6.18
/proc/29352/stat : 29352 (java) S 29338 29338 26442 0 -1 0 24841 0 1 0 603 15 0 0 18 0 9 0 1984422737 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29352/statm: 203191 24249 1918 9 0 197172 0
[pid=29352/tid=29353] ppid=29338 vsize=812764 CPUtime=5.69
/proc/29352/task/29353/stat : 29353 (java) R 29338 29338 26442 0 -1 64 14547 0 1 0 559 10 0 0 25 0 9 0 1984422739 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4127051515 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29354] ppid=29338 vsize=812764 CPUtime=0.18
/proc/29352/task/29354/stat : 29354 (java) S 29338 29338 26442 0 -1 64 8710 0 0 0 15 3 0 0 16 0 9 0 1984422740 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29355] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29355/stat : 29355 (java) S 29338 29338 26442 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984422740 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29356] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29356/stat : 29356 (java) S 29338 29338 26442 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984422740 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29357] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29357/stat : 29357 (java) S 29338 29338 26442 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984422742 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29358] ppid=29338 vsize=812764 CPUtime=0.29
/proc/29352/task/29358/stat : 29358 (java) S 29338 29338 26442 0 -1 64 878 0 0 0 28 1 0 0 15 0 9 0 1984422742 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29359] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29359/stat : 29359 (java) S 29338 29338 26442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984422742 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29360] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29360/stat : 29360 (java) S 29338 29338 26442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984422743 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860340

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 29360
/proc/meminfo: memFree=1728560/2055920 swapFree=4180540/4192956
[pid=29338] ppid=29336 vsize=47576 CPUtime=0.01
/proc/29338/stat : 29338 (galacM.sh) S 29336 29338 26442 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1984422733 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29338/statm: 11894 365 246 79 0 219 0
[pid=29352] ppid=29338 vsize=812764 CPUtime=12.52
/proc/29352/stat : 29352 (java) S 29338 29338 26442 0 -1 0 24854 0 1 0 1234 18 0 0 18 0 9 0 1984422737 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29352/statm: 203191 24249 1918 9 0 197172 0
[pid=29352/tid=29353] ppid=29338 vsize=812764 CPUtime=12.02
/proc/29352/task/29353/stat : 29353 (java) R 29338 29338 26442 0 -1 64 14560 0 1 0 1189 13 0 0 25 0 9 0 1984422739 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4125952107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29354] ppid=29338 vsize=812764 CPUtime=0.18
/proc/29352/task/29354/stat : 29354 (java) S 29338 29338 26442 0 -1 64 8710 0 0 0 15 3 0 0 16 0 9 0 1984422740 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29355] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29355/stat : 29355 (java) S 29338 29338 26442 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984422740 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29356] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29356/stat : 29356 (java) S 29338 29338 26442 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984422740 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29357] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29357/stat : 29357 (java) S 29338 29338 26442 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984422742 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29358] ppid=29338 vsize=812764 CPUtime=0.29
/proc/29352/task/29358/stat : 29358 (java) S 29338 29338 26442 0 -1 64 878 0 0 0 28 1 0 0 15 0 9 0 1984422742 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29359] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29359/stat : 29359 (java) S 29338 29338 26442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984422742 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29360] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29360/stat : 29360 (java) S 29338 29338 26442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984422743 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860340

[startup+25.5024 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 29360
/proc/meminfo: memFree=1717360/2055920 swapFree=4180540/4192956
[pid=29338] ppid=29336 vsize=47576 CPUtime=0.01
/proc/29338/stat : 29338 (galacM.sh) S 29336 29338 26442 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 1984422733 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29338/statm: 11894 365 246 79 0 219 0
[pid=29352] ppid=29338 vsize=812764 CPUtime=25.2
/proc/29352/stat : 29352 (java) S 29338 29338 26442 0 -1 0 24881 0 1 0 2495 25 0 0 18 0 9 0 1984422737 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29352/statm: 203191 24249 1918 9 0 197172 0
[pid=29352/tid=29353] ppid=29338 vsize=812764 CPUtime=24.68
/proc/29352/task/29353/stat : 29353 (java) R 29338 29338 26442 0 -1 64 14587 0 1 0 2448 20 0 0 25 0 9 0 1984422739 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4126675558 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29354] ppid=29338 vsize=812764 CPUtime=0.2
/proc/29352/task/29354/stat : 29354 (java) S 29338 29338 26442 0 -1 64 8710 0 0 0 17 3 0 0 16 0 9 0 1984422740 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29355] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29355/stat : 29355 (java) S 29338 29338 26442 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984422740 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29356] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29356/stat : 29356 (java) S 29338 29338 26442 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984422740 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29357] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29357/stat : 29357 (java) S 29338 29338 26442 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984422742 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29358] ppid=29338 vsize=812764 CPUtime=0.29
/proc/29352/task/29358/stat : 29358 (java) S 29338 29338 26442 0 -1 64 878 0 0 0 28 1 0 0 16 0 9 0 1984422742 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29359] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29359/stat : 29359 (java) S 29338 29338 26442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984422742 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29352/tid=29360] ppid=29338 vsize=812764 CPUtime=0
/proc/29352/task/29360/stat : 29360 (java) S 29338 29338 26442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984422743 832270336 24249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21

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

/proc/29361/statm: 142355 136757 57 152 0 142200 0
Current children cumulated CPU time (s) 1116.07
Current children cumulated vsize (KiB) 616996

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 29578
/proc/meminfo: memFree=471824/2055920 swapFree=4180540/4192956
[pid=29338] ppid=29336 vsize=47576 CPUtime=278.34
/proc/29338/stat : 29338 (galacM.sh) S 29336 29338 26442 0 -1 4194304 800 27355 0 1 0 0 27680 154 17 0 1 0 1984422733 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29338/statm: 11894 365 246 79 0 219 0
[pid=29361] ppid=29338 vsize=569420 CPUtime=897.7
/proc/29361/stat : 29361 (minisat) R 29338 29338 26442 0 -1 4194304 136776 0 0 0 89668 102 0 0 25 0 1 0 1984450853 583086080 136757 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/29361/statm: 142355 136757 57 152 0 142200 0
Current children cumulated CPU time (s) 1176.04
Current children cumulated vsize (KiB) 616996

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 29578
/proc/meminfo: memFree=443664/2055920 swapFree=4180540/4192956
[pid=29338] ppid=29336 vsize=47576 CPUtime=278.34
/proc/29338/stat : 29338 (galacM.sh) S 29336 29338 26442 0 -1 4194304 800 27355 0 1 0 0 27680 154 17 0 1 0 1984422733 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29338/statm: 11894 365 246 79 0 219 0
[pid=29361] ppid=29338 vsize=569420 CPUtime=957.57
/proc/29361/stat : 29361 (minisat) R 29338 29338 26442 0 -1 4194304 136776 0 0 0 95655 102 0 0 25 0 1 0 1984450853 583086080 136757 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/29361/statm: 142355 136757 57 152 0 142200 0
Current children cumulated CPU time (s) 1235.91
Current children cumulated vsize (KiB) 616996

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 29578
/proc/meminfo: memFree=443472/2055920 swapFree=4180540/4192956
[pid=29338] ppid=29336 vsize=47576 CPUtime=278.34
/proc/29338/stat : 29338 (galacM.sh) S 29336 29338 26442 0 -1 4194304 800 27355 0 1 0 0 27680 154 17 0 1 0 1984422733 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29338/statm: 11894 365 246 79 0 219 0
[pid=29361] ppid=29338 vsize=569420 CPUtime=1017.55
/proc/29361/stat : 29361 (minisat) R 29338 29338 26442 0 -1 4194304 136776 0 0 0 101652 103 0 0 25 0 1 0 1984450853 583086080 136757 996147200 134512640 135136200 4294955968 18446744073709551615 134526009 0 0 4096 3 0 0 0 17 0 0 0
/proc/29361/statm: 142355 136757 57 152 0 142200 0
Current children cumulated CPU time (s) 1295.89
Current children cumulated vsize (KiB) 616996

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

[startup+1305.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 29578
/proc/meminfo: memFree=443472/2055920 swapFree=4180540/4192956
[pid=29338] ppid=29336 vsize=47576 CPUtime=278.34
/proc/29338/stat : 29338 (galacM.sh) S 29336 29338 26442 0 -1 4194304 800 27355 0 1 0 0 27680 154 17 0 1 0 1984422733 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29338/statm: 11894 365 246 79 0 219 0
[pid=29361] ppid=29338 vsize=569420 CPUtime=1020.74
/proc/29361/stat : 29361 (minisat) R 29338 29338 26442 0 -1 4194304 136776 0 0 0 101971 103 0 0 25 0 1 0 1984450853 583086080 136757 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/29361/statm: 142355 136757 57 152 0 142200 0
Current children cumulated CPU time (s) 1299.08
Current children cumulated vsize (KiB) 616996

[startup+1311.9 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 29578
/proc/meminfo: memFree=414992/2055920 swapFree=4180540/4192956
[pid=29338] ppid=29336 vsize=47576 CPUtime=278.34
/proc/29338/stat : 29338 (galacM.sh) S 29336 29338 26442 0 -1 4194304 800 27355 0 1 0 0 27680 154 17 0 1 0 1984422733 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29338/statm: 11894 365 246 79 0 219 0
[pid=29361] ppid=29338 vsize=569420 CPUtime=1027.02
/proc/29361/stat : 29361 (minisat) R 29338 29338 26442 0 -1 4194304 136776 0 0 0 102599 103 0 0 25 0 1 0 1984450853 583086080 136757 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/29361/statm: 142355 136757 57 152 0 142200 0
Current children cumulated CPU time (s) 1305.36
Current children cumulated vsize (KiB) 616996

[startup+1318.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 29578
/proc/meminfo: memFree=414992/2055920 swapFree=4180540/4192956
[pid=29338] ppid=29336 vsize=47576 CPUtime=278.34
/proc/29338/stat : 29338 (galacM.sh) S 29336 29338 26442 0 -1 4194304 800 27355 0 1 0 0 27680 154 17 0 1 0 1984422733 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29338/statm: 11894 365 246 79 0 219 0
[pid=29361] ppid=29338 vsize=569420 CPUtime=1033.42
/proc/29361/stat : 29361 (minisat) R 29338 29338 26442 0 -1 4194304 136776 0 0 0 103239 103 0 0 25 0 1 0 1984450853 583086080 136757 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/29361/statm: 142355 136757 57 152 0 142200 0
Current children cumulated CPU time (s) 1311.76
Current children cumulated vsize (KiB) 616996

[startup+1321.5 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 29587
/proc/meminfo: memFree=904080/2055920 swapFree=4180540/4192956
[pid=29338] ppid=29336 vsize=47576 CPUtime=1312.91
/proc/29338/stat : 29338 (galacM.sh) S 29336 29338 26442 0 -1 4194304 837 164164 0 1 0 0 131024 267 16 0 1 0 1984422733 48717824 366 996147200 4194304 4520092 548682068832 18446744073709551615 227848978514 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/29338/statm: 11894 366 246 79 0 219 0
[pid=29579] ppid=29338 vsize=812896 CPUtime=2.03
/proc/29579/stat : 29579 (java) S 29338 29338 26442 0 -1 0 16277 0 1 0 194 9 0 0 20 0 9 0 1984554678 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29579/statm: 203224 15654 1926 9 0 197177 0
[pid=29579/tid=29580] ppid=29338 vsize=812896 CPUtime=1.78
/proc/29579/task/29580/stat : 29580 (java) R 29338 29338 26442 0 -1 64 14532 0 1 0 170 8 0 0 25 0 9 0 1984554680 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4126955628 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29579/tid=29581] ppid=29338 vsize=812896 CPUtime=0.01
/proc/29579/task/29581/stat : 29581 (java) S 29338 29338 26442 0 -1 64 177 0 0 0 1 0 0 0 16 0 9 0 1984554681 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=29579/tid=29582] ppid=29338 vsize=812896 CPUtime=0
/proc/29579/task/29582/stat : 29582 (java) S 29338 29338 26442 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984554681 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29579/tid=29583] ppid=29338 vsize=812896 CPUtime=0
/proc/29579/task/29583/stat : 29583 (java) S 29338 29338 26442 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984554681 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29579/tid=29584] ppid=29338 vsize=812896 CPUtime=0
/proc/29579/task/29584/stat : 29584 (java) S 29338 29338 26442 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984554683 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29579/tid=29585] ppid=29338 vsize=812896 CPUtime=0.22
/proc/29579/task/29585/stat : 29585 (java) S 29338 29338 26442 0 -1 64 856 0 0 0 22 0 0 0 16 0 9 0 1984554683 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29579/tid=29586] ppid=29338 vsize=812896 CPUtime=0
/proc/29579/task/29586/stat : 29586 (java) S 29338 29338 26442 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984554683 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29579/tid=29587] ppid=29338 vsize=812896 CPUtime=0
/proc/29579/task/29587/stat : 29587 (java) S 29338 29338 26442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984554683 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1314.94
Current children cumulated vsize (KiB) 860472

[startup+1322.3 s]
/proc/loadavg: 2.00 2.00 2.00 5/94 29587
/proc/meminfo: memFree=904016/2055920 swapFree=4180540/4192956
[pid=29338] ppid=29336 vsize=47576 CPUtime=1312.91
/proc/29338/stat : 29338 (galacM.sh) S 29336 29338 26442 0 -1 4194304 837 164164 0 1 0 0 131024 267 16 0 1 0 1984422733 48717824 366 996147200 4194304 4520092 548682068832 18446744073709551615 227848978514 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/29338/statm: 11894 366 246 79 0 219 0
[pid=29579] ppid=29338 vsize=812896 CPUtime=2.83
/proc/29579/stat : 29579 (java) S 29338 29338 26442 0 -1 0 16279 0 1 0 274 9 0 0 20 0 9 0 1984554678 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29579/statm: 203224 15654 1926 9 0 197177 0
[pid=29579/tid=29580] ppid=29338 vsize=812896 CPUtime=2.57
/proc/29579/task/29580/stat : 29580 (java) R 29338 29338 26442 0 -1 64 14534 0 1 0 249 8 0 0 25 0 9 0 1984554680 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4126991073 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29579/tid=29581] ppid=29338 vsize=812896 CPUtime=0.01
/proc/29579/task/29581/stat : 29581 (java) S 29338 29338 26442 0 -1 64 177 0 0 0 1 0 0 0 16 0 9 0 1984554681 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=29579/tid=29582] ppid=29338 vsize=812896 CPUtime=0
/proc/29579/task/29582/stat : 29582 (java) S 29338 29338 26442 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984554681 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29579/tid=29583] ppid=29338 vsize=812896 CPUtime=0
/proc/29579/task/29583/stat : 29583 (java) S 29338 29338 26442 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984554681 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29579/tid=29584] ppid=29338 vsize=812896 CPUtime=0
/proc/29579/task/29584/stat : 29584 (java) S 29338 29338 26442 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984554683 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29579/tid=29585] ppid=29338 vsize=812896 CPUtime=0.22
/proc/29579/task/29585/stat : 29585 (java) S 29338 29338 26442 0 -1 64 856 0 0 0 22 0 0 0 17 0 9 0 1984554683 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29579/tid=29586] ppid=29338 vsize=812896 CPUtime=0
/proc/29579/task/29586/stat : 29586 (java) S 29338 29338 26442 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984554683 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29579/tid=29587] ppid=29338 vsize=812896 CPUtime=0
/proc/29579/task/29587/stat : 29587 (java) S 29338 29338 26442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984554683 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1315.74
Current children cumulated vsize (KiB) 860472

[startup+1322.7 s]
/proc/loadavg: 2.00 2.00 2.00 5/94 29587
/proc/meminfo: memFree=904016/2055920 swapFree=4180540/4192956
[pid=29338] ppid=29336 vsize=47576 CPUtime=1312.91
/proc/29338/stat : 29338 (galacM.sh) S 29336 29338 26442 0 -1 4194304 837 164164 0 1 0 0 131024 267 16 0 1 0 1984422733 48717824 366 996147200 4194304 4520092 548682068832 18446744073709551615 227848978514 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/29338/statm: 11894 366 246 79 0 219 0
[pid=29579] ppid=29338 vsize=812896 CPUtime=3.23
/proc/29579/stat : 29579 (java) S 29338 29338 26442 0 -1 0 16281 0 1 0 313 10 0 0 20 0 9 0 1984554678 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29579/statm: 203224 15654 1926 9 0 197177 0
[pid=29579/tid=29580] ppid=29338 vsize=812896 CPUtime=2.97
/proc/29579/task/29580/stat : 29580 (java) R 29338 29338 26442 0 -1 64 14536 0 1 0 289 8 0 0 25 0 9 0 1984554680 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4126965008 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29579/tid=29581] ppid=29338 vsize=812896 CPUtime=0.01
/proc/29579/task/29581/stat : 29581 (java) S 29338 29338 26442 0 -1 64 177 0 0 0 1 0 0 0 16 0 9 0 1984554681 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=29579/tid=29582] ppid=29338 vsize=812896 CPUtime=0
/proc/29579/task/29582/stat : 29582 (java) S 29338 29338 26442 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984554681 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29579/tid=29583] ppid=29338 vsize=812896 CPUtime=0
/proc/29579/task/29583/stat : 29583 (java) S 29338 29338 26442 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984554681 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29579/tid=29584] ppid=29338 vsize=812896 CPUtime=0
/proc/29579/task/29584/stat : 29584 (java) S 29338 29338 26442 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984554683 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29579/tid=29585] ppid=29338 vsize=812896 CPUtime=0.22
/proc/29579/task/29585/stat : 29585 (java) S 29338 29338 26442 0 -1 64 856 0 0 0 22 0 0 0 17 0 9 0 1984554683 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29579/tid=29586] ppid=29338 vsize=812896 CPUtime=0
/proc/29579/task/29586/stat : 29586 (java) S 29338 29338 26442 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984554683 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=29579/tid=29587] ppid=29338 vsize=812896 CPUtime=0
/proc/29579/task/29587/stat : 29587 (java) S 29338 29338 26442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984554683 832405504 15654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1316.14
Current children cumulated vsize (KiB) 860472

[startup+1323.1 s]
/proc/loadavg: 2.00 2.00 2.00 5/94 29587
/proc/meminfo: memFree=904016/2055920 swapFree=4180540/4192956
[pid=29338] ppid=29336 vsize=47580 CPUtime=1316.42
/proc/29338/stat : 29338 (galacM.sh) S 29336 29338 26442 0 -1 4194304 882 180454 0 2 0 0 131363 279 17 0 1 0 1984422733 48721920 368 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29338/statm: 11895 368 246 79 0 220 0
Current children cumulated CPU time (s) 1316.42
Current children cumulated vsize (KiB) 47580

Child status: 0
Real time (s): 1323.12
CPU time (s): 1316.55
CPU user time (s): 1313.64
CPU system time (s): 2.91356
CPU usage (%): 99.5037
Max. virtual memory (cumulated for all children) (KiB): 860472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1313.64
system time used= 2.91356
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181495
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= 11777
involuntary context switches= 26908

runsolver used 1.88371 second user time and 4.55231 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-03 05:08:03
IDJOB=1051661
IDBENCH=55496
IDSOLVER=350
FILE ID=node18/1051661-1215054483
PBS_JOBID= 7875138
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4f093d71afd3d07bae8a17fc0aeadbfd
RANDOM SEED=662953064

node18.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.268
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	: 5931.00
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.268
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:       1827808 kB
Buffers:         21388 kB
Cached:         134240 kB
SwapCached:       6280 kB
Active:         116832 kB
Inactive:        53616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1827808 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            3264 kB
Writeback:           0 kB
Mapped:          22152 kB
Slab:            43144 kB
Committed_AS:  3357348 kB
PageTables:       1688 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= 66548 MiB
End job on node18 at 2008-07-03 05:30:07