Trace number 3484186

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) 707.56 719.463

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S415002759-031-UNKNOWN.cnf
MD5SUM6d4469ea6d617a494594ad07b4996367
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses25500
Sum of the clauses size178500
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525500

Solver Data

0.50/9.31	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.50/9.31	c INFO: solving HOME/instance-3484186-1307748225.cnf
0.50/9.31	c INFO: computing task features
0.59/9.50	c INFO: computed variable-clause graph statistics
0.59/9.50	c INFO: computed clause balance statistics
1.50/10.47	c INFO: computed variable balance statistics
1.89/10.85	c INFO: computed small-clause counts
1.89/10.85	c INFO: computed Horn-clause counts
1.89/10.86	c INFO: computed variable graph statistics
1.89/10.86	c INFO: collected features for HOME/instance-3484186-1307748225.cnf in 1.50 s
1.89/10.86	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.37)
105.90/117.85	c INFO: running gnovelty+2@0 for 97 with 1097 remaining (b = 0.13)
206.07/218.01	c INFO: running adaptg2wsat2009++@0 for 97 with 997 remaining (b = 0.08)
306.29/318.14	c INFO: running adaptg2wsat2009++@0 for 97 with 897 remaining (b = 0.07)
406.37/418.28	c INFO: running adaptg2wsat2009++@0 for 97 with 797 remaining (b = 0.05)
506.53/518.41	c INFO: running gnovelty+2@0 for 97 with 697 remaining (b = 0.04)
606.75/618.60	c INFO: running FH@0 for 97 with 597 remaining (b = 0.03)
706.84/718.75	c INFO: running adaptg2wsat2009++@0 for 97 with 497 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-3484186-1307748225/watcher-3484186-1307748225 -o /tmp/evaluation-result-3484186-1307748225/solver-3484186-1307748225 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484186-1307748225.cnf -seed 1592216059 -budget 1200 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.37 4.15 3.08 6/214 13283
/proc/meminfo: memFree=31079232/32951132 swapFree=67052544/67111528
[pid=13283] ppid=13281 vsize=11804 CPUtime=0 cores=1,3
/proc/13283/stat : 13283 (runsolver) R 13281 13283 12804 0 -1 4202560 42 0 0 0 0 0 0 0 22 0 1 0 886421375 12087296 50 33554432000 4194304 5436572 140735132677824 18446744073709551615 4883175 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/13283/statm: 2951 50 31 304 0 2643 0

[startup+0.100513 s]
/proc/loadavg: 4.37 4.15 3.08 6/214 13283
/proc/meminfo: memFree=31079232/32951132 swapFree=67052544/67111528
[pid=13283] ppid=13281 vsize=1960 CPUtime=0.04 cores=1,3
/proc/13283/stat : 13283 (python) R 13281 13283 12804 0 -1 4194304 52 0 0 0 0 4 0 0 23 0 1 0 886421375 2007040 5 33554432000 4194304 5683644 140735469433536 18446744073709551615 242965548989 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13283/statm: 490 5 1 364 0 36 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1960

[startup+0.200486 s]
/proc/loadavg: 4.37 4.15 3.08 6/214 13283
/proc/meminfo: memFree=31079232/32951132 swapFree=67052544/67111528
[pid=13283] ppid=13281 vsize=15080 CPUtime=0.07 cores=1,3
/proc/13283/stat : 13283 (python) S 13281 13283 12804 0 -1 4202496 618 0 0 0 0 7 0 0 23 0 1 0 886421375 15441920 513 33554432000 4194304 5683644 140735469433536 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 3 0 0 0
/proc/13283/statm: 3770 513 300 364 0 257 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15080

[startup+0.300468 s]
/proc/loadavg: 4.37 4.15 3.08 6/214 13283
/proc/meminfo: memFree=31079232/32951132 swapFree=67052544/67111528
[pid=13283] ppid=13281 vsize=15080 CPUtime=0.07 cores=1,3
/proc/13283/stat : 13283 (python) S 13281 13283 12804 0 -1 4202496 651 0 0 0 0 7 0 0 23 0 1 0 886421375 15441920 545 33554432000 4194304 5683644 140735469433536 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 3 0 0 0
/proc/13283/statm: 3770 545 312 364 0 257 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15080

[startup+0.700399 s]
/proc/loadavg: 4.37 4.15 3.08 6/214 13283
/proc/meminfo: memFree=31079232/32951132 swapFree=67052544/67111528
[pid=13283] ppid=13281 vsize=121640 CPUtime=0.18 cores=1,3
/proc/13283/stat : 13283 (python) D 13281 13283 12804 0 -1 4202496 4103 0 1 0 8 10 0 0 17 0 1 0 886421375 124559360 3727 33554432000 4194304 5683644 140735469433536 18446744073709551615 242970555959 0 0 16781312 2 18446744071562154983 0 0 17 3 0 0 0
/proc/13283/statm: 30410 3727 986 364 0 2740 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 121640

[startup+1.50026 s]
/proc/loadavg: 4.37 4.15 3.08 5/218 13287
/proc/meminfo: memFree=31061316/32951132 swapFree=67052544/67111528
[pid=13283] ppid=13281 vsize=121640 CPUtime=0.18 cores=1,3
/proc/13283/stat : 13283 (python) D 13281 13283 12804 0 -1 4202496 4103 0 1 0 8 10 0 0 17 0 1 0 886421375 124559360 3727 33554432000 4194304 5683644 140735469433536 18446744073709551615 242970555959 0 0 16781312 2 18446744071562154983 0 0 17 3 0 0 0
/proc/13283/statm: 30410 3727 986 364 0 2740 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 121640

[startup+3.10099 s]
/proc/loadavg: 4.37 4.15 3.08 4/218 13287
/proc/meminfo: memFree=31039244/32951132 swapFree=67052544/67111528
[pid=13283] ppid=13281 vsize=121640 CPUtime=0.18 cores=1,3
/proc/13283/stat : 13283 (python) D 13281 13283 12804 0 -1 4202496 4103 0 1 0 8 10 0 0 17 0 1 0 886421375 124559360 3727 33554432000 4194304 5683644 140735469433536 18446744073709551615 242970555959 0 0 16781312 2 18446744071562154983 0 0 17 3 0 0 0
/proc/13283/statm: 30410 3727 986 364 0 2740 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 121640
heavy processes:

[startup+6.30044 s]
/proc/loadavg: 4.58 4.19 3.10 4/218 13287
/proc/meminfo: memFree=31039280/32951132 swapFree=67052544/67111528
[pid=13283] ppid=13281 vsize=121640 CPUtime=0.18 cores=1,3
/proc/13283/stat : 13283 (python) D 13281 13283 12804 0 -1 4202496 4103 0 1 0 8 10 0 0 17 0 1 0 886421375 124559360 3727 33554432000 4194304 5683644 140735469433536 18446744073709551615 242970555959 0 0 16781312 2 18446744071562154983 0 0 17 3 0 0 0
/proc/13283/statm: 30410 3727 986 364 0 2740 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 121640
heavy processes:

[startup+12.7003 s]
/proc/loadavg: 4.62 4.21 3.11 6/221 13294
/proc/meminfo: memFree=31021608/32951132 swapFree=67052544/67111528
[pid=13283] ppid=13281 vsize=290520 CPUtime=1.96 cores=1,3
/proc/13283/stat : 13283 (python) S 13281 13283 12804 0 -1 4202496 12841 934 1 0 180 16 0 0 21 0 2 0 886421375 297492480 7495 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 829
/proc/13283/statm: 72630 7495 1869 364 0 8548 0
[pid=13292] ppid=13283 vsize=280760 CPUtime=0 cores=1,3
/proc/13292/stat : 13292 (python) S 13283 13283 12804 0 -1 4202560 723 0 0 0 0 0 0 0 18 0 1 0 886422462 287498240 5978 33554432000 4194304 5683644 140735469433536 18446744073709551615 242970570255 0 0 16781312 514 4530414796121538820 0 0 17 3 0 0 0
/proc/13292/statm: 70190 5978 355 364 0 6108 0
[pid=13294] ppid=13292 vsize=1019708 CPUtime=1.46 cores=1,3
/proc/13294/stat : 13294 (gnovelty+2) R 13292 13294 13294 0 -1 4202496 952 0 0 0 145 1 0 0 25 0 1 0 886422462 1044180992 690 33554432000 134512640 135663704 4290844080 18446744073709551615 134525187 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/13294/statm: 254927 690 113 282 0 254643 0
[pid=13283/tid=13293] ppid=13281 vsize=290520 CPUtime=0 cores=1,3
/proc/13283/task/13293/stat : 13293 (python) S 13281 13283 12804 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 2 0 886422462 297492480 7495 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027072 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 1590988
heavy processes:

[startup+25.5011 s]
/proc/loadavg: 4.61 4.23 3.14 5/221 13296
/proc/meminfo: memFree=31024176/32951132 swapFree=67052544/67111528
[pid=13283] ppid=13281 vsize=290520 CPUtime=1.96 cores=1,3
/proc/13283/stat : 13283 (python) S 13281 13283 12804 0 -1 4202496 12841 934 1 0 180 16 0 0 21 0 2 0 886421375 297492480 7495 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 829
/proc/13283/statm: 72630 7495 1869 364 0 8548 0
[pid=13292] ppid=13283 vsize=280760 CPUtime=0 cores=1,3
/proc/13292/stat : 13292 (python) S 13283 13283 12804 0 -1 4202560 861 0 0 0 0 0 0 0 18 0 1 0 886422462 287498240 6001 33554432000 4194304 5683644 140735469433536 18446744073709551615 242970570255 0 0 16781312 514 4530414796121538820 0 0 17 3 0 0 0
/proc/13292/statm: 70190 6001 378 364 0 6108 0
[pid=13294] ppid=13292 vsize=1019708 CPUtime=13.67 cores=1,3
/proc/13294/stat : 13294 (gnovelty+2) R 13292 13294 13294 0 -1 4202496 952 0 0 0 1349 18 0 0 25 0 1 0 886422462 1044180992 690 33554432000 134512640 135663704 4290844080 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13294/statm: 254927 690 113 282 0 254643 0
[pid=13283/tid=13293] ppid=13281 vsize=290520 CPUtime=0 cores=1,3
/proc/13283/task/13293/stat : 13293 (python) S 13281 13283 12804 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 2 0 886422462 297492480 7495 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027072 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 15.63
Current children cumulated vsize (KiB) 1590988
heavy processes:

[startup+51.1007 s]
/proc/loadavg: 5.15 4.37 3.21 5/200 13527
/proc/meminfo: memFree=31400552/32951132 swapFree=67052544/67111528
[pid=13283] ppid=13281 vsize=290520 CPUtime=1.96 cores=1,3
/proc/13283/stat : 13283 (python) S 13281 13283 12804 0 -1 4202496 12841 934 1 0 180 16 0 0 21 0 2 0 886421375 297492480 7495 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 829
/proc/13283/statm: 72630 7495 1869 364 0 8548 0
[pid=13292] ppid=13283 vsize=280760 CPUtime=0.04 cores=1,3
/proc/13292/stat : 13292 (python) S 13283 13283 12804 0 -1 4202560 986 0 0 0 2 2 0 0 18 0 1 0 886422462 287498240 6015 33554432000 4194304 5683644 140735469433536 18446744073709551615 242970570255 0 0 16781312 514 15667372192738279684 0 0 17 3 0 0 0
/proc/13292/statm: 70190 6015 392 364 0 6108 0
[pid=13294] ppid=13292 vsize=1019708 CPUtime=35.13 cores=1,3
/proc/13294/stat : 13294 (gnovelty+2) R 13292 13294 13294 0 -1 4202496 952 0 0 0 3476 37 0 0 25 0 1 0 886422462 1044180992 690 33554432000 134512640 135663704 4290844080 18446744073709551615 134524551 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/13294/statm: 254927 690 113 282 0 254643 0
[pid=13283/tid=13293] ppid=13281 vsize=290520 CPUtime=0 cores=1,3
/proc/13283/task/13293/stat : 13293 (python) S 13281 13283 12804 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 2 0 886422462 297492480 7495 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027072 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37.13
Current children cumulated vsize (KiB) 1590988
heavy processes:

[startup+102.301 s]
/proc/loadavg: 5.32 4.54 3.33 6/200 13671
/proc/meminfo: memFree=31436352/32951132 swapFree=67052544/67111528
[pid=13283] ppid=13281 vsize=290520 CPUtime=1.96 cores=1,3
/proc/13283/stat : 13283 (python) S 13281 13283 12804 0 -1 4202496 12841 934 1 0 180 16 0 0 21 0 2 0 886421375 297492480 7495 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 829
/proc/13283/statm: 72630 7495 1869 364 0 8548 0
[pid=13292] ppid=13283 vsize=280764 CPUtime=1.49 cores=1,3
/proc/13292/stat : 13292 (python) R 13283 13283 12804 0 -1 4202560 1008 0 0 0 87 62 0 0 25 0 1 0 886422462 287502336 6015 33554432000 4194304 5683644 140735469433536 18446744073709551615 242970593415 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/13292/statm: 70191 6015 392 364 0 6109 0
[pid=13294] ppid=13292 vsize=1019708 CPUtime=85.47 cores=1,3
/proc/13294/stat : 13294 (gnovelty+2) R 13292 13294 13294 0 -1 4202496 952 0 0 0 8507 40 0 0 25 0 1 0 886422462 1044180992 690 33554432000 134512640 135663704 4290844080 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/13294/statm: 254927 690 113 282 0 254643 0
[pid=13283/tid=13293] ppid=13281 vsize=290520 CPUtime=0 cores=1,3
/proc/13283/task/13293/stat : 13293 (python) S 13281 13283 12804 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 2 0 886422462 297492480 7495 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027072 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 88.92
Current children cumulated vsize (KiB) 1590992

[startup+162.301 s]
/proc/loadavg: 4.61 4.50 3.39 5/208 13679
/proc/meminfo: memFree=31425428/32951132 swapFree=67052544/67111528
[pid=13283] ppid=13281 vsize=300776 CPUtime=1.96 cores=1,3
/proc/13283/stat : 13283 (python) S 13281 13283 12804 0 -1 4202496 13690 934 1 0 180 16 0 0 20 0 3 0 886421375 307994624 7502 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 829
/proc/13283/statm: 75194 7502 1872 364 0 11109 0
[pid=13292] ppid=13283 vsize=291004 CPUtime=3 cores=1,3
/proc/13292/stat : 13292 (python) S 13283 13283 12804 0 -1 4202560 1149 0 0 0 174 126 0 0 19 0 2 0 886422462 297988096 6052 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13292/statm: 72751 6052 424 364 0 8669 0
[pid=13294] ppid=13292 vsize=1019708 CPUtime=100.97 cores=1,3
/proc/13294/stat : 13294 (gnovelty+2) T 13292 13294 13294 0 -1 4202496 952 0 0 0 10057 40 0 0 25 0 1 0 886422462 1044180992 690 33554432000 134512640 135663704 4290844080 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13294/statm: 254927 690 113 282 0 254643 0
[pid=13292/tid=13672] ppid=13283 vsize=291004 CPUtime=0 cores=1,3
/proc/13292/task/13672/stat : 13672 (python) S 13283 13283 12804 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886433160 297988096 6052 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 514 18446604471147381824 0 0 -1 1 0 0 0
[pid=13673] ppid=13283 vsize=291092 CPUtime=0.04 cores=1,3
/proc/13673/stat : 13673 (python) S 13283 13283 12804 0 -1 4202560 898 0 0 0 3 1 0 0 18 0 1 0 886433161 298078208 5999 33554432000 4194304 5683644 140735469433536 18446744073709551615 242970570310 0 0 16781312 514 15667372192738279688 0 0 17 1 0 0 0
/proc/13673/statm: 72773 5999 372 364 0 8688 0
[pid=13675] ppid=13673 vsize=1019708 CPUtime=44.39 cores=1,3
/proc/13675/stat : 13675 (gnovelty+2) R 13673 13675 13675 0 -1 4202496 953 0 0 0 4438 1 0 0 25 0 1 0 886433161 1044180992 689 33554432000 134512640 135663704 4293421824 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13675/statm: 254927 689 113 282 0 254643 0
[pid=13283/tid=13293] ppid=13281 vsize=300776 CPUtime=0 cores=1,3
/proc/13283/task/13293/stat : 13293 (python) S 13281 13283 12804 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 3 0 886422462 307994624 7502 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027072 0 0 -1 3 0 0 0
[pid=13283/tid=13674] ppid=13281 vsize=300776 CPUtime=0 cores=1,3
/proc/13283/task/13674/stat : 13674 (python) S 13281 13283 12804 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 886433161 307994624 7502 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027072 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 150.36
Current children cumulated vsize (KiB) 2922288

[startup+222.307 s]
/proc/loadavg: 4.22 4.40 3.42 5/220 13693
/proc/meminfo: memFree=31405344/32951132 swapFree=67052544/67111528
[pid=13283] ppid=13281 vsize=311032 CPUtime=1.97 cores=1,3
/proc/13283/stat : 13283 (python) S 13281 13283 12804 0 -1 4202496 14474 934 1 0 181 16 0 0 20 0 4 0 886421375 318496768 7527 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 829
/proc/13283/statm: 77758 7527 1874 364 0 13670 0
[pid=13292] ppid=13283 vsize=291004 CPUtime=3 cores=1,3
/proc/13292/stat : 13292 (python) S 13283 13283 12804 0 -1 4202560 1149 0 0 0 174 126 0 0 19 0 2 0 886422462 297988096 6052 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13292/statm: 72751 6052 424 364 0 8669 0

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

[pid=13691] ppid=13283 vsize=301428 CPUtime=0.12 cores=1,3
/proc/13691/stat : 13691 (python) S 13283 13283 12804 0 -1 4202560 1072 0 0 0 7 5 0 0 19 0 2 0 886443177 308662272 6051 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/13691/statm: 75357 6051 400 364 0 11269 0
[pid=13693] ppid=13691 vsize=420220 CPUtime=100.11 cores=1,3
/proc/13693/stat : 13693 (adaptg2wsat2009) T 13691 13693 13693 0 -1 4202496 1665 0 0 0 10011 0 0 0 25 0 1 0 886443177 430305280 1399 33554432000 134512640 135107411 4287875552 18446744073709551615 134532326 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/13693/statm: 105055 1399 59 146 0 103931 0
[pid=13691/tid=13710] ppid=13283 vsize=301428 CPUtime=0 cores=1,3
/proc/13691/task/13710/stat : 13710 (python) S 13283 13283 12804 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886453189 308662272 6051 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 514 18446604465592146816 0 0 -1 3 0 0 0
[pid=13711] ppid=13283 vsize=311616 CPUtime=0.13 cores=1,3
/proc/13711/stat : 13711 (python) S 13283 13283 12804 0 -1 4202560 1076 0 0 0 7 6 0 0 19 0 2 0 886453190 319094784 6075 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13711/statm: 77904 6075 400 364 0 13813 0
[pid=13713] ppid=13711 vsize=420220 CPUtime=99.97 cores=1,3
/proc/13713/stat : 13713 (adaptg2wsat2009) T 13711 13713 13713 0 -1 4202496 1672 0 0 0 9997 0 0 0 25 0 1 0 886453190 430305280 1401 33554432000 134512640 135107411 4292772240 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/13713/statm: 105055 1401 59 146 0 103931 0
[pid=13711/tid=13720] ppid=13283 vsize=311616 CPUtime=0 cores=1,3
/proc/13711/task/13720/stat : 13720 (python) S 13283 13283 12804 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886463202 319094784 6075 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 514 18446604463174498496 0 0 -1 1 0 0 0
[pid=13721] ppid=13283 vsize=322480 CPUtime=0.13 cores=1,3
/proc/13721/stat : 13721 (python) S 13283 13283 12804 0 -1 4202560 1073 0 0 0 8 5 0 0 19 0 2 0 886463203 330219520 6079 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13721/statm: 80620 6079 400 364 0 16526 0
[pid=13723] ppid=13721 vsize=420220 CPUtime=99.98 cores=1,3
/proc/13723/stat : 13723 (adaptg2wsat2009) T 13721 13723 13723 0 -1 4202496 1660 0 0 0 9998 0 0 0 25 0 1 0 886463204 430305280 1399 33554432000 134512640 135107411 4294081376 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13723/statm: 105055 1399 59 146 0 103931 0
[pid=13721/tid=13730] ppid=13283 vsize=322480 CPUtime=0 cores=1,3
/proc/13721/task/13730/stat : 13730 (python) S 13283 13283 12804 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 886473216 330219520 6079 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 514 18446604471161841536 0 0 -1 3 0 0 0
[pid=13731] ppid=13283 vsize=332536 CPUtime=0.14 cores=1,3
/proc/13731/stat : 13731 (python) S 13283 13283 12804 0 -1 4202560 1070 0 0 0 7 7 0 0 19 0 2 0 886473217 340516864 6218 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13731/statm: 83134 6218 400 364 0 19037 0
[pid=13733] ppid=13731 vsize=1019708 CPUtime=100.03 cores=1,3
/proc/13733/stat : 13733 (gnovelty+2) T 13731 13733 13733 0 -1 4202496 949 0 0 0 10003 0 0 0 25 0 1 0 886473218 1044180992 690 33554432000 134512640 135663704 4288137360 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13733/statm: 254927 690 113 282 0 254643 0
[pid=13731/tid=13742] ppid=13283 vsize=332536 CPUtime=0 cores=1,3
/proc/13731/task/13742/stat : 13742 (python) S 13283 13283 12804 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886483235 340516864 6218 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 514 18446604471161840640 0 0 -1 3 0 0 0
[pid=13743] ppid=13283 vsize=342508 CPUtime=0.15 cores=1,3
/proc/13743/stat : 13743 (python) S 13283 13283 12804 0 -1 4202560 1080 0 0 0 8 7 0 0 19 0 2 0 886483236 350728192 6221 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13743/statm: 85627 6221 399 364 0 21527 0
[pid=13745] ppid=13743 vsize=249876 CPUtime=100 cores=1,3
/proc/13745/stat : 13745 (FH) T 13743 13745 13745 0 -1 4202496 1524 0 0 0 10000 0 0 0 25 0 1 0 886483236 255873024 1263 33554432000 134512640 134936988 4290956320 18446744073709551615 134544982 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13745/statm: 62469 1263 41 104 0 61973 0
[pid=13743/tid=13752] ppid=13283 vsize=342508 CPUtime=0 cores=1,3
/proc/13743/task/13752/stat : 13752 (python) S 13283 13283 12804 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886493250 350728192 6221 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 514 18446604471113781440 0 0 -1 3 0 0 0
[pid=13753] ppid=13283 vsize=353016 CPUtime=0 cores=1,3
/proc/13753/stat : 13753 (python) S 13283 13283 12804 0 -1 4202560 835 0 0 0 0 0 0 0 19 0 1 0 886493251 361488384 6176 33554432000 4194304 5683644 140735469433536 18446744073709551615 242970570310 0 0 16781312 514 4431321585546166271 0 0 17 1 0 0 0
/proc/13753/statm: 88254 6176 351 364 0 24151 0
[pid=13755] ppid=13753 vsize=419820 CPUtime=0.65 cores=1,3
/proc/13755/stat : 13755 (adaptg2wsat2009) R 13753 13755 13755 0 -1 4202496 1441 0 0 0 65 0 0 0 22 0 1 0 886493251 429895680 1174 33554432000 134512640 135107411 4291735744 18446744073709551615 134523312 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13755/statm: 104955 1174 49 146 0 103831 0
[pid=13283/tid=13293] ppid=13281 vsize=363008 CPUtime=0 cores=1,3
/proc/13283/task/13293/stat : 13293 (python) S 13281 13283 12804 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 9 0 886422462 371720192 7712 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027072 0 0 -1 3 0 0 0
[pid=13283/tid=13674] ppid=13281 vsize=363008 CPUtime=0 cores=1,3
/proc/13283/task/13674/stat : 13674 (python) S 13281 13283 12804 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 886433161 371720192 7712 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027072 0 0 -1 3 0 0 0
[pid=13283/tid=13692] ppid=13281 vsize=363008 CPUtime=0 cores=1,3
/proc/13283/task/13692/stat : 13692 (python) S 13281 13283 12804 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 886443177 371720192 7712 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027072 0 0 -1 1 0 0 0
[pid=13283/tid=13712] ppid=13281 vsize=363008 CPUtime=0 cores=1,3
/proc/13283/task/13712/stat : 13712 (python) S 13281 13283 12804 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 886453190 371720192 7712 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027072 0 0 -1 1 0 0 0
[pid=13283/tid=13722] ppid=13281 vsize=363008 CPUtime=0 cores=1,3
/proc/13283/task/13722/stat : 13722 (python) S 13281 13283 12804 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 886463203 371720192 7712 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027072 0 0 -1 1 0 0 0
[pid=13283/tid=13732] ppid=13281 vsize=363008 CPUtime=0 cores=1,3
/proc/13283/task/13732/stat : 13732 (python) S 13281 13283 12804 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 886473217 371720192 7712 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027072 0 0 -1 1 0 0 0
[pid=13283/tid=13744] ppid=13281 vsize=363008 CPUtime=0 cores=1,3
/proc/13283/task/13744/stat : 13744 (python) S 13281 13283 12804 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 886483236 371720192 7712 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027072 0 0 -1 1 0 0 0
[pid=13283/tid=13754] ppid=13281 vsize=363008 CPUtime=0 cores=1,3
/proc/13283/task/13754/stat : 13754 (python) S 13281 13283 12804 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 886493251 371720192 7712 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 707.56
Current children cumulated vsize (KiB) 7898168

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

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

[startup+719.402 s]
/proc/loadavg: 4.03 4.13 3.67 5/268 13755
/proc/meminfo: memFree=31185868/32951132 swapFree=67052544/67111528
[pid=13283] ppid=13281 vsize=363008 CPUtime=2.02 cores=1,3
/proc/13283/stat : 13283 (python) S 13281 13283 12804 0 -1 4202496 18716 934 1 0 185 17 0 0 19 0 9 0 886421375 371720192 7712 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 829
/proc/13283/statm: 90752 7712 1884 364 0 26649 0
[pid=13292] ppid=13283 vsize=291004 CPUtime=3 cores=1,3
/proc/13292/stat : 13292 (python) S 13283 13283 12804 0 -1 4202560 1149 0 0 0 174 126 0 0 19 0 2 0 886422462 297988096 6052 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13292/statm: 72751 6052 424 364 0 8669 0
[pid=13294] ppid=13292 vsize=1019708 CPUtime=100.97 cores=1,3
/proc/13294/stat : 13294 (gnovelty+2) T 13292 13294 13294 0 -1 4202496 952 0 0 0 10057 40 0 0 25 0 1 0 886422462 1044180992 690 33554432000 134512640 135663704 4290844080 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13294/statm: 254927 690 113 282 0 254643 0
[pid=13292/tid=13672] ppid=13283 vsize=291004 CPUtime=0 cores=1,3
/proc/13292/task/13672/stat : 13672 (python) S 13283 13283 12804 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886433160 297988096 6052 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 514 18446604471147381824 0 0 -1 1 0 0 0
[pid=13673] ppid=13283 vsize=291092 CPUtime=0.12 cores=1,3
/proc/13673/stat : 13673 (python) S 13283 13283 12804 0 -1 4202560 1074 0 0 0 7 5 0 0 19 0 2 0 886433161 298078208 6028 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13673/statm: 72773 6028 400 364 0 8688 0
[pid=13675] ppid=13673 vsize=1019708 CPUtime=100.04 cores=1,3
/proc/13675/stat : 13675 (gnovelty+2) T 13673 13675 13675 0 -1 4202496 953 0 0 0 10003 1 0 0 25 0 1 0 886433161 1044180992 689 33554432000 134512640 135663704 4293421824 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13675/statm: 254927 689 113 282 0 254643 0
[pid=13673/tid=13690] ppid=13283 vsize=291092 CPUtime=0 cores=1,3
/proc/13673/task/13690/stat : 13690 (python) S 13283 13283 12804 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886443176 298078208 6028 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 514 18446604467085317952 0 0 -1 1 0 0 0
[pid=13691] ppid=13283 vsize=301428 CPUtime=0.12 cores=1,3
/proc/13691/stat : 13691 (python) S 13283 13283 12804 0 -1 4202560 1072 0 0 0 7 5 0 0 19 0 2 0 886443177 308662272 6051 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/13691/statm: 75357 6051 400 364 0 11269 0
[pid=13693] ppid=13691 vsize=420220 CPUtime=100.11 cores=1,3
/proc/13693/stat : 13693 (adaptg2wsat2009) T 13691 13693 13693 0 -1 4202496 1665 0 0 0 10011 0 0 0 25 0 1 0 886443177 430305280 1399 33554432000 134512640 135107411 4287875552 18446744073709551615 134532326 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/13693/statm: 105055 1399 59 146 0 103931 0
[pid=13691/tid=13710] ppid=13283 vsize=301428 CPUtime=0 cores=1,3
/proc/13691/task/13710/stat : 13710 (python) S 13283 13283 12804 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886453189 308662272 6051 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 514 18446604465592146816 0 0 -1 3 0 0 0
[pid=13711] ppid=13283 vsize=311616 CPUtime=0.13 cores=1,3
/proc/13711/stat : 13711 (python) S 13283 13283 12804 0 -1 4202560 1076 0 0 0 7 6 0 0 19 0 2 0 886453190 319094784 6075 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13711/statm: 77904 6075 400 364 0 13813 0
[pid=13713] ppid=13711 vsize=420220 CPUtime=99.97 cores=1,3
/proc/13713/stat : 13713 (adaptg2wsat2009) T 13711 13713 13713 0 -1 4202496 1672 0 0 0 9997 0 0 0 25 0 1 0 886453190 430305280 1401 33554432000 134512640 135107411 4292772240 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/13713/statm: 105055 1401 59 146 0 103931 0
[pid=13711/tid=13720] ppid=13283 vsize=311616 CPUtime=0 cores=1,3
/proc/13711/task/13720/stat : 13720 (python) S 13283 13283 12804 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886463202 319094784 6075 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 514 18446604463174498496 0 0 -1 1 0 0 0
[pid=13721] ppid=13283 vsize=322480 CPUtime=0.13 cores=1,3
/proc/13721/stat : 13721 (python) S 13283 13283 12804 0 -1 4202560 1073 0 0 0 8 5 0 0 19 0 2 0 886463203 330219520 6079 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13721/statm: 80620 6079 400 364 0 16526 0
[pid=13723] ppid=13721 vsize=420220 CPUtime=99.98 cores=1,3
/proc/13723/stat : 13723 (adaptg2wsat2009) T 13721 13723 13723 0 -1 4202496 1660 0 0 0 9998 0 0 0 25 0 1 0 886463204 430305280 1399 33554432000 134512640 135107411 4294081376 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13723/statm: 105055 1399 59 146 0 103931 0
[pid=13721/tid=13730] ppid=13283 vsize=322480 CPUtime=0 cores=1,3
/proc/13721/task/13730/stat : 13730 (python) S 13283 13283 12804 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 886473216 330219520 6079 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 514 18446604471161841536 0 0 -1 3 0 0 0
[pid=13731] ppid=13283 vsize=332536 CPUtime=0.14 cores=1,3
/proc/13731/stat : 13731 (python) S 13283 13283 12804 0 -1 4202560 1070 0 0 0 7 7 0 0 19 0 2 0 886473217 340516864 6218 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13731/statm: 83134 6218 400 364 0 19037 0
[pid=13733] ppid=13731 vsize=1019708 CPUtime=100.03 cores=1,3
/proc/13733/stat : 13733 (gnovelty+2) T 13731 13733 13733 0 -1 4202496 949 0 0 0 10003 0 0 0 25 0 1 0 886473218 1044180992 690 33554432000 134512640 135663704 4288137360 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13733/statm: 254927 690 113 282 0 254643 0
[pid=13731/tid=13742] ppid=13283 vsize=332536 CPUtime=0 cores=1,3
/proc/13731/task/13742/stat : 13742 (python) S 13283 13283 12804 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886483235 340516864 6218 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 514 18446604471161840640 0 0 -1 3 0 0 0
[pid=13743] ppid=13283 vsize=342508 CPUtime=0.15 cores=1,3
/proc/13743/stat : 13743 (python) S 13283 13283 12804 0 -1 4202560 1080 0 0 0 8 7 0 0 19 0 2 0 886483236 350728192 6221 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13743/statm: 85627 6221 399 364 0 21527 0
[pid=13745] ppid=13743 vsize=249876 CPUtime=100 cores=1,3
/proc/13745/stat : 13745 (FH) T 13743 13745 13745 0 -1 4202496 1524 0 0 0 10000 0 0 0 25 0 1 0 886483236 255873024 1263 33554432000 134512640 134936988 4290956320 18446744073709551615 134544982 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13745/statm: 62469 1263 41 104 0 61973 0
[pid=13743/tid=13752] ppid=13283 vsize=342508 CPUtime=0 cores=1,3
/proc/13743/task/13752/stat : 13752 (python) S 13283 13283 12804 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886493250 350728192 6221 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 514 18446604471113781440 0 0 -1 3 0 0 0
[pid=13753] ppid=13283 vsize=353016 CPUtime=0 cores=1,3
/proc/13753/stat : 13753 (python) S 13283 13283 12804 0 -1 4202560 835 0 0 0 0 0 0 0 19 0 1 0 886493251 361488384 6176 33554432000 4194304 5683644 140735469433536 18446744073709551615 242970570310 0 0 16781312 514 4431321585546166271 0 0 17 1 0 0 0
/proc/13753/statm: 88254 6176 351 364 0 24151 0
[pid=13755] ppid=13753 vsize=419820 CPUtime=0.65 cores=1,3
/proc/13755/stat : 13755 (adaptg2wsat2009) R 13753 13755 13755 0 -1 4202496 1441 0 0 0 65 0 0 0 22 0 1 0 886493251 429895680 1174 33554432000 134512640 135107411 4291735744 18446744073709551615 134523312 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13755/statm: 104955 1174 49 146 0 103831 0
[pid=13283/tid=13293] ppid=13281 vsize=363008 CPUtime=0 cores=1,3
/proc/13283/task/13293/stat : 13293 (python) S 13281 13283 12804 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 9 0 886422462 371720192 7712 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027072 0 0 -1 3 0 0 0
[pid=13283/tid=13674] ppid=13281 vsize=363008 CPUtime=0 cores=1,3
/proc/13283/task/13674/stat : 13674 (python) S 13281 13283 12804 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 886433161 371720192 7712 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027072 0 0 -1 3 0 0 0
[pid=13283/tid=13692] ppid=13281 vsize=363008 CPUtime=0 cores=1,3
/proc/13283/task/13692/stat : 13692 (python) S 13281 13283 12804 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 886443177 371720192 7712 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027072 0 0 -1 1 0 0 0
[pid=13283/tid=13712] ppid=13281 vsize=363008 CPUtime=0 cores=1,3
/proc/13283/task/13712/stat : 13712 (python) S 13281 13283 12804 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 886453190 371720192 7712 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027072 0 0 -1 1 0 0 0
[pid=13283/tid=13722] ppid=13281 vsize=363008 CPUtime=0 cores=1,3
/proc/13283/task/13722/stat : 13722 (python) S 13281 13283 12804 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 886463203 371720192 7712 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027072 0 0 -1 1 0 0 0
[pid=13283/tid=13732] ppid=13281 vsize=363008 CPUtime=0 cores=1,3
/proc/13283/task/13732/stat : 13732 (python) S 13281 13283 12804 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 886473217 371720192 7712 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027072 0 0 -1 1 0 0 0
[pid=13283/tid=13744] ppid=13281 vsize=363008 CPUtime=0 cores=1,3
/proc/13283/task/13744/stat : 13744 (python) S 13281 13283 12804 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 886483236 371720192 7712 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027072 0 0 -1 1 0 0 0
[pid=13283/tid=13754] ppid=13281 vsize=363008 CPUtime=0 cores=1,3
/proc/13283/task/13754/stat : 13754 (python) S 13281 13283 12804 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 886493251 371720192 7712 33554432000 4194304 5683644 140735469433536 18446744073709551615 242982373809 0 0 16781312 2 18446604470995027072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 707.56
Current children cumulated vsize (KiB) 7898168

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 719.463
CPU time (s): 707.56
CPU user time (s): 705.37
CPU system time (s): 2.19
CPU usage (%): 98.3455
Max. virtual memory (cumulated for all children) (KiB): 7898168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.86272
system time used= 0.176973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20252
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= 995
involuntary context switches= 59

runsolver used 1.38579 second user time and 3.20751 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-11 01:23:45
IDJOB=3484186
IDBENCH=82697
IDSOLVER=1975
FILE ID=node128/3484186-1307748225
RUNJOBID= node128-1307747008-12824
PBS_JOBID= 13550829
Free space on /tmp= 73988 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S415002759-031-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484186-1307748225/watcher-3484186-1307748225 -o /tmp/evaluation-result-3484186-1307748225/solver-3484186-1307748225 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484186-1307748225.cnf -seed 1592216059 -budget 1200

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

MD5SUM BENCH= 6d4469ea6d617a494594ad07b4996367
RANDOM SEED=1592216059

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31079784 kB
Buffers:        240500 kB
Cached:         982812 kB
SwapCached:      11336 kB
Active:         775996 kB
Inactive:       878812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31079784 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:          100480 kB
Writeback:           0 kB
AnonPages:      429924 kB
Mapped:          16860 kB
Slab:           142936 kB
PageTables:      12852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  3241640 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74000 MiB
End job on node128 at 2011-06-11 01:35:49