Trace number 3377388

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)? (MO) 701.84 701.775

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S415002759-031-UNKNOWN.cnf
MD5SUM6d4469ea6d617a494594ad07b4996367
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses25500
Sum of the clauses size178500
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 525500

Solver Data

0.40/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.40/0.50	c INFO: solving HOME/instance-3377388-1305452958.cnf
0.40/0.50	c INFO: computing task features
0.50/0.63	c INFO: computed variable-clause graph statistics
0.50/0.64	c INFO: computed clause balance statistics
1.40/1.50	c INFO: computed variable balance statistics
1.70/1.85	c INFO: computed small-clause counts
1.70/1.85	c INFO: computed Horn-clause counts
1.70/1.88	c INFO: computed variable graph statistics
1.70/1.88	c INFO: collected features for HOME/instance-3377388-1305452958.cnf in 1.43 s
1.80/1.90	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.37)
102.00/102.19	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.32/202.49	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
302.62/302.75	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
401.18/401.04	c INFO: running adaptg2wsat2009++@0 for 97 with 2000 remaining (b = 0.05)
501.17/501.31	c INFO: running gnovelty+2@0 for 97 with 1900 remaining (b = 0.04)
601.47/601.63	c INFO: running FH@0 for 97 with 1800 remaining (b = 0.03)
701.03/700.92	c INFO: running adaptg2wsat2009++@0 for 97 with 1701 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.0 (svn: 961)

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-3377388-1305452958/watcher-3377388-1305452958 -o /tmp/evaluation-result-3377388-1305452958/solver-3377388-1305452958 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377388-1305452958.cnf -seed 1960194754 -budget 2400 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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.95 3.77 3.02 5/370 21296
/proc/meminfo: memFree=22312620/32951124 swapFree=59305796/67111528
[pid=21296] ppid=21294 vsize=15780 CPUtime=0 cores=4,6
/proc/21296/stat : 21296 (python) R 21294 21296 19943 0 -1 4202496 859 0 0 0 0 0 0 0 25 0 1 0 735526260 16158720 741 33554432000 4194304 5683644 140735482267792 18446744073709551615 252458065552 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21296/statm: 3945 741 335 364 0 432 0

[startup+0.0943089 s]
/proc/loadavg: 3.95 3.77 3.02 5/370 21296
/proc/meminfo: memFree=22312620/32951124 swapFree=59305796/67111528
[pid=21296] ppid=21294 vsize=104220 CPUtime=0.06 cores=4,6
/proc/21296/stat : 21296 (python) R 21294 21296 19943 0 -1 4202496 3036 0 0 0 5 1 0 0 17 0 1 0 735526260 106721280 2725 33554432000 4194304 5683644 140735482267792 18446744073709551615 252458109063 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21296/statm: 26055 2725 847 364 0 1803 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104220

[startup+0.100293 s]
/proc/loadavg: 3.95 3.77 3.02 5/370 21296
/proc/meminfo: memFree=22312620/32951124 swapFree=59305796/67111528
[pid=21296] ppid=21294 vsize=104616 CPUtime=0.06 cores=4,6
/proc/21296/stat : 21296 (python) S 21294 21296 19943 0 -1 4202496 3142 0 0 0 5 1 0 0 17 0 1 0 735526260 107126784 2821 33554432000 4194304 5683644 140735482267792 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/21296/statm: 26154 2821 847 364 0 1902 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104616

[startup+0.300254 s]
/proc/loadavg: 3.95 3.77 3.02 5/370 21296
/proc/meminfo: memFree=22312620/32951124 swapFree=59305796/67111528
[pid=21296] ppid=21294 vsize=198920 CPUtime=0.22 cores=4,6
/proc/21296/stat : 21296 (python) R 21294 21296 19943 0 -1 4202496 7026 930 1 0 17 5 0 0 19 0 1 0 735526260 203694080 5053 33554432000 4194304 5683644 140735482267792 18446744073709551615 4960316 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21296/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198920

[startup+0.700178 s]
/proc/loadavg: 3.95 3.77 3.02 5/370 21296
/proc/meminfo: memFree=22312620/32951124 swapFree=59305796/67111528
[pid=21296] ppid=21294 vsize=285636 CPUtime=0.6 cores=4,6
/proc/21296/stat : 21296 (python) R 21294 21296 19943 0 -1 4202496 12512 930 1 0 53 7 0 0 18 0 1 0 735526260 292491264 8793 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889876 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21296/statm: 71409 8793 1826 364 0 7333 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 285636

[startup+1.50101 s]
/proc/loadavg: 3.95 3.77 3.02 5/374 21304
/proc/meminfo: memFree=22255176/32951124 swapFree=59305796/67111528
[pid=21296] ppid=21294 vsize=285636 CPUtime=1.4 cores=4,6
/proc/21296/stat : 21296 (python) R 21294 21296 19943 0 -1 4202496 12512 930 1 0 133 7 0 0 19 0 1 0 735526260 292491264 8793 33554432000 4194304 5683644 140735482267792 18446744073709551615 47168123077952 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21296/statm: 71409 8793 1826 364 0 7333 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 285636

[startup+3.10076 s]
/proc/loadavg: 3.95 3.77 3.02 5/377 21307
/proc/meminfo: memFree=22256020/32951124 swapFree=59305796/67111528
[pid=21296] ppid=21294 vsize=290520 CPUtime=1.81 cores=4,6
/proc/21296/stat : 21296 (python) S 21294 21296 19943 0 -1 4202496 12845 930 1 0 173 8 0 0 22 0 2 0 735526260 297492480 7494 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21296/statm: 72630 7494 1869 364 0 8548 0
[pid=21305] ppid=21296 vsize=280760 CPUtime=0 cores=4,6
/proc/21305/stat : 21305 (python) S 21296 21296 19943 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 735526450 287498240 5977 33554432000 4194304 5683644 140735482267792 18446744073709551615 252458085903 0 0 16781312 514 4144203640283824387 0 0 17 4 0 0 0
/proc/21305/statm: 70190 5977 355 364 0 6108 0
[pid=21307] ppid=21305 vsize=1019708 CPUtime=1.18 cores=4,6
/proc/21307/stat : 21307 (gnovelty+2) R 21305 21307 21307 0 -1 4202496 955 0 0 0 118 0 0 0 25 0 1 0 735526450 1044180992 689 33554432000 134512640 135663704 4287364240 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21307/statm: 254927 689 113 282 0 254643 0
[pid=21296/tid=21306] ppid=21294 vsize=290520 CPUtime=0 cores=4,6
/proc/21296/task/21306/stat : 21306 (python) S 21294 21296 19943 0 -1 4202560 29 930 0 0 0 0 0 0 22 0 2 0 735526450 297492480 7494 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1590988

[startup+6.30114 s]
/proc/loadavg: 3.96 3.77 3.03 5/377 21307
/proc/meminfo: memFree=22254832/32951124 swapFree=59305796/67111528
[pid=21296] ppid=21294 vsize=290520 CPUtime=1.81 cores=4,6
/proc/21296/stat : 21296 (python) S 21294 21296 19943 0 -1 4202496 12845 930 1 0 173 8 0 0 22 0 2 0 735526260 297492480 7494 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21296/statm: 72630 7494 1869 364 0 8548 0
[pid=21305] ppid=21296 vsize=280760 CPUtime=0 cores=4,6
/proc/21305/stat : 21305 (python) S 21296 21296 19943 0 -1 4202560 970 0 0 0 0 0 0 0 18 0 1 0 735526450 287498240 6005 33554432000 4194304 5683644 140735482267792 18446744073709551615 252458085903 0 0 16781312 514 4144203640283824387 0 0 17 4 0 0 0
/proc/21305/statm: 70190 6005 383 364 0 6108 0
[pid=21307] ppid=21305 vsize=1019708 CPUtime=4.37 cores=4,6
/proc/21307/stat : 21307 (gnovelty+2) R 21305 21307 21307 0 -1 4202496 955 0 0 0 437 0 0 0 25 0 1 0 735526450 1044180992 689 33554432000 134512640 135663704 4287364240 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21307/statm: 254927 689 113 282 0 254643 0
[pid=21296/tid=21306] ppid=21294 vsize=290520 CPUtime=0 cores=4,6
/proc/21296/task/21306/stat : 21306 (python) S 21294 21296 19943 0 -1 4202560 29 930 0 0 0 0 0 0 22 0 2 0 735526450 297492480 7494 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 1590988

[startup+12.701 s]
/proc/loadavg: 3.96 3.77 3.03 6/377 21307
/proc/meminfo: memFree=22253856/32951124 swapFree=59305796/67111528
[pid=21296] ppid=21294 vsize=290520 CPUtime=1.81 cores=4,6
/proc/21296/stat : 21296 (python) S 21294 21296 19943 0 -1 4202496 12845 930 1 0 173 8 0 0 22 0 2 0 735526260 297492480 7494 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21296/statm: 72630 7494 1869 364 0 8548 0
[pid=21305] ppid=21296 vsize=280760 CPUtime=0.02 cores=4,6
/proc/21305/stat : 21305 (python) S 21296 21296 19943 0 -1 4202560 971 0 0 0 1 1 0 0 18 0 1 0 735526450 287498240 6005 33554432000 4194304 5683644 140735482267792 18446744073709551615 252458085903 0 0 16781312 514 3171431339157061891 0 0 17 4 0 0 0
/proc/21305/statm: 70190 6005 383 364 0 6108 0
[pid=21307] ppid=21305 vsize=1019708 CPUtime=10.75 cores=4,6
/proc/21307/stat : 21307 (gnovelty+2) R 21305 21307 21307 0 -1 4202496 955 0 0 0 1075 0 0 0 25 0 1 0 735526450 1044180992 689 33554432000 134512640 135663704 4287364240 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21307/statm: 254927 689 113 282 0 254643 0
[pid=21296/tid=21306] ppid=21294 vsize=290520 CPUtime=0 cores=4,6
/proc/21296/task/21306/stat : 21306 (python) S 21294 21296 19943 0 -1 4202560 29 930 0 0 0 0 0 0 22 0 2 0 735526450 297492480 7494 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 1590988

[startup+25.5006 s]
/proc/loadavg: 3.97 3.78 3.05 5/377 21307
/proc/meminfo: memFree=22253848/32951124 swapFree=59305796/67111528
[pid=21296] ppid=21294 vsize=290520 CPUtime=1.81 cores=4,6
/proc/21296/stat : 21296 (python) S 21294 21296 19943 0 -1 4202496 12845 930 1 0 173 8 0 0 22 0 2 0 735526260 297492480 7494 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21296/statm: 72630 7494 1869 364 0 8548 0
[pid=21305] ppid=21296 vsize=280760 CPUtime=0.05 cores=4,6
/proc/21305/stat : 21305 (python) S 21296 21296 19943 0 -1 4202560 976 0 0 0 3 2 0 0 18 0 1 0 735526450 287498240 6005 33554432000 4194304 5683644 140735482267792 18446744073709551615 252458085903 0 0 16781312 514 3171431339157061891 0 0 17 4 0 0 0
/proc/21305/statm: 70190 6005 383 364 0 6108 0
[pid=21307] ppid=21305 vsize=1019708 CPUtime=23.52 cores=4,6
/proc/21307/stat : 21307 (gnovelty+2) R 21305 21307 21307 0 -1 4202496 955 0 0 0 2352 0 0 0 25 0 1 0 735526450 1044180992 689 33554432000 134512640 135663704 4287364240 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21307/statm: 254927 689 113 282 0 254643 0
[pid=21296/tid=21306] ppid=21294 vsize=290520 CPUtime=0 cores=4,6
/proc/21296/task/21306/stat : 21306 (python) S 21294 21296 19943 0 -1 4202560 29 930 0 0 0 0 0 0 22 0 2 0 735526450 297492480 7494 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 1590988

[startup+51.1008 s]
/proc/loadavg: 4.07 3.82 3.08 5/360 21382
/proc/meminfo: memFree=22281404/32951124 swapFree=59305796/67111528
[pid=21296] ppid=21294 vsize=290520 CPUtime=1.81 cores=4,6
/proc/21296/stat : 21296 (python) S 21294 21296 19943 0 -1 4202496 12845 930 1 0 173 8 0 0 22 0 2 0 735526260 297492480 7494 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21296/statm: 72630 7494 1869 364 0 8548 0
[pid=21305] ppid=21296 vsize=280760 CPUtime=0.11 cores=4,6
/proc/21305/stat : 21305 (python) S 21296 21296 19943 0 -1 4202560 988 0 0 0 6 5 0 0 18 0 1 0 735526450 287498240 6005 33554432000 4194304 5683644 140735482267792 18446744073709551615 252458085903 0 0 16781312 514 3171431339157061891 0 0 17 4 0 0 0
/proc/21305/statm: 70190 6005 383 364 0 6108 0
[pid=21307] ppid=21305 vsize=1019708 CPUtime=49.07 cores=4,6
/proc/21307/stat : 21307 (gnovelty+2) R 21305 21307 21307 0 -1 4202496 955 0 0 0 4904 3 0 0 25 0 1 0 735526450 1044180992 689 33554432000 134512640 135663704 4287364240 18446744073709551615 134545583 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21307/statm: 254927 689 113 282 0 254643 0
[pid=21296/tid=21306] ppid=21294 vsize=290520 CPUtime=0 cores=4,6
/proc/21296/task/21306/stat : 21306 (python) S 21294 21296 19943 0 -1 4202560 29 930 0 0 0 0 0 0 22 0 2 0 735526450 297492480 7494 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 1590988

[startup+102.313 s]
/proc/loadavg: 4.16 3.88 3.13 5/368 21501
/proc/meminfo: memFree=22319660/32951124 swapFree=59305796/67111528
[pid=21296] ppid=21294 vsize=300776 CPUtime=1.82 cores=4,6
/proc/21296/stat : 21296 (python) S 21294 21296 19943 0 -1 4202496 13719 930 1 0 174 8 0 0 19 0 3 0 735526260 307994624 7509 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21296/statm: 75194 7509 1880 364 0 11109 0
[pid=21305] ppid=21296 vsize=291004 CPUtime=0.24 cores=4,6
/proc/21305/stat : 21305 (python) S 21296 21296 19943 0 -1 4202560 1150 0 0 0 13 11 0 0 19 0 2 0 735526450 297988096 6042 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21305/statm: 72751 6042 415 364 0 8669 0
[pid=21307] ppid=21305 vsize=1019708 CPUtime=100.03 cores=4,6
/proc/21307/stat : 21307 (gnovelty+2) T 21305 21307 21307 0 -1 4202496 955 0 0 0 9998 5 0 0 25 0 1 0 735526450 1044180992 689 33554432000 134512640 135663704 4287364240 18446744073709551615 134525091 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21307/statm: 254927 689 113 282 0 254643 0
[pid=21305/tid=21497] ppid=21296 vsize=291004 CPUtime=0 cores=4,6
/proc/21305/task/21497/stat : 21497 (python) S 21296 21296 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735536478 297988096 6042 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 514 18446604453877590848 0 0 -1 6 0 0 0
[pid=21499] ppid=21296 vsize=291092 CPUtime=0 cores=4,6
/proc/21499/stat : 21499 (python) S 21296 21296 19943 0 -1 4202560 745 0 0 0 0 0 0 0 19 0 1 0 735536479 298078208 5975 33554432000 4194304 5683644 140735482267792 18446744073709551615 252458085958 0 0 16781312 514 7363178411981799423 0 0 17 4 0 0 0
/proc/21499/statm: 72773 5975 349 364 0 8688 0
[pid=21501] ppid=21499 vsize=1019708 CPUtime=0.11 cores=4,6
/proc/21501/stat : 21501 (gnovelty+2) R 21499 21501 21501 0 -1 4202496 951 0 0 0 11 0 0 0 21 0 1 0 735536480 1044180992 689 33554432000 134512640 135663704 4289986000 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21501/statm: 254927 689 113 282 0 254643 0
[pid=21296/tid=21306] ppid=21294 vsize=300776 CPUtime=0 cores=4,6
/proc/21296/task/21306/stat : 21306 (python) S 21294 21296 19943 0 -1 4202560 29 930 0 0 0 0 0 0 22 0 3 0 735526450 307994624 7509 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
[pid=21296/tid=21500] ppid=21294 vsize=300776 CPUtime=0 cores=4,6
/proc/21296/task/21500/stat : 21500 (python) S 21294 21296 19943 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 3 0 735536479 307994624 7509 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 2922288

[startup+162.301 s]
/proc/loadavg: 4.15 3.92 3.20 5/372 21509
/proc/meminfo: memFree=22311160/32951124 swapFree=59305796/67111528
[pid=21296] ppid=21294 vsize=300776 CPUtime=1.82 cores=4,6
/proc/21296/stat : 21296 (python) S 21294 21296 19943 0 -1 4202496 13719 930 1 0 174 8 0 0 19 0 3 0 735526260 307994624 7509 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21296/statm: 75194 7509 1880 364 0 11109 0
[pid=21305] ppid=21296 vsize=291004 CPUtime=0.24 cores=4,6
/proc/21305/stat : 21305 (python) S 21296 21296 19943 0 -1 4202560 1150 0 0 0 13 11 0 0 19 0 2 0 735526450 297988096 6042 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21305/statm: 72751 6042 415 364 0 8669 0
[pid=21307] ppid=21305 vsize=1019708 CPUtime=100.03 cores=4,6
/proc/21307/stat : 21307 (gnovelty+2) T 21305 21307 21307 0 -1 4202496 955 0 0 0 9998 5 0 0 25 0 1 0 735526450 1044180992 689 33554432000 134512640 135663704 4287364240 18446744073709551615 134525091 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21307/statm: 254927 689 113 282 0 254643 0
[pid=21305/tid=21497] ppid=21296 vsize=291004 CPUtime=0 cores=4,6
/proc/21305/task/21497/stat : 21497 (python) S 21296 21296 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735536478 297988096 6042 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 514 18446604453877590848 0 0 -1 6 0 0 0
[pid=21499] ppid=21296 vsize=291092 CPUtime=0.15 cores=4,6

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

[pid=21521] ppid=21296 vsize=301356 CPUtime=0.25 cores=4,6
/proc/21521/stat : 21521 (python) S 21296 21296 19943 0 -1 4202560 1080 0 0 0 13 12 0 0 19 0 2 0 735546509 308588544 6050 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21521/statm: 75339 6050 400 364 0 11251 0
[pid=21523] ppid=21521 vsize=420220 CPUtime=100.03 cores=4,6
/proc/21523/stat : 21523 (adaptg2wsat2009) T 21521 21523 21523 0 -1 4202496 1666 0 0 0 10003 0 0 0 25 0 1 0 735546509 430305280 1400 33554432000 134512640 135107411 4292793408 18446744073709551615 134532288 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21523/statm: 105055 1400 59 146 0 103931 0
[pid=21521/tid=21539] ppid=21296 vsize=301356 CPUtime=0 cores=4,6
/proc/21521/task/21539/stat : 21539 (python) S 21296 21296 19943 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735556534 308588544 6050 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 514 18446604450066981248 0 0 -1 6 0 0 0
[pid=21540] ppid=21296 vsize=311700 CPUtime=0.27 cores=4,6
/proc/21540/stat : 21540 (python) S 21296 21296 19943 0 -1 4202560 1090 0 0 0 14 13 0 0 19 0 2 0 735556535 319180800 6056 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21540/statm: 77925 6056 400 364 0 13834 0
[pid=21542] ppid=21540 vsize=420220 CPUtime=98.27 cores=4,6
/proc/21542/stat : 21542 (adaptg2wsat2009) T 21540 21542 21542 0 -1 4202496 1669 0 0 0 9827 0 0 0 25 0 1 0 735556535 430305280 1400 33554432000 134512640 135107411 4293058464 18446744073709551615 134539228 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/21542/statm: 105055 1400 59 146 0 103931 0
[pid=21540/tid=21553] ppid=21296 vsize=311700 CPUtime=0 cores=4,6
/proc/21540/task/21553/stat : 21553 (python) S 21296 21296 19943 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735566363 319180800 6056 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 514 18446604453859183552 0 0 -1 4 0 0 0
[pid=21554] ppid=21296 vsize=322052 CPUtime=0.26 cores=4,6
/proc/21554/stat : 21554 (python) S 21296 21296 19943 0 -1 4202560 1090 0 0 0 13 13 0 0 19 0 2 0 735566364 329781248 6082 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21554/statm: 80513 6082 400 364 0 16419 0
[pid=21556] ppid=21554 vsize=420220 CPUtime=99.66 cores=4,6
/proc/21556/stat : 21556 (adaptg2wsat2009) T 21554 21556 21556 0 -1 4202496 1668 0 0 0 9966 0 0 0 25 0 1 0 735566365 430305280 1400 33554432000 134512640 135107411 4294402928 18446744073709551615 134532347 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21556/statm: 105055 1400 59 146 0 103931 0
[pid=21554/tid=21568] ppid=21296 vsize=322052 CPUtime=0 cores=4,6
/proc/21554/task/21568/stat : 21568 (python) S 21296 21296 19943 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735576390 329781248 6082 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 514 18446604445118087360 0 0 -1 6 0 0 0
[pid=21569] ppid=21296 vsize=332248 CPUtime=0.26 cores=4,6
/proc/21569/stat : 21569 (python) S 21296 21296 19943 0 -1 4202560 1087 0 0 0 15 11 0 0 19 0 2 0 735576392 340221952 6110 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21569/statm: 83062 6110 400 364 0 18965 0
[pid=21571] ppid=21569 vsize=1019708 CPUtime=100.04 cores=4,6
/proc/21571/stat : 21571 (gnovelty+2) T 21569 21571 21571 0 -1 4202496 952 0 0 0 10003 1 0 0 25 0 1 0 735576392 1044180992 690 33554432000 134512640 135663704 4287017568 18446744073709551615 134525229 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21571/statm: 254927 690 113 282 0 254643 0
[pid=21569/tid=21621] ppid=21296 vsize=332248 CPUtime=0 cores=4,6
/proc/21569/task/21621/stat : 21621 (python) S 21296 21296 19943 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735586422 340221952 6110 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 514 18446604453985334208 0 0 -1 6 0 0 0
[pid=21623] ppid=21296 vsize=342620 CPUtime=0.28 cores=4,6
/proc/21623/stat : 21623 (python) S 21296 21296 19943 0 -1 4202560 1078 0 0 0 17 11 0 0 19 0 2 0 735586423 350842880 6114 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21623/statm: 85655 6114 400 364 0 21555 0
[pid=21625] ppid=21623 vsize=249872 CPUtime=99.26 cores=4,6
/proc/21625/stat : 21625 (FH) T 21623 21625 21625 0 -1 4202496 1527 0 0 0 9926 0 0 0 25 0 1 0 735586423 255868928 1264 33554432000 134512640 134936988 4292173552 18446744073709551615 134552504 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/21625/statm: 62468 1264 41 104 0 61972 0
[pid=21623/tid=21682] ppid=21296 vsize=342620 CPUtime=0 cores=4,6
/proc/21623/task/21682/stat : 21682 (python) S 21296 21296 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735596351 350842880 6114 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 514 18446604451007882240 0 0 -1 6 0 0 0
[pid=21683] ppid=21296 vsize=352996 CPUtime=0 cores=4,6
/proc/21683/stat : 21683 (python) S 21296 21296 19943 0 -1 4202560 783 0 0 0 0 0 0 0 19 0 1 0 735596352 361467904 6082 33554432000 4194304 5683644 140735482267792 18446744073709551615 252458085958 0 0 16781312 514 3937256035605020671 0 0 17 4 0 0 0
/proc/21683/statm: 88249 6082 351 364 0 24146 0
[pid=21685] ppid=21683 vsize=419820 CPUtime=0.79 cores=4,6
/proc/21685/stat : 21685 (adaptg2wsat2009) R 21683 21685 21685 0 -1 4202496 1443 0 0 0 79 0 0 0 22 0 1 0 735596352 429895680 1172 33554432000 134512640 135107411 4291942544 18446744073709551615 134523426 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21685/statm: 104955 1172 49 146 0 103831 0
[pid=21296/tid=21306] ppid=21294 vsize=362636 CPUtime=0 cores=4,6
/proc/21296/task/21306/stat : 21306 (python) S 21294 21296 19943 0 -1 4202560 29 930 0 0 0 0 0 0 22 0 9 0 735526450 371339264 7626 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
[pid=21296/tid=21500] ppid=21294 vsize=362636 CPUtime=0 cores=4,6
/proc/21296/task/21500/stat : 21500 (python) S 21294 21296 19943 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 735536479 371339264 7626 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
[pid=21296/tid=21522] ppid=21294 vsize=362636 CPUtime=0 cores=4,6
/proc/21296/task/21522/stat : 21522 (python) S 21294 21296 19943 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 735546509 371339264 7626 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
[pid=21296/tid=21541] ppid=21294 vsize=362636 CPUtime=0 cores=4,6
/proc/21296/task/21541/stat : 21541 (python) S 21294 21296 19943 0 -1 4202560 22 930 0 0 0 0 0 0 20 0 9 0 735556535 371339264 7626 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
[pid=21296/tid=21555] ppid=21294 vsize=362636 CPUtime=0 cores=4,6
/proc/21296/task/21555/stat : 21555 (python) S 21294 21296 19943 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 735566365 371339264 7626 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
[pid=21296/tid=21570] ppid=21294 vsize=362636 CPUtime=0 cores=4,6
/proc/21296/task/21570/stat : 21570 (python) S 21294 21296 19943 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 735576392 371339264 7626 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
[pid=21296/tid=21624] ppid=21294 vsize=362636 CPUtime=0 cores=4,6
/proc/21296/task/21624/stat : 21624 (python) S 21294 21296 19943 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 735586423 371339264 7626 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
[pid=21296/tid=21684] ppid=21294 vsize=362636 CPUtime=0 cores=4,6
/proc/21296/task/21684/stat : 21684 (python) S 21294 21296 19943 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 735596352 371339264 7626 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 701.84
Current children cumulated vsize (KiB) 7897180

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.16 4.05 3.56 5/423 21685
/proc/meminfo: memFree=22179512/32951124 swapFree=59305796/67111528
[pid=21296] ppid=21294 vsize=362636 CPUtime=1.9 cores=4,6
/proc/21296/stat : 21296 (python) S 21294 21296 19943 0 -1 4202496 18839 930 1 0 181 9 0 0 20 0 9 0 735526260 371339264 7626 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21296/statm: 90659 7626 1892 364 0 26556 0
[pid=21305] ppid=21296 vsize=291004 CPUtime=0.24 cores=4,6
/proc/21305/stat : 21305 (python) S 21296 21296 19943 0 -1 4202560 1150 0 0 0 13 11 0 0 19 0 2 0 735526450 297988096 6042 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21305/statm: 72751 6042 415 364 0 8669 0
[pid=21307] ppid=21305 vsize=1019708 CPUtime=100.03 cores=4,6
/proc/21307/stat : 21307 (gnovelty+2) T 21305 21307 21307 0 -1 4202496 955 0 0 0 9998 5 0 0 25 0 1 0 735526450 1044180992 689 33554432000 134512640 135663704 4287364240 18446744073709551615 134525091 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21307/statm: 254927 689 113 282 0 254643 0
[pid=21305/tid=21497] ppid=21296 vsize=291004 CPUtime=0 cores=4,6
/proc/21305/task/21497/stat : 21497 (python) S 21296 21296 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735536478 297988096 6042 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 514 18446604453877590848 0 0 -1 6 0 0 0
[pid=21499] ppid=21296 vsize=291092 CPUtime=0.25 cores=4,6
/proc/21499/stat : 21499 (python) S 21296 21296 19943 0 -1 4202560 1076 0 0 0 14 11 0 0 19 0 2 0 735536479 298078208 6027 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21499/statm: 72773 6027 400 364 0 8688 0
[pid=21501] ppid=21499 vsize=1019708 CPUtime=100.05 cores=4,6
/proc/21501/stat : 21501 (gnovelty+2) T 21499 21501 21501 0 -1 4202496 951 0 0 0 10005 0 0 0 25 0 1 0 735536480 1044180992 689 33554432000 134512640 135663704 4289986000 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21501/statm: 254927 689 113 282 0 254643 0
[pid=21499/tid=21520] ppid=21296 vsize=291092 CPUtime=0 cores=4,6
/proc/21499/task/21520/stat : 21520 (python) S 21296 21296 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735546508 298078208 6027 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 514 18446604450332099520 0 0 -1 6 0 0 0
[pid=21521] ppid=21296 vsize=301356 CPUtime=0.25 cores=4,6
/proc/21521/stat : 21521 (python) S 21296 21296 19943 0 -1 4202560 1080 0 0 0 13 12 0 0 19 0 2 0 735546509 308588544 6050 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21521/statm: 75339 6050 400 364 0 11251 0
[pid=21523] ppid=21521 vsize=420220 CPUtime=100.03 cores=4,6
/proc/21523/stat : 21523 (adaptg2wsat2009) T 21521 21523 21523 0 -1 4202496 1666 0 0 0 10003 0 0 0 25 0 1 0 735546509 430305280 1400 33554432000 134512640 135107411 4292793408 18446744073709551615 134532288 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21523/statm: 105055 1400 59 146 0 103931 0
[pid=21521/tid=21539] ppid=21296 vsize=301356 CPUtime=0 cores=4,6
/proc/21521/task/21539/stat : 21539 (python) S 21296 21296 19943 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735556534 308588544 6050 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 514 18446604450066981248 0 0 -1 6 0 0 0
[pid=21540] ppid=21296 vsize=311700 CPUtime=0.27 cores=4,6
/proc/21540/stat : 21540 (python) S 21296 21296 19943 0 -1 4202560 1090 0 0 0 14 13 0 0 19 0 2 0 735556535 319180800 6056 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21540/statm: 77925 6056 400 364 0 13834 0
[pid=21542] ppid=21540 vsize=420220 CPUtime=98.27 cores=4,6
/proc/21542/stat : 21542 (adaptg2wsat2009) T 21540 21542 21542 0 -1 4202496 1669 0 0 0 9827 0 0 0 25 0 1 0 735556535 430305280 1400 33554432000 134512640 135107411 4293058464 18446744073709551615 134539228 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/21542/statm: 105055 1400 59 146 0 103931 0
[pid=21540/tid=21553] ppid=21296 vsize=311700 CPUtime=0 cores=4,6
/proc/21540/task/21553/stat : 21553 (python) S 21296 21296 19943 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735566363 319180800 6056 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 514 18446604453859183552 0 0 -1 4 0 0 0
[pid=21554] ppid=21296 vsize=322052 CPUtime=0.26 cores=4,6
/proc/21554/stat : 21554 (python) S 21296 21296 19943 0 -1 4202560 1090 0 0 0 13 13 0 0 19 0 2 0 735566364 329781248 6082 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21554/statm: 80513 6082 400 364 0 16419 0
[pid=21556] ppid=21554 vsize=420220 CPUtime=99.66 cores=4,6
/proc/21556/stat : 21556 (adaptg2wsat2009) T 21554 21556 21556 0 -1 4202496 1668 0 0 0 9966 0 0 0 25 0 1 0 735566365 430305280 1400 33554432000 134512640 135107411 4294402928 18446744073709551615 134532347 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21556/statm: 105055 1400 59 146 0 103931 0
[pid=21554/tid=21568] ppid=21296 vsize=322052 CPUtime=0 cores=4,6
/proc/21554/task/21568/stat : 21568 (python) S 21296 21296 19943 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735576390 329781248 6082 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 514 18446604445118087360 0 0 -1 6 0 0 0
[pid=21569] ppid=21296 vsize=332248 CPUtime=0.26 cores=4,6
/proc/21569/stat : 21569 (python) S 21296 21296 19943 0 -1 4202560 1087 0 0 0 15 11 0 0 19 0 2 0 735576392 340221952 6110 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21569/statm: 83062 6110 400 364 0 18965 0
[pid=21571] ppid=21569 vsize=1019708 CPUtime=100.04 cores=4,6
/proc/21571/stat : 21571 (gnovelty+2) T 21569 21571 21571 0 -1 4202496 952 0 0 0 10003 1 0 0 25 0 1 0 735576392 1044180992 690 33554432000 134512640 135663704 4287017568 18446744073709551615 134525229 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21571/statm: 254927 690 113 282 0 254643 0
[pid=21569/tid=21621] ppid=21296 vsize=332248 CPUtime=0 cores=4,6
/proc/21569/task/21621/stat : 21621 (python) S 21296 21296 19943 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735586422 340221952 6110 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 514 18446604453985334208 0 0 -1 6 0 0 0
[pid=21623] ppid=21296 vsize=342620 CPUtime=0.28 cores=4,6
/proc/21623/stat : 21623 (python) S 21296 21296 19943 0 -1 4202560 1078 0 0 0 17 11 0 0 19 0 2 0 735586423 350842880 6114 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21623/statm: 85655 6114 400 364 0 21555 0
[pid=21625] ppid=21623 vsize=249872 CPUtime=99.26 cores=4,6
/proc/21625/stat : 21625 (FH) T 21623 21625 21625 0 -1 4202496 1527 0 0 0 9926 0 0 0 25 0 1 0 735586423 255868928 1264 33554432000 134512640 134936988 4292173552 18446744073709551615 134552504 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/21625/statm: 62468 1264 41 104 0 61972 0
[pid=21623/tid=21682] ppid=21296 vsize=342620 CPUtime=0 cores=4,6
/proc/21623/task/21682/stat : 21682 (python) S 21296 21296 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735596351 350842880 6114 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 514 18446604451007882240 0 0 -1 6 0 0 0
[pid=21683] ppid=21296 vsize=352996 CPUtime=0 cores=4,6
/proc/21683/stat : 21683 (python) S 21296 21296 19943 0 -1 4202560 783 0 0 0 0 0 0 0 19 0 1 0 735596352 361467904 6082 33554432000 4194304 5683644 140735482267792 18446744073709551615 252458085958 0 0 16781312 514 3937256035605020671 0 0 17 4 0 0 0
/proc/21683/statm: 88249 6082 351 364 0 24146 0
[pid=21685] ppid=21683 vsize=419820 CPUtime=0.79 cores=4,6
/proc/21685/stat : 21685 (adaptg2wsat2009) R 21683 21685 21685 0 -1 4202496 1443 0 0 0 79 0 0 0 22 0 1 0 735596352 429895680 1172 33554432000 134512640 135107411 4291942544 18446744073709551615 134523426 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21685/statm: 104955 1172 49 146 0 103831 0
[pid=21296/tid=21306] ppid=21294 vsize=362636 CPUtime=0 cores=4,6
/proc/21296/task/21306/stat : 21306 (python) S 21294 21296 19943 0 -1 4202560 29 930 0 0 0 0 0 0 22 0 9 0 735526450 371339264 7626 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
[pid=21296/tid=21500] ppid=21294 vsize=362636 CPUtime=0 cores=4,6
/proc/21296/task/21500/stat : 21500 (python) S 21294 21296 19943 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 735536479 371339264 7626 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
[pid=21296/tid=21522] ppid=21294 vsize=362636 CPUtime=0 cores=4,6
/proc/21296/task/21522/stat : 21522 (python) S 21294 21296 19943 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 735546509 371339264 7626 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
[pid=21296/tid=21541] ppid=21294 vsize=362636 CPUtime=0 cores=4,6
/proc/21296/task/21541/stat : 21541 (python) S 21294 21296 19943 0 -1 4202560 22 930 0 0 0 0 0 0 20 0 9 0 735556535 371339264 7626 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
[pid=21296/tid=21555] ppid=21294 vsize=362636 CPUtime=0 cores=4,6
/proc/21296/task/21555/stat : 21555 (python) S 21294 21296 19943 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 735566365 371339264 7626 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
[pid=21296/tid=21570] ppid=21294 vsize=362636 CPUtime=0 cores=4,6
/proc/21296/task/21570/stat : 21570 (python) S 21294 21296 19943 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 735576392 371339264 7626 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
[pid=21296/tid=21624] ppid=21294 vsize=362636 CPUtime=0 cores=4,6
/proc/21296/task/21624/stat : 21624 (python) S 21294 21296 19943 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 735586423 371339264 7626 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
[pid=21296/tid=21684] ppid=21294 vsize=362636 CPUtime=0 cores=4,6
/proc/21296/task/21684/stat : 21684 (python) S 21294 21296 19943 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 735596352 371339264 7626 33554432000 4194304 5683644 140735482267792 18446744073709551615 252469889457 0 0 16781312 2 18446604449228214464 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 701.84
Current children cumulated vsize (KiB) 7897180

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 701.775
CPU time (s): 701.84
CPU user time (s): 700.87
CPU system time (s): 0.97
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 7897180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.81972
system time used= 0.098984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19775
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= 1015
involuntary context switches= 31

runsolver used 2.73458 second user time and 5.35419 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 11:49:18
IDJOB=3377388
IDBENCH=82697
IDSOLVER=1857
FILE ID=node111/3377388-1305452958
RUNJOBID= node111-1305452246-20947
PBS_JOBID= 13324865
Free space on /tmp= 73616 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S415002759-031-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-3377388-1305452958/watcher-3377388-1305452958 -o /tmp/evaluation-result-3377388-1305452958/solver-3377388-1305452958 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377388-1305452958.cnf -seed 1960194754 -budget 2400

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

MD5SUM BENCH= 6d4469ea6d617a494594ad07b4996367
RANDOM SEED=1960194754

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.75
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.849
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.86
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.849
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.75
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.849
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.83
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22312776 kB
Buffers:        282712 kB
Cached:        6839800 kB
SwapCached:      13720 kB
Active:        1433008 kB
Inactive:      8965500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22312776 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           72044 kB
Writeback:           0 kB
AnonPages:     3271472 kB
Mapped:          21844 kB
Slab:           129136 kB
PageTables:      45932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 68773360 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= 73576 MiB
End job on node111 at 2011-05-15 12:01:02