Trace number 1051546

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 714.616 718.298

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-54_ext.xml
MD5SUM5595f8aff8e667477c35af26f6ef9eca
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.511921
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.05	c --- Preproc Stats ---
0.00/0.71	c start processing
0.00/0.71	c start relation processing
1.13/1.25	c start cnf exporting
226.60/227.97	c parsing time : 0.577
226.60/227.97	c preprocessing time : 227.834
226.60/227.97	
226.60/227.97	c Nary constraints - conflicts : 0 supports : 25
226.60/227.97	c Binary constraints - conflicts : 300 supports :25
226.60/227.97	c max arity constraint : 3
226.60/227.97	c Max Tuples generated 0
226.60/227.97	c relations : 28
226.60/227.97	c relations BDD: 2
226.60/227.97	c sampling 0/0
226.60/227.97	c vars : 265776 - clauses :  13692931
226.60/227.97	
226.68/228.03	 
226.68/228.03	c --- SAT Solver Stats ---
226.68/228.03	 
712.12/715.80	c restarts              : 17
712.12/715.80	c conflicts             : 133005         (274 /sec)
712.12/715.80	c decisions             : 836969         (1.55 % random) (1727 /sec)
712.12/715.80	c propagations          : 912095024      (1882140 /sec)
712.12/715.80	c conflict literals     : 11594072       (25.97 % deleted)
712.12/715.80	c Memory used           : 510.30 MB
712.12/715.80	c CPU time              : 484.605 s
712.12/715.80	
712.22/715.90	s SATISFIABLE
714.40/718.18	v 16 5 19 13 14 0 15 5 1 2 24 8 6 9 9 1 11 5 12 14 2 1 22 2 20 0 5 7 23 2 7 3 8 14 10 3 25 0 21 10 4 4 13 0 3 2 17 6 18 21 18 18 23 25 33 42 43 48 62 63 65 65 72 74 77 91 94 94 104 108 108 110 116 137 137 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-1051546-1215053926/watcher-1051546-1215053926 -o /tmp/evaluation-result-1051546-1215053926/solver-1051546-1215053926 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1051546-1215053926.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.98 1.99 4/81 21711
/proc/meminfo: memFree=1786432/2055920 swapFree=4180456/4192956
[pid=21711] ppid=21709 vsize=18572 CPUtime=0
/proc/21711/stat : 21711 (runsolver) R 21709 21711 19181 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1984366959 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21711/statm: 4643 292 257 25 0 2626 0

[startup+0.028665 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 21711
/proc/meminfo: memFree=1786432/2055920 swapFree=4180456/4192956
[pid=21711] ppid=21709 vsize=8768 CPUtime=0
/proc/21711/stat : 21711 (galacM.sh) S 21709 21711 19181 0 -1 4194304 493 1063 0 0 0 0 0 0 18 0 1 0 1984366959 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21711/statm: 2192 315 217 79 0 185 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8768

[startup+0.10168 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 21711
/proc/meminfo: memFree=1786432/2055920 swapFree=4180456/4192956
[pid=21711] ppid=21709 vsize=47564 CPUtime=0
/proc/21711/stat : 21711 (galacM.sh) S 21709 21711 19181 0 -1 4194304 766 1698 0 0 0 0 0 0 20 0 1 0 1984366959 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21711/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+0.301722 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 21711
/proc/meminfo: memFree=1786432/2055920 swapFree=4180456/4192956
[pid=21711] ppid=21709 vsize=47564 CPUtime=0
/proc/21711/stat : 21711 (galacM.sh) S 21709 21711 19181 0 -1 4194304 766 1698 0 0 0 0 0 0 20 0 1 0 1984366959 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21711/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+0.701794 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 21711
/proc/meminfo: memFree=1786432/2055920 swapFree=4180456/4192956
[pid=21711] ppid=21709 vsize=47564 CPUtime=0
/proc/21711/stat : 21711 (galacM.sh) S 21709 21711 19181 0 -1 4194304 766 1698 0 0 0 0 0 0 20 0 1 0 1984366959 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21711/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47564

[startup+1.50295 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 21733
/proc/meminfo: memFree=1747680/2055920 swapFree=4180456/4192956
[pid=21711] ppid=21709 vsize=47564 CPUtime=0
/proc/21711/stat : 21711 (galacM.sh) S 21709 21711 19181 0 -1 4194304 766 1698 0 0 0 0 0 0 20 0 1 0 1984366959 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21711/statm: 11891 365 246 79 0 219 0
[pid=21725] ppid=21711 vsize=812760 CPUtime=1.43
/proc/21725/stat : 21725 (java) S 21711 21711 19181 0 -1 0 16625 0 1 0 135 8 0 0 21 0 9 0 1984366964 832266240 16041 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21725/statm: 203190 16041 1917 9 0 197171 0
[pid=21725/tid=21726] ppid=21711 vsize=812760 CPUtime=1.16
/proc/21725/task/21726/stat : 21726 (java) R 21711 21711 19181 0 -1 64 14540 0 1 0 109 7 0 0 25 0 9 0 1984366965 832266240 16041 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21727] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21727/stat : 21727 (java) R 21711 21711 19181 0 -1 64 512 0 0 0 0 0 0 0 16 0 9 0 1984366967 832266240 16041 996147200 134512640 134550740 4294955616 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21728] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21728/stat : 21728 (java) S 21711 21711 19181 0 -1 64 11 0 0 0 0 0 0 0 24 0 9 0 1984366967 832266240 16041 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21729] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21729/stat : 21729 (java) S 21711 21711 19181 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 1984366967 832266240 16041 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21730] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21730/stat : 21730 (java) S 21711 21711 19181 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984366969 832266240 16041 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21731] ppid=21711 vsize=812760 CPUtime=0.25
/proc/21725/task/21731/stat : 21731 (java) S 21711 21711 19181 0 -1 64 873 0 0 0 25 0 0 0 15 0 9 0 1984366969 832266240 16041 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21732] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21732/stat : 21732 (java) S 21711 21711 19181 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984366969 832266240 16041 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21733] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21733/stat : 21733 (java) S 21711 21711 19181 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984366969 832266240 16041 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 860324

[startup+3.10225 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 21733
/proc/meminfo: memFree=1705696/2055920 swapFree=4180456/4192956
[pid=21711] ppid=21709 vsize=47564 CPUtime=0
/proc/21711/stat : 21711 (galacM.sh) S 21709 21711 19181 0 -1 4194304 766 1698 0 0 0 0 0 0 20 0 1 0 1984366959 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21711/statm: 11891 365 246 79 0 219 0
[pid=21725] ppid=21711 vsize=812760 CPUtime=3.02
/proc/21725/stat : 21725 (java) S 21711 21711 19181 0 -1 0 22272 0 1 0 290 12 0 0 21 0 9 0 1984366964 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21725/statm: 203190 21685 1918 9 0 197171 0
[pid=21725/tid=21726] ppid=21711 vsize=812760 CPUtime=2.67
/proc/21725/task/21726/stat : 21726 (java) R 21711 21711 19181 0 -1 64 14544 0 1 0 259 8 0 0 25 0 9 0 1984366965 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 102064685 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21727] ppid=21711 vsize=812760 CPUtime=0.08
/proc/21725/task/21727/stat : 21727 (java) S 21711 21711 19181 0 -1 64 6154 0 0 0 6 2 0 0 16 0 9 0 1984366967 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21728] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21728/stat : 21728 (java) S 21711 21711 19181 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984366967 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21729] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21729/stat : 21729 (java) S 21711 21711 19181 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984366967 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21730] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21730/stat : 21730 (java) S 21711 21711 19181 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984366969 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21731] ppid=21711 vsize=812760 CPUtime=0.25
/proc/21725/task/21731/stat : 21731 (java) S 21711 21711 19181 0 -1 64 873 0 0 0 25 0 0 0 15 0 9 0 1984366969 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21732] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21732/stat : 21732 (java) S 21711 21711 19181 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984366969 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21733] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21733/stat : 21733 (java) S 21711 21711 19181 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984366969 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 860324

[startup+6.30285 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 21733
/proc/meminfo: memFree=1702752/2055920 swapFree=4180456/4192956
[pid=21711] ppid=21709 vsize=47564 CPUtime=0
/proc/21711/stat : 21711 (galacM.sh) S 21709 21711 19181 0 -1 4194304 766 1698 0 0 0 0 0 0 20 0 1 0 1984366959 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21711/statm: 11891 365 246 79 0 219 0
[pid=21725] ppid=21711 vsize=812760 CPUtime=6.2
/proc/21725/stat : 21725 (java) S 21711 21711 19181 0 -1 0 22280 0 1 0 607 13 0 0 21 0 9 0 1984366964 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21725/statm: 203190 21685 1918 9 0 197171 0
[pid=21725/tid=21726] ppid=21711 vsize=812760 CPUtime=5.85
/proc/21725/task/21726/stat : 21726 (java) R 21711 21711 19181 0 -1 64 14552 0 1 0 576 9 0 0 25 0 9 0 1984366965 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4127081900 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21727] ppid=21711 vsize=812760 CPUtime=0.09
/proc/21725/task/21727/stat : 21727 (java) S 21711 21711 19181 0 -1 64 6154 0 0 0 6 3 0 0 16 0 9 0 1984366967 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21728] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21728/stat : 21728 (java) S 21711 21711 19181 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984366967 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21729] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21729/stat : 21729 (java) S 21711 21711 19181 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984366967 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21730] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21730/stat : 21730 (java) S 21711 21711 19181 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984366969 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21731] ppid=21711 vsize=812760 CPUtime=0.25
/proc/21725/task/21731/stat : 21731 (java) S 21711 21711 19181 0 -1 64 873 0 0 0 25 0 0 0 15 0 9 0 1984366969 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21732] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21732/stat : 21732 (java) S 21711 21711 19181 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984366969 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21733] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21733/stat : 21733 (java) S 21711 21711 19181 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984366969 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860324

[startup+12.702 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 21733
/proc/meminfo: memFree=1696616/2055920 swapFree=4180456/4192956
[pid=21711] ppid=21709 vsize=47564 CPUtime=0
/proc/21711/stat : 21711 (galacM.sh) S 21709 21711 19181 0 -1 4194304 766 1698 0 0 0 0 0 0 20 0 1 0 1984366959 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21711/statm: 11891 365 246 79 0 219 0
[pid=21725] ppid=21711 vsize=812760 CPUtime=12.57
/proc/21725/stat : 21725 (java) S 21711 21711 19181 0 -1 0 22295 0 1 0 1239 18 0 0 21 0 9 0 1984366964 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21725/statm: 203190 21685 1918 9 0 197171 0
[pid=21725/tid=21726] ppid=21711 vsize=812760 CPUtime=12.2
/proc/21725/task/21726/stat : 21726 (java) R 21711 21711 19181 0 -1 64 14567 0 1 0 1207 13 0 0 25 0 9 0 1984366965 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4126663593 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21727] ppid=21711 vsize=812760 CPUtime=0.09
/proc/21725/task/21727/stat : 21727 (java) S 21711 21711 19181 0 -1 64 6154 0 0 0 6 3 0 0 16 0 9 0 1984366967 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21728] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21728/stat : 21728 (java) S 21711 21711 19181 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984366967 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21729] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21729/stat : 21729 (java) S 21711 21711 19181 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984366967 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21730] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21730/stat : 21730 (java) S 21711 21711 19181 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984366969 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21731] ppid=21711 vsize=812760 CPUtime=0.25
/proc/21725/task/21731/stat : 21731 (java) S 21711 21711 19181 0 -1 64 873 0 0 0 25 0 0 0 15 0 9 0 1984366969 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21732] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21732/stat : 21732 (java) S 21711 21711 19181 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984366969 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21733] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21733/stat : 21733 (java) S 21711 21711 19181 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984366969 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 860324

[startup+25.5015 s]
/proc/loadavg: 1.95 1.98 1.99 3/91 21733
/proc/meminfo: memFree=1684648/2055920 swapFree=4180456/4192956
[pid=21711] ppid=21709 vsize=47564 CPUtime=0
/proc/21711/stat : 21711 (galacM.sh) S 21709 21711 19181 0 -1 4194304 766 1698 0 0 0 0 0 0 20 0 1 0 1984366959 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21711/statm: 11891 365 246 79 0 219 0
[pid=21725] ppid=21711 vsize=812760 CPUtime=25.3
/proc/21725/stat : 21725 (java) S 21711 21711 19181 0 -1 0 22324 0 1 0 2507 23 0 0 21 0 9 0 1984366964 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21725/statm: 203190 21685 1918 9 0 197171 0
[pid=21725/tid=21726] ppid=21711 vsize=812760 CPUtime=24.93
/proc/21725/task/21726/stat : 21726 (java) R 21711 21711 19181 0 -1 64 14596 0 1 0 2474 19 0 0 25 0 9 0 1984366965 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4126606722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21727] ppid=21711 vsize=812760 CPUtime=0.1
/proc/21725/task/21727/stat : 21727 (java) S 21711 21711 19181 0 -1 64 6154 0 0 0 7 3 0 0 16 0 9 0 1984366967 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21728] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21728/stat : 21728 (java) S 21711 21711 19181 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984366967 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21729] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21729/stat : 21729 (java) S 21711 21711 19181 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984366967 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21730] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21730/stat : 21730 (java) S 21711 21711 19181 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984366969 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21731] ppid=21711 vsize=812760 CPUtime=0.25
/proc/21725/task/21731/stat : 21731 (java) S 21711 21711 19181 0 -1 64 873 0 0 0 25 0 0 0 16 0 9 0 1984366969 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21732] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21732/stat : 21732 (java) S 21711 21711 19181 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984366969 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21725/tid=21733] ppid=21711 vsize=812760 CPUtime=0
/proc/21725/task/21733/stat : 21733 (java) S 21711 21711 19181 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984366969 832266240 21685 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 860324

[startup+51.1013 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 21733
/proc/meminfo: memFree=1661416/2055920 swapFree=4180456/4192956
[pid=21711] ppid=21709 vsize=47564 CPUtime=0

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

/proc/loadavg: 1.97 1.98 1.99 4/83 21782
/proc/meminfo: memFree=922280/2055920 swapFree=4180456/4192956
[pid=21711] ppid=21709 vsize=47564 CPUtime=226.7
/proc/21711/stat : 21711 (galacM.sh) S 21709 21711 19181 0 -1 4194304 800 24966 0 1 0 0 22545 125 17 0 1 0 1984366959 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21711/statm: 11891 365 246 79 0 219 0
[pid=21740] ppid=21711 vsize=522548 CPUtime=412.23
/proc/21740/stat : 21740 (minisat) R 21711 21711 19181 0 -1 4194304 125367 0 0 0 41141 82 0 0 25 0 1 0 1984389763 535089152 125348 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 0 0 0
/proc/21740/statm: 130637 125348 57 152 0 130482 0
Current children cumulated CPU time (s) 638.93
Current children cumulated vsize (KiB) 570112

[startup+702.302 s]
/proc/loadavg: 1.99 1.98 1.99 4/83 21782
/proc/meminfo: memFree=922216/2055920 swapFree=4180456/4192956
[pid=21711] ppid=21709 vsize=47564 CPUtime=226.7
/proc/21711/stat : 21711 (galacM.sh) S 21709 21711 19181 0 -1 4194304 800 24966 0 1 0 0 22545 125 17 0 1 0 1984366959 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21711/statm: 11891 365 246 79 0 219 0
[pid=21740] ppid=21711 vsize=522548 CPUtime=471.97
/proc/21740/stat : 21740 (minisat) R 21711 21711 19181 0 -1 4194304 125367 0 0 0 47115 82 0 0 25 0 1 0 1984389763 535089152 125348 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 0 0 0
/proc/21740/statm: 130637 125348 57 152 0 130482 0
Current children cumulated CPU time (s) 698.67
Current children cumulated vsize (KiB) 570112

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

[startup+703.902 s]
/proc/loadavg: 1.99 1.98 1.99 4/83 21782
/proc/meminfo: memFree=922216/2055920 swapFree=4180456/4192956
[pid=21711] ppid=21709 vsize=47564 CPUtime=226.7
/proc/21711/stat : 21711 (galacM.sh) S 21709 21711 19181 0 -1 4194304 800 24966 0 1 0 0 22545 125 17 0 1 0 1984366959 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21711/statm: 11891 365 246 79 0 219 0
[pid=21740] ppid=21711 vsize=522548 CPUtime=473.57
/proc/21740/stat : 21740 (minisat) R 21711 21711 19181 0 -1 4194304 125367 0 0 0 47275 82 0 0 25 0 1 0 1984389763 535089152 125348 996147200 134512640 135136200 4294955968 18446744073709551615 134525805 0 0 4096 3 0 0 0 17 0 0 0
/proc/21740/statm: 130637 125348 57 152 0 130482 0
Current children cumulated CPU time (s) 700.27
Current children cumulated vsize (KiB) 570112

[startup+710.302 s]
/proc/loadavg: 1.99 1.98 1.99 4/83 21782
/proc/meminfo: memFree=922216/2055920 swapFree=4180456/4192956
[pid=21711] ppid=21709 vsize=47564 CPUtime=226.7
/proc/21711/stat : 21711 (galacM.sh) S 21709 21711 19181 0 -1 4194304 800 24966 0 1 0 0 22545 125 17 0 1 0 1984366959 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21711/statm: 11891 365 246 79 0 219 0
[pid=21740] ppid=21711 vsize=522548 CPUtime=479.94
/proc/21740/stat : 21740 (minisat) R 21711 21711 19181 0 -1 4194304 125367 0 0 0 47912 82 0 0 25 0 1 0 1984389763 535089152 125348 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/21740/statm: 130637 125348 57 152 0 130482 0
Current children cumulated CPU time (s) 706.64
Current children cumulated vsize (KiB) 570112

[startup+713.502 s]
/proc/loadavg: 1.99 1.98 1.99 4/83 21782
/proc/meminfo: memFree=922216/2055920 swapFree=4180456/4192956
[pid=21711] ppid=21709 vsize=47564 CPUtime=226.7
/proc/21711/stat : 21711 (galacM.sh) S 21709 21711 19181 0 -1 4194304 800 24966 0 1 0 0 22545 125 17 0 1 0 1984366959 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21711/statm: 11891 365 246 79 0 219 0
[pid=21740] ppid=21711 vsize=522548 CPUtime=483.13
/proc/21740/stat : 21740 (minisat) R 21711 21711 19181 0 -1 4194304 125367 0 0 0 48231 82 0 0 25 0 1 0 1984389763 535089152 125348 996147200 134512640 135136200 4294955968 18446744073709551615 134525805 0 0 4096 3 0 0 0 17 0 0 0
/proc/21740/statm: 130637 125348 57 152 0 130482 0
Current children cumulated CPU time (s) 709.83
Current children cumulated vsize (KiB) 570112

[startup+716.701 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 21784
/proc/meminfo: memFree=1421344/2055920 swapFree=4180456/4192956
[pid=21711] ppid=21709 vsize=47564 CPUtime=712.31
/proc/21711/stat : 21711 (galacM.sh) S 21709 21711 19181 0 -1 4194304 837 150365 0 1 0 0 71015 216 16 0 1 0 1984366959 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 255236735058 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/21711/statm: 11891 366 246 79 0 219 0
[pid=21783] ppid=21711 vsize=812892 CPUtime=0.69
/proc/21783/stat : 21783 (java) S 21711 21711 19181 0 -1 0 10559 0 1 0 63 6 0 0 20 0 9 0 1984438557 832401408 9941 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21783/statm: 203223 9941 1914 9 0 197176 0
[pid=21783/tid=21784] ppid=21711 vsize=812892 CPUtime=0.48
/proc/21783/task/21784/stat : 21784 (java) R 21711 21711 19181 0 -1 64 8999 0 1 0 43 5 0 0 25 0 9 0 1984438559 832401408 9941 996147200 134512640 134550740 4294955616 18446744073709551615 4126943827 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 713
Current children cumulated vsize (KiB) 860456

[startup+717.502 s]
/proc/loadavg: 1.99 1.98 1.99 4/91 21791
/proc/meminfo: memFree=1367784/2055920 swapFree=4180456/4192956
[pid=21711] ppid=21709 vsize=47564 CPUtime=712.31
/proc/21711/stat : 21711 (galacM.sh) S 21709 21711 19181 0 -1 4194304 837 150365 0 1 0 0 71015 216 16 0 1 0 1984366959 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 255236735058 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/21711/statm: 11891 366 246 79 0 219 0
[pid=21783] ppid=21711 vsize=812892 CPUtime=1.49
/proc/21783/stat : 21783 (java) S 21711 21711 19181 0 -1 0 16258 0 1 0 140 9 0 0 20 0 9 0 1984438557 832401408 15637 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21783/statm: 203223 15637 1926 9 0 197176 0
[pid=21783/tid=21784] ppid=21711 vsize=812892 CPUtime=1.27
/proc/21783/task/21784/stat : 21784 (java) R 21711 21711 19181 0 -1 64 14524 0 1 0 119 8 0 0 25 0 9 0 1984438559 832401408 15637 996147200 134512640 134550740 4294955616 18446744073709551615 4126656413 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21783/tid=21785] ppid=21711 vsize=812892 CPUtime=0
/proc/21783/task/21785/stat : 21785 (java) S 21711 21711 19181 0 -1 64 177 0 0 0 0 0 0 0 16 0 9 0 1984438561 832401408 15637 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=21783/tid=21786] ppid=21711 vsize=812892 CPUtime=0
/proc/21783/task/21786/stat : 21786 (java) S 21711 21711 19181 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984438561 832401408 15637 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21783/tid=21787] ppid=21711 vsize=812892 CPUtime=0
/proc/21783/task/21787/stat : 21787 (java) S 21711 21711 19181 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984438561 832401408 15637 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21783/tid=21788] ppid=21711 vsize=812892 CPUtime=0
/proc/21783/task/21788/stat : 21788 (java) S 21711 21711 19181 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984438563 832401408 15637 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21783/tid=21789] ppid=21711 vsize=812892 CPUtime=0.19
/proc/21783/task/21789/stat : 21789 (java) S 21711 21711 19181 0 -1 64 846 0 0 0 19 0 0 0 16 0 9 0 1984438563 832401408 15637 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21783/tid=21790] ppid=21711 vsize=812892 CPUtime=0
/proc/21783/task/21790/stat : 21790 (java) S 21711 21711 19181 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984438563 832401408 15637 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21783/tid=21791] ppid=21711 vsize=812892 CPUtime=0
/proc/21783/task/21791/stat : 21791 (java) S 21711 21711 19181 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984438563 832401408 15637 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 713.8
Current children cumulated vsize (KiB) 860456

[startup+717.902 s]
/proc/loadavg: 1.99 1.98 1.99 4/91 21791
/proc/meminfo: memFree=1367784/2055920 swapFree=4180456/4192956
[pid=21711] ppid=21709 vsize=47564 CPUtime=712.31
/proc/21711/stat : 21711 (galacM.sh) S 21709 21711 19181 0 -1 4194304 837 150365 0 1 0 0 71015 216 16 0 1 0 1984366959 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 255236735058 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/21711/statm: 11891 366 246 79 0 219 0
[pid=21783] ppid=21711 vsize=812892 CPUtime=1.89
/proc/21783/stat : 21783 (java) S 21711 21711 19181 0 -1 0 16266 0 1 0 180 9 0 0 20 0 9 0 1984438557 832401408 15644 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21783/statm: 203223 15644 1926 9 0 197176 0
[pid=21783/tid=21784] ppid=21711 vsize=812892 CPUtime=1.65
/proc/21783/task/21784/stat : 21784 (java) R 21711 21711 19181 0 -1 64 14525 0 1 0 157 8 0 0 25 0 9 0 1984438559 832401408 15644 996147200 134512640 134550740 4294955616 18446744073709551615 4126951741 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21783/tid=21785] ppid=21711 vsize=812892 CPUtime=0.01
/proc/21783/task/21785/stat : 21785 (java) S 21711 21711 19181 0 -1 64 177 0 0 0 1 0 0 0 16 0 9 0 1984438561 832401408 15644 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=21783/tid=21786] ppid=21711 vsize=812892 CPUtime=0
/proc/21783/task/21786/stat : 21786 (java) S 21711 21711 19181 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984438561 832401408 15644 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21783/tid=21787] ppid=21711 vsize=812892 CPUtime=0
/proc/21783/task/21787/stat : 21787 (java) S 21711 21711 19181 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984438561 832401408 15644 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21783/tid=21788] ppid=21711 vsize=812892 CPUtime=0
/proc/21783/task/21788/stat : 21788 (java) S 21711 21711 19181 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984438563 832401408 15644 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21783/tid=21789] ppid=21711 vsize=812892 CPUtime=0.2
/proc/21783/task/21789/stat : 21789 (java) S 21711 21711 19181 0 -1 64 853 0 0 0 20 0 0 0 16 0 9 0 1984438563 832401408 15644 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21783/tid=21790] ppid=21711 vsize=812892 CPUtime=0
/proc/21783/task/21790/stat : 21790 (java) S 21711 21711 19181 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984438563 832401408 15644 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21783/tid=21791] ppid=21711 vsize=812892 CPUtime=0
/proc/21783/task/21791/stat : 21791 (java) S 21711 21711 19181 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984438563 832401408 15644 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 714.2
Current children cumulated vsize (KiB) 860456

[startup+718.103 s]
/proc/loadavg: 1.99 1.98 1.99 4/91 21791
/proc/meminfo: memFree=1367784/2055920 swapFree=4180456/4192956
[pid=21711] ppid=21709 vsize=47564 CPUtime=712.31
/proc/21711/stat : 21711 (galacM.sh) S 21709 21711 19181 0 -1 4194304 837 150365 0 1 0 0 71015 216 16 0 1 0 1984366959 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 255236735058 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/21711/statm: 11891 366 246 79 0 219 0
[pid=21783] ppid=21711 vsize=812892 CPUtime=2.09
/proc/21783/stat : 21783 (java) S 21711 21711 19181 0 -1 0 16267 0 1 0 200 9 0 0 20 0 9 0 1984438557 832401408 15644 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21783/statm: 203223 15644 1926 9 0 197176 0
[pid=21783/tid=21784] ppid=21711 vsize=812892 CPUtime=1.85
/proc/21783/task/21784/stat : 21784 (java) R 21711 21711 19181 0 -1 64 14526 0 1 0 177 8 0 0 25 0 9 0 1984438559 832401408 15644 996147200 134512640 134550740 4294955616 18446744073709551615 4126942447 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21783/tid=21785] ppid=21711 vsize=812892 CPUtime=0.01
/proc/21783/task/21785/stat : 21785 (java) S 21711 21711 19181 0 -1 64 177 0 0 0 1 0 0 0 16 0 9 0 1984438561 832401408 15644 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=21783/tid=21786] ppid=21711 vsize=812892 CPUtime=0
/proc/21783/task/21786/stat : 21786 (java) S 21711 21711 19181 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984438561 832401408 15644 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21783/tid=21787] ppid=21711 vsize=812892 CPUtime=0
/proc/21783/task/21787/stat : 21787 (java) S 21711 21711 19181 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984438561 832401408 15644 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21783/tid=21788] ppid=21711 vsize=812892 CPUtime=0
/proc/21783/task/21788/stat : 21788 (java) S 21711 21711 19181 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984438563 832401408 15644 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21783/tid=21789] ppid=21711 vsize=812892 CPUtime=0.2
/proc/21783/task/21789/stat : 21789 (java) S 21711 21711 19181 0 -1 64 853 0 0 0 20 0 0 0 16 0 9 0 1984438563 832401408 15644 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21783/tid=21790] ppid=21711 vsize=812892 CPUtime=0
/proc/21783/task/21790/stat : 21790 (java) S 21711 21711 19181 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984438563 832401408 15644 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=21783/tid=21791] ppid=21711 vsize=812892 CPUtime=0
/proc/21783/task/21791/stat : 21791 (java) S 21711 21711 19181 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984438563 832401408 15644 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 714.4
Current children cumulated vsize (KiB) 860456

[startup+718.203 s]
/proc/loadavg: 1.99 1.98 1.99 4/83 21792
/proc/meminfo: memFree=1455208/2055920 swapFree=4180456/4192956
[pid=21711] ppid=21709 vsize=47568 CPUtime=714.49
/proc/21711/stat : 21711 (galacM.sh) S 21709 21711 19181 0 -1 4194304 882 166640 0 2 0 0 71222 227 18 0 1 0 1984366959 48709632 368 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21711/statm: 11892 368 246 79 0 220 0
[pid=21792] ppid=21711 vsize=41152 CPUtime=0.01
/proc/21792/stat : 21792 (rm) R 21711 21711 19181 0 -1 4194304 138 0 0 0 0 1 0 0 19 0 1 0 1984438778 42139648 110 996147200 4194304 4227748 548682068624 18446744073709551615 255236740137 0 0 4096 0 0 0 0 17 0 0 0
/proc/21792/statm: 10288 110 91 8 0 42 0
Current children cumulated CPU time (s) 714.5
Current children cumulated vsize (KiB) 88720

Child status: 0
Real time (s): 718.298
CPU time (s): 714.616
CPU user time (s): 712.228
CPU system time (s): 2.38864
CPU usage (%): 99.4874
Max. virtual memory (cumulated for all children) (KiB): 860456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 712.228
system time used= 2.38864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167681
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= 10210
involuntary context switches= 25583

runsolver used 0.872867 second user time and 1.9927 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-03 04:58:46
IDJOB=1051546
IDBENCH=55491
IDSOLVER=350
FILE ID=node19/1051546-1215053926
PBS_JOBID= 7875136
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5595f8aff8e667477c35af26f6ef9eca
RANDOM SEED=1492817082

node19.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.263
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.263
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:       1786976 kB
Buffers:         31244 kB
Cached:         145476 kB
SwapCached:       6540 kB
Active:          98592 kB
Inactive:       104788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786976 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            3144 kB
Writeback:           0 kB
Mapped:          42908 kB
Slab:            50624 kB
Committed_AS:  3361452 kB
PageTables:       1948 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 node19 at 2008-07-03 05:10:44