Trace number 3377284

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) 704.25 703.979

General information on the benchmark

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

Solver Data

0.35/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.68	c INFO: solving HOME/instance-3377284-1305452079.cnf
0.35/0.68	c INFO: computing task features
0.43/0.78	c INFO: computed variable-clause graph statistics
0.43/0.78	c INFO: computed clause balance statistics
1.03/1.38	c INFO: computed variable balance statistics
1.33/1.62	c INFO: computed small-clause counts
1.33/1.62	c INFO: computed Horn-clause counts
1.33/1.64	c INFO: computed variable graph statistics
1.33/1.64	c INFO: collected features for HOME/instance-3377284-1305452079.cnf in 0.97 s
1.33/1.65	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.35)
101.64/101.96	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.12)
201.96/202.28	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
302.30/302.57	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.06)
401.88/401.89	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.05)
502.29/502.20	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.04)
602.87/602.55	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.03)
703.16/702.85	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 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-3377284-1305452079/watcher-3377284-1305452079 -o /tmp/evaluation-result-3377284-1305452079/solver-3377284-1305452079 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377284-1305452079.cnf -seed 1908932061 -budget 2400 

running on 2 cores: 5,7

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.11 4.09 4.00 5/387 23607
/proc/meminfo: memFree=20780880/32951124 swapFree=65581052/67111528
[pid=23607] ppid=23605 vsize=15380 CPUtime=0 cores=5,7
/proc/23607/stat : 23607 (python) R 23605 23607 22815 0 -1 4202496 794 0 0 0 0 0 0 0 25 0 1 0 656805596 15749120 681 33554432000 4194304 5683644 140733251148496 18446744073709551615 218905729024 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23607/statm: 3845 681 322 364 0 332 0

[startup+0.066611 s]
/proc/loadavg: 4.11 4.09 4.00 5/387 23607
/proc/meminfo: memFree=20780880/32951124 swapFree=65581052/67111528
[pid=23607] ppid=23605 vsize=29788 CPUtime=0.03 cores=5,7
/proc/23607/stat : 23607 (python) S 23605 23607 22815 0 -1 4202496 1460 0 0 0 3 0 0 0 17 0 1 0 656805596 30502912 1300 33554432000 4194304 5683644 140733251148496 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/23607/statm: 7447 1300 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.100645 s]
/proc/loadavg: 4.11 4.09 4.00 5/387 23607
/proc/meminfo: memFree=20780880/32951124 swapFree=65581052/67111528
[pid=23607] ppid=23605 vsize=85620 CPUtime=0.06 cores=5,7
/proc/23607/stat : 23607 (python) R 23605 23607 22815 0 -1 4202496 2620 0 0 0 5 1 0 0 17 0 1 0 656805596 87674880 2340 33554432000 4194304 5683644 140733251148496 18446744073709551615 218905392161 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23607/statm: 21405 2344 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300622 s]
/proc/loadavg: 4.11 4.09 4.00 5/387 23607
/proc/meminfo: memFree=20780880/32951124 swapFree=65581052/67111528
[pid=23607] ppid=23605 vsize=135748 CPUtime=0.18 cores=5,7
/proc/23607/stat : 23607 (python) S 23605 23607 22815 0 -1 4202496 5972 936 1 0 14 4 0 0 17 0 1 0 656805596 139005952 4149 33554432000 4194304 5683644 140733251148496 18446744073709551615 218905726981 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/23607/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700495 s]
/proc/loadavg: 4.11 4.09 4.00 5/387 23607
/proc/meminfo: memFree=20780880/32951124 swapFree=65581052/67111528
[pid=23607] ppid=23605 vsize=279932 CPUtime=0.43 cores=5,7
/proc/23607/stat : 23607 (python) R 23605 23607 22815 0 -1 4202496 9638 936 1 0 32 11 0 0 15 0 1 0 656805596 286650368 7312 33554432000 4194304 5683644 140733251148496 18446744073709551615 47932947440890 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23607/statm: 69983 7312 1761 364 0 5907 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 279932

[startup+1.50035 s]
/proc/loadavg: 4.11 4.09 4.00 5/388 23613
/proc/meminfo: memFree=20753716/32951124 swapFree=65581052/67111528
[pid=23607] ppid=23605 vsize=282556 CPUtime=1.23 cores=5,7
/proc/23607/stat : 23607 (python) R 23605 23607 22815 0 -1 4202496 11216 936 1 0 112 11 0 0 16 0 1 0 656805596 289337344 8053 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554568 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23607/statm: 70639 8053 1827 364 0 6563 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 282556

[startup+3.10106 s]
/proc/loadavg: 4.11 4.09 4.00 5/391 23617
/proc/meminfo: memFree=20753328/32951124 swapFree=65581052/67111528
[pid=23607] ppid=23605 vsize=289436 CPUtime=1.39 cores=5,7
/proc/23607/stat : 23607 (python) S 23605 23607 22815 0 -1 4202496 11575 936 1 0 128 11 0 0 19 0 2 0 656805596 296382464 7224 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23607/statm: 72359 7224 1869 364 0 8277 0
[pid=23615] ppid=23607 vsize=279192 CPUtime=0 cores=5,7
/proc/23615/stat : 23615 (python) S 23607 23607 22815 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 656805762 285892608 5705 33554432000 4194304 5683644 140733251148496 18446744073709551615 218905751055 0 0 16781312 514 11538005370949566728 0 0 17 5 0 0 0
/proc/23615/statm: 69798 5705 354 364 0 5716 0
[pid=23617] ppid=23615 vsize=1018616 CPUtime=1.43 cores=5,7
/proc/23617/stat : 23617 (gnovelty+2) R 23615 23617 23617 0 -1 4202496 766 0 0 0 143 0 0 0 23 0 1 0 656805762 1043062784 500 33554432000 134512640 135663704 4294519296 18446744073709551615 134545635 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23617/statm: 254654 500 113 282 0 254370 0
[pid=23607/tid=23616] ppid=23605 vsize=289436 CPUtime=0 cores=5,7
/proc/23607/task/23616/stat : 23616 (python) S 23605 23607 22815 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 2 0 656805762 296382464 7224 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 1587244

[startup+6.30045 s]
/proc/loadavg: 4.10 4.09 4.00 5/391 23617
/proc/meminfo: memFree=20753088/32951124 swapFree=65581052/67111528
[pid=23607] ppid=23605 vsize=289436 CPUtime=1.39 cores=5,7
/proc/23607/stat : 23607 (python) S 23605 23607 22815 0 -1 4202496 11575 936 1 0 128 11 0 0 19 0 2 0 656805596 296382464 7224 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23607/statm: 72359 7224 1869 364 0 8277 0
[pid=23615] ppid=23607 vsize=279192 CPUtime=0.01 cores=5,7
/proc/23615/stat : 23615 (python) S 23607 23607 22815 0 -1 4202560 965 0 0 0 1 0 0 0 18 0 1 0 656805762 285892608 5733 33554432000 4194304 5683644 140733251148496 18446744073709551615 218905751055 0 0 16781312 514 11538005370949566728 0 0 17 5 0 0 0
/proc/23615/statm: 69798 5733 382 364 0 5716 0
[pid=23617] ppid=23615 vsize=1018616 CPUtime=4.62 cores=5,7
/proc/23617/stat : 23617 (gnovelty+2) R 23615 23617 23617 0 -1 4202496 766 0 0 0 462 0 0 0 25 0 1 0 656805762 1043062784 500 33554432000 134512640 135663704 4294519296 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/23617/statm: 254654 500 113 282 0 254370 0
[pid=23607/tid=23616] ppid=23605 vsize=289436 CPUtime=0 cores=5,7
/proc/23607/task/23616/stat : 23616 (python) S 23605 23607 22815 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 2 0 656805762 296382464 7224 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 1587244

[startup+12.7003 s]
/proc/loadavg: 4.09 4.09 4.00 5/384 23651
/proc/meminfo: memFree=20806728/32951124 swapFree=65581052/67111528
[pid=23607] ppid=23605 vsize=289436 CPUtime=1.39 cores=5,7
/proc/23607/stat : 23607 (python) S 23605 23607 22815 0 -1 4202496 11575 936 1 0 128 11 0 0 19 0 2 0 656805596 296382464 7224 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23607/statm: 72359 7224 1869 364 0 8277 0
[pid=23615] ppid=23607 vsize=279192 CPUtime=0.03 cores=5,7
/proc/23615/stat : 23615 (python) S 23607 23607 22815 0 -1 4202560 966 0 0 0 2 1 0 0 18 0 1 0 656805762 285892608 5733 33554432000 4194304 5683644 140733251148496 18446744073709551615 218905751055 0 0 16781312 514 4797916899893543176 0 0 17 5 0 0 0
/proc/23615/statm: 69798 5733 382 364 0 5716 0
[pid=23617] ppid=23615 vsize=1018616 CPUtime=11 cores=5,7
/proc/23617/stat : 23617 (gnovelty+2) R 23615 23617 23617 0 -1 4202496 766 0 0 0 1100 0 0 0 25 0 1 0 656805762 1043062784 500 33554432000 134512640 135663704 4294519296 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23617/statm: 254654 500 113 282 0 254370 0
[pid=23607/tid=23616] ppid=23605 vsize=289436 CPUtime=0 cores=5,7
/proc/23607/task/23616/stat : 23616 (python) S 23605 23607 22815 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 2 0 656805762 296382464 7224 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 1587244

[startup+25.501 s]
/proc/loadavg: 4.07 4.08 4.00 5/387 23654
/proc/meminfo: memFree=20751424/32951124 swapFree=65581052/67111528
[pid=23607] ppid=23605 vsize=289436 CPUtime=1.39 cores=5,7
/proc/23607/stat : 23607 (python) S 23605 23607 22815 0 -1 4202496 11575 936 1 0 128 11 0 0 19 0 2 0 656805596 296382464 7224 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23607/statm: 72359 7224 1869 364 0 8277 0
[pid=23615] ppid=23607 vsize=279192 CPUtime=0.06 cores=5,7
/proc/23615/stat : 23615 (python) S 23607 23607 22815 0 -1 4202560 972 0 0 0 4 2 0 0 18 0 1 0 656805762 285892608 5733 33554432000 4194304 5683644 140733251148496 18446744073709551615 218905751055 0 0 16781312 514 4797916899893543176 0 0 17 5 0 0 0
/proc/23615/statm: 69798 5733 382 364 0 5716 0
[pid=23617] ppid=23615 vsize=1018616 CPUtime=23.77 cores=5,7
/proc/23617/stat : 23617 (gnovelty+2) R 23615 23617 23617 0 -1 4202496 766 0 0 0 2377 0 0 0 25 0 1 0 656805762 1043062784 500 33554432000 134512640 135663704 4294519296 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23617/statm: 254654 500 113 282 0 254370 0
[pid=23607/tid=23616] ppid=23605 vsize=289436 CPUtime=0 cores=5,7
/proc/23607/task/23616/stat : 23616 (python) S 23605 23607 22815 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 2 0 656805762 296382464 7224 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 1587244

[startup+51.1004 s]
/proc/loadavg: 4.13 4.09 4.01 5/387 23655
/proc/meminfo: memFree=20750424/32951124 swapFree=65581052/67111528
[pid=23607] ppid=23605 vsize=289436 CPUtime=1.39 cores=5,7
/proc/23607/stat : 23607 (python) S 23605 23607 22815 0 -1 4202496 11575 936 1 0 128 11 0 0 19 0 2 0 656805596 296382464 7224 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23607/statm: 72359 7224 1869 364 0 8277 0
[pid=23615] ppid=23607 vsize=279192 CPUtime=0.13 cores=5,7
/proc/23615/stat : 23615 (python) S 23607 23607 22815 0 -1 4202560 984 0 0 0 7 6 0 0 18 0 1 0 656805762 285892608 5733 33554432000 4194304 5683644 140733251148496 18446744073709551615 218905751055 0 0 16781312 514 4797916899893543176 0 0 17 5 0 0 0
/proc/23615/statm: 69798 5733 382 364 0 5716 0
[pid=23617] ppid=23615 vsize=1018616 CPUtime=49.32 cores=5,7
/proc/23617/stat : 23617 (gnovelty+2) R 23615 23617 23617 0 -1 4202496 766 0 0 0 4932 0 0 0 25 0 1 0 656805762 1043062784 500 33554432000 134512640 135663704 4294519296 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23617/statm: 254654 500 113 282 0 254370 0
[pid=23607/tid=23616] ppid=23605 vsize=289436 CPUtime=0 cores=5,7
/proc/23607/task/23616/stat : 23616 (python) S 23605 23607 22815 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 2 0 656805762 296382464 7224 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 1587244

[startup+102.315 s]
/proc/loadavg: 4.05 4.08 4.00 5/399 23669
/proc/meminfo: memFree=20695356/32951124 swapFree=65581052/67111528
[pid=23607] ppid=23605 vsize=299864 CPUtime=1.4 cores=5,7
/proc/23607/stat : 23607 (python) S 23605 23607 22815 0 -1 4202496 12450 936 1 0 129 11 0 0 20 0 3 0 656805596 307060736 7290 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23607/statm: 74966 7290 1872 364 0 10881 0
[pid=23615] ppid=23607 vsize=289436 CPUtime=0.27 cores=5,7
/proc/23615/stat : 23615 (python) S 23607 23607 22815 0 -1 4202560 1148 0 0 0 14 13 0 0 19 0 2 0 656805762 296382464 5771 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23615/statm: 72359 5771 415 364 0 8277 0
[pid=23617] ppid=23615 vsize=1018616 CPUtime=100.04 cores=5,7
/proc/23617/stat : 23617 (gnovelty+2) T 23615 23617 23617 0 -1 4202496 766 0 0 0 10004 0 0 0 25 0 1 0 656805762 1043062784 500 33554432000 134512640 135663704 4294519296 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23617/statm: 254654 500 113 282 0 254370 0
[pid=23615/tid=23666] ppid=23607 vsize=289436 CPUtime=0 cores=5,7
/proc/23615/task/23666/stat : 23666 (python) S 23607 23607 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656815791 296382464 5771 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 514 18446604464189029056 0 0 -1 7 0 0 0
[pid=23667] ppid=23607 vsize=289620 CPUtime=0 cores=5,7
/proc/23667/stat : 23667 (python) S 23607 23607 22815 0 -1 4202560 742 0 0 0 0 0 0 0 19 0 1 0 656815793 296570880 5762 33554432000 4194304 5683644 140733251148496 18446744073709551615 218905751110 0 0 16781312 514 10958607548210479103 0 0 17 5 0 0 0
/proc/23667/statm: 72405 5762 348 364 0 8320 0
[pid=23669] ppid=23667 vsize=1018616 CPUtime=0.34 cores=5,7
/proc/23669/stat : 23669 (gnovelty+2) R 23667 23669 23669 0 -1 4202496 763 0 0 0 34 0 0 0 21 0 1 0 656815793 1043062784 500 33554432000 134512640 135663704 4294565376 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23669/statm: 254654 500 113 282 0 254370 0
[pid=23607/tid=23616] ppid=23605 vsize=299864 CPUtime=0 cores=5,7
/proc/23607/task/23616/stat : 23616 (python) S 23605 23607 22815 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 3 0 656805762 307060736 7290 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
[pid=23607/tid=23668] ppid=23605 vsize=299864 CPUtime=0 cores=5,7
/proc/23607/task/23668/stat : 23668 (python) S 23605 23607 22815 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 3 0 656815793 307060736 7290 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 2916152

[startup+162.301 s]
/proc/loadavg: 4.02 4.06 4.00 5/403 23676
/proc/meminfo: memFree=20660216/32951124 swapFree=65581052/67111528
[pid=23607] ppid=23605 vsize=299864 CPUtime=1.4 cores=5,7
/proc/23607/stat : 23607 (python) S 23605 23607 22815 0 -1 4202496 12450 936 1 0 129 11 0 0 20 0 3 0 656805596 307060736 7290 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23607/statm: 74966 7290 1872 364 0 10881 0
[pid=23615] ppid=23607 vsize=289436 CPUtime=0.27 cores=5,7
/proc/23615/stat : 23615 (python) S 23607 23607 22815 0 -1 4202560 1148 0 0 0 14 13 0 0 19 0 2 0 656805762 296382464 5771 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23615/statm: 72359 5771 415 364 0 8277 0
[pid=23617] ppid=23615 vsize=1018616 CPUtime=100.04 cores=5,7
/proc/23617/stat : 23617 (gnovelty+2) T 23615 23617 23617 0 -1 4202496 766 0 0 0 10004 0 0 0 25 0 1 0 656805762 1043062784 500 33554432000 134512640 135663704 4294519296 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23617/statm: 254654 500 113 282 0 254370 0
[pid=23615/tid=23666] ppid=23607 vsize=289436 CPUtime=0 cores=5,7
/proc/23615/task/23666/stat : 23666 (python) S 23607 23607 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656815791 296382464 5771 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 514 18446604464189029056 0 0 -1 7 0 0 0
[pid=23667] ppid=23607 vsize=289620 CPUtime=0.17 cores=5,7

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

[pid=23684] ppid=23607 vsize=300480 CPUtime=0.28 cores=5,7
/proc/23684/stat : 23684 (python) S 23607 23607 22815 0 -1 4202560 1080 0 0 0 14 14 0 0 19 0 2 0 656825824 307691520 5954 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23684/statm: 75120 5954 399 364 0 11032 0
[pid=23686] ppid=23684 vsize=418636 CPUtime=100.03 cores=5,7
/proc/23686/stat : 23686 (adaptg2wsat2009) T 23684 23686 23686 0 -1 4202496 1225 0 0 0 10003 0 0 0 25 0 1 0 656825825 428683264 957 33554432000 134512640 135107411 4286964608 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23686/statm: 104659 957 59 146 0 103535 0
[pid=23684/tid=23697] ppid=23607 vsize=300480 CPUtime=0 cores=5,7
/proc/23684/task/23697/stat : 23697 (python) S 23607 23607 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656835852 307691520 5954 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 514 18446604471129874688 0 0 -1 7 0 0 0
[pid=23698] ppid=23607 vsize=310736 CPUtime=0.3 cores=5,7
/proc/23698/stat : 23698 (python) S 23607 23607 22815 0 -1 4202560 1087 0 0 0 17 13 0 0 19 0 2 0 656835853 318193664 5958 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23698/statm: 77684 5958 400 364 0 13593 0
[pid=23700] ppid=23698 vsize=418636 CPUtime=99.3 cores=5,7
/proc/23700/stat : 23700 (adaptg2wsat2009) T 23698 23700 23700 0 -1 4202496 1223 0 0 0 9930 0 0 0 25 0 1 0 656835854 428683264 955 33554432000 134512640 135107411 4294393024 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23700/statm: 104659 955 59 146 0 103535 0
[pid=23698/tid=23713] ppid=23607 vsize=310736 CPUtime=0 cores=5,7
/proc/23698/task/23713/stat : 23713 (python) S 23607 23607 22815 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 656845784 318193664 5958 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 514 18446604458874675520 0 0 -1 7 0 0 0
[pid=23714] ppid=23607 vsize=320992 CPUtime=0.3 cores=5,7
/proc/23714/stat : 23714 (python) S 23607 23607 22815 0 -1 4202560 1088 0 0 0 16 14 0 0 19 0 2 0 656845786 328695808 5962 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23714/statm: 80248 5962 400 364 0 16154 0
[pid=23716] ppid=23714 vsize=418636 CPUtime=99.98 cores=5,7
/proc/23716/stat : 23716 (adaptg2wsat2009) T 23714 23716 23716 0 -1 4202496 1220 0 0 0 9998 0 0 0 25 0 1 0 656845786 428683264 956 33554432000 134512640 135107411 4291421216 18446744073709551615 134531584 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23716/statm: 104659 956 59 146 0 103535 0
[pid=23714/tid=23725] ppid=23607 vsize=320992 CPUtime=0 cores=5,7
/proc/23714/task/23725/stat : 23725 (python) S 23607 23607 22815 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656855815 328695808 5962 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 514 18446604468300014848 0 0 -1 7 0 0 0
[pid=23726] ppid=23607 vsize=331248 CPUtime=0.3 cores=5,7
/proc/23726/stat : 23726 (python) S 23607 23607 22815 0 -1 4202560 1096 0 0 0 15 15 0 0 19 0 2 0 656855816 339197952 5966 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23726/statm: 82812 5966 400 364 0 18715 0
[pid=23728] ppid=23726 vsize=1018616 CPUtime=100.32 cores=5,7
/proc/23728/stat : 23728 (gnovelty+2) T 23726 23728 23728 0 -1 4202496 764 0 0 0 10032 0 0 0 25 0 1 0 656855817 1043062784 500 33554432000 134512640 135663704 4287632256 18446744073709551615 134524947 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23728/statm: 254654 500 113 282 0 254370 0
[pid=23726/tid=23777] ppid=23607 vsize=331248 CPUtime=0 cores=5,7
/proc/23726/task/23777/stat : 23777 (python) S 23607 23607 22815 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656865850 339197952 5966 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 514 18446604465552900224 0 0 -1 7 0 0 0
[pid=23778] ppid=23607 vsize=341504 CPUtime=0.3 cores=5,7
/proc/23778/stat : 23778 (python) S 23607 23607 22815 0 -1 4202560 1090 0 0 0 16 14 0 0 19 0 2 0 656865851 349700096 5970 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23778/statm: 85376 5970 400 364 0 21276 0
[pid=23780] ppid=23778 vsize=248652 CPUtime=99.97 cores=5,7
/proc/23780/stat : 23780 (FH) T 23778 23780 23780 0 -1 4202496 1120 0 0 0 9997 0 0 0 25 0 1 0 656865851 254619648 857 33554432000 134512640 134936988 4289457808 18446744073709551615 134552382 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23780/statm: 62163 857 41 104 0 61667 0
[pid=23778/tid=23790] ppid=23607 vsize=341504 CPUtime=0 cores=5,7
/proc/23778/task/23790/stat : 23790 (python) S 23607 23607 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656875880 349700096 5970 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 514 18446604467342496832 0 0 -1 7 0 0 0
[pid=23791] ppid=23607 vsize=351760 CPUtime=0 cores=5,7
/proc/23791/stat : 23791 (python) S 23607 23607 22815 0 -1 4202560 798 0 0 0 0 0 0 0 18 0 1 0 656875882 360202240 5927 33554432000 4194304 5683644 140733251148496 18446744073709551615 218905751110 0 0 16781312 514 6635298415859204095 0 0 17 5 0 0 0
/proc/23791/statm: 87940 5927 354 364 0 23837 0
[pid=23793] ppid=23791 vsize=418500 CPUtime=1.05 cores=5,7
/proc/23793/stat : 23793 (adaptg2wsat2009) R 23791 23793 23793 0 -1 4202496 1083 0 0 0 105 0 0 0 24 0 1 0 656875882 428544000 808 33554432000 134512640 135107411 4292151840 18446744073709551615 134523312 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23793/statm: 104625 808 49 146 0 103501 0
[pid=23607/tid=23616] ppid=23605 vsize=362004 CPUtime=0 cores=5,7
/proc/23607/task/23616/stat : 23616 (python) S 23605 23607 22815 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 9 0 656805762 370692096 7469 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
[pid=23607/tid=23668] ppid=23605 vsize=362004 CPUtime=0 cores=5,7
/proc/23607/task/23668/stat : 23668 (python) S 23605 23607 22815 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 656815793 370692096 7469 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
[pid=23607/tid=23685] ppid=23605 vsize=362004 CPUtime=0 cores=5,7
/proc/23607/task/23685/stat : 23685 (python) S 23605 23607 22815 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 656825825 370692096 7469 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
[pid=23607/tid=23699] ppid=23605 vsize=362004 CPUtime=0 cores=5,7
/proc/23607/task/23699/stat : 23699 (python) S 23605 23607 22815 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 656835853 370692096 7469 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
[pid=23607/tid=23715] ppid=23605 vsize=362004 CPUtime=0 cores=5,7
/proc/23607/task/23715/stat : 23715 (python) S 23605 23607 22815 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 656845786 370692096 7469 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
[pid=23607/tid=23727] ppid=23605 vsize=362004 CPUtime=0 cores=5,7
/proc/23607/task/23727/stat : 23727 (python) S 23605 23607 22815 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 656855817 370692096 7469 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
[pid=23607/tid=23779] ppid=23605 vsize=362004 CPUtime=0 cores=5,7
/proc/23607/task/23779/stat : 23779 (python) S 23605 23607 22815 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 656865851 370692096 7469 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
[pid=23607/tid=23792] ppid=23605 vsize=362004 CPUtime=0 cores=5,7
/proc/23607/task/23792/stat : 23792 (python) S 23605 23607 22815 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 656875882 370692096 7469 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 704.25
Current children cumulated vsize (KiB) 7876688

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

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

[startup+703.901 s]
/proc/loadavg: 4.04 4.05 4.00 6/448 23793
/proc/meminfo: memFree=20445564/32951124 swapFree=65581052/67111528
[pid=23607] ppid=23605 vsize=362004 CPUtime=1.48 cores=5,7
/proc/23607/stat : 23607 (python) S 23605 23607 22815 0 -1 4202496 17587 936 1 0 136 12 0 0 20 0 9 0 656805596 370692096 7469 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23607/statm: 90501 7469 1892 364 0 26398 0
[pid=23615] ppid=23607 vsize=289436 CPUtime=0.27 cores=5,7
/proc/23615/stat : 23615 (python) S 23607 23607 22815 0 -1 4202560 1148 0 0 0 14 13 0 0 19 0 2 0 656805762 296382464 5771 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23615/statm: 72359 5771 415 364 0 8277 0
[pid=23617] ppid=23615 vsize=1018616 CPUtime=100.04 cores=5,7
/proc/23617/stat : 23617 (gnovelty+2) T 23615 23617 23617 0 -1 4202496 766 0 0 0 10004 0 0 0 25 0 1 0 656805762 1043062784 500 33554432000 134512640 135663704 4294519296 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23617/statm: 254654 500 113 282 0 254370 0
[pid=23615/tid=23666] ppid=23607 vsize=289436 CPUtime=0 cores=5,7
/proc/23615/task/23666/stat : 23666 (python) S 23607 23607 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656815791 296382464 5771 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 514 18446604464189029056 0 0 -1 7 0 0 0
[pid=23667] ppid=23607 vsize=289620 CPUtime=0.28 cores=5,7
/proc/23667/stat : 23667 (python) S 23607 23607 22815 0 -1 4202560 1074 0 0 0 13 15 0 0 19 0 2 0 656815793 296570880 5815 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23667/statm: 72405 5815 400 364 0 8320 0
[pid=23669] ppid=23667 vsize=1018616 CPUtime=100.05 cores=5,7
/proc/23669/stat : 23669 (gnovelty+2) T 23667 23669 23669 0 -1 4202496 763 0 0 0 10005 0 0 0 25 0 1 0 656815793 1043062784 500 33554432000 134512640 135663704 4294565376 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23669/statm: 254654 500 113 282 0 254370 0
[pid=23667/tid=23683] ppid=23607 vsize=289620 CPUtime=0 cores=5,7
/proc/23667/task/23683/stat : 23683 (python) S 23607 23607 22815 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656825823 296570880 5815 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 514 18446604464054127488 0 0 -1 7 0 0 0
[pid=23684] ppid=23607 vsize=300480 CPUtime=0.28 cores=5,7
/proc/23684/stat : 23684 (python) S 23607 23607 22815 0 -1 4202560 1080 0 0 0 14 14 0 0 19 0 2 0 656825824 307691520 5954 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23684/statm: 75120 5954 399 364 0 11032 0
[pid=23686] ppid=23684 vsize=418636 CPUtime=100.03 cores=5,7
/proc/23686/stat : 23686 (adaptg2wsat2009) T 23684 23686 23686 0 -1 4202496 1225 0 0 0 10003 0 0 0 25 0 1 0 656825825 428683264 957 33554432000 134512640 135107411 4286964608 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23686/statm: 104659 957 59 146 0 103535 0
[pid=23684/tid=23697] ppid=23607 vsize=300480 CPUtime=0 cores=5,7
/proc/23684/task/23697/stat : 23697 (python) S 23607 23607 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656835852 307691520 5954 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 514 18446604471129874688 0 0 -1 7 0 0 0
[pid=23698] ppid=23607 vsize=310736 CPUtime=0.3 cores=5,7
/proc/23698/stat : 23698 (python) S 23607 23607 22815 0 -1 4202560 1087 0 0 0 17 13 0 0 19 0 2 0 656835853 318193664 5958 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23698/statm: 77684 5958 400 364 0 13593 0
[pid=23700] ppid=23698 vsize=418636 CPUtime=99.3 cores=5,7
/proc/23700/stat : 23700 (adaptg2wsat2009) T 23698 23700 23700 0 -1 4202496 1223 0 0 0 9930 0 0 0 25 0 1 0 656835854 428683264 955 33554432000 134512640 135107411 4294393024 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23700/statm: 104659 955 59 146 0 103535 0
[pid=23698/tid=23713] ppid=23607 vsize=310736 CPUtime=0 cores=5,7
/proc/23698/task/23713/stat : 23713 (python) S 23607 23607 22815 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 656845784 318193664 5958 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 514 18446604458874675520 0 0 -1 7 0 0 0
[pid=23714] ppid=23607 vsize=320992 CPUtime=0.3 cores=5,7
/proc/23714/stat : 23714 (python) S 23607 23607 22815 0 -1 4202560 1088 0 0 0 16 14 0 0 19 0 2 0 656845786 328695808 5962 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23714/statm: 80248 5962 400 364 0 16154 0
[pid=23716] ppid=23714 vsize=418636 CPUtime=99.98 cores=5,7
/proc/23716/stat : 23716 (adaptg2wsat2009) T 23714 23716 23716 0 -1 4202496 1220 0 0 0 9998 0 0 0 25 0 1 0 656845786 428683264 956 33554432000 134512640 135107411 4291421216 18446744073709551615 134531584 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23716/statm: 104659 956 59 146 0 103535 0
[pid=23714/tid=23725] ppid=23607 vsize=320992 CPUtime=0 cores=5,7
/proc/23714/task/23725/stat : 23725 (python) S 23607 23607 22815 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656855815 328695808 5962 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 514 18446604468300014848 0 0 -1 7 0 0 0
[pid=23726] ppid=23607 vsize=331248 CPUtime=0.3 cores=5,7
/proc/23726/stat : 23726 (python) S 23607 23607 22815 0 -1 4202560 1096 0 0 0 15 15 0 0 19 0 2 0 656855816 339197952 5966 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23726/statm: 82812 5966 400 364 0 18715 0
[pid=23728] ppid=23726 vsize=1018616 CPUtime=100.32 cores=5,7
/proc/23728/stat : 23728 (gnovelty+2) T 23726 23728 23728 0 -1 4202496 764 0 0 0 10032 0 0 0 25 0 1 0 656855817 1043062784 500 33554432000 134512640 135663704 4287632256 18446744073709551615 134524947 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23728/statm: 254654 500 113 282 0 254370 0
[pid=23726/tid=23777] ppid=23607 vsize=331248 CPUtime=0 cores=5,7
/proc/23726/task/23777/stat : 23777 (python) S 23607 23607 22815 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656865850 339197952 5966 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 514 18446604465552900224 0 0 -1 7 0 0 0
[pid=23778] ppid=23607 vsize=341504 CPUtime=0.3 cores=5,7
/proc/23778/stat : 23778 (python) S 23607 23607 22815 0 -1 4202560 1090 0 0 0 16 14 0 0 19 0 2 0 656865851 349700096 5970 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23778/statm: 85376 5970 400 364 0 21276 0
[pid=23780] ppid=23778 vsize=248652 CPUtime=99.97 cores=5,7
/proc/23780/stat : 23780 (FH) T 23778 23780 23780 0 -1 4202496 1120 0 0 0 9997 0 0 0 25 0 1 0 656865851 254619648 857 33554432000 134512640 134936988 4289457808 18446744073709551615 134552382 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23780/statm: 62163 857 41 104 0 61667 0
[pid=23778/tid=23790] ppid=23607 vsize=341504 CPUtime=0 cores=5,7
/proc/23778/task/23790/stat : 23790 (python) S 23607 23607 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656875880 349700096 5970 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 514 18446604467342496832 0 0 -1 7 0 0 0
[pid=23791] ppid=23607 vsize=351760 CPUtime=0 cores=5,7
/proc/23791/stat : 23791 (python) S 23607 23607 22815 0 -1 4202560 798 0 0 0 0 0 0 0 18 0 1 0 656875882 360202240 5927 33554432000 4194304 5683644 140733251148496 18446744073709551615 218905751110 0 0 16781312 514 6635298415859204095 0 0 17 5 0 0 0
/proc/23791/statm: 87940 5927 354 364 0 23837 0
[pid=23793] ppid=23791 vsize=418500 CPUtime=1.05 cores=5,7
/proc/23793/stat : 23793 (adaptg2wsat2009) R 23791 23793 23793 0 -1 4202496 1083 0 0 0 105 0 0 0 24 0 1 0 656875882 428544000 808 33554432000 134512640 135107411 4292151840 18446744073709551615 134523312 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23793/statm: 104625 808 49 146 0 103501 0
[pid=23607/tid=23616] ppid=23605 vsize=362004 CPUtime=0 cores=5,7
/proc/23607/task/23616/stat : 23616 (python) S 23605 23607 22815 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 9 0 656805762 370692096 7469 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
[pid=23607/tid=23668] ppid=23605 vsize=362004 CPUtime=0 cores=5,7
/proc/23607/task/23668/stat : 23668 (python) S 23605 23607 22815 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 656815793 370692096 7469 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
[pid=23607/tid=23685] ppid=23605 vsize=362004 CPUtime=0 cores=5,7
/proc/23607/task/23685/stat : 23685 (python) S 23605 23607 22815 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 656825825 370692096 7469 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
[pid=23607/tid=23699] ppid=23605 vsize=362004 CPUtime=0 cores=5,7
/proc/23607/task/23699/stat : 23699 (python) S 23605 23607 22815 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 656835853 370692096 7469 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
[pid=23607/tid=23715] ppid=23605 vsize=362004 CPUtime=0 cores=5,7
/proc/23607/task/23715/stat : 23715 (python) S 23605 23607 22815 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 656845786 370692096 7469 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
[pid=23607/tid=23727] ppid=23605 vsize=362004 CPUtime=0 cores=5,7
/proc/23607/task/23727/stat : 23727 (python) S 23605 23607 22815 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 656855817 370692096 7469 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
[pid=23607/tid=23779] ppid=23605 vsize=362004 CPUtime=0 cores=5,7
/proc/23607/task/23779/stat : 23779 (python) S 23605 23607 22815 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 656865851 370692096 7469 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
[pid=23607/tid=23792] ppid=23605 vsize=362004 CPUtime=0 cores=5,7
/proc/23607/task/23792/stat : 23792 (python) S 23605 23607 22815 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 656875882 370692096 7469 33554432000 4194304 5683644 140733251148496 18446744073709551615 218917554609 0 0 16781312 2 18446604464747209664 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 704.25
Current children cumulated vsize (KiB) 7876688

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.979
CPU time (s): 704.25
CPU user time (s): 703.15
CPU system time (s): 1.1
CPU usage (%): 100.038
Max. virtual memory (cumulated for all children) (KiB): 7876688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.37179
system time used= 0.13098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18529
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= 34

runsolver used 3.32949 second user time and 6.68898 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-15 11:34:39
IDJOB=3377284
IDBENCH=82593
IDSOLVER=1857
FILE ID=node137/3377284-1305452079
RUNJOBID= node137-1305451935-23452
PBS_JOBID= 13324880
Free space on /tmp= 73700 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S771170845-016-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-3377284-1305452079/watcher-3377284-1305452079 -o /tmp/evaluation-result-3377284-1305452079/solver-3377284-1305452079 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377284-1305452079.cnf -seed 1908932061 -budget 2400

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

MD5SUM BENCH= 8a262b49dcf27b27fb405f8a8cdf125f
RANDOM SEED=1908932061

node137.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.844
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.68
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.844
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.844
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.74
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20781036 kB
Buffers:        296888 kB
Cached:        3944472 kB
SwapCached:      36328 kB
Active:        2101112 kB
Inactive:      9828192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20781036 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:           32260 kB
Writeback:           0 kB
AnonPages:     7661500 kB
Mapped:          26408 kB
Slab:           131168 kB
PageTables:      45156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79543284 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= 73660 MiB
End job on node137 at 2011-05-15 11:46:25