Trace number 3483995

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) 703.42 703.965

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S93401285-051-UNKNOWN.cnf
MD5SUMdc0028248c86c8aff67bef1f8d7ffb16
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.2752
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
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 512750

Solver Data

0.54/1.22	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.54/1.22	c INFO: solving HOME/instance-3483995-1307746988.cnf
0.54/1.22	c INFO: computing task features
0.63/1.32	c INFO: computed variable-clause graph statistics
0.63/1.32	c INFO: computed clause balance statistics
1.14/1.81	c INFO: computed variable balance statistics
1.34/2.01	c INFO: computed small-clause counts
1.34/2.01	c INFO: computed Horn-clause counts
1.34/2.02	c INFO: computed variable graph statistics
1.34/2.02	c INFO: collected features for HOME/instance-3483995-1307746988.cnf in 0.80 s
1.34/2.05	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.37)
101.51/102.21	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.12)
201.72/202.36	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.08)
301.95/302.50	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.06)
402.13/402.65	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
502.34/502.80	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.04)
602.45/602.99	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
702.64/703.15	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-3483995-1307746988/watcher-3483995-1307746988 -o /tmp/evaluation-result-3483995-1307746988/solver-3483995-1307746988 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3483995-1307746988.cnf -seed 2106410688 -budget 1200 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 4/176 13028
/proc/meminfo: memFree=31947364/32951124 swapFree=67062492/67111528
[pid=13028] ppid=13026 vsize=14820 CPUtime=0 cores=0,2
/proc/13028/stat : 13028 (python) R 13026 13028 12976 0 -1 4202496 538 0 0 0 0 0 0 0 23 0 1 0 867114716 15175680 442 33554432000 4194304 5683644 140735716779600 18446744073709551615 4562986 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13028/statm: 3705 442 267 364 0 192 0

[startup+0.0427629 s]
/proc/loadavg: 0.00 0.00 0.00 4/176 13028
/proc/meminfo: memFree=31947364/32951124 swapFree=67062492/67111528
[pid=13028] ppid=13026 vsize=18884 CPUtime=0.01 cores=0,2
/proc/13028/stat : 13028 (python) R 13026 13028 12976 0 -1 4202496 1281 0 0 0 1 0 0 0 17 0 1 0 867114716 19337216 1132 33554432000 4194304 5683644 140735716779600 18446744073709551615 4620205 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/13028/statm: 4721 1132 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.10077 s]
/proc/loadavg: 0.00 0.00 0.00 4/176 13028
/proc/meminfo: memFree=31947364/32951124 swapFree=67062492/67111528
[pid=13028] ppid=13026 vsize=56780 CPUtime=0.04 cores=0,2
/proc/13028/stat : 13028 (python) R 13026 13028 12976 0 -1 4202496 2104 0 0 0 3 1 0 0 17 0 1 0 867114716 58142720 1857 33554432000 4194304 5683644 140735716779600 18446744073709551615 220816234496 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/13028/statm: 14195 1857 499 364 0 1318 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 56780

[startup+0.300753 s]
/proc/loadavg: 0.00 0.00 0.00 4/176 13028
/proc/meminfo: memFree=31947364/32951124 swapFree=67062492/67111528
[pid=13028] ppid=13026 vsize=128860 CPUtime=0.17 cores=0,2
/proc/13028/stat : 13028 (python) R 13026 13028 12976 0 -1 4202496 5595 933 1 0 11 6 0 0 18 0 1 0 867114716 131952640 4020 33554432000 4194304 5683644 140735716779600 18446744073709551615 5114052 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/13028/statm: 32215 4020 1011 364 0 2994 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 128860

[startup+0.700662 s]
/proc/loadavg: 0.00 0.00 0.00 4/176 13028
/proc/meminfo: memFree=31947364/32951124 swapFree=67062492/67111528
[pid=13028] ppid=13026 vsize=135748 CPUtime=0.33 cores=0,2
/proc/13028/stat : 13028 (python) R 13026 13028 12976 0 -1 4202496 6033 933 1 0 15 18 0 0 15 0 1 0 867114716 139005952 4176 33554432000 4194304 5683644 140735716779600 18446744073709551615 220816234496 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/13028/statm: 33937 4176 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 135748

[startup+1.50056 s]
/proc/loadavg: 0.00 0.00 0.00 2/187 13069
/proc/meminfo: memFree=31837252/32951124 swapFree=67062492/67111528
[pid=13028] ppid=13026 vsize=281524 CPUtime=0.84 cores=0,2
/proc/13028/stat : 13028 (python) R 13026 13028 12976 0 -1 4202496 10737 933 1 0 57 27 0 0 16 0 1 0 867114716 288280576 7777 33554432000 4194304 5683644 140735716779600 18446744073709551615 47219413493846 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/13028/statm: 70381 7777 1826 364 0 6305 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 281524

[startup+3.10025 s]
/proc/loadavg: 0.00 0.00 0.00 6/193 13075
/proc/meminfo: memFree=31769500/32951124 swapFree=67062492/67111528
[pid=13028] ppid=13026 vsize=289256 CPUtime=1.37 cores=0,2
/proc/13028/stat : 13028 (python) S 13026 13028 12976 0 -1 4202496 11097 933 1 0 110 27 0 0 18 0 2 0 867114716 296198144 7196 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13028/statm: 72314 7196 1869 364 0 8232 0
[pid=13073] ppid=13028 vsize=279012 CPUtime=0 cores=0,2
/proc/13073/stat : 13073 (python) S 13028 13028 12976 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 867114922 285708288 5677 33554432000 4194304 5683644 140735716779600 18446744073709551615 220816256527 0 0 16781312 514 4484393087673532674 0 0 17 0 0 0 0
/proc/13073/statm: 69753 5677 354 364 0 5671 0
[pid=13075] ppid=13073 vsize=1018364 CPUtime=1.03 cores=0,2
/proc/13075/stat : 13075 (gnovelty+2) R 13073 13075 13075 0 -1 4202496 673 0 0 0 103 0 0 0 22 0 1 0 867114922 1042804736 409 33554432000 134512640 135663704 4287680528 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13075/statm: 254591 409 113 282 0 254307 0
[pid=13028/tid=13074] ppid=13026 vsize=289256 CPUtime=0 cores=0,2
/proc/13028/task/13074/stat : 13074 (python) S 13026 13028 12976 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 2 0 867114922 296198144 7196 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 1586632
heavy processes:

[startup+6.30061 s]
/proc/loadavg: 0.32 0.07 0.02 6/196 13078
/proc/meminfo: memFree=31769092/32951124 swapFree=67062492/67111528
[pid=13028] ppid=13026 vsize=289256 CPUtime=1.37 cores=0,2
/proc/13028/stat : 13028 (python) S 13026 13028 12976 0 -1 4202496 11097 933 1 0 110 27 0 0 18 0 2 0 867114716 296198144 7196 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13028/statm: 72314 7196 1869 364 0 8232 0
[pid=13073] ppid=13028 vsize=279012 CPUtime=0 cores=0,2
/proc/13073/stat : 13073 (python) S 13028 13028 12976 0 -1 4202560 861 0 0 0 0 0 0 0 18 0 1 0 867114922 285708288 5700 33554432000 4194304 5683644 140735716779600 18446744073709551615 220816256527 0 0 16781312 514 4484393087673532674 0 0 17 0 0 0 0
/proc/13073/statm: 69753 5700 377 364 0 5671 0
[pid=13075] ppid=13073 vsize=1018364 CPUtime=4.23 cores=0,2
/proc/13075/stat : 13075 (gnovelty+2) R 13073 13075 13075 0 -1 4202496 673 0 0 0 423 0 0 0 25 0 1 0 867114922 1042804736 409 33554432000 134512640 135663704 4287680528 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13075/statm: 254591 409 113 282 0 254307 0
[pid=13028/tid=13074] ppid=13026 vsize=289256 CPUtime=0 cores=0,2
/proc/13028/task/13074/stat : 13074 (python) S 13026 13028 12976 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 2 0 867114922 296198144 7196 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 1586632

[startup+12.7004 s]
/proc/loadavg: 0.61 0.13 0.04 6/199 13081
/proc/meminfo: memFree=31739232/32951124 swapFree=67062492/67111528
[pid=13028] ppid=13026 vsize=289256 CPUtime=1.37 cores=0,2
/proc/13028/stat : 13028 (python) S 13026 13028 12976 0 -1 4202496 11097 933 1 0 110 27 0 0 18 0 2 0 867114716 296198144 7196 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13028/statm: 72314 7196 1869 364 0 8232 0
[pid=13073] ppid=13028 vsize=279012 CPUtime=0.01 cores=0,2
/proc/13073/stat : 13073 (python) S 13028 13028 12976 0 -1 4202560 863 0 0 0 0 1 0 0 18 0 1 0 867114922 285708288 5700 33554432000 4194304 5683644 140735716779600 18446744073709551615 220816256527 0 0 16781312 514 3073917851912864002 0 0 17 0 0 0 0
/proc/13073/statm: 69753 5700 377 364 0 5671 0
[pid=13075] ppid=13073 vsize=1018364 CPUtime=10.62 cores=0,2
/proc/13075/stat : 13075 (gnovelty+2) R 13073 13075 13075 0 -1 4202496 673 0 0 0 1062 0 0 0 25 0 1 0 867114922 1042804736 409 33554432000 134512640 135663704 4287680528 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13075/statm: 254591 409 113 282 0 254307 0
[pid=13028/tid=13074] ppid=13026 vsize=289256 CPUtime=0 cores=0,2
/proc/13028/task/13074/stat : 13074 (python) S 13026 13028 12976 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 2 0 867114922 296198144 7196 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12
Current children cumulated vsize (KiB) 1586632

[startup+25.5011 s]
/proc/loadavg: 1.36 0.32 0.11 6/199 13082
/proc/meminfo: memFree=31740172/32951124 swapFree=67062492/67111528
[pid=13028] ppid=13026 vsize=289256 CPUtime=1.37 cores=0,2
/proc/13028/stat : 13028 (python) S 13026 13028 12976 0 -1 4202496 11097 933 1 0 110 27 0 0 18 0 2 0 867114716 296198144 7196 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13028/statm: 72314 7196 1869 364 0 8232 0
[pid=13073] ppid=13028 vsize=279012 CPUtime=0.03 cores=0,2
/proc/13073/stat : 13073 (python) S 13028 13028 12976 0 -1 4202560 871 0 0 0 1 2 0 0 18 0 1 0 867114922 285708288 5700 33554432000 4194304 5683644 140735716779600 18446744073709551615 220816256527 0 0 16781312 514 3073917851912864002 0 0 17 0 0 0 0
/proc/13073/statm: 69753 5700 377 364 0 5671 0
[pid=13075] ppid=13073 vsize=1018364 CPUtime=23.41 cores=0,2
/proc/13075/stat : 13075 (gnovelty+2) R 13073 13075 13075 0 -1 4202496 673 0 0 0 2341 0 0 0 25 0 1 0 867114922 1042804736 409 33554432000 134512640 135663704 4287680528 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13075/statm: 254591 409 113 282 0 254307 0
[pid=13028/tid=13074] ppid=13026 vsize=289256 CPUtime=0 cores=0,2
/proc/13028/task/13074/stat : 13074 (python) S 13026 13028 12976 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 2 0 867114922 296198144 7196 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.81
Current children cumulated vsize (KiB) 1586632

[startup+51.1004 s]
/proc/loadavg: 2.33 0.63 0.21 6/199 13082
/proc/meminfo: memFree=31740628/32951124 swapFree=67062492/67111528
[pid=13028] ppid=13026 vsize=289256 CPUtime=1.37 cores=0,2
/proc/13028/stat : 13028 (python) S 13026 13028 12976 0 -1 4202496 11097 933 1 0 110 27 0 0 18 0 2 0 867114716 296198144 7196 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13028/statm: 72314 7196 1869 364 0 8232 0
[pid=13073] ppid=13028 vsize=279012 CPUtime=0.05 cores=0,2
/proc/13073/stat : 13073 (python) S 13028 13028 12976 0 -1 4202560 886 0 0 0 2 3 0 0 18 0 1 0 867114922 285708288 5700 33554432000 4194304 5683644 140735716779600 18446744073709551615 220816256527 0 0 16781312 514 3073917851912864002 0 0 17 0 0 0 0
/proc/13073/statm: 69753 5700 377 364 0 5671 0
[pid=13075] ppid=13073 vsize=1018364 CPUtime=48.98 cores=0,2
/proc/13075/stat : 13075 (gnovelty+2) R 13073 13075 13075 0 -1 4202496 673 0 0 0 4898 0 0 0 25 0 1 0 867114922 1042804736 409 33554432000 134512640 135663704 4287680528 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13075/statm: 254591 409 113 282 0 254307 0
[pid=13028/tid=13074] ppid=13026 vsize=289256 CPUtime=0 cores=0,2
/proc/13028/task/13074/stat : 13074 (python) S 13026 13028 12976 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 2 0 867114922 296198144 7196 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 1586632

[startup+102.307 s]
/proc/loadavg: 3.27 1.15 0.41 6/199 13130
/proc/meminfo: memFree=31738840/32951124 swapFree=67062492/67111528
[pid=13028] ppid=13026 vsize=300120 CPUtime=1.38 cores=0,2
/proc/13028/stat : 13028 (python) S 13026 13028 12976 0 -1 4202496 11982 933 1 0 111 27 0 0 20 0 3 0 867114716 307322880 7338 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13028/statm: 75030 7338 1872 364 0 10945 0
[pid=13073] ppid=13028 vsize=289256 CPUtime=0.13 cores=0,2
/proc/13073/stat : 13073 (python) S 13028 13028 12976 0 -1 4202560 1152 0 0 0 7 6 0 0 19 0 2 0 867114922 296198144 5743 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13073/statm: 72314 5743 415 364 0 8232 0
[pid=13075] ppid=13073 vsize=1018364 CPUtime=100 cores=0,2
/proc/13075/stat : 13075 (gnovelty+2) T 13073 13075 13075 0 -1 4202496 673 0 0 0 10000 0 0 0 25 0 1 0 867114922 1042804736 409 33554432000 134512640 135663704 4287680528 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13075/statm: 254591 409 113 282 0 254307 0
[pid=13073/tid=13131] ppid=13028 vsize=289256 CPUtime=0 cores=0,2
/proc/13073/task/13131/stat : 13131 (python) S 13028 13028 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867124936 296198144 5743 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 514 18446604453956797376 0 0 -1 0 0 0 0
[pid=13028/tid=13074] ppid=13026 vsize=300120 CPUtime=0 cores=0,2
/proc/13028/task/13074/stat : 13074 (python) S 13026 13028 12976 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 3 0 867114922 307322880 7338 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 1607740

[startup+162.301 s]
/proc/loadavg: 3.77 1.68 0.64 5/211 13143
/proc/meminfo: memFree=31688552/32951124 swapFree=67062492/67111528
[pid=13028] ppid=13026 vsize=300120 CPUtime=1.38 cores=0,2
/proc/13028/stat : 13028 (python) S 13026 13028 12976 0 -1 4202496 11982 933 1 0 111 27 0 0 20 0 3 0 867114716 307322880 7338 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13028/statm: 75030 7338 1872 364 0 10945 0
[pid=13073] ppid=13028 vsize=289256 CPUtime=0.13 cores=0,2
/proc/13073/stat : 13073 (python) S 13028 13028 12976 0 -1 4202560 1152 0 0 0 7 6 0 0 19 0 2 0 867114922 296198144 5743 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13073/statm: 72314 5743 415 364 0 8232 0
[pid=13075] ppid=13073 vsize=1018364 CPUtime=100 cores=0,2
/proc/13075/stat : 13075 (gnovelty+2) T 13073 13075 13075 0 -1 4202496 673 0 0 0 10000 0 0 0 25 0 1 0 867114922 1042804736 409 33554432000 134512640 135663704 4287680528 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13075/statm: 254591 409 113 282 0 254307 0
[pid=13073/tid=13131] ppid=13028 vsize=289256 CPUtime=0 cores=0,2
/proc/13073/task/13131/stat : 13131 (python) S 13028 13028 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867124936 296198144 5743 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 514 18446604453956797376 0 0 -1 0 0 0 0
[pid=13132] ppid=13028 vsize=289876 CPUtime=0.07 cores=0,2
/proc/13132/stat : 13132 (python) S 13028 13028 12976 0 -1 4202560 900 0 0 0 4 3 0 0 18 0 1 0 867124937 296833024 5833 33554432000 4194304 5683644 140735716779600 18446744073709551615 220816256582 0 0 16781312 514 3073917851912864004 0 0 17 2 0 0 0
/proc/13132/statm: 72469 5833 371 364 0 8384 0
[pid=13134] ppid=13132 vsize=1018364 CPUtime=60.08 cores=0,2
/proc/13134/stat : 13134 (gnovelty+2) R 13132 13134 13134 0 -1 4202496 673 0 0 0 6008 0 0 0 25 0 1 0 867124937 1042804736 409 33554432000 134512640 135663704 4287370736 18446744073709551615 134524972 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13134/statm: 254591 409 113 282 0 254307 0
[pid=13028/tid=13074] ppid=13026 vsize=300120 CPUtime=0 cores=0,2
/proc/13028/task/13074/stat : 13074 (python) S 13026 13028 12976 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 3 0 867114922 307322880 7338 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 0 0 0 0

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

[pid=13150] ppid=13028 vsize=300132 CPUtime=0.13 cores=0,2
/proc/13150/stat : 13150 (python) S 13028 13028 12976 0 -1 4202560 1080 0 0 0 7 6 0 0 19 0 2 0 867134952 307335168 5867 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13150/statm: 75033 5867 400 364 0 10945 0
[pid=13152] ppid=13150 vsize=417976 CPUtime=100.12 cores=0,2
/proc/13152/stat : 13152 (adaptg2wsat2009) T 13150 13152 13152 0 -1 4202496 1003 0 0 0 10012 0 0 0 25 0 1 0 867134952 428007424 735 33554432000 134512640 135107411 4292707552 18446744073709551615 134531848 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13152/statm: 104494 735 59 146 0 103370 0
[pid=13150/tid=13168] ppid=13028 vsize=300132 CPUtime=0 cores=0,2
/proc/13150/task/13168/stat : 13168 (python) S 13028 13028 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867144965 307335168 5867 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 514 18446604453926163392 0 0 -1 2 0 0 0
[pid=13169] ppid=13028 vsize=310388 CPUtime=0.14 cores=0,2
/proc/13169/stat : 13169 (python) S 13028 13028 12976 0 -1 4202560 1086 0 0 0 7 7 0 0 19 0 2 0 867144966 317837312 5871 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13169/statm: 77597 5871 400 364 0 13506 0
[pid=13171] ppid=13169 vsize=417976 CPUtime=99.97 cores=0,2
/proc/13171/stat : 13171 (adaptg2wsat2009) T 13169 13171 13171 0 -1 4202496 1000 0 0 0 9996 1 0 0 25 0 1 0 867144966 428007424 736 33554432000 134512640 135107411 4291618176 18446744073709551615 134532088 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13171/statm: 104494 736 59 146 0 103370 0
[pid=13169/tid=13184] ppid=13028 vsize=310388 CPUtime=0 cores=0,2
/proc/13169/task/13184/stat : 13184 (python) S 13028 13028 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867154980 317837312 5871 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 514 18446604453946022656 0 0 -1 2 0 0 0
[pid=13185] ppid=13028 vsize=320964 CPUtime=0.16 cores=0,2
/proc/13185/stat : 13185 (python) S 13028 13028 12976 0 -1 4202560 1077 0 0 0 9 7 0 0 19 0 2 0 867154981 328667136 5955 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13185/statm: 80241 5955 400 364 0 16147 0
[pid=13187] ppid=13185 vsize=417976 CPUtime=100.01 cores=0,2
/proc/13187/stat : 13187 (adaptg2wsat2009) T 13185 13187 13187 0 -1 4202496 998 0 0 0 10001 0 0 0 25 0 1 0 867154981 428007424 735 33554432000 134512640 135107411 4289216720 18446744073709551615 134532326 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13187/statm: 104494 735 59 146 0 103370 0
[pid=13185/tid=13201] ppid=13028 vsize=320964 CPUtime=0 cores=0,2
/proc/13185/task/13201/stat : 13201 (python) S 13028 13028 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867164996 328667136 5955 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 514 18446604453937780032 0 0 -1 2 0 0 0
[pid=13202] ppid=13028 vsize=331220 CPUtime=0.16 cores=0,2
/proc/13202/stat : 13202 (python) S 13028 13028 12976 0 -1 4202560 1066 0 0 0 9 7 0 0 19 0 2 0 867164996 339169280 5959 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13202/statm: 82805 5959 399 364 0 18708 0
[pid=13204] ppid=13202 vsize=1018364 CPUtime=100.01 cores=0,2
/proc/13204/stat : 13204 (gnovelty+2) T 13202 13204 13204 0 -1 4202496 669 0 0 0 10001 0 0 0 25 0 1 0 867164997 1042804736 408 33554432000 134512640 135663704 4294086720 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13204/statm: 254591 408 113 282 0 254307 0
[pid=13202/tid=13217] ppid=13028 vsize=331220 CPUtime=0 cores=0,2
/proc/13202/task/13217/stat : 13217 (python) S 13028 13028 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867175014 339169280 5959 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 514 18446604453912230912 0 0 -1 2 0 0 0
[pid=13218] ppid=13028 vsize=341476 CPUtime=0.16 cores=0,2
/proc/13218/stat : 13218 (python) S 13028 13028 12976 0 -1 4202560 1078 0 0 0 9 7 0 0 19 0 2 0 867175015 349671424 5963 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13218/statm: 85369 5963 400 364 0 21269 0
[pid=13220] ppid=13218 vsize=247996 CPUtime=99.99 cores=0,2
/proc/13220/stat : 13220 (FH) T 13218 13220 13220 0 -1 4202496 923 0 0 0 9999 0 0 0 25 0 1 0 867175015 253947904 658 33554432000 134512640 134936988 4287220400 18446744073709551615 134546205 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13220/statm: 61999 658 41 104 0 61503 0
[pid=13218/tid=13235] ppid=13028 vsize=341476 CPUtime=0 cores=0,2
/proc/13218/task/13235/stat : 13235 (python) S 13028 13028 12976 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 867185031 349671424 5963 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 514 18446604453952615488 0 0 -1 2 0 0 0
[pid=13236] ppid=13028 vsize=351732 CPUtime=0 cores=0,2
/proc/13236/stat : 13236 (python) S 13028 13028 12976 0 -1 4202560 828 0 0 0 0 0 0 0 19 0 1 0 867185032 360173568 5916 33554432000 4194304 5683644 140735716779600 18446744073709551615 220816256582 0 0 16781312 514 4413592785181999103 0 0 17 0 0 0 0
/proc/13236/statm: 87933 5916 350 364 0 23830 0
[pid=13238] ppid=13236 vsize=417840 CPUtime=0.74 cores=0,2
/proc/13238/stat : 13238 (adaptg2wsat2009) R 13236 13238 13238 0 -1 4202496 890 0 0 0 74 0 0 0 22 0 1 0 867185032 427868160 624 33554432000 134512640 135107411 4288747328 18446744073709551615 134523317 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13238/statm: 104460 624 49 146 0 103336 0
[pid=13028/tid=13074] ppid=13026 vsize=361976 CPUtime=0 cores=0,2
/proc/13028/task/13074/stat : 13074 (python) S 13026 13028 12976 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 867114922 370663424 7454 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 0 0 0 0
[pid=13028/tid=13133] ppid=13026 vsize=361976 CPUtime=0 cores=0,2
/proc/13028/task/13133/stat : 13133 (python) S 13026 13028 12976 0 -1 4202560 34 933 0 0 0 0 0 0 20 0 9 0 867124937 370663424 7454 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 2 0 0 0
[pid=13028/tid=13151] ppid=13026 vsize=361976 CPUtime=0 cores=0,2
/proc/13028/task/13151/stat : 13151 (python) S 13026 13028 12976 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 867134952 370663424 7454 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 0 0 0 0
[pid=13028/tid=13170] ppid=13026 vsize=361976 CPUtime=0 cores=0,2
/proc/13028/task/13170/stat : 13170 (python) S 13026 13028 12976 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 867144966 370663424 7454 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 0 0 0 0
[pid=13028/tid=13186] ppid=13026 vsize=361976 CPUtime=0 cores=0,2
/proc/13028/task/13186/stat : 13186 (python) S 13026 13028 12976 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867154981 370663424 7454 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 0 0 0 0
[pid=13028/tid=13203] ppid=13026 vsize=361976 CPUtime=0 cores=0,2
/proc/13028/task/13203/stat : 13203 (python) S 13026 13028 12976 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 867164997 370663424 7454 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 0 0 0 0
[pid=13028/tid=13219] ppid=13026 vsize=361976 CPUtime=0 cores=0,2
/proc/13028/task/13219/stat : 13219 (python) S 13026 13028 12976 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 867175015 370663424 7454 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 0 0 0 0
[pid=13028/tid=13237] ppid=13026 vsize=361976 CPUtime=0 cores=0,2
/proc/13028/task/13237/stat : 13237 (python) S 13026 13028 12976 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 867185032 370663424 7454 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 703.42
Current children cumulated vsize (KiB) 7871876

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

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

[startup+703.901 s]
/proc/loadavg: 4.05 3.64 2.12 5/295 13242
/proc/meminfo: memFree=31423272/32951124 swapFree=67062492/67111528
[pid=13028] ppid=13026 vsize=361976 CPUtime=1.43 cores=0,2
/proc/13028/stat : 13028 (python) S 13026 13028 12976 0 -1 4202496 17054 933 1 0 115 28 0 0 20 0 9 0 867114716 370663424 7454 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13028/statm: 90494 7454 1884 364 0 26391 0
[pid=13073] ppid=13028 vsize=289256 CPUtime=0.13 cores=0,2
/proc/13073/stat : 13073 (python) S 13028 13028 12976 0 -1 4202560 1152 0 0 0 7 6 0 0 19 0 2 0 867114922 296198144 5743 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13073/statm: 72314 5743 415 364 0 8232 0
[pid=13075] ppid=13073 vsize=1018364 CPUtime=100 cores=0,2
/proc/13075/stat : 13075 (gnovelty+2) T 13073 13075 13075 0 -1 4202496 673 0 0 0 10000 0 0 0 25 0 1 0 867114922 1042804736 409 33554432000 134512640 135663704 4287680528 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13075/statm: 254591 409 113 282 0 254307 0
[pid=13073/tid=13131] ppid=13028 vsize=289256 CPUtime=0 cores=0,2
/proc/13073/task/13131/stat : 13131 (python) S 13028 13028 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867124936 296198144 5743 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 514 18446604453956797376 0 0 -1 0 0 0 0
[pid=13132] ppid=13028 vsize=289876 CPUtime=0.13 cores=0,2
/proc/13132/stat : 13132 (python) S 13028 13028 12976 0 -1 4202560 1077 0 0 0 8 5 0 0 19 0 2 0 867124937 296833024 5863 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13132/statm: 72469 5863 400 364 0 8384 0
[pid=13134] ppid=13132 vsize=1018364 CPUtime=100.14 cores=0,2
/proc/13134/stat : 13134 (gnovelty+2) T 13132 13134 13134 0 -1 4202496 673 0 0 0 10014 0 0 0 25 0 1 0 867124937 1042804736 409 33554432000 134512640 135663704 4287370736 18446744073709551615 134525229 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13134/statm: 254591 409 113 282 0 254307 0
[pid=13132/tid=13149] ppid=13028 vsize=289876 CPUtime=0 cores=0,2
/proc/13132/task/13149/stat : 13149 (python) S 13028 13028 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867134951 296833024 5863 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 514 18446604453928514752 0 0 -1 0 0 0 0
[pid=13150] ppid=13028 vsize=300132 CPUtime=0.13 cores=0,2
/proc/13150/stat : 13150 (python) S 13028 13028 12976 0 -1 4202560 1080 0 0 0 7 6 0 0 19 0 2 0 867134952 307335168 5867 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13150/statm: 75033 5867 400 364 0 10945 0
[pid=13152] ppid=13150 vsize=417976 CPUtime=100.12 cores=0,2
/proc/13152/stat : 13152 (adaptg2wsat2009) T 13150 13152 13152 0 -1 4202496 1003 0 0 0 10012 0 0 0 25 0 1 0 867134952 428007424 735 33554432000 134512640 135107411 4292707552 18446744073709551615 134531848 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13152/statm: 104494 735 59 146 0 103370 0
[pid=13150/tid=13168] ppid=13028 vsize=300132 CPUtime=0 cores=0,2
/proc/13150/task/13168/stat : 13168 (python) S 13028 13028 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867144965 307335168 5867 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 514 18446604453926163392 0 0 -1 2 0 0 0
[pid=13169] ppid=13028 vsize=310388 CPUtime=0.14 cores=0,2
/proc/13169/stat : 13169 (python) S 13028 13028 12976 0 -1 4202560 1086 0 0 0 7 7 0 0 19 0 2 0 867144966 317837312 5871 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13169/statm: 77597 5871 400 364 0 13506 0
[pid=13171] ppid=13169 vsize=417976 CPUtime=99.97 cores=0,2
/proc/13171/stat : 13171 (adaptg2wsat2009) T 13169 13171 13171 0 -1 4202496 1000 0 0 0 9996 1 0 0 25 0 1 0 867144966 428007424 736 33554432000 134512640 135107411 4291618176 18446744073709551615 134532088 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13171/statm: 104494 736 59 146 0 103370 0
[pid=13169/tid=13184] ppid=13028 vsize=310388 CPUtime=0 cores=0,2
/proc/13169/task/13184/stat : 13184 (python) S 13028 13028 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867154980 317837312 5871 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 514 18446604453946022656 0 0 -1 2 0 0 0
[pid=13185] ppid=13028 vsize=320964 CPUtime=0.16 cores=0,2
/proc/13185/stat : 13185 (python) S 13028 13028 12976 0 -1 4202560 1077 0 0 0 9 7 0 0 19 0 2 0 867154981 328667136 5955 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13185/statm: 80241 5955 400 364 0 16147 0
[pid=13187] ppid=13185 vsize=417976 CPUtime=100.01 cores=0,2
/proc/13187/stat : 13187 (adaptg2wsat2009) T 13185 13187 13187 0 -1 4202496 998 0 0 0 10001 0 0 0 25 0 1 0 867154981 428007424 735 33554432000 134512640 135107411 4289216720 18446744073709551615 134532326 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13187/statm: 104494 735 59 146 0 103370 0
[pid=13185/tid=13201] ppid=13028 vsize=320964 CPUtime=0 cores=0,2
/proc/13185/task/13201/stat : 13201 (python) S 13028 13028 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867164996 328667136 5955 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 514 18446604453937780032 0 0 -1 2 0 0 0
[pid=13202] ppid=13028 vsize=331220 CPUtime=0.16 cores=0,2
/proc/13202/stat : 13202 (python) S 13028 13028 12976 0 -1 4202560 1066 0 0 0 9 7 0 0 19 0 2 0 867164996 339169280 5959 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13202/statm: 82805 5959 399 364 0 18708 0
[pid=13204] ppid=13202 vsize=1018364 CPUtime=100.01 cores=0,2
/proc/13204/stat : 13204 (gnovelty+2) T 13202 13204 13204 0 -1 4202496 669 0 0 0 10001 0 0 0 25 0 1 0 867164997 1042804736 408 33554432000 134512640 135663704 4294086720 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13204/statm: 254591 408 113 282 0 254307 0
[pid=13202/tid=13217] ppid=13028 vsize=331220 CPUtime=0 cores=0,2
/proc/13202/task/13217/stat : 13217 (python) S 13028 13028 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867175014 339169280 5959 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 514 18446604453912230912 0 0 -1 2 0 0 0
[pid=13218] ppid=13028 vsize=341476 CPUtime=0.16 cores=0,2
/proc/13218/stat : 13218 (python) S 13028 13028 12976 0 -1 4202560 1078 0 0 0 9 7 0 0 19 0 2 0 867175015 349671424 5963 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13218/statm: 85369 5963 400 364 0 21269 0
[pid=13220] ppid=13218 vsize=247996 CPUtime=99.99 cores=0,2
/proc/13220/stat : 13220 (FH) T 13218 13220 13220 0 -1 4202496 923 0 0 0 9999 0 0 0 25 0 1 0 867175015 253947904 658 33554432000 134512640 134936988 4287220400 18446744073709551615 134546205 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13220/statm: 61999 658 41 104 0 61503 0
[pid=13218/tid=13235] ppid=13028 vsize=341476 CPUtime=0 cores=0,2
/proc/13218/task/13235/stat : 13235 (python) S 13028 13028 12976 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 867185031 349671424 5963 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 514 18446604453952615488 0 0 -1 2 0 0 0
[pid=13236] ppid=13028 vsize=351732 CPUtime=0 cores=0,2
/proc/13236/stat : 13236 (python) S 13028 13028 12976 0 -1 4202560 828 0 0 0 0 0 0 0 19 0 1 0 867185032 360173568 5916 33554432000 4194304 5683644 140735716779600 18446744073709551615 220816256582 0 0 16781312 514 4413592785181999103 0 0 17 0 0 0 0
/proc/13236/statm: 87933 5916 350 364 0 23830 0
[pid=13238] ppid=13236 vsize=417840 CPUtime=0.74 cores=0,2
/proc/13238/stat : 13238 (adaptg2wsat2009) R 13236 13238 13238 0 -1 4202496 890 0 0 0 74 0 0 0 22 0 1 0 867185032 427868160 624 33554432000 134512640 135107411 4288747328 18446744073709551615 134523317 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13238/statm: 104460 624 49 146 0 103336 0
[pid=13028/tid=13074] ppid=13026 vsize=361976 CPUtime=0 cores=0,2
/proc/13028/task/13074/stat : 13074 (python) S 13026 13028 12976 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 867114922 370663424 7454 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 0 0 0 0
[pid=13028/tid=13133] ppid=13026 vsize=361976 CPUtime=0 cores=0,2
/proc/13028/task/13133/stat : 13133 (python) S 13026 13028 12976 0 -1 4202560 34 933 0 0 0 0 0 0 20 0 9 0 867124937 370663424 7454 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 2 0 0 0
[pid=13028/tid=13151] ppid=13026 vsize=361976 CPUtime=0 cores=0,2
/proc/13028/task/13151/stat : 13151 (python) S 13026 13028 12976 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 867134952 370663424 7454 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 0 0 0 0
[pid=13028/tid=13170] ppid=13026 vsize=361976 CPUtime=0 cores=0,2
/proc/13028/task/13170/stat : 13170 (python) S 13026 13028 12976 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 867144966 370663424 7454 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 0 0 0 0
[pid=13028/tid=13186] ppid=13026 vsize=361976 CPUtime=0 cores=0,2
/proc/13028/task/13186/stat : 13186 (python) S 13026 13028 12976 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867154981 370663424 7454 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 0 0 0 0
[pid=13028/tid=13203] ppid=13026 vsize=361976 CPUtime=0 cores=0,2
/proc/13028/task/13203/stat : 13203 (python) S 13026 13028 12976 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 867164997 370663424 7454 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 0 0 0 0
[pid=13028/tid=13219] ppid=13026 vsize=361976 CPUtime=0 cores=0,2
/proc/13028/task/13219/stat : 13219 (python) S 13026 13028 12976 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 867175015 370663424 7454 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 0 0 0 0
[pid=13028/tid=13237] ppid=13026 vsize=361976 CPUtime=0 cores=0,2
/proc/13028/task/13237/stat : 13237 (python) S 13026 13028 12976 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 867185032 370663424 7454 33554432000 4194304 5683644 140735716779600 18446744073709551615 220828060081 0 0 16781312 2 18446604453952617280 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 703.42
Current children cumulated vsize (KiB) 7871876

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.965
CPU time (s): 703.42
CPU user time (s): 702.68
CPU system time (s): 0.74
CPU usage (%): 99.9226
Max. virtual memory (cumulated for all children) (KiB): 7871876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.16682
system time used= 0.295955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18473
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= 23494
involuntary context switches= 26

runsolver used 1.48477 second user time and 2.78858 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-11 01:03:08
IDJOB=3483995
IDBENCH=82506
IDSOLVER=1975
FILE ID=node147/3483995-1307746988
RUNJOBID= node147-1307746987-12994
PBS_JOBID= 13550813
Free space on /tmp= 74044 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S93401285-051-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-3483995-1307746988/watcher-3483995-1307746988 -o /tmp/evaluation-result-3483995-1307746988/solver-3483995-1307746988 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3483995-1307746988.cnf -seed 2106410688 -budget 1200

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

MD5SUM BENCH= dc0028248c86c8aff67bef1f8d7ffb16
RANDOM SEED=2106410688

node147.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.836
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.67
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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.76
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.836
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.836
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:      31954364 kB
Buffers:         97900 kB
Cached:         739060 kB
SwapCached:      10268 kB
Active:         269872 kB
Inactive:       584560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31954364 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:           93152 kB
Writeback:           0 kB
AnonPages:       16284 kB
Mapped:           9480 kB
Slab:            75508 kB
PageTables:       4952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   155716 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73916 MiB
End job on node147 at 2011-06-11 01:14:54