Trace number 3484122

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) 702.14 702.763

General information on the benchmark

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

Solver Data

0.37/1.08	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/1.08	c INFO: solving HOME/instance-3484122-1307747696.cnf
0.37/1.08	c INFO: computing task features
0.37/1.19	c INFO: computed variable-clause graph statistics
0.37/1.20	c INFO: computed clause balance statistics
0.37/1.78	c INFO: computed variable balance statistics
1.29/2.02	c INFO: computed small-clause counts
1.29/2.03	c INFO: computed Horn-clause counts
1.29/2.04	c INFO: computed variable graph statistics
1.29/2.04	c INFO: collected features for HOME/instance-3484122-1307747696.cnf in 0.95 s
1.29/2.05	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.36)
101.62/102.23	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.12)
200.93/201.42	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.08)
301.02/301.58	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.07)
401.18/401.75	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.05)
501.37/501.91	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.04)
601.46/602.10	c INFO: running FH@0 for 97 with 599 remaining (b = 0.03)
701.65/702.26	c INFO: running adaptg2wsat2009++@0 for 97 with 499 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-3484122-1307747696/watcher-3484122-1307747696 -o /tmp/evaluation-result-3484122-1307747696/solver-3484122-1307747696 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484122-1307747696.cnf -seed 2095343171 -budget 1200 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.94 3.86 4.62 3/228 15503
/proc/meminfo: memFree=31166660/32951124 swapFree=67063556/67111528
[pid=15503] ppid=15501 vsize=15380 CPUtime=0 cores=0,2
/proc/15503/stat : 15503 (python) S 15501 15503 15206 0 -1 4202496 821 0 0 0 0 0 0 0 25 0 1 0 886367850 15749120 704 33554432000 4194304 5683644 140734208657952 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 0 0 0 0
/proc/15503/statm: 3845 704 334 364 0 332 0

[startup+0.0986521 s]
/proc/loadavg: 3.94 3.86 4.62 3/228 15503
/proc/meminfo: memFree=31166660/32951124 swapFree=67063556/67111528
[pid=15503] ppid=15501 vsize=104216 CPUtime=0.06 cores=0,2
/proc/15503/stat : 15503 (python) S 15501 15503 15206 0 -1 4202496 3037 0 0 0 4 2 0 0 17 0 1 0 886367850 106717184 2725 33554432000 4194304 5683644 140734208657952 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/15503/statm: 26054 2725 847 364 0 1802 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104216

[startup+0.10052 s]
/proc/loadavg: 3.94 3.86 4.62 3/228 15503
/proc/meminfo: memFree=31166660/32951124 swapFree=67063556/67111528
[pid=15503] ppid=15501 vsize=104216 CPUtime=0.06 cores=0,2
/proc/15503/stat : 15503 (python) S 15501 15503 15206 0 -1 4202496 3048 0 0 0 4 2 0 0 17 0 1 0 886367850 106717184 2731 33554432000 4194304 5683644 140734208657952 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/15503/statm: 26054 2731 847 364 0 1802 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104216

[startup+0.301503 s]
/proc/loadavg: 3.94 3.86 4.62 3/228 15503
/proc/meminfo: memFree=31166660/32951124 swapFree=67063556/67111528
[pid=15503] ppid=15501 vsize=187688 CPUtime=0.23 cores=0,2
/proc/15503/stat : 15503 (python) S 15501 15503 15206 0 -1 4202496 6836 930 1 0 17 6 0 0 17 0 1 0 886367850 192192512 4882 33554432000 4194304 5683644 140734208657952 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/15503/statm: 46922 4882 1399 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187688

[startup+0.700431 s]
/proc/loadavg: 3.94 3.86 4.62 3/228 15503
/proc/meminfo: memFree=31166660/32951124 swapFree=67063556/67111528
[pid=15503] ppid=15501 vsize=275660 CPUtime=0.37 cores=0,2
/proc/15503/stat : 15503 (python) D 15501 15503 15206 0 -1 4202496 9043 930 1 0 29 8 0 0 17 0 1 0 886367850 282275840 6785 33554432000 4194304 5683644 140734208657952 18446744073709551615 246516839991 0 0 16781312 2 18446744071562154983 0 0 17 2 0 0 0
/proc/15503/statm: 68915 6785 1729 364 0 5455 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 275660

[startup+1.84919 s]
/proc/loadavg: 3.94 3.86 4.62 3/228 15503
/proc/meminfo: memFree=31166660/32951124 swapFree=67063556/67111528
[pid=15503] ppid=15501 vsize=282556 CPUtime=1.13 cores=0,2
/proc/15503/stat : 15503 (python) R 15501 15503 15206 0 -1 4202496 11222 930 1 0 105 8 0 0 18 0 1 0 886367850 289337344 8053 33554432000 4194304 5683644 140734208657952 18446744073709551615 47233938556146 0 0 16781312 2 0 0 0 17 2 0 0 61
/proc/15503/statm: 70639 8053 1827 364 0 6563 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 282556

[startup+3.10101 s]
/proc/loadavg: 3.94 3.86 4.62 5/235 15514
/proc/meminfo: memFree=31126004/32951124 swapFree=67063556/67111528
[pid=15503] ppid=15501 vsize=289436 CPUtime=1.34 cores=0,2
/proc/15503/stat : 15503 (python) S 15501 15503 15206 0 -1 4202496 11581 930 1 0 125 9 0 0 21 0 2 0 886367850 296382464 7224 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 61
/proc/15503/statm: 72359 7224 1869 364 0 8277 0
[pid=15512] ppid=15503 vsize=279192 CPUtime=0 cores=0,2
/proc/15512/stat : 15512 (python) S 15503 15503 15206 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 886368056 285892608 5705 33554432000 4194304 5683644 140734208657952 18446744073709551615 246516854287 0 0 16781312 514 4085357777965252866 0 0 17 2 0 0 0
/proc/15512/statm: 69798 5705 354 364 0 5716 0
[pid=15514] ppid=15512 vsize=1018616 CPUtime=1.04 cores=0,2
/proc/15514/stat : 15514 (gnovelty+2) R 15512 15514 15514 0 -1 4202496 766 0 0 0 104 0 0 0 25 0 1 0 886368056 1043062784 500 33554432000 134512640 135663704 4290267856 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15514/statm: 254654 500 113 282 0 254370 0
[pid=15503/tid=15513] ppid=15501 vsize=289436 CPUtime=0 cores=0,2
/proc/15503/task/15513/stat : 15513 (python) S 15501 15503 15206 0 -1 4202560 27 930 0 0 0 0 0 0 21 0 2 0 886368056 296382464 7224 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 1587244
heavy processes:

[startup+6.30044 s]
/proc/loadavg: 3.94 3.86 4.62 5/235 15514
/proc/meminfo: memFree=31125888/32951124 swapFree=67063556/67111528
[pid=15503] ppid=15501 vsize=289436 CPUtime=1.34 cores=0,2
/proc/15503/stat : 15503 (python) S 15501 15503 15206 0 -1 4202496 11581 930 1 0 125 9 0 0 21 0 2 0 886367850 296382464 7224 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 61
/proc/15503/statm: 72359 7224 1869 364 0 8277 0
[pid=15512] ppid=15503 vsize=279192 CPUtime=0 cores=0,2
/proc/15512/stat : 15512 (python) S 15503 15503 15206 0 -1 4202560 861 0 0 0 0 0 0 0 18 0 1 0 886368056 285892608 5728 33554432000 4194304 5683644 140734208657952 18446744073709551615 246516854287 0 0 16781312 514 4085357777965252866 0 0 17 2 0 0 0
/proc/15512/statm: 69798 5728 377 364 0 5716 0
[pid=15514] ppid=15512 vsize=1018616 CPUtime=4.23 cores=0,2
/proc/15514/stat : 15514 (gnovelty+2) R 15512 15514 15514 0 -1 4202496 766 0 0 0 423 0 0 0 25 0 1 0 886368056 1043062784 500 33554432000 134512640 135663704 4290267856 18446744073709551615 134525722 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15514/statm: 254654 500 113 282 0 254370 0
[pid=15503/tid=15513] ppid=15501 vsize=289436 CPUtime=0 cores=0,2
/proc/15503/task/15513/stat : 15513 (python) S 15501 15503 15206 0 -1 4202560 27 930 0 0 0 0 0 0 21 0 2 0 886368056 296382464 7224 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.57
Current children cumulated vsize (KiB) 1587244

[startup+12.7013 s]
/proc/loadavg: 3.95 3.87 4.61 5/235 15514
/proc/meminfo: memFree=31123904/32951124 swapFree=67063556/67111528
[pid=15503] ppid=15501 vsize=289436 CPUtime=1.34 cores=0,2
/proc/15503/stat : 15503 (python) S 15501 15503 15206 0 -1 4202496 11581 930 1 0 125 9 0 0 21 0 2 0 886367850 296382464 7224 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 61
/proc/15503/statm: 72359 7224 1869 364 0 8277 0
[pid=15512] ppid=15503 vsize=279192 CPUtime=0.01 cores=0,2
/proc/15512/stat : 15512 (python) S 15503 15503 15206 0 -1 4202560 862 0 0 0 1 0 0 0 18 0 1 0 886368056 285892608 5728 33554432000 4194304 5683644 140734208657952 18446744073709551615 246516854287 0 0 16781312 514 10118796714329473282 0 0 17 2 0 0 0
/proc/15512/statm: 69798 5728 377 364 0 5716 0
[pid=15514] ppid=15512 vsize=1018616 CPUtime=10.63 cores=0,2
/proc/15514/stat : 15514 (gnovelty+2) R 15512 15514 15514 0 -1 4202496 766 0 0 0 1063 0 0 0 25 0 1 0 886368056 1043062784 500 33554432000 134512640 135663704 4290267856 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15514/statm: 254654 500 113 282 0 254370 0
[pid=15503/tid=15513] ppid=15501 vsize=289436 CPUtime=0 cores=0,2
/proc/15503/task/15513/stat : 15513 (python) S 15501 15503 15206 0 -1 4202560 27 930 0 0 0 0 0 0 21 0 2 0 886368056 296382464 7224 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 1587244

[startup+25.5009 s]
/proc/loadavg: 4.12 3.90 4.61 5/235 15515
/proc/meminfo: memFree=31125108/32951124 swapFree=67063556/67111528
[pid=15503] ppid=15501 vsize=289436 CPUtime=1.34 cores=0,2
/proc/15503/stat : 15503 (python) S 15501 15503 15206 0 -1 4202496 11581 930 1 0 125 9 0 0 21 0 2 0 886367850 296382464 7224 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 61
/proc/15503/statm: 72359 7224 1869 364 0 8277 0
[pid=15512] ppid=15503 vsize=279192 CPUtime=0.03 cores=0,2
/proc/15512/stat : 15512 (python) S 15503 15503 15206 0 -1 4202560 869 0 0 0 2 1 0 0 18 0 1 0 886368056 285892608 5728 33554432000 4194304 5683644 140734208657952 18446744073709551615 246516854287 0 0 16781312 514 10118796714329473282 0 0 17 2 0 0 0
/proc/15512/statm: 69798 5728 377 364 0 5716 0
[pid=15514] ppid=15512 vsize=1018616 CPUtime=23.43 cores=0,2
/proc/15514/stat : 15514 (gnovelty+2) R 15512 15514 15514 0 -1 4202496 766 0 0 0 2343 0 0 0 25 0 1 0 886368056 1043062784 500 33554432000 134512640 135663704 4290267856 18446744073709551615 134524732 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15514/statm: 254654 500 113 282 0 254370 0
[pid=15503/tid=15513] ppid=15501 vsize=289436 CPUtime=0 cores=0,2
/proc/15503/task/15513/stat : 15513 (python) S 15501 15503 15206 0 -1 4202560 27 930 0 0 0 0 0 0 21 0 2 0 886368056 296382464 7224 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.8
Current children cumulated vsize (KiB) 1587244

[startup+51.1013 s]
/proc/loadavg: 4.08 3.91 4.60 5/235 15516
/proc/meminfo: memFree=31124956/32951124 swapFree=67063556/67111528
[pid=15503] ppid=15501 vsize=289436 CPUtime=1.34 cores=0,2
/proc/15503/stat : 15503 (python) S 15501 15503 15206 0 -1 4202496 11581 930 1 0 125 9 0 0 21 0 2 0 886367850 296382464 7224 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 61
/proc/15503/statm: 72359 7224 1869 364 0 8277 0
[pid=15512] ppid=15503 vsize=279192 CPUtime=0.06 cores=0,2
/proc/15512/stat : 15512 (python) S 15503 15503 15206 0 -1 4202560 881 0 0 0 4 2 0 0 18 0 1 0 886368056 285892608 5728 33554432000 4194304 5683644 140734208657952 18446744073709551615 246516854287 0 0 16781312 514 10118796714329473282 0 0 17 2 0 0 0
/proc/15512/statm: 69798 5728 377 364 0 5716 0
[pid=15514] ppid=15512 vsize=1018616 CPUtime=49.03 cores=0,2
/proc/15514/stat : 15514 (gnovelty+2) R 15512 15514 15514 0 -1 4202496 766 0 0 0 4903 0 0 0 25 0 1 0 886368056 1043062784 500 33554432000 134512640 135663704 4290267856 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15514/statm: 254654 500 113 282 0 254370 0
[pid=15503/tid=15513] ppid=15501 vsize=289436 CPUtime=0 cores=0,2
/proc/15503/task/15513/stat : 15513 (python) S 15501 15503 15206 0 -1 4202560 27 930 0 0 0 0 0 0 21 0 2 0 886368056 296382464 7224 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 1587244

[startup+102.301 s]
/proc/loadavg: 4.16 3.95 4.57 5/241 15523
/proc/meminfo: memFree=31115684/32951124 swapFree=67063556/67111528
[pid=15503] ppid=15501 vsize=299864 CPUtime=1.34 cores=0,2
/proc/15503/stat : 15503 (python) S 15501 15503 15206 0 -1 4202496 12426 930 1 0 125 9 0 0 20 0 3 0 886367850 307060736 7290 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 61
/proc/15503/statm: 74966 7290 1872 364 0 10881 0
[pid=15512] ppid=15503 vsize=289436 CPUtime=0.14 cores=0,2
/proc/15512/stat : 15512 (python) S 15503 15503 15206 0 -1 4202560 1135 0 0 0 8 6 0 0 19 0 2 0 886368056 296382464 5771 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15512/statm: 72359 5771 415 364 0 8277 0
[pid=15514] ppid=15512 vsize=1018616 CPUtime=100.16 cores=0,2
/proc/15514/stat : 15514 (gnovelty+2) T 15512 15514 15514 0 -1 4202496 766 0 0 0 10016 0 0 0 25 0 1 0 886368056 1043062784 500 33554432000 134512640 135663704 4290267856 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15514/statm: 254654 500 113 282 0 254370 0
[pid=15503/tid=15513] ppid=15501 vsize=299864 CPUtime=0 cores=0,2
/proc/15503/task/15513/stat : 15513 (python) S 15501 15503 15206 0 -1 4202560 27 930 0 0 0 0 0 0 21 0 3 0 886368056 307060736 7290 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 1607916

[startup+162.301 s]
/proc/loadavg: 4.06 3.96 4.53 5/245 15528
/proc/meminfo: memFree=31106660/32951124 swapFree=67063556/67111528
[pid=15503] ppid=15501 vsize=299864 CPUtime=1.34 cores=0,2
/proc/15503/stat : 15503 (python) S 15501 15503 15206 0 -1 4202496 12426 930 1 0 125 9 0 0 20 0 3 0 886367850 307060736 7290 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 61
/proc/15503/statm: 74966 7290 1872 364 0 10881 0
[pid=15512] ppid=15503 vsize=289436 CPUtime=0.14 cores=0,2
/proc/15512/stat : 15512 (python) S 15503 15503 15206 0 -1 4202560 1135 0 0 0 8 6 0 0 19 0 2 0 886368056 296382464 5771 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15512/statm: 72359 5771 415 364 0 8277 0
[pid=15514] ppid=15512 vsize=1018616 CPUtime=100.16 cores=0,2
/proc/15514/stat : 15514 (gnovelty+2) T 15512 15514 15514 0 -1 4202496 766 0 0 0 10016 0 0 0 25 0 1 0 886368056 1043062784 500 33554432000 134512640 135663704 4290267856 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15514/statm: 254654 500 113 282 0 254370 0
[pid=15512/tid=15524] ppid=15503 vsize=289436 CPUtime=0 cores=0,2
/proc/15512/task/15524/stat : 15524 (python) S 15503 15503 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886378073 296382464 5771 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 514 18446604453863889728 0 0 -1 0 0 0 0
[pid=15525] ppid=15503 vsize=289620 CPUtime=0.08 cores=0,2
/proc/15525/stat : 15525 (python) S 15503 15503 15206 0 -1 4202560 905 0 0 0 4 4 0 0 18 0 1 0 886378073 296570880 5785 33554432000 4194304 5683644 140734208657952 18446744073709551615 246516854342 0 0 16781312 514 10118796714329473284 0 0 17 2 0 0 0
/proc/15525/statm: 72405 5785 371 364 0 8320 0
[pid=15527] ppid=15525 vsize=1018616 CPUtime=60.06 cores=0,2
/proc/15527/stat : 15527 (gnovelty+2) R 15525 15527 15527 0 -1 4202496 765 0 0 0 6006 0 0 0 25 0 1 0 886378074 1043062784 501 33554432000 134512640 135663704 4293321168 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15527/statm: 254654 501 113 282 0 254370 0
[pid=15503/tid=15513] ppid=15501 vsize=299864 CPUtime=0 cores=0,2
/proc/15503/task/15513/stat : 15513 (python) S 15501 15503 15206 0 -1 4202560 27 930 0 0 0 0 0 0 21 0 3 0 886368056 307060736 7290 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 2 0 0 0
[pid=15503/tid=15526] ppid=15501 vsize=299864 CPUtime=0 cores=0,2
/proc/15503/task/15526/stat : 15526 (python) S 15501 15503 15206 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 3 0 886378074 307060736 7290 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 0 0 0 0

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

[pid=15542] ppid=15503 vsize=300480 CPUtime=0.16 cores=0,2
/proc/15542/stat : 15542 (python) S 15503 15503 15206 0 -1 4202560 1073 0 0 0 7 9 0 0 19 0 2 0 886387992 307691520 5954 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15542/statm: 75120 5954 399 364 0 11032 0
[pid=15544] ppid=15542 vsize=418636 CPUtime=99.97 cores=0,2
/proc/15544/stat : 15544 (adaptg2wsat2009) T 15542 15544 15544 0 -1 4202496 1221 0 0 0 9997 0 0 0 25 0 1 0 886387992 428683264 955 33554432000 134512640 135107411 4288908112 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15544/statm: 104659 955 59 146 0 103535 0
[pid=15542/tid=15553] ppid=15503 vsize=300480 CPUtime=0 cores=0,2
/proc/15542/task/15553/stat : 15553 (python) S 15503 15503 15206 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886398008 307691520 5954 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 514 18446604453860452160 0 0 -1 0 0 0 0
[pid=15554] ppid=15503 vsize=310736 CPUtime=0.17 cores=0,2
/proc/15554/stat : 15554 (python) S 15503 15503 15206 0 -1 4202560 1084 0 0 0 10 7 0 0 19 0 2 0 886398008 318193664 5958 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15554/statm: 77684 5958 400 364 0 13593 0
[pid=15556] ppid=15554 vsize=418636 CPUtime=99.97 cores=0,2
/proc/15556/stat : 15556 (adaptg2wsat2009) T 15554 15556 15556 0 -1 4202496 1221 0 0 0 9996 1 0 0 25 0 1 0 886398009 428683264 955 33554432000 134512640 135107411 4291299360 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15556/statm: 104659 955 59 146 0 103535 0
[pid=15554/tid=15570] ppid=15503 vsize=310736 CPUtime=0 cores=0,2
/proc/15554/task/15570/stat : 15570 (python) S 15503 15503 15206 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886408024 318193664 5958 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 514 18446604453848902656 0 0 -1 0 0 0 0
[pid=15571] ppid=15503 vsize=320992 CPUtime=0.16 cores=0,2
/proc/15571/stat : 15571 (python) S 15503 15503 15206 0 -1 4202560 1083 0 0 0 9 7 0 0 19 0 2 0 886408025 328695808 5962 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15571/statm: 80248 5962 400 364 0 16154 0
[pid=15573] ppid=15571 vsize=418636 CPUtime=99.98 cores=0,2
/proc/15573/stat : 15573 (adaptg2wsat2009) T 15571 15573 15573 0 -1 4202496 1220 0 0 0 9998 0 0 0 25 0 1 0 886408025 428683264 956 33554432000 134512640 135107411 4287452096 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15573/statm: 104659 956 59 146 0 103535 0
[pid=15571/tid=15674] ppid=15503 vsize=320992 CPUtime=0 cores=0,2
/proc/15571/task/15674/stat : 15674 (python) S 15503 15503 15206 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886418041 328695808 5962 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 514 18446604453644154816 0 0 -1 0 0 0 0
[pid=15675] ppid=15503 vsize=331248 CPUtime=0.15 cores=0,2
/proc/15675/stat : 15675 (python) S 15503 15503 15206 0 -1 4202560 1078 0 0 0 9 6 0 0 19 0 2 0 886418042 339197952 5966 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15675/statm: 82812 5966 400 364 0 18715 0
[pid=15677] ppid=15675 vsize=1018616 CPUtime=100 cores=0,2
/proc/15677/stat : 15677 (gnovelty+2) T 15675 15677 15677 0 -1 4202496 762 0 0 0 10000 0 0 0 25 0 1 0 886418042 1043062784 500 33554432000 134512640 135663704 4289383040 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15677/statm: 254654 500 113 282 0 254370 0
[pid=15675/tid=15692] ppid=15503 vsize=331248 CPUtime=0 cores=0,2
/proc/15675/task/15692/stat : 15692 (python) S 15503 15503 15206 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 886428059 339197952 5966 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 514 18446604453832676608 0 0 -1 2 0 0 0
[pid=15693] ppid=15503 vsize=341504 CPUtime=0.16 cores=0,2
/proc/15693/stat : 15693 (python) S 15503 15503 15206 0 -1 4202560 1073 0 0 0 9 7 0 0 19 0 2 0 886428060 349700096 5970 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15693/statm: 85376 5970 400 364 0 21276 0
[pid=15695] ppid=15693 vsize=248656 CPUtime=99.98 cores=0,2
/proc/15695/stat : 15695 (FH) T 15693 15695 15695 0 -1 4202496 1123 0 0 0 9998 0 0 0 25 0 1 0 886428060 254623744 857 33554432000 134512640 134936988 4287973680 18446744073709551615 134553428 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15695/statm: 62164 857 41 104 0 61668 0
[pid=15693/tid=15712] ppid=15503 vsize=341504 CPUtime=0 cores=0,2
/proc/15693/task/15712/stat : 15712 (python) S 15503 15503 15206 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886438076 349700096 5970 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 514 18446604449270715456 0 0 -1 0 0 0 0
[pid=15713] ppid=15503 vsize=351760 CPUtime=0 cores=0,2
/proc/15713/stat : 15713 (python) S 15503 15503 15206 0 -1 4202560 834 0 0 0 0 0 0 0 18 0 1 0 886438076 360202240 5923 33554432000 4194304 5683644 140734208657952 18446744073709551615 246516854342 0 0 16781312 514 4027475362710552575 0 0 17 2 0 0 0
/proc/15713/statm: 87940 5923 350 364 0 23837 0
[pid=15715] ppid=15713 vsize=418500 CPUtime=0.44 cores=0,2
/proc/15715/stat : 15715 (adaptg2wsat2009) R 15713 15715 15715 0 -1 4202496 1076 0 0 0 44 0 0 0 20 0 1 0 886438077 428544000 808 33554432000 134512640 135107411 4292445968 18446744073709551615 134523452 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15715/statm: 104625 808 49 146 0 103501 0
[pid=15503/tid=15513] ppid=15501 vsize=362004 CPUtime=0 cores=0,2
/proc/15503/task/15513/stat : 15513 (python) S 15501 15503 15206 0 -1 4202560 27 930 0 0 0 0 0 0 21 0 9 0 886368056 370692096 7469 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 2 0 0 0
[pid=15503/tid=15526] ppid=15501 vsize=362004 CPUtime=0 cores=0,2
/proc/15503/task/15526/stat : 15526 (python) S 15501 15503 15206 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 9 0 886378074 370692096 7469 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 0 0 0 0
[pid=15503/tid=15543] ppid=15501 vsize=362004 CPUtime=0 cores=0,2
/proc/15503/task/15543/stat : 15543 (python) S 15501 15503 15206 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 9 0 886387992 370692096 7469 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 0 0 0 0
[pid=15503/tid=15555] ppid=15501 vsize=362004 CPUtime=0 cores=0,2
/proc/15503/task/15555/stat : 15555 (python) S 15501 15503 15206 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 886398009 370692096 7469 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 0 0 0 0
[pid=15503/tid=15572] ppid=15501 vsize=362004 CPUtime=0 cores=0,2
/proc/15503/task/15572/stat : 15572 (python) S 15501 15503 15206 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 886408025 370692096 7469 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 0 0 0 0
[pid=15503/tid=15676] ppid=15501 vsize=362004 CPUtime=0 cores=0,2
/proc/15503/task/15676/stat : 15676 (python) S 15501 15503 15206 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 9 0 886418042 370692096 7469 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 0 0 0 0
[pid=15503/tid=15694] ppid=15501 vsize=362004 CPUtime=0 cores=0,2
/proc/15503/task/15694/stat : 15694 (python) S 15501 15503 15206 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 886428060 370692096 7469 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 2 0 0 0
[pid=15503/tid=15714] ppid=15501 vsize=362004 CPUtime=0 cores=0,2
/proc/15503/task/15714/stat : 15714 (python) S 15501 15503 15206 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 886438077 370692096 7469 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 702.14
Current children cumulated vsize (KiB) 7876692

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

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

[startup+702.701 s]
/proc/loadavg: 4.06 4.08 4.34 4/242 15715
/proc/meminfo: memFree=31522960/32951124 swapFree=67063556/67111528
[pid=15503] ppid=15501 vsize=362004 CPUtime=1.4 cores=0,2
/proc/15503/stat : 15503 (python) S 15501 15503 15206 0 -1 4202496 17490 930 1 0 130 10 0 0 20 0 9 0 886367850 370692096 7469 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 61
/proc/15503/statm: 90501 7469 1892 364 0 26398 0
[pid=15512] ppid=15503 vsize=289436 CPUtime=0.14 cores=0,2
/proc/15512/stat : 15512 (python) S 15503 15503 15206 0 -1 4202560 1135 0 0 0 8 6 0 0 19 0 2 0 886368056 296382464 5771 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15512/statm: 72359 5771 415 364 0 8277 0
[pid=15514] ppid=15512 vsize=1018616 CPUtime=100.16 cores=0,2
/proc/15514/stat : 15514 (gnovelty+2) T 15512 15514 15514 0 -1 4202496 766 0 0 0 10016 0 0 0 25 0 1 0 886368056 1043062784 500 33554432000 134512640 135663704 4290267856 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15514/statm: 254654 500 113 282 0 254370 0
[pid=15512/tid=15524] ppid=15503 vsize=289436 CPUtime=0 cores=0,2
/proc/15512/task/15524/stat : 15524 (python) S 15503 15503 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886378073 296382464 5771 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 514 18446604453863889728 0 0 -1 0 0 0 0
[pid=15525] ppid=15503 vsize=289620 CPUtime=0.14 cores=0,2
/proc/15525/stat : 15525 (python) S 15503 15503 15206 0 -1 4202560 1079 0 0 0 8 6 0 0 19 0 2 0 886378073 296570880 5815 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15525/statm: 72405 5815 400 364 0 8320 0
[pid=15527] ppid=15525 vsize=1018616 CPUtime=99.16 cores=0,2
/proc/15527/stat : 15527 (gnovelty+2) T 15525 15527 15527 0 -1 4202496 765 0 0 0 9916 0 0 0 25 0 1 0 886378074 1043062784 501 33554432000 134512640 135663704 4293321168 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15527/statm: 254654 501 113 282 0 254370 0
[pid=15525/tid=15541] ppid=15503 vsize=289620 CPUtime=0 cores=0,2
/proc/15525/task/15541/stat : 15541 (python) S 15503 15503 15206 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886387991 296570880 5815 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 514 18446604453861981184 0 0 -1 2 0 0 0
[pid=15542] ppid=15503 vsize=300480 CPUtime=0.16 cores=0,2
/proc/15542/stat : 15542 (python) S 15503 15503 15206 0 -1 4202560 1073 0 0 0 7 9 0 0 19 0 2 0 886387992 307691520 5954 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15542/statm: 75120 5954 399 364 0 11032 0
[pid=15544] ppid=15542 vsize=418636 CPUtime=99.97 cores=0,2
/proc/15544/stat : 15544 (adaptg2wsat2009) T 15542 15544 15544 0 -1 4202496 1221 0 0 0 9997 0 0 0 25 0 1 0 886387992 428683264 955 33554432000 134512640 135107411 4288908112 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15544/statm: 104659 955 59 146 0 103535 0
[pid=15542/tid=15553] ppid=15503 vsize=300480 CPUtime=0 cores=0,2
/proc/15542/task/15553/stat : 15553 (python) S 15503 15503 15206 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886398008 307691520 5954 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 514 18446604453860452160 0 0 -1 0 0 0 0
[pid=15554] ppid=15503 vsize=310736 CPUtime=0.17 cores=0,2
/proc/15554/stat : 15554 (python) S 15503 15503 15206 0 -1 4202560 1084 0 0 0 10 7 0 0 19 0 2 0 886398008 318193664 5958 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15554/statm: 77684 5958 400 364 0 13593 0
[pid=15556] ppid=15554 vsize=418636 CPUtime=99.97 cores=0,2
/proc/15556/stat : 15556 (adaptg2wsat2009) T 15554 15556 15556 0 -1 4202496 1221 0 0 0 9996 1 0 0 25 0 1 0 886398009 428683264 955 33554432000 134512640 135107411 4291299360 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15556/statm: 104659 955 59 146 0 103535 0
[pid=15554/tid=15570] ppid=15503 vsize=310736 CPUtime=0 cores=0,2
/proc/15554/task/15570/stat : 15570 (python) S 15503 15503 15206 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886408024 318193664 5958 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 514 18446604453848902656 0 0 -1 0 0 0 0
[pid=15571] ppid=15503 vsize=320992 CPUtime=0.16 cores=0,2
/proc/15571/stat : 15571 (python) S 15503 15503 15206 0 -1 4202560 1083 0 0 0 9 7 0 0 19 0 2 0 886408025 328695808 5962 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15571/statm: 80248 5962 400 364 0 16154 0
[pid=15573] ppid=15571 vsize=418636 CPUtime=99.98 cores=0,2
/proc/15573/stat : 15573 (adaptg2wsat2009) T 15571 15573 15573 0 -1 4202496 1220 0 0 0 9998 0 0 0 25 0 1 0 886408025 428683264 956 33554432000 134512640 135107411 4287452096 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15573/statm: 104659 956 59 146 0 103535 0
[pid=15571/tid=15674] ppid=15503 vsize=320992 CPUtime=0 cores=0,2
/proc/15571/task/15674/stat : 15674 (python) S 15503 15503 15206 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886418041 328695808 5962 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 514 18446604453644154816 0 0 -1 0 0 0 0
[pid=15675] ppid=15503 vsize=331248 CPUtime=0.15 cores=0,2
/proc/15675/stat : 15675 (python) S 15503 15503 15206 0 -1 4202560 1078 0 0 0 9 6 0 0 19 0 2 0 886418042 339197952 5966 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15675/statm: 82812 5966 400 364 0 18715 0
[pid=15677] ppid=15675 vsize=1018616 CPUtime=100 cores=0,2
/proc/15677/stat : 15677 (gnovelty+2) T 15675 15677 15677 0 -1 4202496 762 0 0 0 10000 0 0 0 25 0 1 0 886418042 1043062784 500 33554432000 134512640 135663704 4289383040 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15677/statm: 254654 500 113 282 0 254370 0
[pid=15675/tid=15692] ppid=15503 vsize=331248 CPUtime=0 cores=0,2
/proc/15675/task/15692/stat : 15692 (python) S 15503 15503 15206 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 886428059 339197952 5966 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 514 18446604453832676608 0 0 -1 2 0 0 0
[pid=15693] ppid=15503 vsize=341504 CPUtime=0.16 cores=0,2
/proc/15693/stat : 15693 (python) S 15503 15503 15206 0 -1 4202560 1073 0 0 0 9 7 0 0 19 0 2 0 886428060 349700096 5970 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15693/statm: 85376 5970 400 364 0 21276 0
[pid=15695] ppid=15693 vsize=248656 CPUtime=99.98 cores=0,2
/proc/15695/stat : 15695 (FH) T 15693 15695 15695 0 -1 4202496 1123 0 0 0 9998 0 0 0 25 0 1 0 886428060 254623744 857 33554432000 134512640 134936988 4287973680 18446744073709551615 134553428 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15695/statm: 62164 857 41 104 0 61668 0
[pid=15693/tid=15712] ppid=15503 vsize=341504 CPUtime=0 cores=0,2
/proc/15693/task/15712/stat : 15712 (python) S 15503 15503 15206 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886438076 349700096 5970 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 514 18446604449270715456 0 0 -1 0 0 0 0
[pid=15713] ppid=15503 vsize=351760 CPUtime=0 cores=0,2
/proc/15713/stat : 15713 (python) S 15503 15503 15206 0 -1 4202560 834 0 0 0 0 0 0 0 18 0 1 0 886438076 360202240 5923 33554432000 4194304 5683644 140734208657952 18446744073709551615 246516854342 0 0 16781312 514 4027475362710552575 0 0 17 2 0 0 0
/proc/15713/statm: 87940 5923 350 364 0 23837 0
[pid=15715] ppid=15713 vsize=418500 CPUtime=0.44 cores=0,2
/proc/15715/stat : 15715 (adaptg2wsat2009) R 15713 15715 15715 0 -1 4202496 1076 0 0 0 44 0 0 0 20 0 1 0 886438077 428544000 808 33554432000 134512640 135107411 4292445968 18446744073709551615 134523452 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15715/statm: 104625 808 49 146 0 103501 0
[pid=15503/tid=15513] ppid=15501 vsize=362004 CPUtime=0 cores=0,2
/proc/15503/task/15513/stat : 15513 (python) S 15501 15503 15206 0 -1 4202560 27 930 0 0 0 0 0 0 21 0 9 0 886368056 370692096 7469 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 2 0 0 0
[pid=15503/tid=15526] ppid=15501 vsize=362004 CPUtime=0 cores=0,2
/proc/15503/task/15526/stat : 15526 (python) S 15501 15503 15206 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 9 0 886378074 370692096 7469 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 0 0 0 0
[pid=15503/tid=15543] ppid=15501 vsize=362004 CPUtime=0 cores=0,2
/proc/15503/task/15543/stat : 15543 (python) S 15501 15503 15206 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 9 0 886387992 370692096 7469 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 0 0 0 0
[pid=15503/tid=15555] ppid=15501 vsize=362004 CPUtime=0 cores=0,2
/proc/15503/task/15555/stat : 15555 (python) S 15501 15503 15206 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 886398009 370692096 7469 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 0 0 0 0
[pid=15503/tid=15572] ppid=15501 vsize=362004 CPUtime=0 cores=0,2
/proc/15503/task/15572/stat : 15572 (python) S 15501 15503 15206 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 886408025 370692096 7469 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 0 0 0 0
[pid=15503/tid=15676] ppid=15501 vsize=362004 CPUtime=0 cores=0,2
/proc/15503/task/15676/stat : 15676 (python) S 15501 15503 15206 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 9 0 886418042 370692096 7469 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 0 0 0 0
[pid=15503/tid=15694] ppid=15501 vsize=362004 CPUtime=0 cores=0,2
/proc/15503/task/15694/stat : 15694 (python) S 15501 15503 15206 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 886428060 370692096 7469 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 2 0 0 0
[pid=15503/tid=15714] ppid=15501 vsize=362004 CPUtime=0 cores=0,2
/proc/15503/task/15714/stat : 15714 (python) S 15501 15503 15206 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 886438077 370692096 7469 33554432000 4194304 5683644 140734208657952 18446744073709551615 246528657841 0 0 16781312 2 18446604453848066112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 702.14
Current children cumulated vsize (KiB) 7876692

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 702.763
CPU time (s): 702.14
CPU user time (s): 701.55
CPU system time (s): 0.59
CPU usage (%): 99.9114
Max. virtual memory (cumulated for all children) (KiB): 7876692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3148
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18950
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= 1034
involuntary context switches= 51

runsolver used 1.71074 second user time and 3.13852 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-11 01:14:56
IDJOB=3484122
IDBENCH=82633
IDSOLVER=1975
FILE ID=node134/3484122-1307747696
RUNJOBID= node134-1307746989-15224
PBS_JOBID= 13550824
Free space on /tmp= 74020 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S335550727-070-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-3484122-1307747696/watcher-3484122-1307747696 -o /tmp/evaluation-result-3484122-1307747696/solver-3484122-1307747696 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484122-1307747696.cnf -seed 2095343171 -budget 1200

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

MD5SUM BENCH= be984e6bbe5620bf919456b943096fcf
RANDOM SEED=2095343171

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.75
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31167832 kB
Buffers:        269424 kB
Cached:         758652 kB
SwapCached:      10284 kB
Active:        1088580 kB
Inactive:       480360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31167832 kB
SwapTotal:    67111528 kB
SwapFree:     67063556 kB
Dirty:           65284 kB
Writeback:           0 kB
AnonPages:      538068 kB
Mapped:          16936 kB
Slab:           140052 kB
PageTables:      14656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4496212 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73992 MiB
End job on node134 at 2011-06-11 01:26:41