Trace number 1051615

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 982.817 990.429

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-13_ext.xml
MD5SUMeef28a8aaa5ab23398c7f7cc139b9a88
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.600908
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.69	c start processing
0.01/0.69	c start relation processing
1.06/1.18	c start cnf exporting
222.72/223.10	c parsing time : 0.564
222.72/223.10	c preprocessing time : 222.979
222.72/223.10	
222.72/223.10	c Nary constraints - conflicts : 0 supports : 25
222.72/223.10	c Binary constraints - conflicts : 300 supports :25
222.72/223.10	c max arity constraint : 3
222.72/223.10	c Max Tuples generated 0
222.72/223.10	c relations : 28
222.72/223.10	c relations BDD: 2
222.72/223.10	c sampling 0/0
222.72/223.10	c vars : 252384 - clauses :  13627040
222.72/223.10	
222.72/223.13	 
222.72/223.13	c --- SAT Solver Stats ---
222.72/223.13	 
980.13/987.71	c restarts              : 17
980.13/987.71	c conflicts             : 137633         (182 /sec)
980.13/987.71	c decisions             : 809007         (1.48 % random) (1069 /sec)
980.13/987.71	c propagations          : 1395186334     (1843963 /sec)
980.13/987.71	c conflict literals     : 13735190       (41.46 % deleted)
980.13/987.71	c Memory used           : 508.56 MB
980.13/987.71	c CPU time              : 756.624 s
980.13/987.71	
980.23/987.81	s SATISFIABLE
982.67/990.31	v 16 3 7 6 23 2 18 6 20 11 19 6 9 3 24 1 13 5 8 12 2 5 11 4 25 0 1 4 3 12 5 19 21 13 17 1 10 2 12 4 14 2 6 3 22 0 4 2 15 7 9 11 17 28 34 37 38 43 55 60 64 64 68 80 99 112 113 115 119 121 124 124 126 133 133 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-1051615-1215054339/watcher-1051615-1215054339 -o /tmp/evaluation-result-1051615-1215054339/solver-1051615-1215054339 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1051615-1215054339.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15083
/proc/meminfo: memFree=1646664/2055920 swapFree=4097700/4192956
[pid=15083] ppid=15081 vsize=8768 CPUtime=0.01
/proc/15083/stat : 15083 (galacM.sh) S 15081 15083 12693 0 -1 4194304 493 1063 0 0 0 0 0 1 17 0 1 0 1535106088 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15083/statm: 2192 315 217 79 0 185 0
[pid=15090] ppid=15083 vsize=8768 CPUtime=0
/proc/15090/stat : 15090 (galacM.sh) R 15083 15083 12693 0 -1 4194368 20 0 0 0 0 0 0 0 20 0 1 0 1535106090 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 268213742887 0 0 4096 73728 0 0 0 17 1 0 0
/proc/15090/statm: 2192 315 217 79 0 185 0

[startup+0.068297 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15083
/proc/meminfo: memFree=1646664/2055920 swapFree=4097700/4192956
[pid=15083] ppid=15081 vsize=47552 CPUtime=0.01
/proc/15083/stat : 15083 (galacM.sh) S 15081 15083 12693 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1535106088 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15083/statm: 11888 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.101303 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15083
/proc/meminfo: memFree=1646664/2055920 swapFree=4097700/4192956
[pid=15083] ppid=15081 vsize=47552 CPUtime=0.01
/proc/15083/stat : 15083 (galacM.sh) S 15081 15083 12693 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1535106088 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15083/statm: 11888 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.301327 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15083
/proc/meminfo: memFree=1646664/2055920 swapFree=4097700/4192956
[pid=15083] ppid=15081 vsize=47552 CPUtime=0.01
/proc/15083/stat : 15083 (galacM.sh) S 15081 15083 12693 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1535106088 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15083/statm: 11888 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.701369 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15083
/proc/meminfo: memFree=1646664/2055920 swapFree=4097700/4192956
[pid=15083] ppid=15081 vsize=47552 CPUtime=0.01
/proc/15083/stat : 15083 (galacM.sh) S 15081 15083 12693 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1535106088 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15083/statm: 11888 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.50246 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 15105
/proc/meminfo: memFree=1608376/2055920 swapFree=4097700/4192956
[pid=15083] ppid=15081 vsize=47552 CPUtime=0.01
/proc/15083/stat : 15083 (galacM.sh) S 15081 15083 12693 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1535106088 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15083/statm: 11888 363 244 79 0 219 0
[pid=15097] ppid=15083 vsize=812760 CPUtime=1.45
/proc/15097/stat : 15097 (java) S 15083 15083 12693 0 -1 0 20682 0 1 0 133 12 0 0 19 0 9 0 1535106091 832266240 20099 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15097/statm: 203190 20100 1914 9 0 197171 0
[pid=15097/tid=15098] ppid=15083 vsize=812760 CPUtime=1.1
/proc/15097/task/15098/stat : 15098 (java) R 15083 15083 12693 0 -1 64 14534 0 1 0 103 7 0 0 25 0 9 0 1535106092 832266240 20101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15099] ppid=15083 vsize=812760 CPUtime=0.06
/proc/15097/task/15099/stat : 15099 (java) R 15083 15083 12693 0 -1 64 4577 0 0 0 4 2 0 0 16 0 9 0 1535106094 832266240 20102 996147200 134512640 134550740 4294955616 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15100] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15100/stat : 15100 (java) S 15083 15083 12693 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 1535106094 832266240 20104 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15101] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15101/stat : 15101 (java) S 15083 15083 12693 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 1535106094 832266240 20105 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15102] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15102/stat : 15102 (java) S 15083 15083 12693 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1535106096 832266240 20106 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15103] ppid=15083 vsize=812760 CPUtime=0.26
/proc/15097/task/15103/stat : 15103 (java) S 15083 15083 12693 0 -1 64 875 0 0 0 25 1 0 0 15 0 9 0 1535106096 832266240 20107 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15104] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15104/stat : 15104 (java) S 15083 15083 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1535106096 832266240 20109 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15105] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15105/stat : 15105 (java) S 15083 15083 12693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535106096 832266240 20110 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860312

[startup+3.10264 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 15105
/proc/meminfo: memFree=1566200/2055920 swapFree=4097700/4192956
[pid=15083] ppid=15081 vsize=47552 CPUtime=0.01
/proc/15083/stat : 15083 (galacM.sh) S 15081 15083 12693 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1535106088 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15083/statm: 11888 363 244 79 0 219 0
[pid=15097] ppid=15083 vsize=812760 CPUtime=3.05
/proc/15097/stat : 15097 (java) S 15083 15083 12693 0 -1 0 22189 0 1 0 292 13 0 0 19 0 9 0 1535106091 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15097/statm: 203190 21603 1915 9 0 197171 0
[pid=15097/tid=15098] ppid=15083 vsize=812760 CPUtime=2.69
/proc/15097/task/15098/stat : 15098 (java) R 15083 15083 12693 0 -1 64 14538 0 1 0 261 8 0 0 25 0 9 0 1535106092 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 102064181 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15099] ppid=15083 vsize=812760 CPUtime=0.07
/proc/15097/task/15099/stat : 15099 (java) S 15083 15083 12693 0 -1 64 6076 0 0 0 5 2 0 0 16 0 9 0 1535106094 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15100] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15100/stat : 15100 (java) S 15083 15083 12693 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535106094 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15101] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15101/stat : 15101 (java) S 15083 15083 12693 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1535106094 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15102] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15102/stat : 15102 (java) S 15083 15083 12693 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1535106096 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15103] ppid=15083 vsize=812760 CPUtime=0.26
/proc/15097/task/15103/stat : 15103 (java) S 15083 15083 12693 0 -1 64 875 0 0 0 25 1 0 0 15 0 9 0 1535106096 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15104] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15104/stat : 15104 (java) S 15083 15083 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1535106096 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15105] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15105/stat : 15105 (java) S 15083 15083 12693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535106096 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 860312

[startup+6.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 15105
/proc/meminfo: memFree=1563128/2055920 swapFree=4097700/4192956
[pid=15083] ppid=15081 vsize=47552 CPUtime=0.01
/proc/15083/stat : 15083 (galacM.sh) S 15081 15083 12693 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1535106088 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15083/statm: 11888 363 244 79 0 219 0
[pid=15097] ppid=15083 vsize=812760 CPUtime=6.23
/proc/15097/stat : 15097 (java) S 15083 15083 12693 0 -1 0 22198 0 1 0 608 15 0 0 19 0 9 0 1535106091 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15097/statm: 203190 21603 1915 9 0 197171 0
[pid=15097/tid=15098] ppid=15083 vsize=812760 CPUtime=5.87
/proc/15097/task/15098/stat : 15098 (java) R 15083 15083 12693 0 -1 64 14547 0 1 0 577 10 0 0 25 0 9 0 1535106092 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4126643856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15099] ppid=15083 vsize=812760 CPUtime=0.07
/proc/15097/task/15099/stat : 15099 (java) S 15083 15083 12693 0 -1 64 6076 0 0 0 5 2 0 0 16 0 9 0 1535106094 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15100] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15100/stat : 15100 (java) S 15083 15083 12693 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535106094 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15101] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15101/stat : 15101 (java) S 15083 15083 12693 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1535106094 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15102] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15102/stat : 15102 (java) S 15083 15083 12693 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1535106096 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15103] ppid=15083 vsize=812760 CPUtime=0.26
/proc/15097/task/15103/stat : 15103 (java) S 15083 15083 12693 0 -1 64 875 0 0 0 25 1 0 0 15 0 9 0 1535106096 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15104] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15104/stat : 15104 (java) S 15083 15083 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1535106096 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15105] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15105/stat : 15105 (java) S 15083 15083 12693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535106096 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 860312

[startup+12.7027 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 15105
/proc/meminfo: memFree=1556984/2055920 swapFree=4097700/4192956
[pid=15083] ppid=15081 vsize=47552 CPUtime=0.01
/proc/15083/stat : 15083 (galacM.sh) S 15081 15083 12693 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1535106088 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15083/statm: 11888 363 244 79 0 219 0
[pid=15097] ppid=15083 vsize=812760 CPUtime=12.61
/proc/15097/stat : 15097 (java) S 15083 15083 12693 0 -1 0 22212 0 1 0 1243 18 0 0 19 0 9 0 1535106091 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15097/statm: 203190 21603 1915 9 0 197171 0
[pid=15097/tid=15098] ppid=15083 vsize=812760 CPUtime=12.23
/proc/15097/task/15098/stat : 15098 (java) R 15083 15083 12693 0 -1 64 14561 0 1 0 1211 12 0 0 25 0 9 0 1535106092 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4127082198 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15099] ppid=15083 vsize=812760 CPUtime=0.08
/proc/15097/task/15099/stat : 15099 (java) S 15083 15083 12693 0 -1 64 6076 0 0 0 6 2 0 0 16 0 9 0 1535106094 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15100] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15100/stat : 15100 (java) S 15083 15083 12693 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535106094 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15101] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15101/stat : 15101 (java) S 15083 15083 12693 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1535106094 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15102] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15102/stat : 15102 (java) S 15083 15083 12693 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1535106096 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15103] ppid=15083 vsize=812760 CPUtime=0.26
/proc/15097/task/15103/stat : 15103 (java) S 15083 15083 12693 0 -1 64 875 0 0 0 25 1 0 0 15 0 9 0 1535106096 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15104] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15104/stat : 15104 (java) S 15083 15083 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1535106096 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15105] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15105/stat : 15105 (java) S 15083 15083 12693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535106096 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 860312

[startup+25.5022 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 15105
/proc/meminfo: memFree=1544696/2055920 swapFree=4097700/4192956
[pid=15083] ppid=15081 vsize=47552 CPUtime=0.01
/proc/15083/stat : 15083 (galacM.sh) S 15081 15083 12693 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1535106088 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15083/statm: 11888 363 244 79 0 219 0
[pid=15097] ppid=15083 vsize=812760 CPUtime=25.4
/proc/15097/stat : 15097 (java) S 15083 15083 12693 0 -1 0 22242 0 1 0 2515 25 0 0 19 0 9 0 1535106091 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15097/statm: 203190 21603 1915 9 0 197171 0
[pid=15097/tid=15098] ppid=15083 vsize=812760 CPUtime=25.02
/proc/15097/task/15098/stat : 15098 (java) R 15083 15083 12693 0 -1 64 14591 0 1 0 2483 19 0 0 25 0 9 0 1535106092 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4127070801 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15099] ppid=15083 vsize=812760 CPUtime=0.09
/proc/15097/task/15099/stat : 15099 (java) S 15083 15083 12693 0 -1 64 6076 0 0 0 6 3 0 0 16 0 9 0 1535106094 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15100] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15100/stat : 15100 (java) S 15083 15083 12693 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535106094 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15101] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15101/stat : 15101 (java) S 15083 15083 12693 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1535106094 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15102] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15102/stat : 15102 (java) S 15083 15083 12693 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1535106096 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15103] ppid=15083 vsize=812760 CPUtime=0.26
/proc/15097/task/15103/stat : 15103 (java) S 15083 15083 12693 0 -1 64 875 0 0 0 25 1 0 0 16 0 9 0 1535106096 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15104] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15104/stat : 15104 (java) S 15083 15083 12693 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1535106096 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15097/tid=15105] ppid=15083 vsize=812760 CPUtime=0
/proc/15097/task/15105/stat : 15105 (java) S 15083 15083 12693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535106096 832266240 21603 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 860312

[startup+51.1021 s]

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

/proc/15083/statm: 11888 363 244 79 0 219 0
[pid=15106] ppid=15083 vsize=520764 CPUtime=652.97
/proc/15106/stat : 15106 (minisat) R 15083 15083 12693 0 -1 4194304 124686 0 0 0 65220 77 0 0 25 0 1 0 1535128401 533262336 124667 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/15106/statm: 130191 124667 57 152 0 130036 0
Current children cumulated CPU time (s) 875.72
Current children cumulated vsize (KiB) 568316

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15106
/proc/meminfo: memFree=932472/2055920 swapFree=4097700/4192956
[pid=15083] ppid=15081 vsize=47552 CPUtime=222.75
/proc/15083/stat : 15083 (galacM.sh) S 15081 15083 12693 0 -1 4194304 798 24879 0 1 0 0 22149 126 17 0 1 0 1535106088 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15083/statm: 11888 363 244 79 0 219 0
[pid=15106] ppid=15083 vsize=520764 CPUtime=712.41
/proc/15106/stat : 15106 (minisat) R 15083 15083 12693 0 -1 4194304 124686 0 0 0 71164 77 0 0 25 0 1 0 1535128401 533262336 124667 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/15106/statm: 130191 124667 57 152 0 130036 0
Current children cumulated CPU time (s) 935.16
Current children cumulated vsize (KiB) 568316

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

[startup+947.107 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15106
/proc/meminfo: memFree=932472/2055920 swapFree=4097700/4192956
[pid=15083] ppid=15081 vsize=47552 CPUtime=222.75
/proc/15083/stat : 15083 (galacM.sh) S 15081 15083 12693 0 -1 4194304 798 24879 0 1 0 0 22149 126 17 0 1 0 1535106088 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15083/statm: 11888 363 244 79 0 219 0
[pid=15106] ppid=15083 vsize=520764 CPUtime=717.17
/proc/15106/stat : 15106 (minisat) R 15083 15083 12693 0 -1 4194304 124686 0 0 0 71640 77 0 0 25 0 1 0 1535128401 533262336 124667 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/15106/statm: 130191 124667 57 152 0 130036 0
Current children cumulated CPU time (s) 939.92
Current children cumulated vsize (KiB) 568316

[startup+972.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15106
/proc/meminfo: memFree=932408/2055920 swapFree=4097700/4192956
[pid=15083] ppid=15081 vsize=47552 CPUtime=222.75
/proc/15083/stat : 15083 (galacM.sh) S 15081 15083 12693 0 -1 4194304 798 24879 0 1 0 0 22149 126 17 0 1 0 1535106088 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15083/statm: 11888 363 244 79 0 219 0
[pid=15106] ppid=15083 vsize=520764 CPUtime=742.52
/proc/15106/stat : 15106 (minisat) R 15083 15083 12693 0 -1 4194304 124686 0 0 0 74175 77 0 0 25 0 1 0 1535128401 533262336 124667 996147200 134512640 135136200 4294955968 18446744073709551615 134525805 0 0 4096 3 0 0 0 17 1 0 0
/proc/15106/statm: 130191 124667 57 152 0 130036 0
Current children cumulated CPU time (s) 965.27
Current children cumulated vsize (KiB) 568316

[startup+979.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15106
/proc/meminfo: memFree=932408/2055920 swapFree=4097700/4192956
[pid=15083] ppid=15081 vsize=47552 CPUtime=222.75
/proc/15083/stat : 15083 (galacM.sh) S 15081 15083 12693 0 -1 4194304 798 24879 0 1 0 0 22149 126 17 0 1 0 1535106088 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15083/statm: 11888 363 244 79 0 219 0
[pid=15106] ppid=15083 vsize=520764 CPUtime=748.86
/proc/15106/stat : 15106 (minisat) R 15083 15083 12693 0 -1 4194304 124686 0 0 0 74809 77 0 0 25 0 1 0 1535128401 533262336 124667 996147200 134512640 135136200 4294955968 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 1 0 0
/proc/15106/statm: 130191 124667 57 152 0 130036 0
Current children cumulated CPU time (s) 971.61
Current children cumulated vsize (KiB) 568316

[startup+985.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15106
/proc/meminfo: memFree=932408/2055920 swapFree=4097700/4192956
[pid=15083] ppid=15081 vsize=47552 CPUtime=222.75
/proc/15083/stat : 15083 (galacM.sh) S 15081 15083 12693 0 -1 4194304 798 24879 0 1 0 0 22149 126 17 0 1 0 1535106088 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/15083/statm: 11888 363 244 79 0 219 0
[pid=15106] ppid=15083 vsize=520764 CPUtime=755.21
/proc/15106/stat : 15106 (minisat) R 15083 15083 12693 0 -1 4194304 124686 0 0 0 75444 77 0 0 25 0 1 0 1535128401 533262336 124667 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/15106/statm: 130191 124667 57 152 0 130036 0
Current children cumulated CPU time (s) 977.96
Current children cumulated vsize (KiB) 568316

[startup+988.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15106
/proc/meminfo: memFree=932408/2055920 swapFree=4097700/4192956
[pid=15083] ppid=15081 vsize=47552 CPUtime=980.33
/proc/15083/stat : 15083 (galacM.sh) S 15081 15083 12693 0 -1 4194304 835 149596 0 1 0 0 97821 212 16 0 1 0 1535106088 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 268213911634 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/15083/statm: 11888 364 244 79 0 219 0
Current children cumulated CPU time (s) 980.33
Current children cumulated vsize (KiB) 47552

[startup+989.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 15115
/proc/meminfo: memFree=1393016/2055920 swapFree=4097700/4192956
[pid=15083] ppid=15081 vsize=47552 CPUtime=980.33
/proc/15083/stat : 15083 (galacM.sh) S 15081 15083 12693 0 -1 4194304 835 149596 0 1 0 0 97821 212 16 0 1 0 1535106088 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 268213911634 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/15083/statm: 11888 364 244 79 0 219 0
[pid=15107] ppid=15083 vsize=812884 CPUtime=1.56
/proc/15107/stat : 15107 (java) S 15083 15083 12693 0 -1 0 16262 0 1 0 148 8 0 0 18 0 9 0 1535204877 832393216 15641 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15107/statm: 203221 15641 1924 9 0 197174 0
[pid=15107/tid=15108] ppid=15083 vsize=812884 CPUtime=1.34
/proc/15107/task/15108/stat : 15108 (java) R 15083 15083 12693 0 -1 64 14545 0 1 0 127 7 0 0 25 0 9 0 1535204879 832393216 15641 996147200 134512640 134550740 4294955616 18446744073709551615 4126651411 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15107/tid=15109] ppid=15083 vsize=812884 CPUtime=0
/proc/15107/task/15109/stat : 15109 (java) S 15083 15083 12693 0 -1 64 176 0 0 0 0 0 0 0 16 0 9 0 1535204881 832393216 15641 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=15107/tid=15110] ppid=15083 vsize=812884 CPUtime=0
/proc/15107/task/15110/stat : 15110 (java) S 15083 15083 12693 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535204881 832393216 15641 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15107/tid=15111] ppid=15083 vsize=812884 CPUtime=0
/proc/15107/task/15111/stat : 15111 (java) S 15083 15083 12693 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1535204881 832393216 15641 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15107/tid=15112] ppid=15083 vsize=812884 CPUtime=0
/proc/15107/task/15112/stat : 15112 (java) S 15083 15083 12693 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535204883 832393216 15641 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15107/tid=15113] ppid=15083 vsize=812884 CPUtime=0.2
/proc/15107/task/15113/stat : 15113 (java) S 15083 15083 12693 0 -1 64 829 0 0 0 20 0 0 0 16 0 9 0 1535204883 832393216 15641 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15107/tid=15114] ppid=15083 vsize=812884 CPUtime=0
/proc/15107/task/15114/stat : 15114 (java) S 15083 15083 12693 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535204883 832393216 15641 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15107/tid=15115] ppid=15083 vsize=812884 CPUtime=0
/proc/15107/task/15115/stat : 15115 (java) S 15083 15083 12693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535204883 832393216 15641 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 981.89
Current children cumulated vsize (KiB) 860436

[startup+989.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 15115
/proc/meminfo: memFree=1374648/2055920 swapFree=4097700/4192956
[pid=15083] ppid=15081 vsize=47552 CPUtime=980.33
/proc/15083/stat : 15083 (galacM.sh) S 15081 15083 12693 0 -1 4194304 835 149596 0 1 0 0 97821 212 16 0 1 0 1535106088 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 268213911634 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/15083/statm: 11888 364 244 79 0 219 0
[pid=15107] ppid=15083 vsize=812884 CPUtime=1.96
/proc/15107/stat : 15107 (java) S 15083 15083 12693 0 -1 0 16268 0 1 0 188 8 0 0 18 0 9 0 1535204877 832393216 15645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15107/statm: 203221 15645 1924 9 0 197174 0
[pid=15107/tid=15108] ppid=15083 vsize=812884 CPUtime=1.73
/proc/15107/task/15108/stat : 15108 (java) R 15083 15083 12693 0 -1 64 14547 0 1 0 166 7 0 0 25 0 9 0 1535204879 832393216 15645 996147200 134512640 134550740 4294955616 18446744073709551615 4126959991 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15107/tid=15109] ppid=15083 vsize=812884 CPUtime=0.01
/proc/15107/task/15109/stat : 15109 (java) S 15083 15083 12693 0 -1 64 176 0 0 0 1 0 0 0 16 0 9 0 1535204881 832393216 15645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=15107/tid=15110] ppid=15083 vsize=812884 CPUtime=0
/proc/15107/task/15110/stat : 15110 (java) S 15083 15083 12693 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535204881 832393216 15645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15107/tid=15111] ppid=15083 vsize=812884 CPUtime=0
/proc/15107/task/15111/stat : 15111 (java) S 15083 15083 12693 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1535204881 832393216 15645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15107/tid=15112] ppid=15083 vsize=812884 CPUtime=0
/proc/15107/task/15112/stat : 15112 (java) S 15083 15083 12693 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535204883 832393216 15645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15107/tid=15113] ppid=15083 vsize=812884 CPUtime=0.21
/proc/15107/task/15113/stat : 15113 (java) S 15083 15083 12693 0 -1 64 833 0 0 0 21 0 0 0 16 0 9 0 1535204883 832393216 15645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15107/tid=15114] ppid=15083 vsize=812884 CPUtime=0
/proc/15107/task/15114/stat : 15114 (java) S 15083 15083 12693 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535204883 832393216 15645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15107/tid=15115] ppid=15083 vsize=812884 CPUtime=0
/proc/15107/task/15115/stat : 15115 (java) S 15083 15083 12693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535204883 832393216 15645 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 982.29
Current children cumulated vsize (KiB) 860436

[startup+990.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 15115
/proc/meminfo: memFree=1374648/2055920 swapFree=4097700/4192956
[pid=15083] ppid=15081 vsize=47552 CPUtime=980.34
/proc/15083/stat : 15083 (galacM.sh) S 15081 15083 12693 0 -1 4194304 842 149596 0 1 0 1 97821 212 16 0 1 0 1535106088 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 268213911634 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/15083/statm: 11888 365 244 79 0 219 0
[pid=15107] ppid=15083 vsize=812884 CPUtime=2.33
/proc/15107/stat : 15107 (java) S 15083 15083 12693 0 -1 0 16276 0 1 0 225 8 0 0 18 0 9 0 1535204877 832393216 15651 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15107/statm: 203221 15651 1924 9 0 197174 0
[pid=15107/tid=15108] ppid=15083 vsize=812884 CPUtime=2.08
/proc/15107/task/15108/stat : 15108 (java) S 15083 15083 12693 0 -1 64 14550 0 1 0 201 7 0 0 25 0 9 0 1535204879 832393216 15651 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15107/tid=15109] ppid=15083 vsize=812884 CPUtime=0.01
/proc/15107/task/15109/stat : 15109 (java) S 15083 15083 12693 0 -1 64 176 0 0 0 1 0 0 0 16 0 9 0 1535204881 832393216 15651 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=15107/tid=15110] ppid=15083 vsize=812884 CPUtime=0
/proc/15107/task/15110/stat : 15110 (java) S 15083 15083 12693 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535204881 832393216 15651 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15107/tid=15111] ppid=15083 vsize=812884 CPUtime=0
/proc/15107/task/15111/stat : 15111 (java) S 15083 15083 12693 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1535204881 832393216 15651 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15107/tid=15112] ppid=15083 vsize=812884 CPUtime=0
/proc/15107/task/15112/stat : 15112 (java) S 15083 15083 12693 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535204883 832393216 15651 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15107/tid=15113] ppid=15083 vsize=812884 CPUtime=0.22
/proc/15107/task/15113/stat : 15113 (java) S 15083 15083 12693 0 -1 64 838 0 0 0 22 0 0 0 16 0 9 0 1535204883 832393216 15651 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15107/tid=15114] ppid=15083 vsize=812884 CPUtime=0
/proc/15107/task/15114/stat : 15114 (java) S 15083 15083 12693 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535204883 832393216 15651 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=15107/tid=15115] ppid=15083 vsize=812884 CPUtime=0
/proc/15107/task/15115/stat : 15115 (java) S 15083 15083 12693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535204883 832393216 15651 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 982.67
Current children cumulated vsize (KiB) 860436

[startup+990.402 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 15115
/proc/meminfo: memFree=1374648/2055920 swapFree=4097700/4192956
[pid=15083] ppid=15081 vsize=47556 CPUtime=982.69
/proc/15083/stat : 15083 (galacM.sh) S 15081 15083 12693 0 -1 4194304 880 165877 0 2 0 1 98046 222 17 0 1 0 1535106088 48697344 366 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15083/statm: 11889 366 244 79 0 220 0
Current children cumulated CPU time (s) 982.69
Current children cumulated vsize (KiB) 47556

Child status: 0
Real time (s): 990.429
CPU time (s): 982.817
CPU user time (s): 980.47
CPU system time (s): 2.34664
CPU usage (%): 99.2314
Max. virtual memory (cumulated for all children) (KiB): 860436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 980.47
system time used= 2.34664
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166914
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= 9989
involuntary context switches= 28189

runsolver used 1.24381 second user time and 3.2675 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-03 05:05:39
IDJOB=1051615
IDBENCH=55494
IDSOLVER=350
FILE ID=node32/1051615-1215054339
PBS_JOBID= 7875109
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eef28a8aaa5ab23398c7f7cc139b9a88
RANDOM SEED=1005382559

node32.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.218
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.218
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:       1647144 kB
Buffers:         19248 kB
Cached:         137368 kB
SwapCached:      88252 kB
Active:         290912 kB
Inactive:        56836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1647144 kB
SwapTotal:     4192956 kB
SwapFree:      4097700 kB
Dirty:            3164 kB
Writeback:           0 kB
Mapped:         204512 kB
Slab:            45748 kB
Committed_AS:  3975280 kB
PageTables:       2268 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= 66536 MiB
End job on node32 at 2008-07-03 05:22:10