Trace number 3484082

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
borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)? (MO) 701.99 701.763

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S771170845-016-UNKNOWN.cnf
MD5SUM8a262b49dcf27b27fb405f8a8cdf125f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark69.9854
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517000

Solver Data

0.38/0.51	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.38/0.51	c INFO: solving HOME/instance-3484082-1307747099.cnf
0.38/0.51	c INFO: computing task features
0.48/0.63	c INFO: computed variable-clause graph statistics
0.48/0.63	c INFO: computed clause balance statistics
1.18/1.31	c INFO: computed variable balance statistics
1.38/1.57	c INFO: computed small-clause counts
1.38/1.57	c INFO: computed Horn-clause counts
1.48/1.60	c INFO: computed variable graph statistics
1.48/1.60	c INFO: collected features for HOME/instance-3484082-1307747099.cnf in 1.09 s
1.48/1.61	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.35)
101.59/101.77	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.12)
201.83/201.95	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
302.08/302.10	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.06)
401.30/401.25	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.05)
500.65/500.42	c INFO: running gnovelty+2@0 for 97 with 700 remaining (b = 0.04)
600.88/600.62	c INFO: running FH@0 for 97 with 600 remaining (b = 0.03)
700.99/700.79	c INFO: running adaptg2wsat2009++@0 for 97 with 500 remaining (b = 0.03)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3484082-1307747099/watcher-3484082-1307747099 -o /tmp/evaluation-result-3484082-1307747099/solver-3484082-1307747099 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484082-1307747099.cnf -seed 66036071 -budget 1200 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.47 1.30 0.51 4/202 18479
/proc/meminfo: memFree=31892928/32950928 swapFree=67055428/67111528
[pid=18479] ppid=18477 vsize=15384 CPUtime=0 cores=0,2
/proc/18479/stat : 18479 (python) S 18477 18479 18188 0 -1 4202496 796 0 0 0 0 0 0 0 25 0 1 0 886306952 15753216 681 33554432000 4194304 5683644 140733879911904 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/18479/statm: 3846 681 322 364 0 333 0

[startup+0.0125741 s]
/proc/loadavg: 3.47 1.30 0.51 4/202 18479
/proc/meminfo: memFree=31892928/32950928 swapFree=67055428/67111528
[pid=18479] ppid=18477 vsize=16244 CPUtime=0 cores=0,2
/proc/18479/stat : 18479 (python) R 18477 18479 18188 0 -1 4202496 989 0 0 0 0 0 0 0 25 0 1 0 886306952 16633856 860 33554432000 4194304 5683644 140733879911904 18446744073709551615 239476355781 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/18479/statm: 4061 860 363 364 0 548 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16244

[startup+0.100561 s]
/proc/loadavg: 3.47 1.30 0.51 4/202 18479
/proc/meminfo: memFree=31892928/32950928 swapFree=67055428/67111528
[pid=18479] ppid=18477 vsize=102012 CPUtime=0.07 cores=0,2
/proc/18479/stat : 18479 (python) R 18477 18479 18188 0 -1 4202496 3009 0 0 0 5 2 0 0 25 0 1 0 886306952 104460288 2700 33554432000 4194304 5683644 140733879911904 18446744073709551615 239476692992 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/18479/statm: 25503 2700 841 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102012

[startup+0.300527 s]
/proc/loadavg: 3.47 1.30 0.51 4/202 18479
/proc/meminfo: memFree=31892928/32950928 swapFree=67055428/67111528
[pid=18479] ppid=18477 vsize=135900 CPUtime=0.21 cores=0,2
/proc/18479/stat : 18479 (python) R 18477 18479 18188 0 -1 4202496 6066 933 1 0 16 5 0 0 17 0 1 0 886306952 139161600 4190 33554432000 4194304 5683644 140733879911904 18446744073709551615 239476690868 0 0 16781312 2 0 0 0 17 0 0 0 1
/proc/18479/statm: 33975 4190 1032 364 0 3161 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135900

[startup+0.7005 s]
/proc/loadavg: 3.47 1.30 0.51 4/202 18479
/proc/meminfo: memFree=31892928/32950928 swapFree=67055428/67111528
[pid=18479] ppid=18477 vsize=282584 CPUtime=0.58 cores=0,2
/proc/18479/stat : 18479 (python) R 18477 18479 18188 0 -1 4202496 11344 933 1 0 49 9 0 0 17 0 1 0 886306952 289366016 8057 33554432000 4194304 5683644 140733879911904 18446744073709551615 47096825324120 0 0 16781312 2 0 0 0 17 0 0 0 1
/proc/18479/statm: 70646 8057 1826 364 0 6570 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 282584

[startup+1.50035 s]
/proc/loadavg: 3.47 1.30 0.51 5/203 18484
/proc/meminfo: memFree=31867276/32950928 swapFree=67055428/67111528
[pid=18479] ppid=18477 vsize=282584 CPUtime=1.38 cores=0,2
/proc/18479/stat : 18479 (python) R 18477 18479 18188 0 -1 4202496 11345 933 1 0 129 9 0 0 18 0 1 0 886306952 289366016 8058 33554432000 4194304 5683644 140733879911904 18446744073709551615 47096828239585 0 0 16781312 2 0 0 0 17 0 0 0 1
/proc/18479/statm: 70646 8058 1827 364 0 6570 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 282584

[startup+3.10104 s]
/proc/loadavg: 3.47 1.30 0.51 5/206 18487
/proc/meminfo: memFree=31866576/32950928 swapFree=67055428/67111528
[pid=18479] ppid=18477 vsize=289472 CPUtime=1.48 cores=0,2
/proc/18479/stat : 18479 (python) S 18477 18479 18188 0 -1 4202496 11674 933 1 0 139 9 0 0 21 0 2 0 886306952 296419328 7232 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1
/proc/18479/statm: 72368 7232 1869 364 0 8286 0
[pid=18485] ppid=18479 vsize=279228 CPUtime=0 cores=0,2
/proc/18485/stat : 18485 (python) S 18479 18479 18188 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 886307114 285929472 5713 33554432000 4194304 5683644 140733879911904 18446744073709551615 239476715023 0 0 16781312 514 4419995791146320132 0 0 17 0 0 0 0
/proc/18485/statm: 69807 5713 354 364 0 5725 0
[pid=18487] ppid=18485 vsize=1018616 CPUtime=1.48 cores=0,2
/proc/18487/stat : 18487 (gnovelty+2) R 18485 18487 18487 0 -1 4202496 761 0 0 0 148 0 0 0 25 0 1 0 886307114 1043062784 501 33554432000 134512640 135663704 4288927344 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18487/statm: 254654 501 113 282 0 254370 0
[pid=18479/tid=18486] ppid=18477 vsize=289472 CPUtime=0 cores=0,2
/proc/18479/task/18486/stat : 18486 (python) S 18477 18479 18188 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 2 0 886307114 296419328 7232 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 1587316

[startup+6.30037 s]
/proc/loadavg: 3.51 1.34 0.52 5/206 18487
/proc/meminfo: memFree=31866328/32950928 swapFree=67055428/67111528
[pid=18479] ppid=18477 vsize=289472 CPUtime=1.48 cores=0,2
/proc/18479/stat : 18479 (python) S 18477 18479 18188 0 -1 4202496 11674 933 1 0 139 9 0 0 21 0 2 0 886306952 296419328 7232 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1
/proc/18479/statm: 72368 7232 1869 364 0 8286 0
[pid=18485] ppid=18479 vsize=279228 CPUtime=0 cores=0,2
/proc/18485/stat : 18485 (python) S 18479 18479 18188 0 -1 4202560 866 0 0 0 0 0 0 0 18 0 1 0 886307114 285929472 5736 33554432000 4194304 5683644 140733879911904 18446744073709551615 239476715023 0 0 16781312 514 4419995791146320132 0 0 17 0 0 0 0
/proc/18485/statm: 69807 5736 377 364 0 5725 0
[pid=18487] ppid=18485 vsize=1018616 CPUtime=4.67 cores=0,2
/proc/18487/stat : 18487 (gnovelty+2) R 18485 18487 18487 0 -1 4202496 761 0 0 0 467 0 0 0 25 0 1 0 886307114 1043062784 501 33554432000 134512640 135663704 4288927344 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18487/statm: 254654 501 113 282 0 254370 0
[pid=18479/tid=18486] ppid=18477 vsize=289472 CPUtime=0 cores=0,2
/proc/18479/task/18486/stat : 18486 (python) S 18477 18479 18188 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 2 0 886307114 296419328 7232 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 1587316

[startup+12.7012 s]
/proc/loadavg: 3.55 1.39 0.54 5/206 18487
/proc/meminfo: memFree=31865936/32950928 swapFree=67055428/67111528
[pid=18479] ppid=18477 vsize=289472 CPUtime=1.48 cores=0,2
/proc/18479/stat : 18479 (python) S 18477 18479 18188 0 -1 4202496 11674 933 1 0 139 9 0 0 21 0 2 0 886306952 296419328 7232 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1
/proc/18479/statm: 72368 7232 1869 364 0 8286 0
[pid=18485] ppid=18479 vsize=279228 CPUtime=0.01 cores=0,2
/proc/18485/stat : 18485 (python) S 18479 18479 18188 0 -1 4202560 869 0 0 0 1 0 0 0 18 0 1 0 886307114 285929472 5736 33554432000 4194304 5683644 140733879911904 18446744073709551615 239476715023 0 0 16781312 514 11529918733510213892 0 0 17 0 0 0 0
/proc/18485/statm: 69807 5736 377 364 0 5725 0
[pid=18487] ppid=18485 vsize=1018616 CPUtime=11.07 cores=0,2
/proc/18487/stat : 18487 (gnovelty+2) R 18485 18487 18487 0 -1 4202496 761 0 0 0 1107 0 0 0 25 0 1 0 886307114 1043062784 501 33554432000 134512640 135663704 4288927344 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18487/statm: 254654 501 113 282 0 254370 0
[pid=18479/tid=18486] ppid=18477 vsize=289472 CPUtime=0 cores=0,2
/proc/18479/task/18486/stat : 18486 (python) S 18477 18479 18188 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 2 0 886307114 296419328 7232 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 1587316

[startup+25.5007 s]
/proc/loadavg: 3.65 1.52 0.60 5/210 18492
/proc/meminfo: memFree=31858572/32950928 swapFree=67055428/67111528
[pid=18479] ppid=18477 vsize=289472 CPUtime=1.48 cores=0,2
/proc/18479/stat : 18479 (python) S 18477 18479 18188 0 -1 4202496 11674 933 1 0 139 9 0 0 21 0 2 0 886306952 296419328 7232 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1
/proc/18479/statm: 72368 7232 1869 364 0 8286 0
[pid=18485] ppid=18479 vsize=279228 CPUtime=0.02 cores=0,2
/proc/18485/stat : 18485 (python) S 18479 18479 18188 0 -1 4202560 875 0 0 0 2 0 0 0 18 0 1 0 886307114 285929472 5736 33554432000 4194304 5683644 140733879911904 18446744073709551615 239476715023 0 0 16781312 514 11529918733510213892 0 0 17 0 0 0 0
/proc/18485/statm: 69807 5736 377 364 0 5725 0
[pid=18487] ppid=18485 vsize=1018616 CPUtime=23.85 cores=0,2
/proc/18487/stat : 18487 (gnovelty+2) R 18485 18487 18487 0 -1 4202496 761 0 0 0 2385 0 0 0 25 0 1 0 886307114 1043062784 501 33554432000 134512640 135663704 4288927344 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18487/statm: 254654 501 113 282 0 254370 0
[pid=18479/tid=18486] ppid=18477 vsize=289472 CPUtime=0 cores=0,2
/proc/18479/task/18486/stat : 18486 (python) S 18477 18479 18188 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 2 0 886307114 296419328 7232 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 1587316

[startup+51.1008 s]
/proc/loadavg: 3.84 1.73 0.69 5/214 18496
/proc/meminfo: memFree=31852236/32950928 swapFree=67055428/67111528
[pid=18479] ppid=18477 vsize=289472 CPUtime=1.48 cores=0,2
/proc/18479/stat : 18479 (python) S 18477 18479 18188 0 -1 4202496 11674 933 1 0 139 9 0 0 21 0 2 0 886306952 296419328 7232 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1
/proc/18479/statm: 72368 7232 1869 364 0 8286 0
[pid=18485] ppid=18479 vsize=279228 CPUtime=0.06 cores=0,2
/proc/18485/stat : 18485 (python) S 18479 18479 18188 0 -1 4202560 885 0 0 0 4 2 0 0 18 0 1 0 886307114 285929472 5736 33554432000 4194304 5683644 140733879911904 18446744073709551615 239476715023 0 0 16781312 514 11529918733510213892 0 0 17 0 0 0 0
/proc/18485/statm: 69807 5736 377 364 0 5725 0
[pid=18487] ppid=18485 vsize=1018616 CPUtime=49.44 cores=0,2
/proc/18487/stat : 18487 (gnovelty+2) R 18485 18487 18487 0 -1 4202496 761 0 0 0 4944 0 0 0 25 0 1 0 886307114 1043062784 501 33554432000 134512640 135663704 4288927344 18446744073709551615 134524551 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18487/statm: 254654 501 113 282 0 254370 0
[pid=18479/tid=18486] ppid=18477 vsize=289472 CPUtime=0 cores=0,2
/proc/18479/task/18486/stat : 18486 (python) S 18477 18479 18188 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 2 0 886307114 296419328 7232 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 1587316

[startup+102.307 s]
/proc/loadavg: 3.99 2.09 0.87 5/222 18506
/proc/meminfo: memFree=31837876/32950928 swapFree=67055428/67111528
[pid=18479] ppid=18477 vsize=299860 CPUtime=1.5 cores=0,2
/proc/18479/stat : 18479 (python) S 18477 18479 18188 0 -1 4202496 12529 933 1 0 140 10 0 0 20 0 3 0 886306952 307056640 7289 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1
/proc/18479/statm: 74965 7289 1872 364 0 10880 0
[pid=18485] ppid=18479 vsize=289472 CPUtime=0.13 cores=0,2
/proc/18485/stat : 18485 (python) S 18479 18479 18188 0 -1 4202560 1145 0 0 0 8 5 0 0 19 0 2 0 886307114 296419328 5779 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18485/statm: 72368 5779 415 364 0 8286 0
[pid=18487] ppid=18485 vsize=1018616 CPUtime=100.06 cores=0,2
/proc/18487/stat : 18487 (gnovelty+2) T 18485 18487 18487 0 -1 4202496 761 0 0 0 10006 0 0 0 25 0 1 0 886307114 1043062784 501 33554432000 134512640 135663704 4288927344 18446744073709551615 134524755 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18487/statm: 254654 501 113 282 0 254370 0
[pid=18485/tid=18503] ppid=18479 vsize=289472 CPUtime=0 cores=0,2
/proc/18485/task/18503/stat : 18503 (python) S 18479 18479 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886317129 296419328 5779 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 514 18446604453941803712 0 0 -1 2 0 0 0
[pid=18504] ppid=18479 vsize=289616 CPUtime=0 cores=0,2
/proc/18504/stat : 18504 (python) S 18479 18479 18188 0 -1 4202560 736 0 0 0 0 0 0 0 19 0 1 0 886317130 296566784 5761 33554432000 4194304 5683644 140733879911904 18446744073709551615 239476715078 0 0 16781312 514 4462949862152863743 0 0 17 0 0 0 0
/proc/18504/statm: 72404 5761 348 364 0 8319 0
[pid=18506] ppid=18504 vsize=1018616 CPUtime=0.52 cores=0,2
/proc/18506/stat : 18506 (gnovelty+2) R 18504 18506 18506 0 -1 4202496 764 0 0 0 52 0 0 0 22 0 1 0 886317130 1043062784 500 33554432000 134512640 135663704 4289055472 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18506/statm: 254654 500 113 282 0 254370 0
[pid=18479/tid=18486] ppid=18477 vsize=299860 CPUtime=0 cores=0,2
/proc/18479/task/18486/stat : 18486 (python) S 18477 18479 18188 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 3 0 886307114 307056640 7289 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
[pid=18479/tid=18505] ppid=18477 vsize=299860 CPUtime=0 cores=0,2
/proc/18479/task/18505/stat : 18505 (python) S 18477 18479 18188 0 -1 4202560 33 933 0 0 0 0 0 0 20 0 3 0 886317130 307056640 7289 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 2916180

[startup+162.3 s]
/proc/loadavg: 3.99 2.44 1.06 5/230 18515
/proc/meminfo: memFree=31814172/32950928 swapFree=67055428/67111528
[pid=18479] ppid=18477 vsize=299860 CPUtime=1.5 cores=0,2
/proc/18479/stat : 18479 (python) S 18477 18479 18188 0 -1 4202496 12529 933 1 0 140 10 0 0 20 0 3 0 886306952 307056640 7289 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1
/proc/18479/statm: 74965 7289 1872 364 0 10880 0
[pid=18485] ppid=18479 vsize=289472 CPUtime=0.13 cores=0,2
/proc/18485/stat : 18485 (python) S 18479 18479 18188 0 -1 4202560 1145 0 0 0 8 5 0 0 19 0 2 0 886307114 296419328 5779 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18485/statm: 72368 5779 415 364 0 8286 0
[pid=18487] ppid=18485 vsize=1018616 CPUtime=100.06 cores=0,2
/proc/18487/stat : 18487 (gnovelty+2) T 18485 18487 18487 0 -1 4202496 761 0 0 0 10006 0 0 0 25 0 1 0 886307114 1043062784 501 33554432000 134512640 135663704 4288927344 18446744073709551615 134524755 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18487/statm: 254654 501 113 282 0 254370 0
[pid=18485/tid=18503] ppid=18479 vsize=289472 CPUtime=0 cores=0,2
/proc/18485/task/18503/stat : 18503 (python) S 18479 18479 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886317129 296419328 5779 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 514 18446604453941803712 0 0 -1 2 0 0 0
[pid=18504] ppid=18479 vsize=289616 CPUtime=0.08 cores=0,2

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

[pid=18564] ppid=18479 vsize=300480 CPUtime=0.15 cores=0,2
/proc/18564/stat : 18564 (python) S 18479 18479 18188 0 -1 4202560 1082 0 0 0 8 7 0 0 19 0 2 0 886327148 307691520 5953 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18564/statm: 75120 5953 399 364 0 11032 0
[pid=18566] ppid=18564 vsize=418636 CPUtime=100.04 cores=0,2
/proc/18566/stat : 18566 (adaptg2wsat2009) T 18564 18566 18566 0 -1 4202496 1220 0 0 0 10004 0 0 0 25 0 1 0 886327148 428683264 954 33554432000 134512640 135107411 4294704560 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18566/statm: 104659 954 59 146 0 103535 0
[pid=18564/tid=18624] ppid=18479 vsize=300480 CPUtime=0 cores=0,2
/proc/18564/task/18624/stat : 18624 (python) S 18479 18479 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886337162 307691520 5953 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 514 18446604453982733312 0 0 -1 2 0 0 0
[pid=18625] ppid=18479 vsize=310736 CPUtime=0.15 cores=0,2
/proc/18625/stat : 18625 (python) S 18479 18479 18188 0 -1 4202560 1087 0 0 0 8 7 0 0 16 0 2 0 886337163 318193664 5957 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18625/statm: 77684 5957 400 364 0 13593 0
[pid=18627] ppid=18625 vsize=418636 CPUtime=99.13 cores=0,2
/proc/18627/stat : 18627 (adaptg2wsat2009) T 18625 18627 18627 0 -1 4202496 1220 0 0 0 9913 0 0 0 25 0 1 0 886337163 428683264 956 33554432000 134512640 135107411 4288458992 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18627/statm: 104659 956 59 146 0 103535 0
[pid=18625/tid=18643] ppid=18479 vsize=310736 CPUtime=0 cores=0,2
/proc/18625/task/18643/stat : 18643 (python) S 18479 18479 18188 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 886347077 318193664 5957 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 514 18446604453882344768 0 0 -1 2 0 0 0
[pid=18644] ppid=18479 vsize=320992 CPUtime=0.14 cores=0,2
/proc/18644/stat : 18644 (python) S 18479 18479 18188 0 -1 4202560 1086 0 0 0 9 5 0 0 19 0 2 0 886347078 328695808 5961 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18644/statm: 80248 5961 400 364 0 16154 0
[pid=18646] ppid=18644 vsize=418636 CPUtime=99.15 cores=0,2
/proc/18646/stat : 18646 (adaptg2wsat2009) T 18644 18646 18646 0 -1 4202496 1222 0 0 0 9915 0 0 0 25 0 1 0 886347079 428683264 957 33554432000 134512640 135107411 4292481184 18446744073709551615 134531401 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18646/statm: 104659 957 59 146 0 103535 0
[pid=18644/tid=18661] ppid=18479 vsize=320992 CPUtime=0 cores=0,2
/proc/18644/task/18661/stat : 18661 (python) S 18479 18479 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886356994 328695808 5961 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 514 18446604453925202816 0 0 -1 2 0 0 0
[pid=18662] ppid=18479 vsize=331248 CPUtime=0.17 cores=0,2
/proc/18662/stat : 18662 (python) S 18479 18479 18188 0 -1 4202560 1083 0 0 0 9 8 0 0 19 0 2 0 886356995 339197952 5965 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18662/statm: 82812 5965 400 364 0 18715 0
[pid=18664] ppid=18662 vsize=1018616 CPUtime=100.05 cores=0,2
/proc/18664/stat : 18664 (gnovelty+2) T 18662 18664 18664 0 -1 4202496 763 0 0 0 10005 0 0 0 25 0 1 0 886356995 1043062784 500 33554432000 134512640 135663704 4289024336 18446744073709551615 134524697 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18664/statm: 254654 500 113 282 0 254370 0
[pid=18662/tid=18680] ppid=18479 vsize=331248 CPUtime=0 cores=0,2
/proc/18662/task/18680/stat : 18680 (python) S 18479 18479 18188 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 886367014 339197952 5965 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 514 18446604453945940928 0 0 -1 2 0 0 0
[pid=18681] ppid=18479 vsize=341504 CPUtime=0.16 cores=0,2
/proc/18681/stat : 18681 (python) S 18479 18479 18188 0 -1 4202560 1073 0 0 0 9 7 0 0 19 0 2 0 886367015 349700096 5969 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18681/statm: 85376 5969 400 364 0 21276 0
[pid=18683] ppid=18681 vsize=248652 CPUtime=100 cores=0,2
/proc/18683/stat : 18683 (FH) T 18681 18683 18683 0 -1 4202496 1122 0 0 0 10000 0 0 0 25 0 1 0 886367015 254619648 857 33554432000 134512640 134936988 4288487248 18446744073709551615 134554064 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18683/statm: 62163 857 41 104 0 61667 0
[pid=18681/tid=18839] ppid=18479 vsize=341504 CPUtime=0 cores=0,2
/proc/18681/task/18839/stat : 18839 (python) S 18479 18479 18188 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886377031 349700096 5969 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 514 18446604453960293120 0 0 -1 2 0 0 0
[pid=18840] ppid=18479 vsize=351760 CPUtime=0 cores=0,2
/proc/18840/stat : 18840 (python) S 18479 18479 18188 0 -1 4202560 826 0 0 0 0 0 0 0 19 0 1 0 886377032 360202240 5922 33554432000 4194304 5683644 140733879911904 18446744073709551615 239476715078 0 0 16781312 514 4514779740774596607 0 0 17 2 0 0 0
/proc/18840/statm: 87940 5922 350 364 0 23837 0
[pid=18842] ppid=18840 vsize=418500 CPUtime=0.91 cores=0,2
/proc/18842/stat : 18842 (adaptg2wsat2009) R 18840 18842 18842 0 -1 4202496 1074 0 0 0 91 0 0 0 23 0 1 0 886377032 428544000 808 33554432000 134512640 135107411 4287454560 18446744073709551615 134523302 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18842/statm: 104625 808 49 146 0 103501 0
[pid=18479/tid=18486] ppid=18477 vsize=362004 CPUtime=0 cores=0,2
/proc/18479/task/18486/stat : 18486 (python) S 18477 18479 18188 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 9 0 886307114 370692096 7460 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
[pid=18479/tid=18505] ppid=18477 vsize=362004 CPUtime=0 cores=0,2
/proc/18479/task/18505/stat : 18505 (python) S 18477 18479 18188 0 -1 4202560 33 933 0 0 0 0 0 0 20 0 9 0 886317130 370692096 7460 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
[pid=18479/tid=18565] ppid=18477 vsize=362004 CPUtime=0 cores=0,2
/proc/18479/task/18565/stat : 18565 (python) S 18477 18479 18188 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 886327148 370692096 7460 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
[pid=18479/tid=18626] ppid=18477 vsize=362004 CPUtime=0 cores=0,2
/proc/18479/task/18626/stat : 18626 (python) S 18477 18479 18188 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 886337163 370692096 7460 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 2 0 0 0
[pid=18479/tid=18645] ppid=18477 vsize=362004 CPUtime=0 cores=0,2
/proc/18479/task/18645/stat : 18645 (python) S 18477 18479 18188 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 886347078 370692096 7460 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
[pid=18479/tid=18663] ppid=18477 vsize=362004 CPUtime=0 cores=0,2
/proc/18479/task/18663/stat : 18663 (python) S 18477 18479 18188 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 886356995 370692096 7460 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
[pid=18479/tid=18682] ppid=18477 vsize=362004 CPUtime=0 cores=0,2
/proc/18479/task/18682/stat : 18682 (python) S 18477 18479 18188 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 886367015 370692096 7460 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
[pid=18479/tid=18841] ppid=18477 vsize=362004 CPUtime=0 cores=0,2
/proc/18479/task/18841/stat : 18841 (python) S 18477 18479 18188 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 886377032 370692096 7460 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 7876720

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+701.702 s]
/proc/loadavg: 4.01 3.76 2.35 5/246 18842
/proc/meminfo: memFree=31770696/32950928 swapFree=67055428/67111528
[pid=18479] ppid=18477 vsize=362004 CPUtime=1.56 cores=0,2
/proc/18479/stat : 18479 (python) S 18477 18479 18188 0 -1 4202496 17615 933 1 0 145 11 0 0 20 0 9 0 886306952 370692096 7460 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1
/proc/18479/statm: 90501 7460 1884 364 0 26398 0
[pid=18485] ppid=18479 vsize=289472 CPUtime=0.13 cores=0,2
/proc/18485/stat : 18485 (python) S 18479 18479 18188 0 -1 4202560 1145 0 0 0 8 5 0 0 19 0 2 0 886307114 296419328 5779 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18485/statm: 72368 5779 415 364 0 8286 0
[pid=18487] ppid=18485 vsize=1018616 CPUtime=100.06 cores=0,2
/proc/18487/stat : 18487 (gnovelty+2) T 18485 18487 18487 0 -1 4202496 761 0 0 0 10006 0 0 0 25 0 1 0 886307114 1043062784 501 33554432000 134512640 135663704 4288927344 18446744073709551615 134524755 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18487/statm: 254654 501 113 282 0 254370 0
[pid=18485/tid=18503] ppid=18479 vsize=289472 CPUtime=0 cores=0,2
/proc/18485/task/18503/stat : 18503 (python) S 18479 18479 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886317129 296419328 5779 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 514 18446604453941803712 0 0 -1 2 0 0 0
[pid=18504] ppid=18479 vsize=289616 CPUtime=0.15 cores=0,2
/proc/18504/stat : 18504 (python) S 18479 18479 18188 0 -1 4202560 1087 0 0 0 9 6 0 0 19 0 2 0 886317130 296566784 5814 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18504/statm: 72404 5814 400 364 0 8319 0
[pid=18506] ppid=18504 vsize=1018616 CPUtime=100.04 cores=0,2
/proc/18506/stat : 18506 (gnovelty+2) T 18504 18506 18506 0 -1 4202496 764 0 0 0 10004 0 0 0 25 0 1 0 886317130 1043062784 500 33554432000 134512640 135663704 4289055472 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18506/statm: 254654 500 113 282 0 254370 0
[pid=18504/tid=18563] ppid=18479 vsize=289616 CPUtime=0 cores=0,2
/proc/18504/task/18563/stat : 18563 (python) S 18479 18479 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886327147 296566784 5814 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 514 18446604453951804736 0 0 -1 2 0 0 0
[pid=18564] ppid=18479 vsize=300480 CPUtime=0.15 cores=0,2
/proc/18564/stat : 18564 (python) S 18479 18479 18188 0 -1 4202560 1082 0 0 0 8 7 0 0 19 0 2 0 886327148 307691520 5953 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18564/statm: 75120 5953 399 364 0 11032 0
[pid=18566] ppid=18564 vsize=418636 CPUtime=100.04 cores=0,2
/proc/18566/stat : 18566 (adaptg2wsat2009) T 18564 18566 18566 0 -1 4202496 1220 0 0 0 10004 0 0 0 25 0 1 0 886327148 428683264 954 33554432000 134512640 135107411 4294704560 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18566/statm: 104659 954 59 146 0 103535 0
[pid=18564/tid=18624] ppid=18479 vsize=300480 CPUtime=0 cores=0,2
/proc/18564/task/18624/stat : 18624 (python) S 18479 18479 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886337162 307691520 5953 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 514 18446604453982733312 0 0 -1 2 0 0 0
[pid=18625] ppid=18479 vsize=310736 CPUtime=0.15 cores=0,2
/proc/18625/stat : 18625 (python) S 18479 18479 18188 0 -1 4202560 1087 0 0 0 8 7 0 0 16 0 2 0 886337163 318193664 5957 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18625/statm: 77684 5957 400 364 0 13593 0
[pid=18627] ppid=18625 vsize=418636 CPUtime=99.13 cores=0,2
/proc/18627/stat : 18627 (adaptg2wsat2009) T 18625 18627 18627 0 -1 4202496 1220 0 0 0 9913 0 0 0 25 0 1 0 886337163 428683264 956 33554432000 134512640 135107411 4288458992 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18627/statm: 104659 956 59 146 0 103535 0
[pid=18625/tid=18643] ppid=18479 vsize=310736 CPUtime=0 cores=0,2
/proc/18625/task/18643/stat : 18643 (python) S 18479 18479 18188 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 886347077 318193664 5957 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 514 18446604453882344768 0 0 -1 2 0 0 0
[pid=18644] ppid=18479 vsize=320992 CPUtime=0.14 cores=0,2
/proc/18644/stat : 18644 (python) S 18479 18479 18188 0 -1 4202560 1086 0 0 0 9 5 0 0 19 0 2 0 886347078 328695808 5961 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18644/statm: 80248 5961 400 364 0 16154 0
[pid=18646] ppid=18644 vsize=418636 CPUtime=99.15 cores=0,2
/proc/18646/stat : 18646 (adaptg2wsat2009) T 18644 18646 18646 0 -1 4202496 1222 0 0 0 9915 0 0 0 25 0 1 0 886347079 428683264 957 33554432000 134512640 135107411 4292481184 18446744073709551615 134531401 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18646/statm: 104659 957 59 146 0 103535 0
[pid=18644/tid=18661] ppid=18479 vsize=320992 CPUtime=0 cores=0,2
/proc/18644/task/18661/stat : 18661 (python) S 18479 18479 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886356994 328695808 5961 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 514 18446604453925202816 0 0 -1 2 0 0 0
[pid=18662] ppid=18479 vsize=331248 CPUtime=0.17 cores=0,2
/proc/18662/stat : 18662 (python) S 18479 18479 18188 0 -1 4202560 1083 0 0 0 9 8 0 0 19 0 2 0 886356995 339197952 5965 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18662/statm: 82812 5965 400 364 0 18715 0
[pid=18664] ppid=18662 vsize=1018616 CPUtime=100.05 cores=0,2
/proc/18664/stat : 18664 (gnovelty+2) T 18662 18664 18664 0 -1 4202496 763 0 0 0 10005 0 0 0 25 0 1 0 886356995 1043062784 500 33554432000 134512640 135663704 4289024336 18446744073709551615 134524697 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18664/statm: 254654 500 113 282 0 254370 0
[pid=18662/tid=18680] ppid=18479 vsize=331248 CPUtime=0 cores=0,2
/proc/18662/task/18680/stat : 18680 (python) S 18479 18479 18188 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 886367014 339197952 5965 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 514 18446604453945940928 0 0 -1 2 0 0 0
[pid=18681] ppid=18479 vsize=341504 CPUtime=0.16 cores=0,2
/proc/18681/stat : 18681 (python) S 18479 18479 18188 0 -1 4202560 1073 0 0 0 9 7 0 0 19 0 2 0 886367015 349700096 5969 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18681/statm: 85376 5969 400 364 0 21276 0
[pid=18683] ppid=18681 vsize=248652 CPUtime=100 cores=0,2
/proc/18683/stat : 18683 (FH) T 18681 18683 18683 0 -1 4202496 1122 0 0 0 10000 0 0 0 25 0 1 0 886367015 254619648 857 33554432000 134512640 134936988 4288487248 18446744073709551615 134554064 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18683/statm: 62163 857 41 104 0 61667 0
[pid=18681/tid=18839] ppid=18479 vsize=341504 CPUtime=0 cores=0,2
/proc/18681/task/18839/stat : 18839 (python) S 18479 18479 18188 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886377031 349700096 5969 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 514 18446604453960293120 0 0 -1 2 0 0 0
[pid=18840] ppid=18479 vsize=351760 CPUtime=0 cores=0,2
/proc/18840/stat : 18840 (python) S 18479 18479 18188 0 -1 4202560 826 0 0 0 0 0 0 0 19 0 1 0 886377032 360202240 5922 33554432000 4194304 5683644 140733879911904 18446744073709551615 239476715078 0 0 16781312 514 4514779740774596607 0 0 17 2 0 0 0
/proc/18840/statm: 87940 5922 350 364 0 23837 0
[pid=18842] ppid=18840 vsize=418500 CPUtime=0.91 cores=0,2
/proc/18842/stat : 18842 (adaptg2wsat2009) R 18840 18842 18842 0 -1 4202496 1074 0 0 0 91 0 0 0 23 0 1 0 886377032 428544000 808 33554432000 134512640 135107411 4287454560 18446744073709551615 134523302 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18842/statm: 104625 808 49 146 0 103501 0
[pid=18479/tid=18486] ppid=18477 vsize=362004 CPUtime=0 cores=0,2
/proc/18479/task/18486/stat : 18486 (python) S 18477 18479 18188 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 9 0 886307114 370692096 7460 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
[pid=18479/tid=18505] ppid=18477 vsize=362004 CPUtime=0 cores=0,2
/proc/18479/task/18505/stat : 18505 (python) S 18477 18479 18188 0 -1 4202560 33 933 0 0 0 0 0 0 20 0 9 0 886317130 370692096 7460 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
[pid=18479/tid=18565] ppid=18477 vsize=362004 CPUtime=0 cores=0,2
/proc/18479/task/18565/stat : 18565 (python) S 18477 18479 18188 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 886327148 370692096 7460 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
[pid=18479/tid=18626] ppid=18477 vsize=362004 CPUtime=0 cores=0,2
/proc/18479/task/18626/stat : 18626 (python) S 18477 18479 18188 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 886337163 370692096 7460 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 2 0 0 0
[pid=18479/tid=18645] ppid=18477 vsize=362004 CPUtime=0 cores=0,2
/proc/18479/task/18645/stat : 18645 (python) S 18477 18479 18188 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 886347078 370692096 7460 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
[pid=18479/tid=18663] ppid=18477 vsize=362004 CPUtime=0 cores=0,2
/proc/18479/task/18663/stat : 18663 (python) S 18477 18479 18188 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 886356995 370692096 7460 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
[pid=18479/tid=18682] ppid=18477 vsize=362004 CPUtime=0 cores=0,2
/proc/18479/task/18682/stat : 18682 (python) S 18477 18479 18188 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 886367015 370692096 7460 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
[pid=18479/tid=18841] ppid=18477 vsize=362004 CPUtime=0 cores=0,2
/proc/18479/task/18841/stat : 18841 (python) S 18477 18479 18188 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 886377032 370692096 7460 33554432000 4194304 5683644 140733879911904 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 7876720

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18479 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=463777
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=118981
# CPU time returned by wait4() is 1.58276
# while last known CPU time is 701.99
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 701.763
CPU time (s): 701.99
CPU user time (s): 701.43
CPU system time (s): 0.56
CPU usage (%): 100.032
Max. virtual memory (cumulated for all children) (KiB): 7876720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.46378
system time used= 0.118981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19043
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= 1010
involuntary context switches= 32

runsolver used 1.70674 second user time and 2.89656 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-11 01:04:59
IDJOB=3484082
IDBENCH=82593
IDSOLVER=1975
FILE ID=node148/3484082-1307747099
RUNJOBID= node148-1307746987-18206
PBS_JOBID= 13550812
Free space on /tmp= 73948 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S771170845-016-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484082-1307747099/watcher-3484082-1307747099 -o /tmp/evaluation-result-3484082-1307747099/solver-3484082-1307747099 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484082-1307747099.cnf -seed 66036071 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 8a262b49dcf27b27fb405f8a8cdf125f
RANDOM SEED=66036071

node148.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31893356 kB
Buffers:         90960 kB
Cached:         705932 kB
SwapCached:       8824 kB
Active:         452504 kB
Inactive:       453852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31893356 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:           42944 kB
Writeback:           0 kB
AnonPages:      108132 kB
Mapped:          20532 kB
Slab:            81500 kB
PageTables:       9532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  4571480 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73916 MiB
End job on node148 at 2011-06-11 01:16:43