Trace number 1081343

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 305.295 308.508

General information on the benchmark

Namecsp/queensKnights/
normalized-queensKnights-50-5-add.xml
MD5SUM2557765bf29994b12cfaa173ab96dd25
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.38133
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of constraints1235
Maximum constraint arity2
Maximum domain size2500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1235
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
11.05/11.22	c start processing
11.05/11.22	c start relation processing
12.74/12.95	c start cnf exporting
268.63/271.58	c parsing time : 11.091
268.63/271.58	c preprocessing time : 271.447
268.63/271.58	
268.63/271.58	c Nary constraints - conflicts : 0 supports : 0
268.63/271.58	c Binary constraints - conflicts : 1230 supports :5
268.63/271.58	c max arity constraint : 2
268.63/271.58	c Max Tuples generated 6250000
268.63/271.58	c relations : 51
268.63/271.58	c relations BDD: 0
268.63/271.58	c sampling 2/2
268.63/271.58	c vars : 15001 - clauses :  15859655
268.63/271.58	
268.71/271.63	 
268.71/271.63	c --- SAT Solver Stats ---
268.71/271.63	 
304.96/308.27	c restarts              : 4
304.96/308.27	c conflicts             : 3091           (88 /sec)
304.96/308.27	c decisions             : 6412           (1.64 % random) (182 /sec)
304.96/308.27	c propagations          : 19906740       (564032 /sec)
304.96/308.27	c conflict literals     : 3376641        (48.45 % deleted)
304.96/308.27	c Memory used           : 637.24 MB
304.96/308.27	c CPU time              : 35.2936 s
304.96/308.27	
304.96/308.27	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-1081343-1215216512/watcher-1081343-1215216512 -o /tmp/evaluation-result-1081343-1215216512/solver-1081343-1215216512 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1081343-1215216512.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.02 2.00 4/80 20814
/proc/meminfo: memFree=1465288/2055920 swapFree=4180436/4192956
[pid=20814] ppid=20812 vsize=18572 CPUtime=0
/proc/20814/stat : 20814 (runsolver) R 20812 20814 20018 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1551322952 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20814/statm: 4643 292 257 25 0 2626 0

[startup+0.0477211 s]
/proc/loadavg: 2.00 2.02 2.00 4/80 20814
/proc/meminfo: memFree=1465288/2055920 swapFree=4180436/4192956
[pid=20814] ppid=20812 vsize=47584 CPUtime=0.01
/proc/20814/stat : 20814 (galacM.sh) S 20812 20814 20018 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1551322952 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20814/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+0.10165 s]
/proc/loadavg: 2.00 2.02 2.00 4/80 20814
/proc/meminfo: memFree=1465288/2055920 swapFree=4180436/4192956
[pid=20814] ppid=20812 vsize=47584 CPUtime=0.01
/proc/20814/stat : 20814 (galacM.sh) S 20812 20814 20018 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1551322952 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20814/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+0.301675 s]
/proc/loadavg: 2.00 2.02 2.00 4/80 20814
/proc/meminfo: memFree=1465288/2055920 swapFree=4180436/4192956
[pid=20814] ppid=20812 vsize=47584 CPUtime=0.01
/proc/20814/stat : 20814 (galacM.sh) S 20812 20814 20018 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1551322952 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20814/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+0.701733 s]
/proc/loadavg: 2.00 2.02 2.00 4/80 20814
/proc/meminfo: memFree=1465288/2055920 swapFree=4180436/4192956
[pid=20814] ppid=20812 vsize=47584 CPUtime=0.01
/proc/20814/stat : 20814 (galacM.sh) S 20812 20814 20018 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1551322952 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20814/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+1.50284 s]
/proc/loadavg: 2.08 2.04 2.01 4/90 20836
/proc/meminfo: memFree=1424696/2055920 swapFree=4180436/4192956
[pid=20814] ppid=20812 vsize=47584 CPUtime=0.01
/proc/20814/stat : 20814 (galacM.sh) S 20812 20814 20018 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1551322952 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20814/statm: 11896 364 245 79 0 219 0
[pid=20828] ppid=20814 vsize=812672 CPUtime=1.44
/proc/20828/stat : 20828 (java) S 20814 20814 20018 0 -1 0 13340 0 1 0 135 9 0 0 18 0 9 0 1551322956 832176128 12539 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20828/statm: 203168 12539 2583 9 0 197149 0
[pid=20828/tid=20829] ppid=20814 vsize=812672 CPUtime=0.56
/proc/20828/task/20829/stat : 20829 (java) S 20814 20814 20018 0 -1 64 7461 0 1 0 51 5 0 0 16 0 9 0 1551322957 832176128 12539 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20830] ppid=20814 vsize=812672 CPUtime=0.74
/proc/20828/task/20830/stat : 20830 (java) R 20814 20814 20018 0 -1 64 4446 0 0 0 73 1 0 0 19 0 9 0 1551322958 832176128 12539 996147200 134512640 134550740 4294955600 18446744073709551615 102687684 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20831] ppid=20814 vsize=812672 CPUtime=0
/proc/20828/task/20831/stat : 20831 (java) S 20814 20814 20018 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1551322958 832176128 12539 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20832] ppid=20814 vsize=812672 CPUtime=0
/proc/20828/task/20832/stat : 20832 (java) S 20814 20814 20018 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551322958 832176128 12539 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20833] ppid=20814 vsize=812672 CPUtime=0
/proc/20828/task/20833/stat : 20833 (java) S 20814 20814 20018 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1551322961 832176128 12539 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20834] ppid=20814 vsize=812672 CPUtime=0.09
/proc/20828/task/20834/stat : 20834 (java) S 20814 20814 20018 0 -1 64 733 0 0 0 9 0 0 0 16 0 9 0 1551322961 832176128 12539 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20835] ppid=20814 vsize=812672 CPUtime=0
/proc/20828/task/20835/stat : 20835 (java) S 20814 20814 20018 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1551322961 832176128 12539 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20836] ppid=20814 vsize=812672 CPUtime=0
/proc/20828/task/20836/stat : 20836 (java) S 20814 20814 20018 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1551322961 832176128 12539 996147200 134512640 134550740 4294955600 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) 860256

[startup+3.10105 s]
/proc/loadavg: 2.08 2.04 2.01 3/90 20836
/proc/meminfo: memFree=1424248/2055920 swapFree=4180436/4192956
[pid=20814] ppid=20812 vsize=47584 CPUtime=0.01
/proc/20814/stat : 20814 (galacM.sh) S 20812 20814 20018 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1551322952 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20814/statm: 11896 364 245 79 0 219 0
[pid=20828] ppid=20814 vsize=812804 CPUtime=3.02
/proc/20828/stat : 20828 (java) S 20814 20814 20018 0 -1 0 18322 0 1 0 290 12 0 0 18 0 9 0 1551322956 832311296 17496 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20828/statm: 203201 17496 2585 9 0 197182 0
[pid=20828/tid=20829] ppid=20814 vsize=812804 CPUtime=1.34
/proc/20828/task/20829/stat : 20829 (java) R 20814 20814 20018 0 -1 64 12309 0 1 0 126 8 0 0 22 0 9 0 1551322957 832311296 17496 996147200 134512640 134550740 4294955600 18446744073709551615 4126416356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20830] ppid=20814 vsize=812804 CPUtime=1.42
/proc/20828/task/20830/stat : 20830 (java) S 20814 20814 20018 0 -1 64 4477 0 0 0 140 2 0 0 25 0 9 0 1551322958 832311296 17496 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20831] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20831/stat : 20831 (java) S 20814 20814 20018 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1551322958 832311296 17496 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20832] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20832/stat : 20832 (java) S 20814 20814 20018 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551322958 832311296 17496 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20833] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20833/stat : 20833 (java) S 20814 20814 20018 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1551322961 832311296 17496 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20834] ppid=20814 vsize=812804 CPUtime=0.22
/proc/20828/task/20834/stat : 20834 (java) S 20814 20814 20018 0 -1 64 836 0 0 0 22 0 0 0 15 0 9 0 1551322961 832311296 17496 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20835] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20835/stat : 20835 (java) S 20814 20814 20018 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1551322961 832311296 17496 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20836] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20836/stat : 20836 (java) S 20814 20814 20018 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1551322961 832311296 17496 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860388

[startup+6.30146 s]
/proc/loadavg: 2.07 2.03 2.01 3/90 20836
/proc/meminfo: memFree=1394552/2055920 swapFree=4180436/4192956
[pid=20814] ppid=20812 vsize=47584 CPUtime=0.01
/proc/20814/stat : 20814 (galacM.sh) S 20812 20814 20018 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1551322952 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20814/statm: 11896 364 245 79 0 219 0
[pid=20828] ppid=20814 vsize=812804 CPUtime=6.19
/proc/20828/stat : 20828 (java) S 20814 20814 20018 0 -1 0 20746 0 1 0 605 14 0 0 18 0 9 0 1551322956 832311296 19919 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20828/statm: 203201 19919 2589 9 0 197182 0
[pid=20828/tid=20829] ppid=20814 vsize=812804 CPUtime=4.43
/proc/20828/task/20829/stat : 20829 (java) R 20814 20814 20018 0 -1 64 14641 0 1 0 434 9 0 0 25 0 9 0 1551322957 832311296 19919 996147200 134512640 134550740 4294955600 18446744073709551615 4126643127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20830] ppid=20814 vsize=812804 CPUtime=1.42
/proc/20828/task/20830/stat : 20830 (java) S 20814 20814 20018 0 -1 64 4510 0 0 0 140 2 0 0 16 0 9 0 1551322958 832311296 19919 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20828/tid=20831] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20831/stat : 20831 (java) S 20814 20814 20018 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1551322958 832311296 19919 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20832] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20832/stat : 20832 (java) S 20814 20814 20018 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551322958 832311296 19919 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20833] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20833/stat : 20833 (java) S 20814 20814 20018 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1551322961 832311296 19919 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20834] ppid=20814 vsize=812804 CPUtime=0.31
/proc/20828/task/20834/stat : 20834 (java) S 20814 20814 20018 0 -1 64 895 0 0 0 30 1 0 0 15 0 9 0 1551322961 832311296 19919 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20835] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20835/stat : 20835 (java) S 20814 20814 20018 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1551322961 832311296 19919 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20836] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20836/stat : 20836 (java) S 20814 20814 20018 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1551322961 832311296 19919 996147200 134512640 134550740 4294955600 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) 860388

[startup+12.7013 s]
/proc/loadavg: 2.07 2.03 2.00 3/90 20836
/proc/meminfo: memFree=1394552/2055920 swapFree=4180436/4192956
[pid=20814] ppid=20812 vsize=47584 CPUtime=0.01
/proc/20814/stat : 20814 (galacM.sh) S 20812 20814 20018 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1551322952 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20814/statm: 11896 364 245 79 0 219 0
[pid=20828] ppid=20814 vsize=812804 CPUtime=12.53
/proc/20828/stat : 20828 (java) S 20814 20814 20018 0 -1 0 20771 0 1 0 1239 14 0 0 18 0 9 0 1551322956 832311296 19936 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20828/statm: 203201 19936 2590 9 0 197182 0
[pid=20828/tid=20829] ppid=20814 vsize=812804 CPUtime=10.76
/proc/20828/task/20829/stat : 20829 (java) R 20814 20814 20018 0 -1 64 14659 0 1 0 1067 9 0 0 25 0 9 0 1551322957 832311296 19936 996147200 134512640 134550740 4294955600 18446744073709551615 4127260556 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20830] ppid=20814 vsize=812804 CPUtime=1.42
/proc/20828/task/20830/stat : 20830 (java) S 20814 20814 20018 0 -1 64 4510 0 0 0 140 2 0 0 16 0 9 0 1551322958 832311296 19936 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20828/tid=20831] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20831/stat : 20831 (java) S 20814 20814 20018 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1551322958 832311296 19936 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20832] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20832/stat : 20832 (java) S 20814 20814 20018 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551322958 832311296 19936 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20833] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20833/stat : 20833 (java) S 20814 20814 20018 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1551322961 832311296 19936 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20834] ppid=20814 vsize=812804 CPUtime=0.32
/proc/20828/task/20834/stat : 20834 (java) S 20814 20814 20018 0 -1 64 902 0 0 0 31 1 0 0 16 0 9 0 1551322961 832311296 19936 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20835] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20835/stat : 20835 (java) S 20814 20814 20018 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1551322961 832311296 19936 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20836] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20836/stat : 20836 (java) S 20814 20814 20018 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1551322961 832311296 19936 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860388

[startup+25.503 s]
/proc/loadavg: 2.06 2.03 2.00 3/90 20836
/proc/meminfo: memFree=1376056/2055920 swapFree=4180436/4192956
[pid=20814] ppid=20812 vsize=47584 CPUtime=0.01
/proc/20814/stat : 20814 (galacM.sh) S 20812 20814 20018 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1551322952 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20814/statm: 11896 364 245 79 0 219 0
[pid=20828] ppid=20814 vsize=812804 CPUtime=25.19
/proc/20828/stat : 20828 (java) S 20814 20814 20018 0 -1 0 22765 0 1 0 2498 21 0 0 18 0 9 0 1551322956 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20828/statm: 203201 21902 2592 9 0 197182 0
[pid=20828/tid=20829] ppid=20814 vsize=812804 CPUtime=23.19
/proc/20828/task/20829/stat : 20829 (java) R 20814 20814 20018 0 -1 64 14709 0 1 0 2304 15 0 0 25 0 9 0 1551322957 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4127332951 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20830] ppid=20814 vsize=812804 CPUtime=1.6
/proc/20828/task/20830/stat : 20830 (java) S 20814 20814 20018 0 -1 64 6425 0 0 0 158 2 0 0 16 0 9 0 1551322958 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20831] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20831/stat : 20831 (java) S 20814 20814 20018 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1551322958 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20832] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20832/stat : 20832 (java) S 20814 20814 20018 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551322958 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20833] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20833/stat : 20833 (java) S 20814 20814 20018 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1551322961 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20834] ppid=20814 vsize=812804 CPUtime=0.36
/proc/20828/task/20834/stat : 20834 (java) S 20814 20814 20018 0 -1 64 931 0 0 0 35 1 0 0 15 0 9 0 1551322961 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20835] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20835/stat : 20835 (java) S 20814 20814 20018 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1551322961 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20836] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20836/stat : 20836 (java) S 20814 20814 20018 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1551322961 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 860388

[startup+51.1024 s]
/proc/loadavg: 2.03 2.03 2.00 3/90 20836
/proc/meminfo: memFree=1353656/2055920 swapFree=4180436/4192956
[pid=20814] ppid=20812 vsize=47584 CPUtime=0.01

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

/proc/20828/statm: 203201 21902 2592 9 0 197182 0
[pid=20828/tid=20829] ppid=20814 vsize=812804 CPUtime=99.03
/proc/20828/task/20829/stat : 20829 (java) R 20814 20814 20018 0 -1 64 14876 0 1 0 9850 53 0 0 25 0 9 0 1551322957 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 102714904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20830] ppid=20814 vsize=812804 CPUtime=1.68
/proc/20828/task/20830/stat : 20830 (java) S 20814 20814 20018 0 -1 64 6425 0 0 0 165 3 0 0 16 0 9 0 1551322958 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20831] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20831/stat : 20831 (java) S 20814 20814 20018 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1551322958 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20832] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20832/stat : 20832 (java) S 20814 20814 20018 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551322958 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20833] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20833/stat : 20833 (java) S 20814 20814 20018 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1551322961 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20834] ppid=20814 vsize=812804 CPUtime=0.36
/proc/20828/task/20834/stat : 20834 (java) S 20814 20814 20018 0 -1 64 931 0 0 0 35 1 0 0 16 0 9 0 1551322961 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20835] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20835/stat : 20835 (java) S 20814 20814 20018 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1551322961 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20836] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20836/stat : 20836 (java) S 20814 20814 20018 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1551322961 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 860388

[startup+162.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 20836
/proc/meminfo: memFree=1254392/2055920 swapFree=4180436/4192956
[pid=20814] ppid=20812 vsize=47584 CPUtime=0.01
/proc/20814/stat : 20814 (galacM.sh) S 20812 20814 20018 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1551322952 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20814/statm: 11896 364 245 79 0 219 0
[pid=20828] ppid=20814 vsize=812804 CPUtime=160.5
/proc/20828/stat : 20828 (java) S 20814 20814 20018 0 -1 0 23063 0 1 0 15960 90 0 0 18 0 9 0 1551322956 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20828/statm: 203201 21902 2592 9 0 197182 0
[pid=20828/tid=20829] ppid=20814 vsize=812804 CPUtime=158.36
/proc/20828/task/20829/stat : 20829 (java) R 20814 20814 20018 0 -1 64 15007 0 1 0 15753 83 0 0 25 0 9 0 1551322957 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4126746007 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20830] ppid=20814 vsize=812804 CPUtime=1.75
/proc/20828/task/20830/stat : 20830 (java) S 20814 20814 20018 0 -1 64 6425 0 0 0 171 4 0 0 16 0 9 0 1551322958 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20831] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20831/stat : 20831 (java) S 20814 20814 20018 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1551322958 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20832] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20832/stat : 20832 (java) S 20814 20814 20018 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551322958 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20833] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20833/stat : 20833 (java) S 20814 20814 20018 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1551322961 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20834] ppid=20814 vsize=812804 CPUtime=0.36
/proc/20828/task/20834/stat : 20834 (java) S 20814 20814 20018 0 -1 64 931 0 0 0 35 1 0 0 16 0 9 0 1551322961 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20835] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20835/stat : 20835 (java) S 20814 20814 20018 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1551322961 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20836] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20836/stat : 20836 (java) S 20814 20814 20018 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1551322961 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 160.51
Current children cumulated vsize (KiB) 860388

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 20836
/proc/meminfo: memFree=1192440/2055920 swapFree=4180436/4192956
[pid=20814] ppid=20812 vsize=47584 CPUtime=0.01
/proc/20814/stat : 20814 (galacM.sh) S 20812 20814 20018 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1551322952 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20814/statm: 11896 364 245 79 0 219 0
[pid=20828] ppid=20814 vsize=812804 CPUtime=219.9
/proc/20828/stat : 20828 (java) S 20814 20814 20018 0 -1 0 23193 0 1 0 21864 126 0 0 18 0 9 0 1551322956 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20828/statm: 203201 21902 2592 9 0 197182 0
[pid=20828/tid=20829] ppid=20814 vsize=812804 CPUtime=217.69
/proc/20828/task/20829/stat : 20829 (java) R 20814 20814 20018 0 -1 64 15137 0 1 0 21651 118 0 0 25 0 9 0 1551322957 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 103827261 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20830] ppid=20814 vsize=812804 CPUtime=1.82
/proc/20828/task/20830/stat : 20830 (java) S 20814 20814 20018 0 -1 64 6425 0 0 0 177 5 0 0 16 0 9 0 1551322958 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20831] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20831/stat : 20831 (java) S 20814 20814 20018 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1551322958 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20832] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20832/stat : 20832 (java) S 20814 20814 20018 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551322958 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20833] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20833/stat : 20833 (java) S 20814 20814 20018 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1551322961 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20834] ppid=20814 vsize=812804 CPUtime=0.36
/proc/20828/task/20834/stat : 20834 (java) S 20814 20814 20018 0 -1 64 931 0 0 0 35 1 0 0 16 0 9 0 1551322961 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20835] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20835/stat : 20835 (java) S 20814 20814 20018 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1551322961 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20828/tid=20836] ppid=20814 vsize=812804 CPUtime=0
/proc/20828/task/20836/stat : 20836 (java) S 20814 20814 20018 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1551322961 832311296 21902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 219.91
Current children cumulated vsize (KiB) 860388

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20837
/proc/meminfo: memFree=605944/2055920 swapFree=4180436/4192956
[pid=20814] ppid=20812 vsize=47584 CPUtime=268.73
/proc/20814/stat : 20814 (galacM.sh) S 20812 20814 20018 0 -1 4194304 799 25004 0 1 0 0 26724 149 17 0 1 0 1551322952 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20814/statm: 11896 364 245 79 0 219 0
[pid=20837] ppid=20814 vsize=636268 CPUtime=10.56
/proc/20837/stat : 20837 (minisat) R 20814 20814 20018 0 -1 4194304 156076 0 0 0 960 96 0 0 25 0 1 0 1551350115 651538432 156057 996147200 134512640 135136200 4294955968 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/20837/statm: 159067 156057 54 152 0 158912 0
Current children cumulated CPU time (s) 279.29
Current children cumulated vsize (KiB) 683852

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

[startup+294.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20837
/proc/meminfo: memFree=595320/2055920 swapFree=4180436/4192956
[pid=20814] ppid=20812 vsize=47584 CPUtime=268.73
/proc/20814/stat : 20814 (galacM.sh) S 20812 20814 20018 0 -1 4194304 799 25004 0 1 0 0 26724 149 17 0 1 0 1551322952 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20814/statm: 11896 364 245 79 0 219 0
[pid=20837] ppid=20814 vsize=646044 CPUtime=22.46
/proc/20837/stat : 20837 (minisat) R 20814 20814 20018 0 -1 4194304 158546 0 0 0 2146 100 0 0 25 0 1 0 1551350115 661549056 158527 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/20837/statm: 161511 158527 54 152 0 161356 0
Current children cumulated CPU time (s) 291.19
Current children cumulated vsize (KiB) 693628

[startup+300.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20837
/proc/meminfo: memFree=592120/2055920 swapFree=4180436/4192956
[pid=20814] ppid=20812 vsize=47584 CPUtime=268.73
/proc/20814/stat : 20814 (galacM.sh) S 20812 20814 20018 0 -1 4194304 799 25004 0 1 0 0 26724 149 17 0 1 0 1551322952 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20814/statm: 11896 364 245 79 0 219 0
[pid=20837] ppid=20814 vsize=649212 CPUtime=28.79
/proc/20837/stat : 20837 (minisat) R 20814 20814 20018 0 -1 4194304 159307 0 0 0 2779 100 0 0 25 0 1 0 1551350115 664793088 159288 996147200 134512640 135136200 4294955968 18446744073709551615 134529530 0 0 4096 3 0 0 0 17 1 0 0
/proc/20837/statm: 162303 159288 54 152 0 162148 0
Current children cumulated CPU time (s) 297.52
Current children cumulated vsize (KiB) 696796

[startup+303.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20837
/proc/meminfo: memFree=590712/2055920 swapFree=4180436/4192956
[pid=20814] ppid=20812 vsize=47584 CPUtime=268.73
/proc/20814/stat : 20814 (galacM.sh) S 20812 20814 20018 0 -1 4194304 799 25004 0 1 0 0 26724 149 17 0 1 0 1551322952 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20814/statm: 11896 364 245 79 0 219 0
[pid=20837] ppid=20814 vsize=650664 CPUtime=31.97
/proc/20837/stat : 20837 (minisat) R 20814 20814 20018 0 -1 4194304 159685 0 0 0 3096 101 0 0 25 0 1 0 1551350115 666279936 159666 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/20837/statm: 162666 159666 56 152 0 162511 0
Current children cumulated CPU time (s) 300.7
Current children cumulated vsize (KiB) 698248

[startup+307.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20837
/proc/meminfo: memFree=589304/2055920 swapFree=4180436/4192956
[pid=20814] ppid=20812 vsize=47584 CPUtime=268.73
/proc/20814/stat : 20814 (galacM.sh) S 20812 20814 20018 0 -1 4194304 799 25004 0 1 0 0 26724 149 17 0 1 0 1551322952 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20814/statm: 11896 364 245 79 0 219 0
[pid=20837] ppid=20814 vsize=651988 CPUtime=35.14
/proc/20837/stat : 20837 (minisat) R 20814 20814 20018 0 -1 4194304 160008 0 0 0 3412 102 0 0 25 0 1 0 1551350115 667635712 159989 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/20837/statm: 162997 159989 57 152 0 162842 0
Current children cumulated CPU time (s) 303.87
Current children cumulated vsize (KiB) 699572

[startup+307.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20837
/proc/meminfo: memFree=588664/2055920 swapFree=4180436/4192956
[pid=20814] ppid=20812 vsize=47584 CPUtime=268.73
/proc/20814/stat : 20814 (galacM.sh) S 20812 20814 20018 0 -1 4194304 799 25004 0 1 0 0 26724 149 17 0 1 0 1551322952 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20814/statm: 11896 364 245 79 0 219 0
[pid=20837] ppid=20814 vsize=652396 CPUtime=35.94
/proc/20837/stat : 20837 (minisat) R 20814 20814 20018 0 -1 4194304 160123 0 0 0 3492 102 0 0 25 0 1 0 1551350115 668053504 160104 996147200 134512640 135136200 4294955968 18446744073709551615 134529509 0 0 4096 3 0 0 0 17 1 0 0
/proc/20837/statm: 163099 160104 57 152 0 162944 0
Current children cumulated CPU time (s) 304.67
Current children cumulated vsize (KiB) 699980

[startup+308.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20837
/proc/meminfo: memFree=588664/2055920 swapFree=4180436/4192956
[pid=20814] ppid=20812 vsize=47584 CPUtime=268.73
/proc/20814/stat : 20814 (galacM.sh) S 20812 20814 20018 0 -1 4194304 799 25004 0 1 0 0 26724 149 17 0 1 0 1551322952 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20814/statm: 11896 364 245 79 0 219 0
[pid=20837] ppid=20814 vsize=0 CPUtime=36.33
/proc/20837/stat : 20837 (minisat) R 20814 20814 20018 0 -1 4194308 160175 0 0 0 3529 104 0 0 25 0 1 0 1551350115 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/20837/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 305.06
Current children cumulated vsize (KiB) 47584

[startup+308.507 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20837
/proc/meminfo: memFree=588664/2055920 swapFree=4180436/4192956
[pid=20814] ppid=20812 vsize=47584 CPUtime=305.15
/proc/20814/stat : 20814 (galacM.sh) S 20812 20814 20018 0 -1 4194304 833 185179 0 1 0 0 30253 262 16 0 1 0 1551322952 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20814/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 305.15
Current children cumulated vsize (KiB) 47584

Child status: 0
Real time (s): 308.508
CPU time (s): 305.295
CPU user time (s): 302.545
CPU system time (s): 2.74958
CPU usage (%): 98.9583
Max. virtual memory (cumulated for all children) (KiB): 860388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 302.545
system time used= 2.74958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186170
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= 10623
involuntary context switches= 12082

runsolver used 0.418936 second user time and 0.977851 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-05 02:08:32
IDJOB=1081343
IDBENCH=57092
IDSOLVER=350
FILE ID=node13/1081343-1215216512
PBS_JOBID= 7881803
Free space on /tmp= 66524 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/queensKnights/normalized-queensKnights-50-5-add.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081343-1215216512/watcher-1081343-1215216512 -o /tmp/evaluation-result-1081343-1215216512/solver-1081343-1215216512 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1081343-1215216512.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2557765bf29994b12cfaa173ab96dd25
RANDOM SEED=106235951

node13.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.238
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.238
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:       1465768 kB
Buffers:         59320 kB
Cached:         365792 kB
SwapCached:       6892 kB
Active:         258976 kB
Inactive:       271944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1465768 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            3196 kB
Writeback:           0 kB
Mapped:         122032 kB
Slab:            44100 kB
Committed_AS:  3848480 kB
PageTables:       2116 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= 66520 MiB
End job on node13 at 2008-07-05 02:13:40