Trace number 1063858

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 MUNSAT 44.0463 44.3099

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-burch-dill-4-accl.xml
MD5SUM61d4fd22729510c40786100f4846d59a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.6096
Satisfiable
(Un)Satisfiability was proved
Number of variables3939
Number of constraints10411
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10411
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
15.09/15.30	c start processing
15.19/15.31	c start relation processing
15.68/15.85	c start cnf exporting
43.44/43.71	c parsing time : 15.172
43.44/43.71	c preprocessing time : 43.592
43.44/43.72	
43.44/43.72	c Nary constraints - conflicts : 3787 supports : 0
43.44/43.72	c Binary constraints - conflicts : 6624 supports :0
43.44/43.72	c max arity constraint : 13
43.44/43.72	c Max Tuples generated 8192
43.44/43.72	c relations : 37
43.44/43.72	c relations BDD: 20
43.44/43.72	c sampling 0/0
43.44/43.72	c vars : 195608 - clauses :  695663
43.44/43.72	
43.44/43.76	 
43.44/43.76	c --- SAT Solver Stats ---
43.44/43.76	 
43.91/44.29	c restarts              : 1
43.91/44.29	c conflicts             : 25             (54 /sec)
43.91/44.29	c decisions             : 720            (2.08 % random) (1559 /sec)
43.91/44.29	c propagations          : 93530          (202477 /sec)
43.91/44.29	c conflict literals     : 113            (0.00 % deleted)
43.91/44.29	c Memory used           : 41.26 MB
43.91/44.29	c CPU time              : 0.461929 s
43.91/44.29	
43.91/44.29	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1063858-1215138953/watcher-1063858-1215138953 -o /tmp/evaluation-result-1063858-1215138953/solver-1063858-1215138953 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1063858-1215138953.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.92 1.99 2.08 4/72 21607
/proc/meminfo: memFree=1858856/2055920 swapFree=4179776/4192956
[pid=21607] ppid=21605 vsize=8652 CPUtime=0
/proc/21607/stat : 21607 (galacM.sh) S 21605 21607 19249 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1992867768 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21607/statm: 2163 280 208 79 0 156 0
[pid=21608] ppid=21607 vsize=8688 CPUtime=0
/proc/21608/stat : 21608 (galacM.sh) S 21607 21607 19249 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1992867769 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 221954932818 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/21608/statm: 2172 286 209 79 0 165 0
[pid=21609] ppid=21608 vsize=8728 CPUtime=0
/proc/21609/stat : 21609 (galacM.sh) R 21608 21607 19249 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 1992867769 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 221954764071 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/21609/statm: 2182 290 209 79 0 175 0

[startup+0.098444 s]
/proc/loadavg: 1.92 1.99 2.08 4/72 21607
/proc/meminfo: memFree=1858856/2055920 swapFree=4179776/4192956
[pid=21607] ppid=21605 vsize=47568 CPUtime=0.01
/proc/21607/stat : 21607 (galacM.sh) S 21605 21607 19249 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1992867768 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21607/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.10244 s]
/proc/loadavg: 1.92 1.99 2.08 4/72 21607
/proc/meminfo: memFree=1858856/2055920 swapFree=4179776/4192956
[pid=21607] ppid=21605 vsize=47568 CPUtime=0.01
/proc/21607/stat : 21607 (galacM.sh) S 21605 21607 19249 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1992867768 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21607/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301466 s]
/proc/loadavg: 1.92 1.99 2.08 4/72 21607
/proc/meminfo: memFree=1858856/2055920 swapFree=4179776/4192956
[pid=21607] ppid=21605 vsize=47568 CPUtime=0.01
/proc/21607/stat : 21607 (galacM.sh) S 21605 21607 19249 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1992867768 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21607/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701498 s]
/proc/loadavg: 1.92 1.99 2.08 4/72 21607
/proc/meminfo: memFree=1858856/2055920 swapFree=4179776/4192956
[pid=21607] ppid=21605 vsize=47568 CPUtime=0.01
/proc/21607/stat : 21607 (galacM.sh) S 21605 21607 19249 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1992867768 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21607/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50257 s]
/proc/loadavg: 1.92 1.99 2.08 4/82 21629
/proc/meminfo: memFree=1816208/2055920 swapFree=4179776/4192956
[pid=21607] ppid=21605 vsize=47568 CPUtime=0.01
/proc/21607/stat : 21607 (galacM.sh) S 21605 21607 19249 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1992867768 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21607/statm: 11892 364 245 79 0 219 0
[pid=21621] ppid=21607 vsize=812760 CPUtime=1.44
/proc/21621/stat : 21621 (java) S 21607 21607 19249 0 -1 0 13865 0 1 0 136 8 0 0 18 0 9 0 1992867772 832266240 13083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21621/statm: 203190 13083 2586 9 0 197171 0
[pid=21621/tid=21622] ppid=21607 vsize=812760 CPUtime=0.99
/proc/21621/task/21622/stat : 21622 (java) R 21607 21607 19249 0 -1 64 7781 0 1 0 94 5 0 0 25 0 9 0 1992867773 832266240 13083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21623] ppid=21607 vsize=812760 CPUtime=0.17
/proc/21621/task/21623/stat : 21623 (java) R 21607 21607 19249 0 -1 64 4526 0 0 0 16 1 0 0 16 0 9 0 1992867775 832266240 13083 996147200 134512640 134550740 4294955616 18446744073709551615 102479013 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21624] ppid=21607 vsize=812760 CPUtime=0
/proc/21621/task/21624/stat : 21624 (java) S 21607 21607 19249 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1992867775 832266240 13083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21625] ppid=21607 vsize=812760 CPUtime=0
/proc/21621/task/21625/stat : 21625 (java) S 21607 21607 19249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1992867775 832266240 13083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21626] ppid=21607 vsize=812760 CPUtime=0
/proc/21621/task/21626/stat : 21626 (java) S 21607 21607 19249 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1992867777 832266240 13083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21627] ppid=21607 vsize=812760 CPUtime=0.25
/proc/21621/task/21627/stat : 21627 (java) S 21607 21607 19249 0 -1 64 857 0 0 0 25 0 0 0 16 0 9 0 1992867777 832266240 13083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21628] ppid=21607 vsize=812760 CPUtime=0
/proc/21621/task/21628/stat : 21628 (java) S 21607 21607 19249 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992867777 832266240 13083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21629] ppid=21607 vsize=812760 CPUtime=0
/proc/21621/task/21629/stat : 21629 (java) S 21607 21607 19249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992867777 832266240 13083 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860328

[startup+3.10171 s]
/proc/loadavg: 1.93 1.99 2.08 3/82 21629
/proc/meminfo: memFree=1815568/2055920 swapFree=4179776/4192956
[pid=21607] ppid=21605 vsize=47568 CPUtime=0.01
/proc/21607/stat : 21607 (galacM.sh) S 21605 21607 19249 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1992867768 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21607/statm: 11892 364 245 79 0 219 0
[pid=21621] ppid=21607 vsize=812892 CPUtime=3.04
/proc/21621/stat : 21621 (java) S 21607 21607 19249 0 -1 0 13984 0 1 0 296 8 0 0 18 0 9 0 1992867772 832401408 13199 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21621/statm: 203223 13199 2586 9 0 197204 0
[pid=21621/tid=21622] ppid=21607 vsize=812892 CPUtime=2.42
/proc/21621/task/21622/stat : 21622 (java) R 21607 21607 19249 0 -1 64 7784 0 1 0 237 5 0 0 25 0 9 0 1992867773 832401408 13199 996147200 134512640 134550740 4294955616 18446744073709551615 4126706392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21623] ppid=21607 vsize=812892 CPUtime=0.29
/proc/21621/task/21623/stat : 21623 (java) S 21607 21607 19249 0 -1 64 4611 0 0 0 28 1 0 0 16 0 9 0 1992867775 832401408 13199 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21624] ppid=21607 vsize=812892 CPUtime=0
/proc/21621/task/21624/stat : 21624 (java) S 21607 21607 19249 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1992867775 832401408 13199 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21625] ppid=21607 vsize=812892 CPUtime=0
/proc/21621/task/21625/stat : 21625 (java) S 21607 21607 19249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1992867775 832401408 13199 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21626] ppid=21607 vsize=812892 CPUtime=0
/proc/21621/task/21626/stat : 21626 (java) S 21607 21607 19249 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1992867777 832401408 13199 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21627] ppid=21607 vsize=812892 CPUtime=0.3
/proc/21621/task/21627/stat : 21627 (java) S 21607 21607 19249 0 -1 64 888 0 0 0 30 0 0 0 16 0 9 0 1992867777 832401408 13199 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21628] ppid=21607 vsize=812892 CPUtime=0
/proc/21621/task/21628/stat : 21628 (java) S 21607 21607 19249 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992867777 832401408 13199 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21629] ppid=21607 vsize=812892 CPUtime=0
/proc/21621/task/21629/stat : 21629 (java) S 21607 21607 19249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992867777 832401408 13199 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860460

[startup+6.303 s]
/proc/loadavg: 1.93 1.99 2.08 3/82 21629
/proc/meminfo: memFree=1805136/2055920 swapFree=4179776/4192956
[pid=21607] ppid=21605 vsize=47568 CPUtime=0.01
/proc/21607/stat : 21607 (galacM.sh) S 21605 21607 19249 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1992867768 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21607/statm: 11892 364 245 79 0 219 0
[pid=21621] ppid=21607 vsize=812892 CPUtime=6.22
/proc/21621/stat : 21621 (java) S 21607 21607 19249 0 -1 0 16544 0 1 0 612 10 0 0 18 0 9 0 1992867772 832401408 15669 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21621/statm: 203223 15669 2586 9 0 197204 0
[pid=21621/tid=21622] ppid=21607 vsize=812892 CPUtime=5.55
/proc/21621/task/21622/stat : 21622 (java) R 21607 21607 19249 0 -1 64 10106 0 1 0 548 7 0 0 25 0 9 0 1992867773 832401408 15669 996147200 134512640 134550740 4294955616 18446744073709551615 4126621872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21623] ppid=21607 vsize=812892 CPUtime=0.34
/proc/21621/task/21623/stat : 21623 (java) S 21607 21607 19249 0 -1 64 4849 0 0 0 33 1 0 0 16 0 9 0 1992867775 832401408 15669 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21624] ppid=21607 vsize=812892 CPUtime=0
/proc/21621/task/21624/stat : 21624 (java) S 21607 21607 19249 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1992867775 832401408 15669 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21625] ppid=21607 vsize=812892 CPUtime=0
/proc/21621/task/21625/stat : 21625 (java) S 21607 21607 19249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1992867775 832401408 15669 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21626] ppid=21607 vsize=812892 CPUtime=0
/proc/21621/task/21626/stat : 21626 (java) S 21607 21607 19249 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1992867777 832401408 15669 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21627] ppid=21607 vsize=812892 CPUtime=0.3
/proc/21621/task/21627/stat : 21627 (java) S 21607 21607 19249 0 -1 64 888 0 0 0 30 0 0 0 16 0 9 0 1992867777 832401408 15669 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21628] ppid=21607 vsize=812892 CPUtime=0
/proc/21621/task/21628/stat : 21628 (java) S 21607 21607 19249 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992867777 832401408 15669 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21629] ppid=21607 vsize=812892 CPUtime=0
/proc/21621/task/21629/stat : 21629 (java) S 21607 21607 19249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992867777 832401408 15669 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 860460

[startup+12.7016 s]
/proc/loadavg: 1.94 1.99 2.08 3/82 21629
/proc/meminfo: memFree=1804312/2055920 swapFree=4179776/4192956
[pid=21607] ppid=21605 vsize=47568 CPUtime=0.01
/proc/21607/stat : 21607 (galacM.sh) S 21605 21607 19249 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1992867768 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21607/statm: 11892 364 245 79 0 219 0
[pid=21621] ppid=21607 vsize=813916 CPUtime=12.59
/proc/21621/stat : 21621 (java) S 21607 21607 19249 0 -1 0 17353 0 1 0 1249 10 0 0 18 0 9 0 1992867772 833449984 16459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21621/statm: 203479 16459 2586 9 0 197460 0
[pid=21621/tid=21622] ppid=21607 vsize=813916 CPUtime=11.05
/proc/21621/task/21622/stat : 21622 (java) R 21607 21607 19249 0 -1 64 10126 0 1 0 1098 7 0 0 25 0 9 0 1992867773 833449984 16459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21623] ppid=21607 vsize=813916 CPUtime=1.19
/proc/21621/task/21623/stat : 21623 (java) R 21607 21607 19249 0 -1 64 5630 0 0 0 118 1 0 0 17 0 9 0 1992867775 833449984 16459 996147200 134512640 134550740 4294955616 18446744073709551615 103736013 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21624] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21624/stat : 21624 (java) S 21607 21607 19249 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1992867775 833449984 16459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21625] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21625/stat : 21625 (java) S 21607 21607 19249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1992867775 833449984 16459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21626] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21626/stat : 21626 (java) S 21607 21607 19249 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1992867777 833449984 16459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21627] ppid=21607 vsize=813916 CPUtime=0.31
/proc/21621/task/21627/stat : 21627 (java) S 21607 21607 19249 0 -1 64 895 0 0 0 31 0 0 0 15 0 9 0 1992867777 833449984 16459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21628] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21628/stat : 21628 (java) S 21607 21607 19249 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992867777 833449984 16459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21629] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21629/stat : 21629 (java) S 21607 21607 19249 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992867777 833449984 16459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 861484

[startup+25.5027 s]
/proc/loadavg: 1.95 1.99 2.08 3/82 21629
/proc/meminfo: memFree=1771352/2055920 swapFree=4179776/4192956
[pid=21607] ppid=21605 vsize=47568 CPUtime=0.01
/proc/21607/stat : 21607 (galacM.sh) S 21605 21607 19249 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1992867768 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21607/statm: 11892 364 245 79 0 219 0
[pid=21621] ppid=21607 vsize=813916 CPUtime=25.32
/proc/21621/stat : 21621 (java) S 21607 21607 19249 0 -1 0 24627 0 1 0 2514 18 0 0 18 0 9 0 1992867772 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21621/statm: 203479 23707 2592 9 0 197460 0
[pid=21621/tid=21622] ppid=21607 vsize=813916 CPUtime=22.92
/proc/21621/task/21622/stat : 21622 (java) R 21607 21607 19249 0 -1 64 14665 0 1 0 2279 13 0 0 25 0 9 0 1992867773 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 103232852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21623] ppid=21607 vsize=813916 CPUtime=1.93
/proc/21621/task/21623/stat : 21623 (java) S 21607 21607 19249 0 -1 64 8293 0 0 0 190 3 0 0 16 0 9 0 1992867775 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21624] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21624/stat : 21624 (java) S 21607 21607 19249 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1992867775 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21625] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21625/stat : 21625 (java) S 21607 21607 19249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1992867775 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21626] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21626/stat : 21626 (java) S 21607 21607 19249 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1992867777 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21627] ppid=21607 vsize=813916 CPUtime=0.44
/proc/21621/task/21627/stat : 21627 (java) S 21607 21607 19249 0 -1 64 967 0 0 0 44 0 0 0 16 0 9 0 1992867777 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21628] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21628/stat : 21628 (java) S 21607 21607 19249 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992867777 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21629] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21629/stat : 21629 (java) S 21607 21607 19249 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992867777 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 861484

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

[startup+31.9063 s]
/proc/loadavg: 1.95 1.99 2.08 3/82 21629
/proc/meminfo: memFree=1765720/2055920 swapFree=4179776/4192956
[pid=21607] ppid=21605 vsize=47568 CPUtime=0.01
/proc/21607/stat : 21607 (galacM.sh) S 21605 21607 19249 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1992867768 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21607/statm: 11892 364 245 79 0 219 0
[pid=21621] ppid=21607 vsize=813916 CPUtime=31.69
/proc/21621/stat : 21621 (java) S 21607 21607 19249 0 -1 0 24637 0 1 0 3149 20 0 0 18 0 9 0 1992867772 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21621/statm: 203479 23707 2592 9 0 197460 0
[pid=21621/tid=21622] ppid=21607 vsize=813916 CPUtime=29.28
/proc/21621/task/21622/stat : 21622 (java) R 21607 21607 19249 0 -1 64 14675 0 1 0 2913 15 0 0 25 0 9 0 1992867773 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4127431145 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21623] ppid=21607 vsize=813916 CPUtime=1.93
/proc/21621/task/21623/stat : 21623 (java) S 21607 21607 19249 0 -1 64 8293 0 0 0 190 3 0 0 16 0 9 0 1992867775 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21624] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21624/stat : 21624 (java) S 21607 21607 19249 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1992867775 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21625] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21625/stat : 21625 (java) S 21607 21607 19249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1992867775 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21626] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21626/stat : 21626 (java) S 21607 21607 19249 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1992867777 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21627] ppid=21607 vsize=813916 CPUtime=0.44
/proc/21621/task/21627/stat : 21627 (java) S 21607 21607 19249 0 -1 64 967 0 0 0 44 0 0 0 16 0 9 0 1992867777 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21628] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21628/stat : 21628 (java) S 21607 21607 19249 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992867777 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21629] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21629/stat : 21629 (java) S 21607 21607 19249 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992867777 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.7
Current children cumulated vsize (KiB) 861484

[startup+38.3019 s]
/proc/loadavg: 1.96 1.99 2.08 3/82 21629
/proc/meminfo: memFree=1762776/2055920 swapFree=4179776/4192956
[pid=21607] ppid=21605 vsize=47568 CPUtime=0.01
/proc/21607/stat : 21607 (galacM.sh) S 21605 21607 19249 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1992867768 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21607/statm: 11892 364 245 79 0 219 0
[pid=21621] ppid=21607 vsize=813916 CPUtime=38.06
/proc/21621/stat : 21621 (java) S 21607 21607 19249 0 -1 0 24648 0 1 0 3784 22 0 0 18 0 9 0 1992867772 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21621/statm: 203479 23707 2592 9 0 197460 0
[pid=21621/tid=21622] ppid=21607 vsize=813916 CPUtime=35.65
/proc/21621/task/21622/stat : 21622 (java) R 21607 21607 19249 0 -1 64 14686 0 1 0 3548 17 0 0 25 0 9 0 1992867773 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4127376007 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21623] ppid=21607 vsize=813916 CPUtime=1.94
/proc/21621/task/21623/stat : 21623 (java) S 21607 21607 19249 0 -1 64 8293 0 0 0 191 3 0 0 16 0 9 0 1992867775 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21624] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21624/stat : 21624 (java) S 21607 21607 19249 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1992867775 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21625] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21625/stat : 21625 (java) S 21607 21607 19249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1992867775 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21626] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21626/stat : 21626 (java) S 21607 21607 19249 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1992867777 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21627] ppid=21607 vsize=813916 CPUtime=0.44
/proc/21621/task/21627/stat : 21627 (java) S 21607 21607 19249 0 -1 64 967 0 0 0 44 0 0 0 16 0 9 0 1992867777 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21628] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21628/stat : 21628 (java) S 21607 21607 19249 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992867777 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21629] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21629/stat : 21629 (java) S 21607 21607 19249 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992867777 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 38.07
Current children cumulated vsize (KiB) 861484

[startup+41.5022 s]
/proc/loadavg: 1.96 1.99 2.08 3/82 21629
/proc/meminfo: memFree=1761048/2055920 swapFree=4179776/4192956
[pid=21607] ppid=21605 vsize=47568 CPUtime=0.01
/proc/21607/stat : 21607 (galacM.sh) S 21605 21607 19249 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1992867768 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21607/statm: 11892 364 245 79 0 219 0
[pid=21621] ppid=21607 vsize=813916 CPUtime=41.24
/proc/21621/stat : 21621 (java) S 21607 21607 19249 0 -1 0 24653 0 1 0 4101 23 0 0 18 0 9 0 1992867772 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21621/statm: 203479 23707 2592 9 0 197460 0
[pid=21621/tid=21622] ppid=21607 vsize=813916 CPUtime=38.82
/proc/21621/task/21622/stat : 21622 (java) R 21607 21607 19249 0 -1 64 14691 0 1 0 3864 18 0 0 25 0 9 0 1992867773 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4127417076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21623] ppid=21607 vsize=813916 CPUtime=1.94
/proc/21621/task/21623/stat : 21623 (java) S 21607 21607 19249 0 -1 64 8293 0 0 0 191 3 0 0 16 0 9 0 1992867775 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21624] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21624/stat : 21624 (java) S 21607 21607 19249 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1992867775 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21625] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21625/stat : 21625 (java) S 21607 21607 19249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1992867775 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21626] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21626/stat : 21626 (java) S 21607 21607 19249 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1992867777 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21627] ppid=21607 vsize=813916 CPUtime=0.44
/proc/21621/task/21627/stat : 21627 (java) S 21607 21607 19249 0 -1 64 967 0 0 0 44 0 0 0 16 0 9 0 1992867777 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21628] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21628/stat : 21628 (java) S 21607 21607 19249 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992867777 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21629] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21629/stat : 21629 (java) S 21607 21607 19249 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992867777 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.25
Current children cumulated vsize (KiB) 861484

[startup+43.1023 s]
/proc/loadavg: 1.96 1.99 2.08 3/82 21629
/proc/meminfo: memFree=1759960/2055920 swapFree=4179776/4192956
[pid=21607] ppid=21605 vsize=47568 CPUtime=0.01
/proc/21607/stat : 21607 (galacM.sh) S 21605 21607 19249 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1992867768 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21607/statm: 11892 364 245 79 0 219 0
[pid=21621] ppid=21607 vsize=813916 CPUtime=42.83
/proc/21621/stat : 21621 (java) S 21607 21607 19249 0 -1 0 24656 0 1 0 4259 24 0 0 18 0 9 0 1992867772 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21621/statm: 203479 23707 2592 9 0 197460 0
[pid=21621/tid=21622] ppid=21607 vsize=813916 CPUtime=40.42
/proc/21621/task/21622/stat : 21622 (java) R 21607 21607 19249 0 -1 64 14694 0 1 0 4023 19 0 0 25 0 9 0 1992867773 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4127559658 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21623] ppid=21607 vsize=813916 CPUtime=1.94
/proc/21621/task/21623/stat : 21623 (java) S 21607 21607 19249 0 -1 64 8293 0 0 0 191 3 0 0 16 0 9 0 1992867775 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21624] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21624/stat : 21624 (java) S 21607 21607 19249 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1992867775 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21625] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21625/stat : 21625 (java) S 21607 21607 19249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1992867775 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21626] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21626/stat : 21626 (java) S 21607 21607 19249 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1992867777 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21627] ppid=21607 vsize=813916 CPUtime=0.44
/proc/21621/task/21627/stat : 21627 (java) S 21607 21607 19249 0 -1 64 967 0 0 0 44 0 0 0 16 0 9 0 1992867777 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21628] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21628/stat : 21628 (java) S 21607 21607 19249 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992867777 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21629] ppid=21607 vsize=813916 CPUtime=0
/proc/21621/task/21629/stat : 21629 (java) S 21607 21607 19249 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992867777 833449984 23707 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.84
Current children cumulated vsize (KiB) 861484

[startup+43.9024 s]
/proc/loadavg: 1.96 1.99 2.08 3/74 21630
/proc/meminfo: memFree=1830744/2055920 swapFree=4179776/4192956
[pid=21607] ppid=21605 vsize=47568 CPUtime=43.49
/proc/21607/stat : 21607 (galacM.sh) S 21605 21607 19249 0 -1 4194304 799 26366 0 1 0 0 4322 27 17 0 1 0 1992867768 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21607/statm: 11892 364 245 79 0 219 0
[pid=21630] ppid=21607 vsize=15480 CPUtime=0.13
/proc/21630/stat : 21630 (minisat) R 21607 21607 19249 0 -1 4194304 3455 0 0 0 11 2 0 0 19 0 1 0 1992872145 15851520 3436 996147200 134512640 135136200 4294955968 18446744073709551615 134523248 0 0 4096 3 0 0 0 17 1 0 0
/proc/21630/statm: 3870 3436 54 152 0 3715 0
Current children cumulated CPU time (s) 43.62
Current children cumulated vsize (KiB) 63048

[startup+44.3024 s]
/proc/loadavg: 1.96 1.99 2.08 3/74 21630
/proc/meminfo: memFree=1830744/2055920 swapFree=4179776/4192956
[pid=21607] ppid=21605 vsize=47568 CPUtime=44.02
/proc/21607/stat : 21607 (galacM.sh) S 21605 21607 19249 0 -1 4194304 833 36463 0 1 0 0 4368 34 15 0 1 0 1992867768 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21607/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 44.02
Current children cumulated vsize (KiB) 47568

Child status: 0
Real time (s): 44.3099
CPU time (s): 44.0463
CPU user time (s): 43.6854
CPU system time (s): 0.360945
CPU usage (%): 99.405
Max. virtual memory (cumulated for all children) (KiB): 861484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.6854
system time used= 0.360945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37453
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3283
involuntary context switches= 2930

runsolver used 0.06199 second user time and 0.152976 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-04 04:35:53
IDJOB=1063858
IDBENCH=54882
IDSOLVER=350
FILE ID=node43/1063858-1215138953
PBS_JOBID= 7877220
Free space on /tmp= 66556 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-ooo-burch-dill-4-accl.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1063858-1215138953/watcher-1063858-1215138953 -o /tmp/evaluation-result-1063858-1215138953/solver-1063858-1215138953 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1063858-1215138953.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 61d4fd22729510c40786100f4846d59a
RANDOM SEED=1273224184

node43.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.230
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.230
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:       1859336 kB
Buffers:          9872 kB
Cached:          88208 kB
SwapCached:       7048 kB
Active:          97364 kB
Inactive:        41012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859336 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            4684 kB
Writeback:           0 kB
Mapped:          48092 kB
Slab:            43540 kB
Committed_AS:  3777508 kB
PageTables:       1896 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= 66552 MiB
End job on node43 at 2008-07-04 04:36:37