Trace number 3377343

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (MO) 701.71 701.777

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S1101422472-003-UNKNOWN.cnf
MD5SUM1a4e1674582e40801444509cae2068da
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark27.5668
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.31/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.66	c INFO: solving HOME/instance-3377343-1305452562.cnf
0.31/0.66	c INFO: computing task features
0.38/0.75	c INFO: computed variable-clause graph statistics
0.38/0.76	c INFO: computed clause balance statistics
0.88/1.26	c INFO: computed variable balance statistics
1.08/1.46	c INFO: computed small-clause counts
1.08/1.46	c INFO: computed Horn-clause counts
1.08/1.47	c INFO: computed variable graph statistics
1.08/1.47	c INFO: collected features for HOME/instance-3377343-1305452562.cnf in 0.81 s
1.08/1.49	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.37)
101.49/101.80	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.12)
201.79/202.12	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.08)
302.10/302.43	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.06)
402.39/402.73	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.05)
502.70/503.05	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.04)
602.99/603.38	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.03)
700.59/700.69	c INFO: running adaptg2wsat2009++@0 for 97 with 1701 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.04 4.00 3.79 5/393 3333
/proc/meminfo: memFree=24278192/32951124 swapFree=44485764/67111528
[pid=3333] ppid=3331 vsize=15188 CPUtime=0 cores=0,2
/proc/3333/stat : 3333 (python) R 3331 3333 1741 0 -1 4202496 715 0 0 0 0 0 0 0 25 0 1 0 656856714 15552512 608 33554432000 4194304 5683644 140733301261760 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3333/statm: 3797 611 321 364 0 284 0

[startup+0.0745631 s]
/proc/loadavg: 4.04 4.00 3.79 5/393 3333
/proc/meminfo: memFree=24278192/32951124 swapFree=44485764/67111528
[pid=3333] ppid=3331 vsize=36516 CPUtime=0.04 cores=0,2
/proc/3333/stat : 3333 (python) R 3331 3333 1741 0 -1 4202496 1605 0 0 0 3 1 0 0 17 0 1 0 656856714 37392384 1441 33554432000 4194304 5683644 140733301261760 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3333/statm: 9128 1444 452 364 0 945 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36516

[startup+0.100556 s]
/proc/loadavg: 4.04 4.00 3.79 5/393 3333
/proc/meminfo: memFree=24278192/32951124 swapFree=44485764/67111528
[pid=3333] ppid=3331 vsize=85076 CPUtime=0.05 cores=0,2
/proc/3333/stat : 3333 (python) R 3331 3333 1741 0 -1 4202496 2512 0 0 0 4 1 0 0 17 0 1 0 656856714 87117824 2240 33554432000 4194304 5683644 140733301261760 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3333/statm: 21269 2247 707 364 0 1486 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85076

[startup+0.300514 s]
/proc/loadavg: 4.04 4.00 3.79 5/393 3333
/proc/meminfo: memFree=24278192/32951124 swapFree=44485764/67111528
[pid=3333] ppid=3331 vsize=135752 CPUtime=0.17 cores=0,2
/proc/3333/stat : 3333 (python) S 3331 3333 1741 0 -1 4202496 5973 938 1 0 14 3 0 0 17 0 1 0 656856714 139010048 4149 33554432000 4194304 5683644 140733301261760 18446744073709551615 244446941189 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/3333/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.700435 s]
/proc/loadavg: 4.04 4.00 3.79 5/393 3333
/proc/meminfo: memFree=24278192/32951124 swapFree=44485764/67111528
[pid=3333] ppid=3331 vsize=279840 CPUtime=0.38 cores=0,2
/proc/3333/stat : 3333 (python) R 3331 3333 1741 0 -1 4202496 9625 938 1 0 31 7 0 0 16 0 1 0 656856714 286556160 7295 33554432000 4194304 5683644 140733301261760 18446744073709551615 4445119 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3333/statm: 69960 7295 1761 364 0 5884 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 279840

[startup+1.50024 s]
/proc/loadavg: 3.96 3.98 3.79 5/394 3338
/proc/meminfo: memFree=24252872/32951124 swapFree=44485764/67111528
[pid=3333] ppid=3331 vsize=289260 CPUtime=1.18 cores=0,2
/proc/3333/stat : 3333 (python) S 3331 3333 1741 0 -1 4202496 11096 938 1 0 111 7 0 0 19 0 2 0 656856714 296202240 7196 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3333/statm: 72315 7196 1869 364 0 8233 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 289260

[startup+3.10102 s]
/proc/loadavg: 3.96 3.98 3.79 5/397 3341
/proc/meminfo: memFree=24249500/32951124 swapFree=44485764/67111528
[pid=3333] ppid=3331 vsize=289260 CPUtime=1.18 cores=0,2
/proc/3333/stat : 3333 (python) S 3331 3333 1741 0 -1 4202496 11096 938 1 0 111 7 0 0 19 0 2 0 656856714 296202240 7196 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3333/statm: 72315 7196 1869 364 0 8233 0
[pid=3339] ppid=3333 vsize=279016 CPUtime=0 cores=0,2
/proc/3339/stat : 3339 (python) S 3333 3333 1741 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 656856863 285712384 5677 33554432000 4194304 5683644 140733301261760 18446744073709551615 244446965263 0 0 16781312 514 961038313035104514 0 0 17 0 0 0 0
/proc/3339/statm: 69754 5677 354 364 0 5672 0
[pid=3341] ppid=3339 vsize=1018364 CPUtime=1.6 cores=0,2
/proc/3341/stat : 3341 (gnovelty+2) R 3339 3341 3341 0 -1 4202496 673 0 0 0 160 0 0 0 24 0 1 0 656856864 1042804736 408 33554432000 134512640 135663704 4287804224 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3341/statm: 254591 408 113 282 0 254307 0
[pid=3333/tid=3340] ppid=3331 vsize=289260 CPUtime=0 cores=0,2
/proc/3333/task/3340/stat : 3340 (python) S 3331 3333 1741 0 -1 4202560 26 938 0 0 0 0 0 0 19 0 2 0 656856864 296202240 7196 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 1586640

[startup+6.30036 s]
/proc/loadavg: 3.96 3.98 3.79 5/397 3341
/proc/meminfo: memFree=24250868/32951124 swapFree=44485764/67111528
[pid=3333] ppid=3331 vsize=289260 CPUtime=1.18 cores=0,2
/proc/3333/stat : 3333 (python) S 3331 3333 1741 0 -1 4202496 11096 938 1 0 111 7 0 0 19 0 2 0 656856714 296202240 7196 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3333/statm: 72315 7196 1869 364 0 8233 0
[pid=3339] ppid=3333 vsize=279016 CPUtime=0.01 cores=0,2
/proc/3339/stat : 3339 (python) S 3333 3333 1741 0 -1 4202560 965 0 0 0 0 1 0 0 18 0 1 0 656856863 285712384 5705 33554432000 4194304 5683644 140733301261760 18446744073709551615 244446965263 0 0 16781312 514 961038313035104514 0 0 17 0 0 0 0
/proc/3339/statm: 69754 5705 382 364 0 5672 0
[pid=3341] ppid=3339 vsize=1018364 CPUtime=4.79 cores=0,2
/proc/3341/stat : 3341 (gnovelty+2) R 3339 3341 3341 0 -1 4202496 673 0 0 0 479 0 0 0 25 0 1 0 656856864 1042804736 408 33554432000 134512640 135663704 4287804224 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3341/statm: 254591 408 113 282 0 254307 0
[pid=3333/tid=3340] ppid=3331 vsize=289260 CPUtime=0 cores=0,2
/proc/3333/task/3340/stat : 3340 (python) S 3331 3333 1741 0 -1 4202560 26 938 0 0 0 0 0 0 19 0 2 0 656856864 296202240 7196 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 1586640

[startup+12.7012 s]
/proc/loadavg: 3.96 3.98 3.79 5/398 3342
/proc/meminfo: memFree=24247792/32951124 swapFree=44485764/67111528
[pid=3333] ppid=3331 vsize=289260 CPUtime=1.18 cores=0,2
/proc/3333/stat : 3333 (python) S 3331 3333 1741 0 -1 4202496 11096 938 1 0 111 7 0 0 19 0 2 0 656856714 296202240 7196 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3333/statm: 72315 7196 1869 364 0 8233 0
[pid=3339] ppid=3333 vsize=279016 CPUtime=0.02 cores=0,2
/proc/3339/stat : 3339 (python) S 3333 3333 1741 0 -1 4202560 965 0 0 0 1 1 0 0 18 0 1 0 656856863 285712384 5705 33554432000 4194304 5683644 140733301261760 18446744073709551615 244446965263 0 0 16781312 514 10211771417574211842 0 0 17 0 0 0 0
/proc/3339/statm: 69754 5705 382 364 0 5672 0
[pid=3341] ppid=3339 vsize=1018364 CPUtime=11.17 cores=0,2
/proc/3341/stat : 3341 (gnovelty+2) R 3339 3341 3341 0 -1 4202496 673 0 0 0 1117 0 0 0 25 0 1 0 656856864 1042804736 408 33554432000 134512640 135663704 4287804224 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3341/statm: 254591 408 113 282 0 254307 0
[pid=3333/tid=3340] ppid=3331 vsize=289260 CPUtime=0 cores=0,2
/proc/3333/task/3340/stat : 3340 (python) S 3331 3333 1741 0 -1 4202560 26 938 0 0 0 0 0 0 19 0 2 0 656856864 296202240 7196 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 1586640

[startup+25.5008 s]
/proc/loadavg: 3.97 3.98 3.79 5/398 3342
/proc/meminfo: memFree=24249148/32951124 swapFree=44485764/67111528
[pid=3333] ppid=3331 vsize=289260 CPUtime=1.18 cores=0,2
/proc/3333/stat : 3333 (python) S 3331 3333 1741 0 -1 4202496 11096 938 1 0 111 7 0 0 19 0 2 0 656856714 296202240 7196 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3333/statm: 72315 7196 1869 364 0 8233 0
[pid=3339] ppid=3333 vsize=279016 CPUtime=0.06 cores=0,2
/proc/3339/stat : 3339 (python) S 3333 3333 1741 0 -1 4202560 970 0 0 0 3 3 0 0 18 0 1 0 656856863 285712384 5705 33554432000 4194304 5683644 140733301261760 18446744073709551615 244446965263 0 0 16781312 514 10211771417574211842 0 0 17 0 0 0 0
/proc/3339/statm: 69754 5705 382 364 0 5672 0
[pid=3341] ppid=3339 vsize=1018364 CPUtime=23.93 cores=0,2
/proc/3341/stat : 3341 (gnovelty+2) R 3339 3341 3341 0 -1 4202496 673 0 0 0 2393 0 0 0 25 0 1 0 656856864 1042804736 408 33554432000 134512640 135663704 4287804224 18446744073709551615 134525049 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3341/statm: 254591 408 113 282 0 254307 0
[pid=3333/tid=3340] ppid=3331 vsize=289260 CPUtime=0 cores=0,2
/proc/3333/task/3340/stat : 3340 (python) S 3331 3333 1741 0 -1 4202560 26 938 0 0 0 0 0 0 19 0 2 0 656856864 296202240 7196 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 1586640

[startup+51.1011 s]
/proc/loadavg: 3.98 3.98 3.80 5/401 3346
/proc/meminfo: memFree=24217976/32951124 swapFree=44485764/67111528
[pid=3333] ppid=3331 vsize=289260 CPUtime=1.18 cores=0,2
/proc/3333/stat : 3333 (python) S 3331 3333 1741 0 -1 4202496 11096 938 1 0 111 7 0 0 19 0 2 0 656856714 296202240 7196 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3333/statm: 72315 7196 1869 364 0 8233 0
[pid=3339] ppid=3333 vsize=279016 CPUtime=0.13 cores=0,2
/proc/3339/stat : 3339 (python) S 3333 3333 1741 0 -1 4202560 983 0 0 0 6 7 0 0 18 0 1 0 656856863 285712384 5705 33554432000 4194304 5683644 140733301261760 18446744073709551615 244446965263 0 0 16781312 514 10211771417574211842 0 0 17 0 0 0 0
/proc/3339/statm: 69754 5705 382 364 0 5672 0
[pid=3341] ppid=3339 vsize=1018364 CPUtime=49.47 cores=0,2
/proc/3341/stat : 3341 (gnovelty+2) R 3339 3341 3341 0 -1 4202496 673 0 0 0 4947 0 0 0 25 0 1 0 656856864 1042804736 408 33554432000 134512640 135663704 4287804224 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3341/statm: 254591 408 113 282 0 254307 0
[pid=3333/tid=3340] ppid=3331 vsize=289260 CPUtime=0 cores=0,2
/proc/3333/task/3340/stat : 3340 (python) S 3331 3333 1741 0 -1 4202560 26 938 0 0 0 0 0 0 19 0 2 0 656856864 296202240 7196 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 1586640

[startup+102.314 s]
/proc/loadavg: 4.05 4.00 3.81 5/406 3352
/proc/meminfo: memFree=24211080/32951124 swapFree=44485764/67111528
[pid=3333] ppid=3331 vsize=300124 CPUtime=1.19 cores=0,2
/proc/3333/stat : 3333 (python) S 3331 3333 1741 0 -1 4202496 11998 938 1 0 112 7 0 0 20 0 3 0 656856714 307326976 7338 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3333/statm: 75031 7338 1872 364 0 10946 0
[pid=3339] ppid=3333 vsize=289260 CPUtime=0.28 cores=0,2
/proc/3339/stat : 3339 (python) S 3333 3333 1741 0 -1 4202560 1144 0 0 0 13 15 0 0 19 0 2 0 656856863 296202240 5743 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3339/statm: 72315 5743 415 364 0 8233 0
[pid=3341] ppid=3339 vsize=1018364 CPUtime=100.03 cores=0,2
/proc/3341/stat : 3341 (gnovelty+2) T 3339 3341 3341 0 -1 4202496 673 0 0 0 10003 0 0 0 25 0 1 0 656856864 1042804736 408 33554432000 134512640 135663704 4287804224 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3341/statm: 254591 408 113 282 0 254307 0
[pid=3339/tid=3349] ppid=3333 vsize=289260 CPUtime=0 cores=0,2
/proc/3339/task/3349/stat : 3349 (python) S 3333 3333 1741 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656866893 296202240 5743 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 514 18446604435956583232 0 0 -1 2 0 0 0
[pid=3350] ppid=3333 vsize=289880 CPUtime=0 cores=0,2
/proc/3350/stat : 3350 (python) S 3333 3333 1741 0 -1 4202560 737 0 0 0 0 0 0 0 19 0 1 0 656866895 296837120 5810 33554432000 4194304 5683644 140733301261760 18446744073709551615 244446965318 0 0 16781312 514 7821173383462125567 0 0 17 0 0 0 0
/proc/3350/statm: 72470 5810 348 364 0 8385 0
[pid=3352] ppid=3350 vsize=1018364 CPUtime=0.49 cores=0,2
/proc/3352/stat : 3352 (gnovelty+2) R 3350 3352 3352 0 -1 4202496 673 0 0 0 49 0 0 0 21 0 1 0 656866895 1042804736 408 33554432000 134512640 135663704 4293599536 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3352/statm: 254591 408 113 282 0 254307 0
[pid=3333/tid=3340] ppid=3331 vsize=300124 CPUtime=0 cores=0,2
/proc/3333/task/3340/stat : 3340 (python) S 3331 3333 1741 0 -1 4202560 26 938 0 0 0 0 0 0 19 0 3 0 656856864 307326976 7338 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 2 0 0 0
[pid=3333/tid=3351] ppid=3331 vsize=300124 CPUtime=0 cores=0,2
/proc/3333/task/3351/stat : 3351 (python) S 3331 3333 1741 0 -1 4202560 28 938 0 0 0 0 0 0 20 0 3 0 656866895 307326976 7338 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 2915992

[startup+162.301 s]
/proc/loadavg: 4.02 4.00 3.82 5/409 3357
/proc/meminfo: memFree=24178300/32951124 swapFree=44485764/67111528
[pid=3333] ppid=3331 vsize=300124 CPUtime=1.19 cores=0,2
/proc/3333/stat : 3333 (python) S 3331 3333 1741 0 -1 4202496 11998 938 1 0 112 7 0 0 20 0 3 0 656856714 307326976 7338 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3333/statm: 75031 7338 1872 364 0 10946 0
[pid=3339] ppid=3333 vsize=289260 CPUtime=0.28 cores=0,2
/proc/3339/stat : 3339 (python) S 3333 3333 1741 0 -1 4202560 1144 0 0 0 13 15 0 0 19 0 2 0 656856863 296202240 5743 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3339/statm: 72315 5743 415 364 0 8233 0
[pid=3341] ppid=3339 vsize=1018364 CPUtime=100.03 cores=0,2
/proc/3341/stat : 3341 (gnovelty+2) T 3339 3341 3341 0 -1 4202496 673 0 0 0 10003 0 0 0 25 0 1 0 656856864 1042804736 408 33554432000 134512640 135663704 4287804224 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3341/statm: 254591 408 113 282 0 254307 0
[pid=3339/tid=3349] ppid=3333 vsize=289260 CPUtime=0 cores=0,2
/proc/3339/task/3349/stat : 3349 (python) S 3333 3333 1741 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656866893 296202240 5743 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 514 18446604435956583232 0 0 -1 2 0 0 0
[pid=3350] ppid=3333 vsize=289880 CPUtime=0.17 cores=0,2

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

[pid=3363] ppid=3333 vsize=300136 CPUtime=0.29 cores=0,2
/proc/3363/stat : 3363 (python) S 3333 3333 1741 0 -1 4202560 1082 0 0 0 16 13 0 0 19 0 2 0 656876927 307339264 5867 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3363/statm: 75034 5867 400 364 0 10946 0
[pid=3366] ppid=3363 vsize=417976 CPUtime=100 cores=0,2
/proc/3366/stat : 3366 (adaptg2wsat2009) T 3363 3366 3366 0 -1 4202496 1002 0 0 0 10000 0 0 0 25 0 1 0 656876927 428007424 736 33554432000 134512640 135107411 4293365696 18446744073709551615 134532347 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3366/statm: 104494 736 59 146 0 103370 0
[pid=3363/tid=3379] ppid=3333 vsize=300136 CPUtime=0 cores=0,2
/proc/3363/task/3379/stat : 3379 (python) S 3333 3333 1741 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656886956 307339264 5867 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 514 18446604448450735104 0 0 -1 0 0 0 0
[pid=3380] ppid=3333 vsize=310392 CPUtime=0.3 cores=0,2
/proc/3380/stat : 3380 (python) S 3333 3333 1741 0 -1 4202560 1083 0 0 0 16 14 0 0 19 0 2 0 656886957 317841408 5871 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3380/statm: 77598 5871 400 364 0 13507 0
[pid=3382] ppid=3380 vsize=417976 CPUtime=99.98 cores=0,2
/proc/3382/stat : 3382 (adaptg2wsat2009) T 3380 3382 3382 0 -1 4202496 1003 0 0 0 9998 0 0 0 25 0 1 0 656886957 428007424 735 33554432000 134512640 135107411 4294606000 18446744073709551615 134532318 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3382/statm: 104494 735 59 146 0 103370 0
[pid=3380/tid=3389] ppid=3333 vsize=310392 CPUtime=0 cores=0,2
/proc/3380/task/3389/stat : 3389 (python) S 3333 3333 1741 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656896986 317841408 5871 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 514 18446604453259348864 0 0 -1 2 0 0 0
[pid=3390] ppid=3333 vsize=320964 CPUtime=0.3 cores=0,2
/proc/3390/stat : 3390 (python) S 3333 3333 1741 0 -1 4202560 1090 0 0 0 16 14 0 0 19 0 2 0 656896988 328667136 5954 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3390/statm: 80241 5954 400 364 0 16147 0
[pid=3392] ppid=3390 vsize=417976 CPUtime=100.01 cores=0,2
/proc/3392/stat : 3392 (adaptg2wsat2009) T 3390 3392 3392 0 -1 4202496 1001 0 0 0 10000 1 0 0 25 0 1 0 656896988 428007424 735 33554432000 134512640 135107411 4289911312 18446744073709551615 134532306 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3392/statm: 104494 735 59 146 0 103370 0
[pid=3390/tid=3405] ppid=3333 vsize=320964 CPUtime=0 cores=0,2
/proc/3390/task/3405/stat : 3405 (python) S 3333 3333 1741 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656907018 328667136 5954 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 514 18446604442565802048 0 0 -1 2 0 0 0
[pid=3406] ppid=3333 vsize=331220 CPUtime=0.31 cores=0,2
/proc/3406/stat : 3406 (python) S 3333 3333 1741 0 -1 4202560 1093 0 0 0 15 16 0 0 19 0 2 0 656907019 339169280 5958 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3406/statm: 82805 5958 399 364 0 18708 0
[pid=3408] ppid=3406 vsize=1018364 CPUtime=100.02 cores=0,2
/proc/3408/stat : 3408 (gnovelty+2) T 3406 3408 3408 0 -1 4202496 675 0 0 0 10002 0 0 0 25 0 1 0 656907019 1042804736 409 33554432000 134512640 135663704 4286814224 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3408/statm: 254591 409 113 282 0 254307 0
[pid=3406/tid=3529] ppid=3333 vsize=331220 CPUtime=0 cores=0,2
/proc/3406/task/3529/stat : 3529 (python) S 3333 3333 1741 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656917051 339169280 5958 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 514 18446604453856447488 0 0 -1 2 0 0 0
[pid=3530] ppid=3333 vsize=341476 CPUtime=0.29 cores=0,2
/proc/3530/stat : 3530 (python) S 3333 3333 1741 0 -1 4202560 1090 0 0 0 16 13 0 0 19 0 2 0 656917053 349671424 5962 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3530/statm: 85369 5962 400 364 0 21269 0
[pid=3532] ppid=3530 vsize=247996 CPUtime=97.29 cores=0,2
/proc/3532/stat : 3532 (FH) T 3530 3532 3532 0 -1 4202496 923 0 0 0 9729 0 0 0 25 0 1 0 656917053 253947904 659 33554432000 134512640 134936988 4290723072 18446744073709551615 134553498 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3532/statm: 61999 659 41 104 0 61503 0
[pid=3530/tid=3657] ppid=3333 vsize=341476 CPUtime=0 cores=0,2
/proc/3530/task/3657/stat : 3657 (python) S 3333 3333 1741 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656926782 349671424 5962 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 514 18446604453059219776 0 0 -1 2 0 0 0
[pid=3658] ppid=3333 vsize=351732 CPUtime=0 cores=0,2
/proc/3658/stat : 3658 (python) S 3333 3333 1741 0 -1 4202560 799 0 0 0 0 0 0 0 18 0 1 0 656926784 360173568 5919 33554432000 4194304 5683644 140733301261760 18446744073709551615 244446965318 0 0 16781312 514 1488870689699004415 0 0 17 0 0 0 0
/proc/3658/statm: 87933 5919 354 364 0 23830 0
[pid=3660] ppid=3658 vsize=417840 CPUtime=1.02 cores=0,2
/proc/3660/stat : 3660 (adaptg2wsat2009) R 3658 3660 3660 0 -1 4202496 894 0 0 0 102 0 0 0 24 0 1 0 656926784 427868160 625 33554432000 134512640 135107411 4288279552 18446744073709551615 134523232 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3660/statm: 104460 625 49 146 0 103336 0
[pid=3333/tid=3340] ppid=3331 vsize=361976 CPUtime=0 cores=0,2
/proc/3333/task/3340/stat : 3340 (python) S 3331 3333 1741 0 -1 4202560 26 938 0 0 0 0 0 0 19 0 9 0 656856864 370663424 7461 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 2 0 0 0
[pid=3333/tid=3351] ppid=3331 vsize=361976 CPUtime=0 cores=0,2
/proc/3333/task/3351/stat : 3351 (python) S 3331 3333 1741 0 -1 4202560 28 938 0 0 0 0 0 0 20 0 9 0 656866895 370663424 7461 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 0 0 0 0
[pid=3333/tid=3365] ppid=3331 vsize=361976 CPUtime=0 cores=0,2
/proc/3333/task/3365/stat : 3365 (python) S 3331 3333 1741 0 -1 4202560 30 938 0 0 0 0 0 0 20 0 9 0 656876927 370663424 7461 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 0 0 0 0
[pid=3333/tid=3381] ppid=3331 vsize=361976 CPUtime=0 cores=0,2
/proc/3333/task/3381/stat : 3381 (python) S 3331 3333 1741 0 -1 4202560 21 938 0 0 0 0 0 0 20 0 9 0 656886957 370663424 7461 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 0 0 0 0
[pid=3333/tid=3391] ppid=3331 vsize=361976 CPUtime=0 cores=0,2
/proc/3333/task/3391/stat : 3391 (python) S 3331 3333 1741 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 9 0 656896988 370663424 7461 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 0 0 0 0
[pid=3333/tid=3407] ppid=3331 vsize=361976 CPUtime=0 cores=0,2
/proc/3333/task/3407/stat : 3407 (python) S 3331 3333 1741 0 -1 4202560 30 938 0 0 0 0 0 0 20 0 9 0 656907019 370663424 7461 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 0 0 0 0
[pid=3333/tid=3531] ppid=3331 vsize=361976 CPUtime=0 cores=0,2
/proc/3333/task/3531/stat : 3531 (python) S 3331 3333 1741 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 9 0 656917053 370663424 7461 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 0 0 0 0
[pid=3333/tid=3659] ppid=3331 vsize=361976 CPUtime=0 cores=0,2
/proc/3333/task/3659/stat : 3659 (python) S 3331 3333 1741 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 9 0 656926784 370663424 7461 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 701.71
Current children cumulated vsize (KiB) 7871892

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

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

[startup+701.701 s]
/proc/loadavg: 4.10 4.08 3.92 5/426 3660
/proc/meminfo: memFree=24005468/32951124 swapFree=44485764/67111528
[pid=3333] ppid=3331 vsize=361976 CPUtime=1.28 cores=0,2
/proc/3333/stat : 3333 (python) S 3331 3333 1741 0 -1 4202496 17134 938 1 0 120 8 0 0 20 0 9 0 656856714 370663424 7461 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3333/statm: 90494 7461 1892 364 0 26391 0
[pid=3339] ppid=3333 vsize=289260 CPUtime=0.28 cores=0,2
/proc/3339/stat : 3339 (python) S 3333 3333 1741 0 -1 4202560 1144 0 0 0 13 15 0 0 19 0 2 0 656856863 296202240 5743 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3339/statm: 72315 5743 415 364 0 8233 0
[pid=3341] ppid=3339 vsize=1018364 CPUtime=100.03 cores=0,2
/proc/3341/stat : 3341 (gnovelty+2) T 3339 3341 3341 0 -1 4202496 673 0 0 0 10003 0 0 0 25 0 1 0 656856864 1042804736 408 33554432000 134512640 135663704 4287804224 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3341/statm: 254591 408 113 282 0 254307 0
[pid=3339/tid=3349] ppid=3333 vsize=289260 CPUtime=0 cores=0,2
/proc/3339/task/3349/stat : 3349 (python) S 3333 3333 1741 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656866893 296202240 5743 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 514 18446604435956583232 0 0 -1 2 0 0 0
[pid=3350] ppid=3333 vsize=289880 CPUtime=0.29 cores=0,2
/proc/3350/stat : 3350 (python) S 3333 3333 1741 0 -1 4202560 1066 0 0 0 17 12 0 0 19 0 2 0 656866895 296837120 5863 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3350/statm: 72470 5863 400 364 0 8385 0
[pid=3352] ppid=3350 vsize=1018364 CPUtime=100.02 cores=0,2
/proc/3352/stat : 3352 (gnovelty+2) T 3350 3352 3352 0 -1 4202496 673 0 0 0 10002 0 0 0 25 0 1 0 656866895 1042804736 408 33554432000 134512640 135663704 4293599536 18446744073709551615 134545670 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3352/statm: 254591 408 113 282 0 254307 0
[pid=3350/tid=3362] ppid=3333 vsize=289880 CPUtime=0 cores=0,2
/proc/3350/task/3362/stat : 3362 (python) S 3333 3333 1741 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656876925 296837120 5863 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 514 18446604450438734784 0 0 -1 0 0 0 0
[pid=3363] ppid=3333 vsize=300136 CPUtime=0.29 cores=0,2
/proc/3363/stat : 3363 (python) S 3333 3333 1741 0 -1 4202560 1082 0 0 0 16 13 0 0 19 0 2 0 656876927 307339264 5867 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3363/statm: 75034 5867 400 364 0 10946 0
[pid=3366] ppid=3363 vsize=417976 CPUtime=100 cores=0,2
/proc/3366/stat : 3366 (adaptg2wsat2009) T 3363 3366 3366 0 -1 4202496 1002 0 0 0 10000 0 0 0 25 0 1 0 656876927 428007424 736 33554432000 134512640 135107411 4293365696 18446744073709551615 134532347 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3366/statm: 104494 736 59 146 0 103370 0
[pid=3363/tid=3379] ppid=3333 vsize=300136 CPUtime=0 cores=0,2
/proc/3363/task/3379/stat : 3379 (python) S 3333 3333 1741 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656886956 307339264 5867 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 514 18446604448450735104 0 0 -1 0 0 0 0
[pid=3380] ppid=3333 vsize=310392 CPUtime=0.3 cores=0,2
/proc/3380/stat : 3380 (python) S 3333 3333 1741 0 -1 4202560 1083 0 0 0 16 14 0 0 19 0 2 0 656886957 317841408 5871 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3380/statm: 77598 5871 400 364 0 13507 0
[pid=3382] ppid=3380 vsize=417976 CPUtime=99.98 cores=0,2
/proc/3382/stat : 3382 (adaptg2wsat2009) T 3380 3382 3382 0 -1 4202496 1003 0 0 0 9998 0 0 0 25 0 1 0 656886957 428007424 735 33554432000 134512640 135107411 4294606000 18446744073709551615 134532318 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3382/statm: 104494 735 59 146 0 103370 0
[pid=3380/tid=3389] ppid=3333 vsize=310392 CPUtime=0 cores=0,2
/proc/3380/task/3389/stat : 3389 (python) S 3333 3333 1741 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656896986 317841408 5871 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 514 18446604453259348864 0 0 -1 2 0 0 0
[pid=3390] ppid=3333 vsize=320964 CPUtime=0.3 cores=0,2
/proc/3390/stat : 3390 (python) S 3333 3333 1741 0 -1 4202560 1090 0 0 0 16 14 0 0 19 0 2 0 656896988 328667136 5954 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3390/statm: 80241 5954 400 364 0 16147 0
[pid=3392] ppid=3390 vsize=417976 CPUtime=100.01 cores=0,2
/proc/3392/stat : 3392 (adaptg2wsat2009) T 3390 3392 3392 0 -1 4202496 1001 0 0 0 10000 1 0 0 25 0 1 0 656896988 428007424 735 33554432000 134512640 135107411 4289911312 18446744073709551615 134532306 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3392/statm: 104494 735 59 146 0 103370 0
[pid=3390/tid=3405] ppid=3333 vsize=320964 CPUtime=0 cores=0,2
/proc/3390/task/3405/stat : 3405 (python) S 3333 3333 1741 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656907018 328667136 5954 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 514 18446604442565802048 0 0 -1 2 0 0 0
[pid=3406] ppid=3333 vsize=331220 CPUtime=0.31 cores=0,2
/proc/3406/stat : 3406 (python) S 3333 3333 1741 0 -1 4202560 1093 0 0 0 15 16 0 0 19 0 2 0 656907019 339169280 5958 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3406/statm: 82805 5958 399 364 0 18708 0
[pid=3408] ppid=3406 vsize=1018364 CPUtime=100.02 cores=0,2
/proc/3408/stat : 3408 (gnovelty+2) T 3406 3408 3408 0 -1 4202496 675 0 0 0 10002 0 0 0 25 0 1 0 656907019 1042804736 409 33554432000 134512640 135663704 4286814224 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3408/statm: 254591 409 113 282 0 254307 0
[pid=3406/tid=3529] ppid=3333 vsize=331220 CPUtime=0 cores=0,2
/proc/3406/task/3529/stat : 3529 (python) S 3333 3333 1741 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656917051 339169280 5958 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 514 18446604453856447488 0 0 -1 2 0 0 0
[pid=3530] ppid=3333 vsize=341476 CPUtime=0.29 cores=0,2
/proc/3530/stat : 3530 (python) S 3333 3333 1741 0 -1 4202560 1090 0 0 0 16 13 0 0 19 0 2 0 656917053 349671424 5962 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3530/statm: 85369 5962 400 364 0 21269 0
[pid=3532] ppid=3530 vsize=247996 CPUtime=97.29 cores=0,2
/proc/3532/stat : 3532 (FH) T 3530 3532 3532 0 -1 4202496 923 0 0 0 9729 0 0 0 25 0 1 0 656917053 253947904 659 33554432000 134512640 134936988 4290723072 18446744073709551615 134553498 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3532/statm: 61999 659 41 104 0 61503 0
[pid=3530/tid=3657] ppid=3333 vsize=341476 CPUtime=0 cores=0,2
/proc/3530/task/3657/stat : 3657 (python) S 3333 3333 1741 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656926782 349671424 5962 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 514 18446604453059219776 0 0 -1 2 0 0 0
[pid=3658] ppid=3333 vsize=351732 CPUtime=0 cores=0,2
/proc/3658/stat : 3658 (python) S 3333 3333 1741 0 -1 4202560 799 0 0 0 0 0 0 0 18 0 1 0 656926784 360173568 5919 33554432000 4194304 5683644 140733301261760 18446744073709551615 244446965318 0 0 16781312 514 1488870689699004415 0 0 17 0 0 0 0
/proc/3658/statm: 87933 5919 354 364 0 23830 0
[pid=3660] ppid=3658 vsize=417840 CPUtime=1.02 cores=0,2
/proc/3660/stat : 3660 (adaptg2wsat2009) R 3658 3660 3660 0 -1 4202496 894 0 0 0 102 0 0 0 24 0 1 0 656926784 427868160 625 33554432000 134512640 135107411 4288279552 18446744073709551615 134523232 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3660/statm: 104460 625 49 146 0 103336 0
[pid=3333/tid=3340] ppid=3331 vsize=361976 CPUtime=0 cores=0,2
/proc/3333/task/3340/stat : 3340 (python) S 3331 3333 1741 0 -1 4202560 26 938 0 0 0 0 0 0 19 0 9 0 656856864 370663424 7461 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 2 0 0 0
[pid=3333/tid=3351] ppid=3331 vsize=361976 CPUtime=0 cores=0,2
/proc/3333/task/3351/stat : 3351 (python) S 3331 3333 1741 0 -1 4202560 28 938 0 0 0 0 0 0 20 0 9 0 656866895 370663424 7461 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 0 0 0 0
[pid=3333/tid=3365] ppid=3331 vsize=361976 CPUtime=0 cores=0,2
/proc/3333/task/3365/stat : 3365 (python) S 3331 3333 1741 0 -1 4202560 30 938 0 0 0 0 0 0 20 0 9 0 656876927 370663424 7461 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 0 0 0 0
[pid=3333/tid=3381] ppid=3331 vsize=361976 CPUtime=0 cores=0,2
/proc/3333/task/3381/stat : 3381 (python) S 3331 3333 1741 0 -1 4202560 21 938 0 0 0 0 0 0 20 0 9 0 656886957 370663424 7461 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 0 0 0 0
[pid=3333/tid=3391] ppid=3331 vsize=361976 CPUtime=0 cores=0,2
/proc/3333/task/3391/stat : 3391 (python) S 3331 3333 1741 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 9 0 656896988 370663424 7461 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 0 0 0 0
[pid=3333/tid=3407] ppid=3331 vsize=361976 CPUtime=0 cores=0,2
/proc/3333/task/3407/stat : 3407 (python) S 3331 3333 1741 0 -1 4202560 30 938 0 0 0 0 0 0 20 0 9 0 656907019 370663424 7461 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 0 0 0 0
[pid=3333/tid=3531] ppid=3331 vsize=361976 CPUtime=0 cores=0,2
/proc/3333/task/3531/stat : 3531 (python) S 3331 3333 1741 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 9 0 656917053 370663424 7461 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 0 0 0 0
[pid=3333/tid=3659] ppid=3331 vsize=361976 CPUtime=0 cores=0,2
/proc/3333/task/3659/stat : 3659 (python) S 3331 3333 1741 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 9 0 656926784 370663424 7461 33554432000 4194304 5683644 140733301261760 18446744073709551615 244458768817 0 0 16781312 2 18446604448992301248 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 701.71
Current children cumulated vsize (KiB) 7871892

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 701.777
CPU time (s): 701.71
CPU user time (s): 700.65
CPU system time (s): 1.06
CPU usage (%): 99.9905
Max. virtual memory (cumulated for all children) (KiB): 7871892

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

runsolver used 3.2675 second user time and 6.22305 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 11:42:43
IDJOB=3377343
IDBENCH=82652
IDSOLVER=1857
FILE ID=node105/3377343-1305452562
RUNJOBID= node105-1305451855-3052
PBS_JOBID= 13324851
Free space on /tmp= 73512 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S1101422472-003-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-3377343-1305452562/watcher-3377343-1305452562 -o /tmp/evaluation-result-3377343-1305452562/solver-3377343-1305452562 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377343-1305452562.cnf -seed 720796343 -budget 2400

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

MD5SUM BENCH= 1a4e1674582e40801444509cae2068da
RANDOM SEED=720796343

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      24278356 kB
Buffers:        295616 kB
Cached:        6304636 kB
SwapCached:      39656 kB
Active:        1575944 kB
Inactive:      6809764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24278356 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:           32332 kB
Writeback:           0 kB
AnonPages:     1753692 kB
Mapped:          18856 kB
Slab:           140732 kB
PageTables:      79696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75255976 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= 73476 MiB
End job on node105 at 2011-05-15 11:54:27