Trace number 1051523

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 995.618 1035.04

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-3_ext.xml
MD5SUM9f83499fcd97050db5bc646d81ebf564
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 benchmark0.956853
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.99	c start processing
0.01/0.99	c start relation processing
1.54/1.69	c start cnf exporting
238.02/269.87	c parsing time : 0.862
238.02/269.87	c preprocessing time : 269.742
238.02/269.87	
238.02/269.87	c Nary constraints - conflicts : 0 supports : 25
238.02/269.87	c Binary constraints - conflicts : 300 supports :25
238.02/269.87	c max arity constraint : 3
238.02/269.87	c Max Tuples generated 0
238.02/269.87	c relations : 28
238.02/269.87	c relations BDD: 2
238.02/269.87	c sampling 0/0
238.02/269.87	c vars : 304584 - clauses :  13884083
238.02/269.87	
238.09/269.92	 
238.09/269.92	c --- SAT Solver Stats ---
238.09/269.92	 
992.77/1032.26	c restarts              : 17
992.77/1032.26	c conflicts             : 165228         (219 /sec)
992.77/1032.26	c decisions             : 1028968        (1.50 % random) (1365 /sec)
992.77/1032.26	c propagations          : 1400832022     (1858103 /sec)
992.77/1032.26	c conflict literals     : 15021031       (34.00 % deleted)
992.77/1032.26	c Memory used           : 516.65 MB
992.77/1032.26	c CPU time              : 753.904 s
992.77/1032.26	
992.87/1032.38	s SATISFIABLE
995.44/1034.93	v 13 2 11 12 12 12 5 2 9 4 4 11 1 7 14 18 20 1 22 1 7 0 6 15 24 13 2 2 18 2 23 2 15 7 16 9 25 10 10 4 8 2 17 2 21 8 19 2 3 0 14 26 28 32 43 50 68 69 70 70 85 98 100 102 104 111 120 130 134 136 138 146 148 148 148 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-1051523-1215053886/watcher-1051523-1215053886 -o /tmp/evaluation-result-1051523-1215053886/solver-1051523-1215053886 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1051523-1215053886.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: 1.95 1.99 1.99 4/81 30544
/proc/meminfo: memFree=1708672/2055920 swapFree=4192812/4192956
[pid=30544] ppid=30542 vsize=8652 CPUtime=0
/proc/30544/stat : 30544 (galacM.sh) S 30542 30544 28769 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 132773930 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30544/statm: 2163 280 208 79 0 156 0
[pid=30545] ppid=30544 vsize=8688 CPUtime=0
/proc/30545/stat : 30545 (galacM.sh) S 30544 30544 28769 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 132773931 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 217871777874 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/30545/statm: 2172 286 209 79 0 165 0
[pid=30546] ppid=30545 vsize=8728 CPUtime=0
/proc/30546/stat : 30546 (galacM.sh) R 30545 30544 28769 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 132773931 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 217871609127 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/30546/statm: 2182 290 209 79 0 175 0

[startup+0.09022 s]
/proc/loadavg: 1.95 1.99 1.99 4/81 30544
/proc/meminfo: memFree=1708672/2055920 swapFree=4192812/4192956
[pid=30544] ppid=30542 vsize=47552 CPUtime=0.01
/proc/30544/stat : 30544 (galacM.sh) S 30542 30544 28769 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 132773930 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30544/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.101224 s]
/proc/loadavg: 1.95 1.99 1.99 4/81 30544
/proc/meminfo: memFree=1708672/2055920 swapFree=4192812/4192956
[pid=30544] ppid=30542 vsize=47552 CPUtime=0.01
/proc/30544/stat : 30544 (galacM.sh) S 30542 30544 28769 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 132773930 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30544/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.301244 s]
/proc/loadavg: 1.95 1.99 1.99 4/81 30544
/proc/meminfo: memFree=1708672/2055920 swapFree=4192812/4192956
[pid=30544] ppid=30542 vsize=47552 CPUtime=0.01
/proc/30544/stat : 30544 (galacM.sh) S 30542 30544 28769 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 132773930 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30544/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.701293 s]
/proc/loadavg: 1.95 1.99 1.99 4/81 30544
/proc/meminfo: memFree=1708672/2055920 swapFree=4192812/4192956
[pid=30544] ppid=30542 vsize=47552 CPUtime=0.01
/proc/30544/stat : 30544 (galacM.sh) S 30542 30544 28769 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 132773930 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30544/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.50239 s]
/proc/loadavg: 1.95 1.99 1.99 3/91 30566
/proc/meminfo: memFree=1670128/2055920 swapFree=4192812/4192956
[pid=30544] ppid=30542 vsize=47552 CPUtime=0.01
/proc/30544/stat : 30544 (galacM.sh) S 30542 30544 28769 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 132773930 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30544/statm: 11888 364 245 79 0 219 0
[pid=30558] ppid=30544 vsize=812520 CPUtime=1.43
/proc/30558/stat : 30558 (java) S 30544 30544 28769 0 -1 0 12390 0 1 0 137 6 0 0 18 0 9 0 132773934 832020480 11809 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30558/statm: 203130 11809 1887 9 0 197164 0
[pid=30558/tid=30559] ppid=30544 vsize=812520 CPUtime=1.2
/proc/30558/task/30559/stat : 30559 (java) R 30544 30544 28769 0 -1 64 10868 0 1 0 116 4 0 0 25 0 9 0 132773935 832020480 11809 996147200 134512640 134550740 4294955616 18446744073709551615 4126948279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30560] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30560/stat : 30560 (java) S 30544 30544 28769 0 -1 64 6 0 0 0 0 0 0 0 17 0 9 0 132773937 832020480 11809 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30561] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30561/stat : 30561 (java) S 30544 30544 28769 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 132773937 832020480 11809 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30562] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30562/stat : 30562 (java) S 30544 30544 28769 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 132773937 832020480 11809 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30563] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30563/stat : 30563 (java) S 30544 30544 28769 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 132773939 832020480 11809 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30564] ppid=30544 vsize=812520 CPUtime=0.2
/proc/30558/task/30564/stat : 30564 (java) S 30544 30544 28769 0 -1 64 817 0 0 0 20 0 0 0 16 0 9 0 132773939 832020480 11809 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30565] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30565/stat : 30565 (java) S 30544 30544 28769 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 132773939 832020480 11809 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30566] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30566/stat : 30566 (java) R 30544 30544 28769 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 132773939 832020480 11809 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) 860072

[startup+3.10257 s]
/proc/loadavg: 1.95 1.99 1.99 3/91 30566
/proc/meminfo: memFree=1632880/2055920 swapFree=4192812/4192956
[pid=30544] ppid=30542 vsize=47552 CPUtime=0.01
/proc/30544/stat : 30544 (galacM.sh) S 30542 30544 28769 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 132773930 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30544/statm: 11888 364 245 79 0 219 0
[pid=30558] ppid=30544 vsize=812520 CPUtime=2.58
/proc/30558/stat : 30558 (java) S 30544 30544 28769 0 -1 0 22494 0 1 0 247 11 0 0 18 0 9 0 132773934 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30558/statm: 203130 21909 1917 9 0 197164 0
[pid=30558/tid=30559] ppid=30544 vsize=812520 CPUtime=2.18
/proc/30558/task/30559/stat : 30559 (java) R 30544 30544 28769 0 -1 64 14547 0 1 0 211 7 0 0 24 0 9 0 132773935 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30558/tid=30560] ppid=30544 vsize=812520 CPUtime=0.09
/proc/30558/task/30560/stat : 30560 (java) S 30544 30544 28769 0 -1 64 6381 0 0 0 7 2 0 0 16 0 9 0 132773937 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30561] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30561/stat : 30561 (java) S 30544 30544 28769 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 132773937 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30562] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30562/stat : 30562 (java) S 30544 30544 28769 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 132773937 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30563] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30563/stat : 30563 (java) S 30544 30544 28769 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 132773939 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30564] ppid=30544 vsize=812520 CPUtime=0.28
/proc/30558/task/30564/stat : 30564 (java) S 30544 30544 28769 0 -1 64 866 0 0 0 28 0 0 0 16 0 9 0 132773939 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30565] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30565/stat : 30565 (java) S 30544 30544 28769 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 132773939 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30566] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30566/stat : 30566 (java) S 30544 30544 28769 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 132773939 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 860072

[startup+6.30295 s]
/proc/loadavg: 2.03 2.01 2.00 3/91 30566
/proc/meminfo: memFree=1625456/2055920 swapFree=4192812/4192956
[pid=30544] ppid=30542 vsize=47552 CPUtime=0.01
/proc/30544/stat : 30544 (galacM.sh) S 30542 30544 28769 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 132773930 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30544/statm: 11888 364 245 79 0 219 0
[pid=30558] ppid=30544 vsize=812520 CPUtime=5.17
/proc/30558/stat : 30558 (java) S 30544 30544 28769 0 -1 0 22501 0 1 0 504 13 0 0 18 0 9 0 132773934 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30558/statm: 203130 21909 1917 9 0 197164 0
[pid=30558/tid=30559] ppid=30544 vsize=812520 CPUtime=4.75
/proc/30558/task/30559/stat : 30559 (java) R 30544 30544 28769 0 -1 64 14554 0 1 0 467 8 0 0 25 0 9 0 132773935 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30558/tid=30560] ppid=30544 vsize=812520 CPUtime=0.1
/proc/30558/task/30560/stat : 30560 (java) S 30544 30544 28769 0 -1 64 6381 0 0 0 8 2 0 0 16 0 9 0 132773937 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30558/tid=30561] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30561/stat : 30561 (java) S 30544 30544 28769 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 132773937 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30562] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30562/stat : 30562 (java) S 30544 30544 28769 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 132773937 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30563] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30563/stat : 30563 (java) S 30544 30544 28769 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 132773939 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30564] ppid=30544 vsize=812520 CPUtime=0.28
/proc/30558/task/30564/stat : 30564 (java) S 30544 30544 28769 0 -1 64 866 0 0 0 28 0 0 0 16 0 9 0 132773939 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30565] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30565/stat : 30565 (java) S 30544 30544 28769 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 132773939 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30566] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30566/stat : 30566 (java) S 30544 30544 28769 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 132773939 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.18
Current children cumulated vsize (KiB) 860072

[startup+12.7186 s]
/proc/loadavg: 2.43 2.09 2.03 3/91 30566
/proc/meminfo: memFree=1620656/2055920 swapFree=4192812/4192956
[pid=30544] ppid=30542 vsize=47552 CPUtime=0.01
/proc/30544/stat : 30544 (galacM.sh) S 30542 30544 28769 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 132773930 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30544/statm: 11888 364 245 79 0 219 0
[pid=30558] ppid=30544 vsize=812520 CPUtime=10.57
/proc/30558/stat : 30558 (java) S 30544 30544 28769 0 -1 0 22512 0 1 0 1041 16 0 0 18 0 9 0 132773934 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30558/statm: 203130 21909 1917 9 0 197164 0
[pid=30558/tid=30559] ppid=30544 vsize=812520 CPUtime=10.14
/proc/30558/task/30559/stat : 30559 (java) R 30544 30544 28769 0 -1 64 14565 0 1 0 1003 11 0 0 25 0 9 0 132773935 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4127065678 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30560] ppid=30544 vsize=812520 CPUtime=0.1
/proc/30558/task/30560/stat : 30560 (java) S 30544 30544 28769 0 -1 64 6381 0 0 0 8 2 0 0 16 0 9 0 132773937 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30561] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30561/stat : 30561 (java) S 30544 30544 28769 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 132773937 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30562] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30562/stat : 30562 (java) S 30544 30544 28769 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 132773937 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30563] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30563/stat : 30563 (java) S 30544 30544 28769 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 132773939 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30564] ppid=30544 vsize=812520 CPUtime=0.28
/proc/30558/task/30564/stat : 30564 (java) S 30544 30544 28769 0 -1 64 866 0 0 0 28 0 0 0 16 0 9 0 132773939 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30565] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30565/stat : 30565 (java) S 30544 30544 28769 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 132773939 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30566] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30566/stat : 30566 (java) S 30544 30544 28769 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 132773939 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.58
Current children cumulated vsize (KiB) 860072

[startup+25.5012 s]
/proc/loadavg: 2.54 2.14 2.04 3/91 30566
/proc/meminfo: memFree=1610224/2055920 swapFree=4192812/4192956
[pid=30544] ppid=30542 vsize=47552 CPUtime=0.01
/proc/30544/stat : 30544 (galacM.sh) S 30542 30544 28769 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 132773930 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30544/statm: 11888 364 245 79 0 219 0
[pid=30558] ppid=30544 vsize=812520 CPUtime=22.27
/proc/30558/stat : 30558 (java) S 30544 30544 28769 0 -1 0 22537 0 1 0 2188 39 0 0 18 0 9 0 132773934 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30558/statm: 203130 21909 1917 9 0 197164 0
[pid=30558/tid=30559] ppid=30544 vsize=812520 CPUtime=21.6
/proc/30558/task/30559/stat : 30559 (java) R 30544 30544 28769 0 -1 64 14590 0 1 0 2142 18 0 0 25 0 9 0 132773935 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4127042151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30560] ppid=30544 vsize=812520 CPUtime=0.13
/proc/30558/task/30560/stat : 30560 (java) S 30544 30544 28769 0 -1 64 6381 0 0 0 9 4 0 0 16 0 9 0 132773937 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30561] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30561/stat : 30561 (java) S 30544 30544 28769 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 132773937 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30562] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30562/stat : 30562 (java) S 30544 30544 28769 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 132773937 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30563] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30563/stat : 30563 (java) S 30544 30544 28769 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 132773939 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30564] ppid=30544 vsize=812520 CPUtime=0.28
/proc/30558/task/30564/stat : 30564 (java) S 30544 30544 28769 0 -1 64 866 0 0 0 28 0 0 0 17 0 9 0 132773939 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30565] ppid=30544 vsize=812520 CPUtime=0
/proc/30558/task/30565/stat : 30565 (java) S 30544 30544 28769 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 132773939 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30558/tid=30566] ppid=30544 vsize=812520 CPUtime=0.21
/proc/30558/task/30566/stat : 30566 (java) S 30544 30544 28769 0 -1 64 0 0 0 0 7 14 0 0 15 0 9 0 132773939 832020480 21909 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.28

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


[startup+942.301 s]
/proc/loadavg: 2.00 2.07 2.07 3/76 30663
/proc/meminfo: memFree=986864/2055920 swapFree=4192812/4192956
[pid=30544] ppid=30542 vsize=47552 CPUtime=238.11
/proc/30544/stat : 30544 (galacM.sh) S 30542 30544 28769 0 -1 4194304 799 25205 0 1 0 0 23475 336 17 0 1 0 132773930 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30544/statm: 11888 364 245 79 0 219 0
[pid=30613] ppid=30544 vsize=529044 CPUtime=665.14
/proc/30613/stat : 30613 (minisat) R 30544 30544 28769 0 -1 4194304 127669 0 0 0 66431 83 0 0 25 0 1 0 132800923 541741056 127650 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/30613/statm: 132261 127650 57 152 0 132106 0
Current children cumulated CPU time (s) 903.25
Current children cumulated vsize (KiB) 576596

[startup+1002.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/76 30665
/proc/meminfo: memFree=984432/2055920 swapFree=4192812/4192956
[pid=30544] ppid=30542 vsize=47552 CPUtime=238.11
/proc/30544/stat : 30544 (galacM.sh) S 30542 30544 28769 0 -1 4194304 799 25205 0 1 0 0 23475 336 17 0 1 0 132773930 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30544/statm: 11888 364 245 79 0 219 0
[pid=30613] ppid=30544 vsize=529044 CPUtime=724.89
/proc/30613/stat : 30613 (minisat) R 30544 30544 28769 0 -1 4194304 127669 0 0 0 72406 83 0 0 25 0 1 0 132800923 541741056 127650 996147200 134512640 135136200 4294955968 18446744073709551615 134526446 0 0 4096 3 0 0 0 17 0 0 0
/proc/30613/statm: 132261 127650 57 152 0 132106 0
Current children cumulated CPU time (s) 963
Current children cumulated vsize (KiB) 576596

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

[startup+1011.5 s]
/proc/loadavg: 2.00 2.05 2.06 3/76 30665
/proc/meminfo: memFree=984432/2055920 swapFree=4192812/4192956
[pid=30544] ppid=30542 vsize=47552 CPUtime=238.11
/proc/30544/stat : 30544 (galacM.sh) S 30542 30544 28769 0 -1 4194304 799 25205 0 1 0 0 23475 336 17 0 1 0 132773930 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30544/statm: 11888 364 245 79 0 219 0
[pid=30613] ppid=30544 vsize=529044 CPUtime=734.05
/proc/30613/stat : 30613 (minisat) R 30544 30544 28769 0 -1 4194304 127669 0 0 0 73322 83 0 0 25 0 1 0 132800923 541741056 127650 996147200 134512640 135136200 4294955968 18446744073709551615 134525805 0 0 4096 3 0 0 0 17 0 0 0
/proc/30613/statm: 132261 127650 57 152 0 132106 0
Current children cumulated CPU time (s) 972.16
Current children cumulated vsize (KiB) 576596

[startup+1024.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/76 30665
/proc/meminfo: memFree=984432/2055920 swapFree=4192812/4192956
[pid=30544] ppid=30542 vsize=47552 CPUtime=238.11
/proc/30544/stat : 30544 (galacM.sh) S 30542 30544 28769 0 -1 4194304 799 25205 0 1 0 0 23475 336 17 0 1 0 132773930 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30544/statm: 11888 364 245 79 0 219 0
[pid=30613] ppid=30544 vsize=529044 CPUtime=746.8
/proc/30613/stat : 30613 (minisat) R 30544 30544 28769 0 -1 4194304 127669 0 0 0 74597 83 0 0 25 0 1 0 132800923 541741056 127650 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 0 0 0
/proc/30613/statm: 132261 127650 57 152 0 132106 0
Current children cumulated CPU time (s) 984.91
Current children cumulated vsize (KiB) 576596

[startup+1030.71 s]
/proc/loadavg: 2.00 2.05 2.06 3/76 30665
/proc/meminfo: memFree=984432/2055920 swapFree=4192812/4192956
[pid=30544] ppid=30542 vsize=47552 CPUtime=238.11
/proc/30544/stat : 30544 (galacM.sh) S 30542 30544 28769 0 -1 4194304 799 25205 0 1 0 0 23475 336 17 0 1 0 132773930 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30544/statm: 11888 364 245 79 0 219 0
[pid=30613] ppid=30544 vsize=529044 CPUtime=753.17
/proc/30613/stat : 30613 (minisat) R 30544 30544 28769 0 -1 4194304 127669 0 0 0 75234 83 0 0 25 0 1 0 132800923 541741056 127650 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/30613/statm: 132261 127650 57 152 0 132106 0
Current children cumulated CPU time (s) 991.28
Current children cumulated vsize (KiB) 576596

[startup+1032.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/76 30665
/proc/meminfo: memFree=984432/2055920 swapFree=4192812/4192956
[pid=30544] ppid=30542 vsize=47552 CPUtime=238.11
/proc/30544/stat : 30544 (galacM.sh) S 30542 30544 28769 0 -1 4194304 799 25205 0 1 0 0 23475 336 17 0 1 0 132773930 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30544/statm: 11888 364 245 79 0 219 0
[pid=30613] ppid=30544 vsize=529064 CPUtime=754.76
/proc/30613/stat : 30613 (minisat) R 30544 30544 28769 0 -1 4194304 127701 0 0 0 75393 83 0 0 25 0 1 0 132800923 541761536 127681 996147200 134512640 135136200 4294955968 18446744073709551615 134736446 0 0 4096 3 0 0 0 17 0 0 0
/proc/30613/statm: 132266 127681 80 152 0 132111 0
Current children cumulated CPU time (s) 992.87
Current children cumulated vsize (KiB) 576616

[startup+1033.9 s]
/proc/loadavg: 2.08 2.06 2.06 3/84 30674
/proc/meminfo: memFree=1438448/2055920 swapFree=4192812/4192956
[pid=30544] ppid=30542 vsize=47552 CPUtime=993.04
/proc/30544/stat : 30544 (galacM.sh) S 30542 30544 28769 0 -1 4194304 836 152907 0 1 0 0 98876 428 16 0 1 0 132773930 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 217871777874 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/30544/statm: 11888 365 245 79 0 219 0
[pid=30666] ppid=30544 vsize=812680 CPUtime=1.4
/proc/30666/stat : 30666 (java) S 30544 30544 28769 0 -1 0 16262 0 1 0 131 9 0 0 20 0 9 0 132877177 832184320 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30666/statm: 203170 15642 1925 9 0 197176 0
[pid=30666/tid=30667] ppid=30544 vsize=812680 CPUtime=1.19
/proc/30666/task/30667/stat : 30667 (java) R 30544 30544 28769 0 -1 64 14530 0 1 0 111 8 0 0 25 0 9 0 132877178 832184320 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4126943751 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=30666/tid=30668] ppid=30544 vsize=812680 CPUtime=0
/proc/30666/task/30668/stat : 30668 (java) S 30544 30544 28769 0 -1 64 176 0 0 0 0 0 0 0 16 0 9 0 132877180 832184320 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=30666/tid=30669] ppid=30544 vsize=812680 CPUtime=0
/proc/30666/task/30669/stat : 30669 (java) S 30544 30544 28769 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 132877180 832184320 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=30666/tid=30670] ppid=30544 vsize=812680 CPUtime=0
/proc/30666/task/30670/stat : 30670 (java) S 30544 30544 28769 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 132877180 832184320 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=30666/tid=30671] ppid=30544 vsize=812680 CPUtime=0
/proc/30666/task/30671/stat : 30671 (java) S 30544 30544 28769 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 132877182 832184320 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=30666/tid=30672] ppid=30544 vsize=812680 CPUtime=0.19
/proc/30666/task/30672/stat : 30672 (java) S 30544 30544 28769 0 -1 64 844 0 0 0 19 0 0 0 16 0 9 0 132877182 832184320 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=30666/tid=30673] ppid=30544 vsize=812680 CPUtime=0
/proc/30666/task/30673/stat : 30673 (java) S 30544 30544 28769 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 132877182 832184320 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=30666/tid=30674] ppid=30544 vsize=812680 CPUtime=0
/proc/30666/task/30674/stat : 30674 (java) S 30544 30544 28769 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 132877182 832184320 15642 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 994.44
Current children cumulated vsize (KiB) 860232

[startup+1034.7 s]
/proc/loadavg: 2.08 2.06 2.06 3/84 30674
/proc/meminfo: memFree=1438448/2055920 swapFree=4192812/4192956
[pid=30544] ppid=30542 vsize=47552 CPUtime=993.04
/proc/30544/stat : 30544 (galacM.sh) S 30542 30544 28769 0 -1 4194304 836 152907 0 1 0 0 98876 428 16 0 1 0 132773930 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 217871777874 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/30544/statm: 11888 365 245 79 0 219 0
[pid=30666] ppid=30544 vsize=812680 CPUtime=2.21
/proc/30666/stat : 30666 (java) S 30544 30544 28769 0 -1 0 16273 0 1 0 211 10 0 0 20 0 9 0 132877177 832184320 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30666/statm: 203170 15650 1925 9 0 197176 0
[pid=30666/tid=30667] ppid=30544 vsize=812680 CPUtime=1.96
/proc/30666/task/30667/stat : 30667 (java) R 30544 30544 28769 0 -1 64 14533 0 1 0 188 8 0 0 25 0 9 0 132877178 832184320 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4126977867 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=30666/tid=30668] ppid=30544 vsize=812680 CPUtime=0.01
/proc/30666/task/30668/stat : 30668 (java) S 30544 30544 28769 0 -1 64 177 0 0 0 1 0 0 0 16 0 9 0 132877180 832184320 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=30666/tid=30669] ppid=30544 vsize=812680 CPUtime=0
/proc/30666/task/30669/stat : 30669 (java) S 30544 30544 28769 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 132877180 832184320 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=30666/tid=30670] ppid=30544 vsize=812680 CPUtime=0
/proc/30666/task/30670/stat : 30670 (java) S 30544 30544 28769 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 132877180 832184320 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=30666/tid=30671] ppid=30544 vsize=812680 CPUtime=0
/proc/30666/task/30671/stat : 30671 (java) S 30544 30544 28769 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 132877182 832184320 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=30666/tid=30672] ppid=30544 vsize=812680 CPUtime=0.21
/proc/30666/task/30672/stat : 30672 (java) S 30544 30544 28769 0 -1 64 851 0 0 0 21 0 0 0 16 0 9 0 132877182 832184320 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=30666/tid=30673] ppid=30544 vsize=812680 CPUtime=0
/proc/30666/task/30673/stat : 30673 (java) S 30544 30544 28769 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 132877182 832184320 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=30666/tid=30674] ppid=30544 vsize=812680 CPUtime=0
/proc/30666/task/30674/stat : 30674 (java) S 30544 30544 28769 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 132877182 832184320 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 995.25
Current children cumulated vsize (KiB) 860232

[startup+1034.9 s]
/proc/loadavg: 2.08 2.06 2.06 3/84 30674
/proc/meminfo: memFree=1438448/2055920 swapFree=4192812/4192956
[pid=30544] ppid=30542 vsize=47552 CPUtime=993.04
/proc/30544/stat : 30544 (galacM.sh) S 30542 30544 28769 0 -1 4194304 836 152907 0 1 0 0 98876 428 16 0 1 0 132773930 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 217871777874 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/30544/statm: 11888 365 245 79 0 219 0
[pid=30666] ppid=30544 vsize=812680 CPUtime=2.4
/proc/30666/stat : 30666 (java) S 30544 30544 28769 0 -1 0 16274 0 1 0 230 10 0 0 20 0 9 0 132877177 832184320 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30666/statm: 203170 15650 1925 9 0 197176 0
[pid=30666/tid=30667] ppid=30544 vsize=812680 CPUtime=2.16
/proc/30666/task/30667/stat : 30667 (java) R 30544 30544 28769 0 -1 64 14534 0 1 0 208 8 0 0 25 0 9 0 132877178 832184320 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4126963703 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=30666/tid=30668] ppid=30544 vsize=812680 CPUtime=0.01
/proc/30666/task/30668/stat : 30668 (java) S 30544 30544 28769 0 -1 64 177 0 0 0 1 0 0 0 16 0 9 0 132877180 832184320 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=30666/tid=30669] ppid=30544 vsize=812680 CPUtime=0
/proc/30666/task/30669/stat : 30669 (java) S 30544 30544 28769 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 132877180 832184320 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=30666/tid=30670] ppid=30544 vsize=812680 CPUtime=0
/proc/30666/task/30670/stat : 30670 (java) S 30544 30544 28769 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 132877180 832184320 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=30666/tid=30671] ppid=30544 vsize=812680 CPUtime=0
/proc/30666/task/30671/stat : 30671 (java) S 30544 30544 28769 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 132877182 832184320 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=30666/tid=30672] ppid=30544 vsize=812680 CPUtime=0.21
/proc/30666/task/30672/stat : 30672 (java) S 30544 30544 28769 0 -1 64 851 0 0 0 21 0 0 0 16 0 9 0 132877182 832184320 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=30666/tid=30673] ppid=30544 vsize=812680 CPUtime=0
/proc/30666/task/30673/stat : 30673 (java) S 30544 30544 28769 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 132877182 832184320 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=30666/tid=30674] ppid=30544 vsize=812680 CPUtime=0
/proc/30666/task/30674/stat : 30674 (java) S 30544 30544 28769 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 132877182 832184320 15650 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 995.44
Current children cumulated vsize (KiB) 860232

[startup+1035 s]
/proc/loadavg: 2.08 2.06 2.06 3/76 30675
/proc/meminfo: memFree=1650912/2055920 swapFree=4192812/4192956
[pid=30544] ppid=30542 vsize=47556 CPUtime=995.49
/proc/30544/stat : 30544 (galacM.sh) S 30542 30544 28769 0 -1 4194304 881 169190 0 2 0 0 99109 440 18 0 1 0 132773930 48697344 367 996147200 4194304 4520092 548682068832 18446744073709551615 217871215450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30544/statm: 11889 367 245 79 0 220 0
[pid=30675] ppid=30544 vsize=41140 CPUtime=0.07
/proc/30675/stat : 30675 (rm) R 30544 30544 28769 0 -1 4194304 137 0 0 0 0 7 0 0 19 0 1 0 132877424 42127360 109 996147200 4194304 4227748 548682068624 18446744073709551615 217871782953 0 0 4096 0 0 0 0 17 0 0 0
/proc/30675/statm: 10285 109 90 8 0 42 0
Current children cumulated CPU time (s) 995.56
Current children cumulated vsize (KiB) 88696

Child status: 0
Real time (s): 1035.04
CPU time (s): 995.618
CPU user time (s): 991.1
CPU system time (s): 4.51731
CPU usage (%): 96.191
Max. virtual memory (cumulated for all children) (KiB): 860232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 991.1
system time used= 4.51731
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170229
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= 10890
involuntary context switches= 25201

runsolver used 2.75358 second user time and 5.95909 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-03 04:58:06
IDJOB=1051523
IDBENCH=55490
IDSOLVER=350
FILE ID=node28/1051523-1215053886
PBS_JOBID= 7875117
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9f83499fcd97050db5bc646d81ebf564
RANDOM SEED=280446660

node28.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.231
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.231
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:       1709152 kB
Buffers:         30168 kB
Cached:         147040 kB
SwapCached:          0 kB
Active:         189116 kB
Inactive:        95052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1709152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3164 kB
Writeback:           0 kB
Mapped:         125200 kB
Slab:            47360 kB
Committed_AS:   344336 kB
PageTables:       2128 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= 66516 MiB
End job on node28 at 2008-07-03 05:15:21