Trace number 3484156

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) 704.01 703.963

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S1274193329-021-UNKNOWN.cnf
MD5SUM3c4691c1028b5642345f341166405cb7
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 variables250
Number of clauses21250
Sum of the clauses size148750
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 521250

Solver Data

0.39/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.39/0.70	c INFO: solving HOME/instance-3484156-1307747901.cnf
0.39/0.70	c INFO: computing task features
0.48/0.84	c INFO: computed variable-clause graph statistics
0.48/0.85	c INFO: computed clause balance statistics
1.27/1.64	c INFO: computed variable balance statistics
1.57/1.95	c INFO: computed small-clause counts
1.57/1.95	c INFO: computed Horn-clause counts
1.57/1.97	c INFO: computed variable graph statistics
1.57/1.97	c INFO: collected features for HOME/instance-3484156-1307747901.cnf in 1.26 s
1.57/1.98	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.36)
101.90/102.17	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
202.13/202.35	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
302.47/302.50	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.61/402.65	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
502.92/502.80	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.04)
603.01/602.99	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
703.19/703.12	c INFO: running adaptg2wsat2009++@0 for 97 with 498 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-3484156-1307747901/watcher-3484156-1307747901 -o /tmp/evaluation-result-3484156-1307747901/solver-3484156-1307747901 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484156-1307747901.cnf -seed 1306360414 -budget 1200 

running on 2 cores: 4,6

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: 4.01 3.86 2.52 5/227 11664
/proc/meminfo: memFree=31279584/32951124 swapFree=67053960/67111528
[pid=11664] ppid=11662 vsize=15380 CPUtime=0 cores=4,6
/proc/11664/stat : 11664 (python) S 11662 11664 11144 0 -1 4202496 795 0 0 0 0 0 0 0 25 0 1 0 867205669 15749120 681 33554432000 4194304 5683644 140734536312224 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/11664/statm: 3845 681 322 364 0 332 0

[startup+0.0265531 s]
/proc/loadavg: 4.01 3.86 2.52 5/227 11664
/proc/meminfo: memFree=31279584/32951124 swapFree=67053960/67111528
[pid=11664] ppid=11662 vsize=16396 CPUtime=0.01 cores=4,6
/proc/11664/stat : 11664 (python) S 11662 11664 11144 0 -1 4202496 1118 0 0 0 1 0 0 0 25 0 1 0 867205669 16789504 985 33554432000 4194304 5683644 140734536312224 18446744073709551615 228095446885 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/11664/statm: 4099 985 409 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.10057 s]
/proc/loadavg: 4.01 3.86 2.52 5/227 11664
/proc/meminfo: memFree=31279584/32951124 swapFree=67053960/67111528
[pid=11664] ppid=11662 vsize=93960 CPUtime=0.06 cores=4,6
/proc/11664/stat : 11664 (python) S 11662 11664 11144 0 -1 4202496 2693 0 0 0 5 1 0 0 17 0 1 0 867205669 96215040 2407 33554432000 4194304 5683644 140734536312224 18446744073709551615 228095446885 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/11664/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.300505 s]
/proc/loadavg: 4.01 3.86 2.52 5/227 11664
/proc/meminfo: memFree=31279584/32951124 swapFree=67053960/67111528
[pid=11664] ppid=11662 vsize=128860 CPUtime=0.16 cores=4,6
/proc/11664/stat : 11664 (python) S 11662 11664 11144 0 -1 4202496 5607 933 1 0 12 4 0 0 18 0 1 0 867205669 131952640 4020 33554432000 4194304 5683644 140734536312224 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 6
/proc/11664/statm: 32215 4020 1011 364 0 2994 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 128860

[startup+0.700432 s]
/proc/loadavg: 4.01 3.86 2.52 5/227 11664
/proc/meminfo: memFree=31279584/32951124 swapFree=67053960/67111528
[pid=11664] ppid=11662 vsize=278120 CPUtime=0.39 cores=4,6
/proc/11664/stat : 11664 (python) R 11662 11664 11144 0 -1 4202496 9109 933 1 0 30 9 0 0 17 0 1 0 867205669 284794880 6803 33554432000 4194304 5683644 140734536312224 18446744073709551615 4962948 0 0 16781312 2 0 0 0 17 6 0 0 6
/proc/11664/statm: 69530 6803 1744 364 0 5454 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 278120

[startup+1.50034 s]
/proc/loadavg: 4.01 3.86 2.52 5/228 11669
/proc/meminfo: memFree=31251452/32951124 swapFree=67053960/67111528
[pid=11664] ppid=11662 vsize=283972 CPUtime=1.17 cores=4,6
/proc/11664/stat : 11664 (python) R 11662 11664 11144 0 -1 4202496 11755 933 1 0 108 9 0 0 17 0 1 0 867205669 290787328 8378 33554432000 4194304 5683644 140734536312224 18446744073709551615 228095106041 0 0 16781312 2 0 0 0 17 4 0 0 6
/proc/11664/statm: 70993 8378 1826 364 0 6917 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283972

[startup+3.10105 s]
/proc/loadavg: 4.01 3.86 2.52 5/231 11672
/proc/meminfo: memFree=31251960/32951124 swapFree=67053960/67111528
[pid=11664] ppid=11662 vsize=289864 CPUtime=1.67 cores=4,6
/proc/11664/stat : 11664 (python) S 11662 11664 11144 0 -1 4202496 12101 933 1 0 157 10 0 0 20 0 2 0 867205669 296820736 7331 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 6
/proc/11664/statm: 72466 7331 1869 364 0 8384 0
[pid=11670] ppid=11664 vsize=280104 CPUtime=0 cores=4,6
/proc/11670/stat : 11670 (python) S 11664 11664 11144 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 867205867 286826496 5814 33554432000 4194304 5683644 140734536312224 18446744073709551615 228095471119 0 0 16781312 514 4542567973021253892 0 0 17 6 0 0 0
/proc/11670/statm: 70026 5814 355 364 0 5944 0
[pid=11672] ppid=11670 vsize=1018820 CPUtime=1.1 cores=4,6
/proc/11672/stat : 11672 (gnovelty+2) R 11670 11672 11672 0 -1 4202496 861 0 0 0 110 0 0 0 24 0 1 0 867205868 1043271680 595 33554432000 134512640 135663704 4288785152 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11672/statm: 254705 595 113 282 0 254421 0
[pid=11664/tid=11671] ppid=11662 vsize=289864 CPUtime=0 cores=4,6
/proc/11664/task/11671/stat : 11671 (python) S 11662 11664 11144 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 867205868 296820736 7331 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 1588788

[startup+6.30047 s]
/proc/loadavg: 4.01 3.86 2.52 5/231 11672
/proc/meminfo: memFree=31251828/32951124 swapFree=67053960/67111528
[pid=11664] ppid=11662 vsize=289864 CPUtime=1.67 cores=4,6
/proc/11664/stat : 11664 (python) S 11662 11664 11144 0 -1 4202496 12101 933 1 0 157 10 0 0 20 0 2 0 867205669 296820736 7331 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 6
/proc/11664/statm: 72466 7331 1869 364 0 8384 0
[pid=11670] ppid=11664 vsize=280104 CPUtime=0 cores=4,6
/proc/11670/stat : 11670 (python) S 11664 11664 11144 0 -1 4202560 866 0 0 0 0 0 0 0 18 0 1 0 867205867 286826496 5837 33554432000 4194304 5683644 140734536312224 18446744073709551615 228095471119 0 0 16781312 514 4542567973021253892 0 0 17 6 0 0 0
/proc/11670/statm: 70026 5837 378 364 0 5944 0
[pid=11672] ppid=11670 vsize=1018820 CPUtime=4.3 cores=4,6
/proc/11672/stat : 11672 (gnovelty+2) R 11670 11672 11672 0 -1 4202496 861 0 0 0 430 0 0 0 25 0 1 0 867205868 1043271680 595 33554432000 134512640 135663704 4288785152 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11672/statm: 254705 595 113 282 0 254421 0
[pid=11664/tid=11671] ppid=11662 vsize=289864 CPUtime=0 cores=4,6
/proc/11664/task/11671/stat : 11671 (python) S 11662 11664 11144 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 867205868 296820736 7331 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 1588788

[startup+12.7013 s]
/proc/loadavg: 4.01 3.87 2.53 5/231 11672
/proc/meminfo: memFree=31251216/32951124 swapFree=67053960/67111528
[pid=11664] ppid=11662 vsize=289864 CPUtime=1.67 cores=4,6
/proc/11664/stat : 11664 (python) S 11662 11664 11144 0 -1 4202496 12101 933 1 0 157 10 0 0 20 0 2 0 867205669 296820736 7331 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 6
/proc/11664/statm: 72466 7331 1869 364 0 8384 0
[pid=11670] ppid=11664 vsize=280104 CPUtime=0.01 cores=4,6
/proc/11670/stat : 11670 (python) S 11664 11664 11144 0 -1 4202560 869 0 0 0 0 1 0 0 18 0 1 0 867205867 286826496 5837 33554432000 4194304 5683644 140734536312224 18446744073709551615 228095471119 0 0 16781312 514 3290284148073136388 0 0 17 6 0 0 0
/proc/11670/statm: 70026 5837 378 364 0 5944 0
[pid=11672] ppid=11670 vsize=1018820 CPUtime=10.71 cores=4,6
/proc/11672/stat : 11672 (gnovelty+2) R 11670 11672 11672 0 -1 4202496 861 0 0 0 1071 0 0 0 25 0 1 0 867205868 1043271680 595 33554432000 134512640 135663704 4288785152 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11672/statm: 254705 595 113 282 0 254421 0
[pid=11664/tid=11671] ppid=11662 vsize=289864 CPUtime=0 cores=4,6
/proc/11664/task/11671/stat : 11671 (python) S 11662 11664 11144 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 867205868 296820736 7331 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 1588788

[startup+25.501 s]
/proc/loadavg: 4.01 3.87 2.56 5/235 11677
/proc/meminfo: memFree=31243536/32951124 swapFree=67053960/67111528
[pid=11664] ppid=11662 vsize=289864 CPUtime=1.67 cores=4,6
/proc/11664/stat : 11664 (python) S 11662 11664 11144 0 -1 4202496 12101 933 1 0 157 10 0 0 20 0 2 0 867205669 296820736 7331 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 6
/proc/11664/statm: 72466 7331 1869 364 0 8384 0
[pid=11670] ppid=11664 vsize=280104 CPUtime=0.02 cores=4,6
/proc/11670/stat : 11670 (python) S 11664 11664 11144 0 -1 4202560 874 0 0 0 1 1 0 0 18 0 1 0 867205867 286826496 5837 33554432000 4194304 5683644 140734536312224 18446744073709551615 228095471119 0 0 16781312 514 3290284148073136388 0 0 17 6 0 0 0
/proc/11670/statm: 70026 5837 378 364 0 5944 0
[pid=11672] ppid=11670 vsize=1018820 CPUtime=23.5 cores=4,6
/proc/11672/stat : 11672 (gnovelty+2) R 11670 11672 11672 0 -1 4202496 861 0 0 0 2350 0 0 0 25 0 1 0 867205868 1043271680 595 33554432000 134512640 135663704 4288785152 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11672/statm: 254705 595 113 282 0 254421 0
[pid=11664/tid=11671] ppid=11662 vsize=289864 CPUtime=0 cores=4,6
/proc/11664/task/11671/stat : 11671 (python) S 11662 11664 11144 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 867205868 296820736 7331 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 1588788

[startup+51.1013 s]
/proc/loadavg: 4.00 3.88 2.59 5/235 11677
/proc/meminfo: memFree=31241784/32951124 swapFree=67053960/67111528
[pid=11664] ppid=11662 vsize=289864 CPUtime=1.67 cores=4,6
/proc/11664/stat : 11664 (python) S 11662 11664 11144 0 -1 4202496 12101 933 1 0 157 10 0 0 20 0 2 0 867205669 296820736 7331 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 6
/proc/11664/statm: 72466 7331 1869 364 0 8384 0
[pid=11670] ppid=11664 vsize=280104 CPUtime=0.06 cores=4,6
/proc/11670/stat : 11670 (python) S 11664 11664 11144 0 -1 4202560 887 0 0 0 3 3 0 0 18 0 1 0 867205867 286826496 5837 33554432000 4194304 5683644 140734536312224 18446744073709551615 228095471119 0 0 16781312 514 3290284148073136388 0 0 17 6 0 0 0
/proc/11670/statm: 70026 5837 378 364 0 5944 0
[pid=11672] ppid=11670 vsize=1018820 CPUtime=49.1 cores=4,6
/proc/11672/stat : 11672 (gnovelty+2) R 11670 11672 11672 0 -1 4202496 861 0 0 0 4910 0 0 0 25 0 1 0 867205868 1043271680 595 33554432000 134512640 135663704 4288785152 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11672/statm: 254705 595 113 282 0 254421 0
[pid=11664/tid=11671] ppid=11662 vsize=289864 CPUtime=0 cores=4,6
/proc/11664/task/11671/stat : 11671 (python) S 11662 11664 11144 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 867205868 296820736 7331 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 1588788

[startup+102.308 s]
/proc/loadavg: 4.00 3.90 2.66 5/241 11685
/proc/meminfo: memFree=31232992/32951124 swapFree=67053960/67111528
[pid=11664] ppid=11662 vsize=300120 CPUtime=1.67 cores=4,6
/proc/11664/stat : 11664 (python) S 11662 11664 11144 0 -1 4202496 12964 933 1 0 157 10 0 0 20 0 3 0 867205669 307322880 7338 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 6
/proc/11664/statm: 75030 7338 1872 364 0 10945 0
[pid=11670] ppid=11664 vsize=290348 CPUtime=0.14 cores=4,6
/proc/11670/stat : 11670 (python) S 11664 11664 11144 0 -1 4202560 1140 0 0 0 8 6 0 0 19 0 2 0 867205867 297316352 5879 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11670/statm: 72587 5879 415 364 0 8505 0
[pid=11672] ppid=11670 vsize=1018820 CPUtime=100.16 cores=4,6
/proc/11672/stat : 11672 (gnovelty+2) T 11670 11672 11672 0 -1 4202496 861 0 0 0 10016 0 0 0 25 0 1 0 867205868 1043271680 595 33554432000 134512640 135663704 4288785152 18446744073709551615 134525316 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11672/statm: 254705 595 113 282 0 254421 0
[pid=11670/tid=11682] ppid=11664 vsize=290348 CPUtime=0 cores=4,6
/proc/11670/task/11682/stat : 11682 (python) S 11664 11664 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867215885 297316352 5879 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 514 18446604453970342272 0 0 -1 6 0 0 0
[pid=11683] ppid=11664 vsize=290360 CPUtime=0 cores=4,6
/proc/11683/stat : 11683 (python) S 11664 11664 11144 0 -1 4202560 740 0 0 0 0 0 0 0 19 0 1 0 867215886 297328640 5812 33554432000 4194304 5683644 140734536312224 18446744073709551615 228095471174 0 0 16781312 514 4440993989335711743 0 0 17 4 0 0 0
/proc/11683/statm: 72590 5812 349 364 0 8505 0
[pid=11685] ppid=11683 vsize=1018820 CPUtime=0.13 cores=4,6
/proc/11685/stat : 11685 (gnovelty+2) R 11683 11685 11685 0 -1 4202496 862 0 0 0 13 0 0 0 21 0 1 0 867215886 1043271680 596 33554432000 134512640 135663704 4287083392 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11685/statm: 254705 596 113 282 0 254421 0
[pid=11664/tid=11671] ppid=11662 vsize=300120 CPUtime=0 cores=4,6
/proc/11664/task/11671/stat : 11671 (python) S 11662 11664 11144 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 3 0 867205868 307322880 7338 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 4 0 0 0
[pid=11664/tid=11684] ppid=11662 vsize=300120 CPUtime=0 cores=4,6
/proc/11664/task/11684/stat : 11684 (python) S 11662 11664 11144 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 867215886 307322880 7338 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 2918468

[startup+162.301 s]
/proc/loadavg: 4.07 3.93 2.75 5/245 11690
/proc/meminfo: memFree=31219972/32951124 swapFree=67053960/67111528
[pid=11664] ppid=11662 vsize=300120 CPUtime=1.67 cores=4,6
/proc/11664/stat : 11664 (python) S 11662 11664 11144 0 -1 4202496 12964 933 1 0 157 10 0 0 20 0 3 0 867205669 307322880 7338 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 6
/proc/11664/statm: 75030 7338 1872 364 0 10945 0
[pid=11670] ppid=11664 vsize=290348 CPUtime=0.14 cores=4,6
/proc/11670/stat : 11670 (python) S 11664 11664 11144 0 -1 4202560 1140 0 0 0 8 6 0 0 19 0 2 0 867205867 297316352 5879 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11670/statm: 72587 5879 415 364 0 8505 0
[pid=11672] ppid=11670 vsize=1018820 CPUtime=100.16 cores=4,6
/proc/11672/stat : 11672 (gnovelty+2) T 11670 11672 11672 0 -1 4202496 861 0 0 0 10016 0 0 0 25 0 1 0 867205868 1043271680 595 33554432000 134512640 135663704 4288785152 18446744073709551615 134525316 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11672/statm: 254705 595 113 282 0 254421 0
[pid=11670/tid=11682] ppid=11664 vsize=290348 CPUtime=0 cores=4,6
/proc/11670/task/11682/stat : 11682 (python) S 11664 11664 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867215885 297316352 5879 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 514 18446604453970342272 0 0 -1 6 0 0 0
[pid=11683] ppid=11664 vsize=290360 CPUtime=0.08 cores=4,6

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

[pid=11696] ppid=11664 vsize=300696 CPUtime=0.14 cores=4,6
/proc/11696/stat : 11696 (python) S 11664 11664 11144 0 -1 4202560 1078 0 0 0 7 7 0 0 19 0 2 0 867225904 307912704 5868 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11696/statm: 75174 5868 400 364 0 11086 0
[pid=11698] ppid=11696 vsize=419428 CPUtime=100.14 cores=4,6
/proc/11698/stat : 11698 (adaptg2wsat2009) T 11696 11698 11698 0 -1 4202496 1441 0 0 0 10014 0 0 0 25 0 1 0 867225904 429494272 1175 33554432000 134512640 135107411 4294622480 18446744073709551615 134532364 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11698/statm: 104857 1175 59 146 0 103733 0
[pid=11696/tid=11753] ppid=11664 vsize=300696 CPUtime=0 cores=4,6
/proc/11696/task/11753/stat : 11753 (python) S 11664 11664 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867235919 307912704 5868 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 514 18446604453952662336 0 0 -1 6 0 0 0
[pid=11754] ppid=11664 vsize=311044 CPUtime=0.14 cores=4,6
/proc/11754/stat : 11754 (python) S 11664 11664 11144 0 -1 4202560 1077 0 0 0 7 7 0 0 19 0 2 0 867235920 318509056 5892 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11754/statm: 77761 5892 400 364 0 13670 0
[pid=11756] ppid=11754 vsize=419428 CPUtime=100.02 cores=4,6
/proc/11756/stat : 11756 (adaptg2wsat2009) T 11754 11756 11756 0 -1 4202496 1435 0 0 0 10002 0 0 0 25 0 1 0 867235920 429494272 1175 33554432000 134512640 135107411 4288392736 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11756/statm: 104857 1175 59 146 0 103733 0
[pid=11754/tid=11773] ppid=11664 vsize=311044 CPUtime=0 cores=4,6
/proc/11754/task/11773/stat : 11773 (python) S 11664 11664 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867245933 318509056 5892 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 514 18446604453957461184 0 0 -1 6 0 0 0
[pid=11774] ppid=11664 vsize=321396 CPUtime=0.15 cores=4,6
/proc/11774/stat : 11774 (python) S 11664 11664 11144 0 -1 4202560 1075 0 0 0 8 7 0 0 19 0 2 0 867245934 329109504 5919 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11774/statm: 80349 5919 400 364 0 16255 0
[pid=11776] ppid=11774 vsize=419428 CPUtime=100.13 cores=4,6
/proc/11776/stat : 11776 (adaptg2wsat2009) T 11774 11776 11776 0 -1 4202496 1440 0 0 0 10013 0 0 0 25 0 1 0 867245935 429494272 1176 33554432000 134512640 135107411 4294865568 18446744073709551615 134532121 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11776/statm: 104857 1176 59 146 0 103733 0
[pid=11774/tid=11788] ppid=11664 vsize=321396 CPUtime=0 cores=4,6
/proc/11774/task/11788/stat : 11788 (python) S 11664 11664 11144 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867255949 329109504 5919 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 514 18446604453946693632 0 0 -1 6 0 0 0
[pid=11789] ppid=11664 vsize=331864 CPUtime=0.14 cores=4,6
/proc/11789/stat : 11789 (python) S 11664 11664 11144 0 -1 4202560 1069 0 0 0 9 5 0 0 19 0 2 0 867255949 339828736 5947 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11789/statm: 82966 5947 400 364 0 18869 0
[pid=11791] ppid=11789 vsize=1018820 CPUtime=100.02 cores=4,6
/proc/11791/stat : 11791 (gnovelty+2) T 11789 11791 11791 0 -1 4202496 855 0 0 0 9999 3 0 0 25 0 1 0 867255950 1043271680 596 33554432000 134512640 135663704 4293826704 18446744073709551615 134524503 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11791/statm: 254705 596 113 282 0 254421 0
[pid=11789/tid=11899] ppid=11664 vsize=331864 CPUtime=0 cores=4,6
/proc/11789/task/11899/stat : 11899 (python) S 11664 11664 11144 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867265967 339828736 5947 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 514 18446604453920994496 0 0 -1 6 0 0 0
[pid=11900] ppid=11664 vsize=341940 CPUtime=0.13 cores=4,6
/proc/11900/stat : 11900 (python) S 11664 11664 11144 0 -1 4202560 1077 0 0 0 7 6 0 0 19 0 2 0 867265968 350146560 6004 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11900/statm: 85485 6004 400 364 0 21385 0
[pid=11902] ppid=11900 vsize=249196 CPUtime=99.99 cores=4,6
/proc/11902/stat : 11902 (FH) T 11900 11902 11902 0 -1 4202496 1321 0 0 0 9997 2 0 0 25 0 1 0 867265968 255176704 1058 33554432000 134512640 134936988 4293258256 18446744073709551615 134552504 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11902/statm: 62299 1058 41 104 0 61803 0
[pid=11900/tid=11957] ppid=11664 vsize=341940 CPUtime=0 cores=4,6
/proc/11900/task/11957/stat : 11957 (python) S 11664 11664 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867275981 350146560 6004 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 514 18446604453963270144 0 0 -1 6 0 0 0
[pid=11958] ppid=11664 vsize=352436 CPUtime=0 cores=4,6
/proc/11958/stat : 11958 (python) S 11664 11664 11144 0 -1 4202560 831 0 0 0 0 0 0 0 19 0 1 0 867275982 360894464 5958 33554432000 4194304 5683644 140734536312224 18446744073709551615 228095471174 0 0 16781312 514 4471916654355283967 0 0 17 4 0 0 0
/proc/11958/statm: 88109 5958 351 364 0 24006 0
[pid=11960] ppid=11958 vsize=419160 CPUtime=0.77 cores=4,6
/proc/11960/stat : 11960 (adaptg2wsat2009) R 11958 11960 11960 0 -1 4202496 1258 0 0 0 77 0 0 0 22 0 1 0 867275982 429219840 991 33554432000 134512640 135107411 4292547904 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11960/statm: 104790 991 49 146 0 103666 0
[pid=11664/tid=11671] ppid=11662 vsize=362136 CPUtime=0 cores=4,6
/proc/11664/task/11671/stat : 11671 (python) S 11662 11664 11144 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867205868 370827264 7494 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 4 0 0 0
[pid=11664/tid=11684] ppid=11662 vsize=362136 CPUtime=0 cores=4,6
/proc/11664/task/11684/stat : 11684 (python) S 11662 11664 11144 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 867215886 370827264 7494 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 4 0 0 0
[pid=11664/tid=11697] ppid=11662 vsize=362136 CPUtime=0 cores=4,6
/proc/11664/task/11697/stat : 11697 (python) S 11662 11664 11144 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867225904 370827264 7494 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 4 0 0 0
[pid=11664/tid=11755] ppid=11662 vsize=362136 CPUtime=0 cores=4,6
/proc/11664/task/11755/stat : 11755 (python) S 11662 11664 11144 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867235920 370827264 7494 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 4 0 0 0
[pid=11664/tid=11775] ppid=11662 vsize=362136 CPUtime=0 cores=4,6
/proc/11664/task/11775/stat : 11775 (python) S 11662 11664 11144 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 867245934 370827264 7494 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 4 0 0 0
[pid=11664/tid=11790] ppid=11662 vsize=362136 CPUtime=0 cores=4,6
/proc/11664/task/11790/stat : 11790 (python) S 11662 11664 11144 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867255950 370827264 7494 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 4 0 0 0
[pid=11664/tid=11901] ppid=11662 vsize=362136 CPUtime=0 cores=4,6
/proc/11664/task/11901/stat : 11901 (python) S 11662 11664 11144 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867265968 370827264 7494 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 6 0 0 0
[pid=11664/tid=11959] ppid=11662 vsize=362136 CPUtime=0 cores=4,6
/proc/11664/task/11959/stat : 11959 (python) S 11662 11664 11144 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867275982 370827264 7494 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 704.01
Current children cumulated vsize (KiB) 7885320

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

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

[startup+703.902 s]
/proc/loadavg: 4.01 3.99 3.29 6/243 11960
/proc/meminfo: memFree=31479504/32951124 swapFree=67053960/67111528
[pid=11664] ppid=11662 vsize=362136 CPUtime=1.74 cores=4,6
/proc/11664/stat : 11664 (python) S 11662 11664 11144 0 -1 4202496 17983 933 1 0 162 12 0 0 19 0 9 0 867205669 370827264 7494 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 6
/proc/11664/statm: 90534 7494 1884 364 0 26431 0
[pid=11670] ppid=11664 vsize=290348 CPUtime=0.14 cores=4,6
/proc/11670/stat : 11670 (python) S 11664 11664 11144 0 -1 4202560 1140 0 0 0 8 6 0 0 19 0 2 0 867205867 297316352 5879 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11670/statm: 72587 5879 415 364 0 8505 0
[pid=11672] ppid=11670 vsize=1018820 CPUtime=100.16 cores=4,6
/proc/11672/stat : 11672 (gnovelty+2) T 11670 11672 11672 0 -1 4202496 861 0 0 0 10016 0 0 0 25 0 1 0 867205868 1043271680 595 33554432000 134512640 135663704 4288785152 18446744073709551615 134525316 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11672/statm: 254705 595 113 282 0 254421 0
[pid=11670/tid=11682] ppid=11664 vsize=290348 CPUtime=0 cores=4,6
/proc/11670/task/11682/stat : 11682 (python) S 11664 11664 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867215885 297316352 5879 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 514 18446604453970342272 0 0 -1 6 0 0 0
[pid=11683] ppid=11664 vsize=290360 CPUtime=0.14 cores=4,6
/proc/11683/stat : 11683 (python) S 11664 11664 11144 0 -1 4202560 1075 0 0 0 7 7 0 0 19 0 2 0 867215886 297328640 5864 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11683/statm: 72590 5864 400 364 0 8505 0
[pid=11685] ppid=11683 vsize=1018820 CPUtime=100.06 cores=4,6
/proc/11685/stat : 11685 (gnovelty+2) T 11683 11685 11685 0 -1 4202496 862 0 0 0 10006 0 0 0 25 0 1 0 867215886 1043271680 596 33554432000 134512640 135663704 4287083392 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11685/statm: 254705 596 113 282 0 254421 0
[pid=11683/tid=11695] ppid=11664 vsize=290360 CPUtime=0 cores=4,6
/proc/11683/task/11695/stat : 11695 (python) S 11664 11664 11144 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867225903 297328640 5864 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 514 18446604453946692736 0 0 -1 6 0 0 0
[pid=11696] ppid=11664 vsize=300696 CPUtime=0.14 cores=4,6
/proc/11696/stat : 11696 (python) S 11664 11664 11144 0 -1 4202560 1078 0 0 0 7 7 0 0 19 0 2 0 867225904 307912704 5868 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11696/statm: 75174 5868 400 364 0 11086 0
[pid=11698] ppid=11696 vsize=419428 CPUtime=100.14 cores=4,6
/proc/11698/stat : 11698 (adaptg2wsat2009) T 11696 11698 11698 0 -1 4202496 1441 0 0 0 10014 0 0 0 25 0 1 0 867225904 429494272 1175 33554432000 134512640 135107411 4294622480 18446744073709551615 134532364 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11698/statm: 104857 1175 59 146 0 103733 0
[pid=11696/tid=11753] ppid=11664 vsize=300696 CPUtime=0 cores=4,6
/proc/11696/task/11753/stat : 11753 (python) S 11664 11664 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867235919 307912704 5868 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 514 18446604453952662336 0 0 -1 6 0 0 0
[pid=11754] ppid=11664 vsize=311044 CPUtime=0.14 cores=4,6
/proc/11754/stat : 11754 (python) S 11664 11664 11144 0 -1 4202560 1077 0 0 0 7 7 0 0 19 0 2 0 867235920 318509056 5892 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11754/statm: 77761 5892 400 364 0 13670 0
[pid=11756] ppid=11754 vsize=419428 CPUtime=100.02 cores=4,6
/proc/11756/stat : 11756 (adaptg2wsat2009) T 11754 11756 11756 0 -1 4202496 1435 0 0 0 10002 0 0 0 25 0 1 0 867235920 429494272 1175 33554432000 134512640 135107411 4288392736 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11756/statm: 104857 1175 59 146 0 103733 0
[pid=11754/tid=11773] ppid=11664 vsize=311044 CPUtime=0 cores=4,6
/proc/11754/task/11773/stat : 11773 (python) S 11664 11664 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867245933 318509056 5892 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 514 18446604453957461184 0 0 -1 6 0 0 0
[pid=11774] ppid=11664 vsize=321396 CPUtime=0.15 cores=4,6
/proc/11774/stat : 11774 (python) S 11664 11664 11144 0 -1 4202560 1075 0 0 0 8 7 0 0 19 0 2 0 867245934 329109504 5919 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11774/statm: 80349 5919 400 364 0 16255 0
[pid=11776] ppid=11774 vsize=419428 CPUtime=100.13 cores=4,6
/proc/11776/stat : 11776 (adaptg2wsat2009) T 11774 11776 11776 0 -1 4202496 1440 0 0 0 10013 0 0 0 25 0 1 0 867245935 429494272 1176 33554432000 134512640 135107411 4294865568 18446744073709551615 134532121 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11776/statm: 104857 1176 59 146 0 103733 0
[pid=11774/tid=11788] ppid=11664 vsize=321396 CPUtime=0 cores=4,6
/proc/11774/task/11788/stat : 11788 (python) S 11664 11664 11144 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867255949 329109504 5919 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 514 18446604453946693632 0 0 -1 6 0 0 0
[pid=11789] ppid=11664 vsize=331864 CPUtime=0.14 cores=4,6
/proc/11789/stat : 11789 (python) S 11664 11664 11144 0 -1 4202560 1069 0 0 0 9 5 0 0 19 0 2 0 867255949 339828736 5947 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11789/statm: 82966 5947 400 364 0 18869 0
[pid=11791] ppid=11789 vsize=1018820 CPUtime=100.02 cores=4,6
/proc/11791/stat : 11791 (gnovelty+2) T 11789 11791 11791 0 -1 4202496 855 0 0 0 9999 3 0 0 25 0 1 0 867255950 1043271680 596 33554432000 134512640 135663704 4293826704 18446744073709551615 134524503 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11791/statm: 254705 596 113 282 0 254421 0
[pid=11789/tid=11899] ppid=11664 vsize=331864 CPUtime=0 cores=4,6
/proc/11789/task/11899/stat : 11899 (python) S 11664 11664 11144 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867265967 339828736 5947 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 514 18446604453920994496 0 0 -1 6 0 0 0
[pid=11900] ppid=11664 vsize=341940 CPUtime=0.13 cores=4,6
/proc/11900/stat : 11900 (python) S 11664 11664 11144 0 -1 4202560 1077 0 0 0 7 6 0 0 19 0 2 0 867265968 350146560 6004 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11900/statm: 85485 6004 400 364 0 21385 0
[pid=11902] ppid=11900 vsize=249196 CPUtime=99.99 cores=4,6
/proc/11902/stat : 11902 (FH) T 11900 11902 11902 0 -1 4202496 1321 0 0 0 9997 2 0 0 25 0 1 0 867265968 255176704 1058 33554432000 134512640 134936988 4293258256 18446744073709551615 134552504 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11902/statm: 62299 1058 41 104 0 61803 0
[pid=11900/tid=11957] ppid=11664 vsize=341940 CPUtime=0 cores=4,6
/proc/11900/task/11957/stat : 11957 (python) S 11664 11664 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867275981 350146560 6004 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 514 18446604453963270144 0 0 -1 6 0 0 0
[pid=11958] ppid=11664 vsize=352436 CPUtime=0 cores=4,6
/proc/11958/stat : 11958 (python) S 11664 11664 11144 0 -1 4202560 831 0 0 0 0 0 0 0 19 0 1 0 867275982 360894464 5958 33554432000 4194304 5683644 140734536312224 18446744073709551615 228095471174 0 0 16781312 514 4471916654355283967 0 0 17 4 0 0 0
/proc/11958/statm: 88109 5958 351 364 0 24006 0
[pid=11960] ppid=11958 vsize=419160 CPUtime=0.77 cores=4,6
/proc/11960/stat : 11960 (adaptg2wsat2009) R 11958 11960 11960 0 -1 4202496 1258 0 0 0 77 0 0 0 22 0 1 0 867275982 429219840 991 33554432000 134512640 135107411 4292547904 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11960/statm: 104790 991 49 146 0 103666 0
[pid=11664/tid=11671] ppid=11662 vsize=362136 CPUtime=0 cores=4,6
/proc/11664/task/11671/stat : 11671 (python) S 11662 11664 11144 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867205868 370827264 7494 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 4 0 0 0
[pid=11664/tid=11684] ppid=11662 vsize=362136 CPUtime=0 cores=4,6
/proc/11664/task/11684/stat : 11684 (python) S 11662 11664 11144 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 867215886 370827264 7494 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 4 0 0 0
[pid=11664/tid=11697] ppid=11662 vsize=362136 CPUtime=0 cores=4,6
/proc/11664/task/11697/stat : 11697 (python) S 11662 11664 11144 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867225904 370827264 7494 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 4 0 0 0
[pid=11664/tid=11755] ppid=11662 vsize=362136 CPUtime=0 cores=4,6
/proc/11664/task/11755/stat : 11755 (python) S 11662 11664 11144 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867235920 370827264 7494 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 4 0 0 0
[pid=11664/tid=11775] ppid=11662 vsize=362136 CPUtime=0 cores=4,6
/proc/11664/task/11775/stat : 11775 (python) S 11662 11664 11144 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 867245934 370827264 7494 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 4 0 0 0
[pid=11664/tid=11790] ppid=11662 vsize=362136 CPUtime=0 cores=4,6
/proc/11664/task/11790/stat : 11790 (python) S 11662 11664 11144 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867255950 370827264 7494 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 4 0 0 0
[pid=11664/tid=11901] ppid=11662 vsize=362136 CPUtime=0 cores=4,6
/proc/11664/task/11901/stat : 11901 (python) S 11662 11664 11144 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867265968 370827264 7494 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 6 0 0 0
[pid=11664/tid=11959] ppid=11662 vsize=362136 CPUtime=0 cores=4,6
/proc/11664/task/11959/stat : 11959 (python) S 11662 11664 11144 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867275982 370827264 7494 33554432000 4194304 5683644 140734536312224 18446744073709551615 228107274673 0 0 16781312 2 18446604453970344960 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 704.01
Current children cumulated vsize (KiB) 7885320

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.963
CPU time (s): 704.01
CPU user time (s): 703.39
CPU system time (s): 0.62
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 7885320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.62975
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19416
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= 2868
involuntary context switches= 44

runsolver used 1.52777 second user time and 3.14252 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-11 01:18:22
IDJOB=3484156
IDBENCH=82667
IDSOLVER=1975
FILE ID=node142/3484156-1307747901
RUNJOBID= node142-1307746989-11163
PBS_JOBID= 13550818
Free space on /tmp= 73976 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S1274193329-021-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-3484156-1307747901/watcher-3484156-1307747901 -o /tmp/evaluation-result-3484156-1307747901/solver-3484156-1307747901 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484156-1307747901.cnf -seed 1306360414 -budget 1200

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

MD5SUM BENCH= 3c4691c1028b5642345f341166405cb7
RANDOM SEED=1306360414

node142.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.846
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31280260 kB
Buffers:        158728 kB
Cached:         842148 kB
SwapCached:      11412 kB
Active:        1005104 kB
Inactive:       481820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31280260 kB
SwapTotal:    67111528 kB
SwapFree:     67053960 kB
Dirty:           46968 kB
Writeback:           0 kB
AnonPages:      483272 kB
Mapped:          20168 kB
Slab:           108784 kB
PageTables:      14792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5735716 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= 73976 MiB
End job on node142 at 2011-06-11 01:30:08