Trace number 3377254

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) 702.03 701.777

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S926861876-013-UNKNOWN.cnf
MD5SUMaa5d2fab702f701bf63e2d26e76ab2b3
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.35/0.62	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.62	c INFO: solving HOME/instance-3377254-1305451824.cnf
0.35/0.62	c INFO: computing task features
0.45/0.79	c INFO: computed variable-clause graph statistics
0.54/0.80	c INFO: computed clause balance statistics
1.44/1.70	c INFO: computed variable balance statistics
1.75/2.07	c INFO: computed small-clause counts
1.75/2.07	c INFO: computed Horn-clause counts
1.75/2.10	c INFO: computed variable graph statistics
1.75/2.10	c INFO: collected features for HOME/instance-3377254-1305451824.cnf in 1.47 s
1.85/2.11	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.37)
102.14/102.41	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.68/202.73	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
303.00/303.00	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.19/403.29	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.05)
500.76/500.59	c INFO: running gnovelty+2@0 for 97 with 1900 remaining (b = 0.04)
601.18/600.92	c INFO: running FH@0 for 97 with 1800 remaining (b = 0.03)
701.51/701.23	c INFO: running adaptg2wsat2009++@0 for 97 with 1700 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-3377254-1305451824/watcher-3377254-1305451824 -o /tmp/evaluation-result-3377254-1305451824/solver-3377254-1305451824 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377254-1305451824.cnf -seed 866334412 -budget 2400 

running on 2 cores: 1,3

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: 3.42 3.88 3.80 4/371 689
/proc/meminfo: memFree=23398300/32950928 swapFree=45937192/67111528
[pid=689] ppid=687 vsize=15080 CPUtime=0 cores=1,3
/proc/689/stat : 689 (python) S 687 689 32005 0 -1 4202496 615 0 0 0 0 0 0 0 18 0 1 0 656779106 15441920 513 33554432000 4194304 5683644 140736511651328 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/689/statm: 3770 513 300 364 0 257 0

[startup+0.045089 s]
/proc/loadavg: 3.42 3.88 3.80 4/371 689
/proc/meminfo: memFree=23398300/32950928 swapFree=45937192/67111528
[pid=689] ppid=687 vsize=18880 CPUtime=0.02 cores=1,3
/proc/689/stat : 689 (python) R 687 689 32005 0 -1 4202496 1286 0 0 0 2 0 0 0 17 0 1 0 656779106 19333120 1140 33554432000 4194304 5683644 140736511651328 18446744073709551615 4865422 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/689/statm: 4720 1140 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.10108 s]
/proc/loadavg: 3.42 3.88 3.80 4/371 689
/proc/meminfo: memFree=23398300/32950928 swapFree=45937192/67111528
[pid=689] ppid=687 vsize=93956 CPUtime=0.06 cores=1,3
/proc/689/stat : 689 (python) R 687 689 32005 0 -1 4202496 2693 0 0 0 5 1 0 0 17 0 1 0 656779106 96210944 2406 33554432000 4194304 5683644 140736511651328 18446744073709551615 254500689920 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/689/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93956

[startup+0.301039 s]
/proc/loadavg: 3.42 3.88 3.80 4/371 689
/proc/meminfo: memFree=23398300/32950928 swapFree=45937192/67111528
[pid=689] ppid=687 vsize=135748 CPUtime=0.18 cores=1,3
/proc/689/stat : 689 (python) R 687 689 32005 0 -1 4202496 5972 933 1 0 14 4 0 0 18 0 1 0 656779106 139005952 4148 33554432000 4194304 5683644 140736511651328 18446744073709551615 254500687877 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/689/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700963 s]
/proc/loadavg: 3.42 3.88 3.80 4/371 689
/proc/meminfo: memFree=23398300/32950928 swapFree=45937192/67111528
[pid=689] ppid=687 vsize=281180 CPUtime=0.45 cores=1,3
/proc/689/stat : 689 (python) R 687 689 32005 0 -1 4202496 10078 933 1 0 35 10 0 0 17 0 1 0 656779106 287928320 7615 33554432000 4194304 5683644 140736511651328 18446744073709551615 254500388297 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/689/statm: 70295 7615 1761 364 0 6219 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 281180

[startup+1.5008 s]
/proc/loadavg: 3.42 3.88 3.80 5/372 694
/proc/meminfo: memFree=23368540/32950928 swapFree=45937192/67111528
[pid=689] ppid=687 vsize=285632 CPUtime=1.24 cores=1,3
/proc/689/stat : 689 (python) R 687 689 32005 0 -1 4202496 12510 933 1 0 114 10 0 0 18 0 1 0 656779106 292487168 8793 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515464 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/689/statm: 71408 8793 1826 364 0 7332 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 285632

[startup+3.10042 s]
/proc/loadavg: 3.42 3.88 3.80 5/372 694
/proc/meminfo: memFree=23367660/32950928 swapFree=45937192/67111528
[pid=689] ppid=687 vsize=290516 CPUtime=1.87 cores=1,3
/proc/689/stat : 689 (python) S 687 689 32005 0 -1 4202496 12852 933 1 0 176 11 0 0 21 0 2 0 656779106 297488384 7502 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/689/statm: 72629 7502 1877 364 0 8547 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 290516
heavy processes:

[startup+6.30085 s]
/proc/loadavg: 3.55 3.90 3.81 5/375 697
/proc/meminfo: memFree=23367092/32950928 swapFree=45937192/67111528
[pid=689] ppid=687 vsize=290516 CPUtime=1.87 cores=1,3
/proc/689/stat : 689 (python) S 687 689 32005 0 -1 4202496 12852 933 1 0 176 11 0 0 21 0 2 0 656779106 297488384 7502 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/689/statm: 72629 7502 1877 364 0 8547 0
[pid=695] ppid=689 vsize=280756 CPUtime=0.01 cores=1,3
/proc/695/stat : 695 (python) S 689 689 32005 0 -1 4202560 982 0 0 0 1 0 0 0 18 0 1 0 656779318 287494144 6005 33554432000 4194304 5683644 140736511651328 18446744073709551615 254500711951 0 0 16781312 514 4553007835926987012 0 0 17 1 0 0 0
/proc/695/statm: 70189 6005 383 364 0 6107 0
[pid=697] ppid=695 vsize=1019708 CPUtime=4.13 cores=1,3
/proc/697/stat : 697 (gnovelty+2) R 695 697 697 0 -1 4202496 950 0 0 0 413 0 0 0 25 0 1 0 656779318 1044180992 689 33554432000 134512640 135663704 4286976848 18446744073709551615 134563452 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/697/statm: 254927 689 113 282 0 254643 0
[pid=689/tid=696] ppid=687 vsize=290516 CPUtime=0 cores=1,3
/proc/689/task/696/stat : 696 (python) S 687 689 32005 0 -1 4202560 31 933 0 0 0 0 0 0 21 0 2 0 656779318 297488384 7502 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 1590980

[startup+12.7006 s]
/proc/loadavg: 3.58 3.90 3.81 5/375 697
/proc/meminfo: memFree=23367356/32950928 swapFree=45937192/67111528
[pid=689] ppid=687 vsize=290516 CPUtime=1.87 cores=1,3
/proc/689/stat : 689 (python) S 687 689 32005 0 -1 4202496 12852 933 1 0 176 11 0 0 21 0 2 0 656779106 297488384 7502 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/689/statm: 72629 7502 1877 364 0 8547 0
[pid=695] ppid=689 vsize=280756 CPUtime=0.03 cores=1,3
/proc/695/stat : 695 (python) S 689 689 32005 0 -1 4202560 983 0 0 0 2 1 0 0 18 0 1 0 656779318 287494144 6005 33554432000 4194304 5683644 140736511651328 18446744073709551615 254500711951 0 0 16781312 514 12503206426417529092 0 0 17 1 0 0 0
/proc/695/statm: 70189 6005 383 364 0 6107 0
[pid=697] ppid=695 vsize=1019708 CPUtime=10.52 cores=1,3
/proc/697/stat : 697 (gnovelty+2) R 695 697 697 0 -1 4202496 950 0 0 0 1052 0 0 0 25 0 1 0 656779318 1044180992 689 33554432000 134512640 135663704 4286976848 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/697/statm: 254927 689 113 282 0 254643 0
[pid=689/tid=696] ppid=687 vsize=290516 CPUtime=0 cores=1,3
/proc/689/task/696/stat : 696 (python) S 687 689 32005 0 -1 4202560 31 933 0 0 0 0 0 0 21 0 2 0 656779318 297488384 7502 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 1590980

[startup+25.501 s]
/proc/loadavg: 3.75 3.92 3.82 5/375 698
/proc/meminfo: memFree=23368548/32950928 swapFree=45937192/67111528
[pid=689] ppid=687 vsize=290516 CPUtime=1.87 cores=1,3
/proc/689/stat : 689 (python) S 687 689 32005 0 -1 4202496 12852 933 1 0 176 11 0 0 21 0 2 0 656779106 297488384 7502 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/689/statm: 72629 7502 1877 364 0 8547 0
[pid=695] ppid=689 vsize=280756 CPUtime=0.05 cores=1,3
/proc/695/stat : 695 (python) S 689 689 32005 0 -1 4202560 987 0 0 0 3 2 0 0 18 0 1 0 656779318 287494144 6005 33554432000 4194304 5683644 140736511651328 18446744073709551615 254500711951 0 0 16781312 514 12503206426417529092 0 0 17 1 0 0 0
/proc/695/statm: 70189 6005 383 364 0 6107 0
[pid=697] ppid=695 vsize=1019708 CPUtime=23.29 cores=1,3
/proc/697/stat : 697 (gnovelty+2) R 695 697 697 0 -1 4202496 950 0 0 0 2328 1 0 0 25 0 1 0 656779318 1044180992 689 33554432000 134512640 135663704 4286976848 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/697/statm: 254927 689 113 282 0 254643 0
[pid=689/tid=696] ppid=687 vsize=290516 CPUtime=0 cores=1,3
/proc/689/task/696/stat : 696 (python) S 687 689 32005 0 -1 4202560 31 933 0 0 0 0 0 0 21 0 2 0 656779318 297488384 7502 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 1590980

[startup+51.1009 s]
/proc/loadavg: 3.91 3.94 3.83 5/375 698
/proc/meminfo: memFree=23368916/32950928 swapFree=45937192/67111528
[pid=689] ppid=687 vsize=290516 CPUtime=1.87 cores=1,3
/proc/689/stat : 689 (python) S 687 689 32005 0 -1 4202496 12852 933 1 0 176 11 0 0 21 0 2 0 656779106 297488384 7502 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/689/statm: 72629 7502 1877 364 0 8547 0
[pid=695] ppid=689 vsize=280756 CPUtime=0.12 cores=1,3
/proc/695/stat : 695 (python) S 689 689 32005 0 -1 4202560 999 0 0 0 7 5 0 0 18 0 1 0 656779318 287494144 6005 33554432000 4194304 5683644 140736511651328 18446744073709551615 254500711951 0 0 16781312 514 12503206426417529092 0 0 17 1 0 0 0
/proc/695/statm: 70189 6005 383 364 0 6107 0
[pid=697] ppid=695 vsize=1019708 CPUtime=48.82 cores=1,3
/proc/697/stat : 697 (gnovelty+2) R 695 697 697 0 -1 4202496 950 0 0 0 4881 1 0 0 25 0 1 0 656779318 1044180992 689 33554432000 134512640 135663704 4286976848 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/697/statm: 254927 689 113 282 0 254643 0
[pid=689/tid=696] ppid=687 vsize=290516 CPUtime=0 cores=1,3
/proc/689/task/696/stat : 696 (python) S 687 689 32005 0 -1 4202560 31 933 0 0 0 0 0 0 21 0 2 0 656779318 297488384 7502 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 1590980

[startup+102.314 s]
/proc/loadavg: 3.96 3.95 3.83 5/387 712
/proc/meminfo: memFree=23352204/32950928 swapFree=45937192/67111528
[pid=689] ppid=687 vsize=290516 CPUtime=1.87 cores=1,3
/proc/689/stat : 689 (python) S 687 689 32005 0 -1 4202496 12852 933 1 0 176 11 0 0 21 0 2 0 656779106 297488384 7502 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/689/statm: 72629 7502 1877 364 0 8547 0
[pid=695] ppid=689 vsize=280756 CPUtime=0.24 cores=1,3
/proc/695/stat : 695 (python) S 689 689 32005 0 -1 4202560 1024 0 0 0 13 11 0 0 18 0 1 0 656779318 287494144 6005 33554432000 4194304 5683644 140736511651328 18446744073709551615 254500711951 0 0 16781312 514 12503206426417529092 0 0 17 1 0 0 0
/proc/695/statm: 70189 6005 383 364 0 6107 0
[pid=697] ppid=695 vsize=1019708 CPUtime=99.95 cores=1,3
/proc/697/stat : 697 (gnovelty+2) R 695 697 697 0 -1 4202496 950 0 0 0 9994 1 0 0 25 0 1 0 656779318 1044180992 689 33554432000 134512640 135663704 4286976848 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/697/statm: 254927 689 113 282 0 254643 0
[pid=689/tid=696] ppid=687 vsize=290516 CPUtime=0 cores=1,3
/proc/689/task/696/stat : 696 (python) S 687 689 32005 0 -1 4202560 31 933 0 0 0 0 0 0 21 0 2 0 656779318 297488384 7502 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 1590980

[startup+162.301 s]
/proc/loadavg: 3.98 3.95 3.84 5/391 717
/proc/meminfo: memFree=23342344/32950928 swapFree=45937192/67111528
[pid=689] ppid=687 vsize=300772 CPUtime=1.89 cores=1,3
/proc/689/stat : 689 (python) S 687 689 32005 0 -1 4202496 13707 933 1 0 177 12 0 0 20 0 3 0 656779106 307990528 7509 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/689/statm: 75193 7509 1880 364 0 11108 0
[pid=695] ppid=689 vsize=291000 CPUtime=0.25 cores=1,3
/proc/695/stat : 695 (python) S 689 689 32005 0 -1 4202560 1159 0 0 0 14 11 0 0 19 0 2 0 656779318 297984000 6042 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/695/statm: 72750 6042 415 364 0 8668 0
[pid=697] ppid=695 vsize=1019708 CPUtime=100.03 cores=1,3
/proc/697/stat : 697 (gnovelty+2) T 695 697 697 0 -1 4202496 950 0 0 0 10002 1 0 0 25 0 1 0 656779318 1044180992 689 33554432000 134512640 135663704 4286976848 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/697/statm: 254927 689 113 282 0 254643 0
[pid=695/tid=713] ppid=689 vsize=291000 CPUtime=0 cores=1,3
/proc/695/task/713/stat : 713 (python) S 689 689 32005 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656789347 297984000 6042 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 514 18446604471152642176 0 0 -1 1 0 0 0
[pid=714] ppid=689 vsize=291084 CPUtime=0.15 cores=1,3
/proc/714/stat : 714 (python) S 689 689 32005 0 -1 4202560 902 0 0 0 8 7 0 0 18 0 1 0 656789348 298070016 5998 33554432000 4194304 5683644 140736511651328 18446744073709551615 254500712006 0 0 16781312 514 12503206426417529095 0 0 17 3 0 0 0
/proc/714/statm: 72771 5998 372 364 0 8686 0
[pid=716] ppid=714 vsize=1019708 CPUtime=59.87 cores=1,3
/proc/716/stat : 716 (gnovelty+2) R 714 716 716 0 -1 4202496 956 0 0 0 5987 0 0 0 25 0 1 0 656789348 1044180992 690 33554432000 134512640 135663704 4293752384 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/716/statm: 254927 690 113 282 0 254643 0
[pid=689/tid=696] ppid=687 vsize=300772 CPUtime=0 cores=1,3
/proc/689/task/696/stat : 696 (python) S 687 689 32005 0 -1 4202560 31 933 0 0 0 0 0 0 21 0 3 0 656779318 307990528 7509 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
[pid=689/tid=715] ppid=687 vsize=300772 CPUtime=0 cores=1,3
/proc/689/task/715/stat : 715 (python) S 687 689 32005 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 3 0 656789348 307990528 7509 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 2922272

[startup+222.301 s]
/proc/loadavg: 4.05 3.97 3.85 5/407 735
/proc/meminfo: memFree=23305600/32950928 swapFree=45937192/67111528
[pid=689] ppid=687 vsize=311028 CPUtime=1.9 cores=1,3
/proc/689/stat : 689 (python) S 687 689 32005 0 -1 4202496 14566 933 1 0 178 12 0 0 20 0 4 0 656779106 318492672 7533 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0

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

[pid=732] ppid=689 vsize=301348 CPUtime=0.27 cores=1,3
/proc/732/stat : 732 (python) S 689 689 32005 0 -1 4202560 1096 0 0 0 14 13 0 0 19 0 2 0 656799379 308580352 6049 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/732/statm: 75337 6049 400 364 0 11249 0
[pid=734] ppid=732 vsize=420220 CPUtime=99.99 cores=1,3
/proc/734/stat : 734 (adaptg2wsat2009) T 732 734 734 0 -1 4202496 1667 0 0 0 9999 0 0 0 25 0 1 0 656799380 430305280 1400 33554432000 134512640 135107411 4287604208 18446744073709551615 134532293 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/734/statm: 105055 1400 59 146 0 103931 0
[pid=732/tid=750] ppid=689 vsize=301348 CPUtime=0 cores=1,3
/proc/732/task/750/stat : 750 (python) S 689 689 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656809405 308580352 6049 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 514 18446604470876670912 0 0 -1 3 0 0 0
[pid=751] ppid=689 vsize=311696 CPUtime=0.28 cores=1,3
/proc/751/stat : 751 (python) S 689 689 32005 0 -1 4202560 1092 0 0 0 12 16 0 0 19 0 2 0 656809407 319176704 6055 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/751/statm: 77924 6055 400 364 0 13833 0
[pid=754] ppid=751 vsize=420220 CPUtime=99.99 cores=1,3
/proc/754/stat : 754 (adaptg2wsat2009) T 751 754 754 0 -1 4202496 1667 0 0 0 9999 0 0 0 25 0 1 0 656809407 430305280 1400 33554432000 134512640 135107411 4291949744 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/754/statm: 105055 1400 59 146 0 103931 0
[pid=751/tid=770] ppid=689 vsize=311696 CPUtime=0 cores=1,3
/proc/751/task/770/stat : 770 (python) S 689 689 32005 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656819434 319176704 6055 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 514 18446604470909534592 0 0 -1 3 0 0 0
[pid=771] ppid=689 vsize=322048 CPUtime=0.28 cores=1,3
/proc/771/stat : 771 (python) S 689 689 32005 0 -1 4202560 1090 0 0 0 15 13 0 0 19 0 2 0 656819435 329777152 6082 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/771/statm: 80512 6082 400 364 0 16418 0
[pid=773] ppid=771 vsize=420220 CPUtime=97.28 cores=1,3
/proc/773/stat : 773 (adaptg2wsat2009) T 771 773 773 0 -1 4202496 1667 0 0 0 9728 0 0 0 25 0 1 0 656819435 430305280 1401 33554432000 134512640 135107411 4287328976 18446744073709551615 134531491 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/773/statm: 105055 1401 59 146 0 103931 0
[pid=771/tid=788] ppid=689 vsize=322048 CPUtime=0 cores=1,3
/proc/771/task/788/stat : 788 (python) S 689 689 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656829164 329777152 6082 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 514 18446604462103553152 0 0 -1 3 0 0 0
[pid=789] ppid=689 vsize=332236 CPUtime=0.28 cores=1,3
/proc/789/stat : 789 (python) S 689 689 32005 0 -1 4202560 1093 0 0 0 15 13 0 0 19 0 2 0 656829165 340209664 6110 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 83059 6110 400 364 0 18962 0
[pid=791] ppid=789 vsize=1019708 CPUtime=100.06 cores=1,3
/proc/791/stat : 791 (gnovelty+2) T 789 791 791 0 -1 4202496 953 0 0 0 10006 0 0 0 25 0 1 0 656829166 1044180992 690 33554432000 134512640 135663704 4291450768 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/791/statm: 254927 690 113 282 0 254643 0
[pid=789/tid=807] ppid=689 vsize=332236 CPUtime=0 cores=1,3
/proc/789/task/807/stat : 807 (python) S 689 689 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656839197 340209664 6110 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 514 18446604456058813312 0 0 -1 1 0 0 0
[pid=808] ppid=689 vsize=342604 CPUtime=0.3 cores=1,3
/proc/808/stat : 808 (python) S 689 689 32005 0 -1 4202560 1077 0 0 0 16 14 0 0 19 0 2 0 656839199 350826496 6114 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/808/statm: 85651 6114 400 364 0 21551 0
[pid=810] ppid=808 vsize=249872 CPUtime=100.02 cores=1,3
/proc/810/stat : 810 (FH) T 808 810 810 0 -1 4202496 1526 0 0 0 10002 0 0 0 25 0 1 0 656839199 255868928 1264 33554432000 134512640 134936988 4293279392 18446744073709551615 134553311 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/810/statm: 62468 1264 41 104 0 61972 0
[pid=808/tid=946] ppid=689 vsize=342604 CPUtime=0 cores=1,3
/proc/808/task/946/stat : 946 (python) S 689 689 32005 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656849228 350826496 6114 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 514 18446604470876670016 0 0 -1 3 0 0 0
[pid=947] ppid=689 vsize=352980 CPUtime=0 cores=1,3
/proc/947/stat : 947 (python) S 689 689 32005 0 -1 4202560 776 0 0 0 0 0 0 0 18 0 1 0 656849229 361451520 6079 33554432000 4194304 5683644 140736511651328 18446744073709551615 254500712006 0 0 16781312 514 8783632536103288831 0 0 17 3 0 0 0
/proc/947/statm: 88245 6079 351 364 0 24142 0
[pid=949] ppid=947 vsize=419820 CPUtime=0.48 cores=1,3
/proc/949/stat : 949 (adaptg2wsat2009) R 947 949 949 0 -1 4202496 1441 0 0 0 48 0 0 0 20 0 1 0 656849229 429895680 1172 33554432000 134512640 135107411 4290049680 18446744073709551615 134523452 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/949/statm: 104955 1172 49 146 0 103831 0
[pid=689/tid=696] ppid=687 vsize=362620 CPUtime=0 cores=1,3
/proc/689/task/696/stat : 696 (python) S 687 689 32005 0 -1 4202560 31 933 0 0 0 0 0 0 21 0 9 0 656779318 371322880 7623 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
[pid=689/tid=715] ppid=687 vsize=362620 CPUtime=0 cores=1,3
/proc/689/task/715/stat : 715 (python) S 687 689 32005 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 656789348 371322880 7623 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
[pid=689/tid=733] ppid=687 vsize=362620 CPUtime=0 cores=1,3
/proc/689/task/733/stat : 733 (python) S 687 689 32005 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 656799380 371322880 7623 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
[pid=689/tid=753] ppid=687 vsize=362620 CPUtime=0 cores=1,3
/proc/689/task/753/stat : 753 (python) S 687 689 32005 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 656809407 371322880 7623 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
[pid=689/tid=772] ppid=687 vsize=362620 CPUtime=0 cores=1,3
/proc/689/task/772/stat : 772 (python) S 687 689 32005 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 656819435 371322880 7623 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
[pid=689/tid=790] ppid=687 vsize=362620 CPUtime=0 cores=1,3
/proc/689/task/790/stat : 790 (python) S 687 689 32005 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 656829166 371322880 7623 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
[pid=689/tid=809] ppid=687 vsize=362620 CPUtime=0 cores=1,3
/proc/689/task/809/stat : 809 (python) S 687 689 32005 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 656839199 371322880 7623 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
[pid=689/tid=948] ppid=687 vsize=362620 CPUtime=0 cores=1,3
/proc/689/task/948/stat : 948 (python) S 687 689 32005 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 656849229 371322880 7623 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 7897092

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

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

[startup+701.701 s]
/proc/loadavg: 3.92 4.03 3.92 6/421 949
/proc/meminfo: memFree=23174632/32950928 swapFree=45937192/67111528
[pid=689] ppid=687 vsize=362620 CPUtime=1.97 cores=1,3
/proc/689/stat : 689 (python) S 687 689 32005 0 -1 4202496 18847 933 1 0 184 13 0 0 20 0 9 0 656779106 371322880 7623 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/689/statm: 90655 7623 1892 364 0 26552 0
[pid=695] ppid=689 vsize=291000 CPUtime=0.25 cores=1,3
/proc/695/stat : 695 (python) S 689 689 32005 0 -1 4202560 1159 0 0 0 14 11 0 0 19 0 2 0 656779318 297984000 6042 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/695/statm: 72750 6042 415 364 0 8668 0
[pid=697] ppid=695 vsize=1019708 CPUtime=100.03 cores=1,3
/proc/697/stat : 697 (gnovelty+2) T 695 697 697 0 -1 4202496 950 0 0 0 10002 1 0 0 25 0 1 0 656779318 1044180992 689 33554432000 134512640 135663704 4286976848 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/697/statm: 254927 689 113 282 0 254643 0
[pid=695/tid=713] ppid=689 vsize=291000 CPUtime=0 cores=1,3
/proc/695/task/713/stat : 713 (python) S 689 689 32005 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656789347 297984000 6042 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 514 18446604471152642176 0 0 -1 1 0 0 0
[pid=714] ppid=689 vsize=291084 CPUtime=0.26 cores=1,3
/proc/714/stat : 714 (python) S 689 689 32005 0 -1 4202560 1069 0 0 0 13 13 0 0 19 0 2 0 656789348 298070016 6027 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/714/statm: 72771 6027 400 364 0 8686 0
[pid=716] ppid=714 vsize=1019708 CPUtime=100.29 cores=1,3
/proc/716/stat : 716 (gnovelty+2) T 714 716 716 0 -1 4202496 956 0 0 0 10029 0 0 0 25 0 1 0 656789348 1044180992 690 33554432000 134512640 135663704 4293752384 18446744073709551615 134525043 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/716/statm: 254927 690 113 282 0 254643 0
[pid=714/tid=731] ppid=689 vsize=291084 CPUtime=0 cores=1,3
/proc/714/task/731/stat : 731 (python) S 689 689 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656799378 298070016 6027 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 514 18446604464951086080 0 0 -1 3 0 0 0
[pid=732] ppid=689 vsize=301348 CPUtime=0.27 cores=1,3
/proc/732/stat : 732 (python) S 689 689 32005 0 -1 4202560 1096 0 0 0 14 13 0 0 19 0 2 0 656799379 308580352 6049 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/732/statm: 75337 6049 400 364 0 11249 0
[pid=734] ppid=732 vsize=420220 CPUtime=99.99 cores=1,3
/proc/734/stat : 734 (adaptg2wsat2009) T 732 734 734 0 -1 4202496 1667 0 0 0 9999 0 0 0 25 0 1 0 656799380 430305280 1400 33554432000 134512640 135107411 4287604208 18446744073709551615 134532293 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/734/statm: 105055 1400 59 146 0 103931 0
[pid=732/tid=750] ppid=689 vsize=301348 CPUtime=0 cores=1,3
/proc/732/task/750/stat : 750 (python) S 689 689 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656809405 308580352 6049 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 514 18446604470876670912 0 0 -1 3 0 0 0
[pid=751] ppid=689 vsize=311696 CPUtime=0.28 cores=1,3
/proc/751/stat : 751 (python) S 689 689 32005 0 -1 4202560 1092 0 0 0 12 16 0 0 19 0 2 0 656809407 319176704 6055 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/751/statm: 77924 6055 400 364 0 13833 0
[pid=754] ppid=751 vsize=420220 CPUtime=99.99 cores=1,3
/proc/754/stat : 754 (adaptg2wsat2009) T 751 754 754 0 -1 4202496 1667 0 0 0 9999 0 0 0 25 0 1 0 656809407 430305280 1400 33554432000 134512640 135107411 4291949744 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/754/statm: 105055 1400 59 146 0 103931 0
[pid=751/tid=770] ppid=689 vsize=311696 CPUtime=0 cores=1,3
/proc/751/task/770/stat : 770 (python) S 689 689 32005 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656819434 319176704 6055 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 514 18446604470909534592 0 0 -1 3 0 0 0
[pid=771] ppid=689 vsize=322048 CPUtime=0.28 cores=1,3
/proc/771/stat : 771 (python) S 689 689 32005 0 -1 4202560 1090 0 0 0 15 13 0 0 19 0 2 0 656819435 329777152 6082 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/771/statm: 80512 6082 400 364 0 16418 0
[pid=773] ppid=771 vsize=420220 CPUtime=97.28 cores=1,3
/proc/773/stat : 773 (adaptg2wsat2009) T 771 773 773 0 -1 4202496 1667 0 0 0 9728 0 0 0 25 0 1 0 656819435 430305280 1401 33554432000 134512640 135107411 4287328976 18446744073709551615 134531491 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/773/statm: 105055 1401 59 146 0 103931 0
[pid=771/tid=788] ppid=689 vsize=322048 CPUtime=0 cores=1,3
/proc/771/task/788/stat : 788 (python) S 689 689 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656829164 329777152 6082 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 514 18446604462103553152 0 0 -1 3 0 0 0
[pid=789] ppid=689 vsize=332236 CPUtime=0.28 cores=1,3
/proc/789/stat : 789 (python) S 689 689 32005 0 -1 4202560 1093 0 0 0 15 13 0 0 19 0 2 0 656829165 340209664 6110 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 83059 6110 400 364 0 18962 0
[pid=791] ppid=789 vsize=1019708 CPUtime=100.06 cores=1,3
/proc/791/stat : 791 (gnovelty+2) T 789 791 791 0 -1 4202496 953 0 0 0 10006 0 0 0 25 0 1 0 656829166 1044180992 690 33554432000 134512640 135663704 4291450768 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/791/statm: 254927 690 113 282 0 254643 0
[pid=789/tid=807] ppid=689 vsize=332236 CPUtime=0 cores=1,3
/proc/789/task/807/stat : 807 (python) S 689 689 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656839197 340209664 6110 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 514 18446604456058813312 0 0 -1 1 0 0 0
[pid=808] ppid=689 vsize=342604 CPUtime=0.3 cores=1,3
/proc/808/stat : 808 (python) S 689 689 32005 0 -1 4202560 1077 0 0 0 16 14 0 0 19 0 2 0 656839199 350826496 6114 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/808/statm: 85651 6114 400 364 0 21551 0
[pid=810] ppid=808 vsize=249872 CPUtime=100.02 cores=1,3
/proc/810/stat : 810 (FH) T 808 810 810 0 -1 4202496 1526 0 0 0 10002 0 0 0 25 0 1 0 656839199 255868928 1264 33554432000 134512640 134936988 4293279392 18446744073709551615 134553311 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/810/statm: 62468 1264 41 104 0 61972 0
[pid=808/tid=946] ppid=689 vsize=342604 CPUtime=0 cores=1,3
/proc/808/task/946/stat : 946 (python) S 689 689 32005 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656849228 350826496 6114 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 514 18446604470876670016 0 0 -1 3 0 0 0
[pid=947] ppid=689 vsize=352980 CPUtime=0 cores=1,3
/proc/947/stat : 947 (python) S 689 689 32005 0 -1 4202560 776 0 0 0 0 0 0 0 18 0 1 0 656849229 361451520 6079 33554432000 4194304 5683644 140736511651328 18446744073709551615 254500712006 0 0 16781312 514 8783632536103288831 0 0 17 3 0 0 0
/proc/947/statm: 88245 6079 351 364 0 24142 0
[pid=949] ppid=947 vsize=419820 CPUtime=0.48 cores=1,3
/proc/949/stat : 949 (adaptg2wsat2009) R 947 949 949 0 -1 4202496 1441 0 0 0 48 0 0 0 20 0 1 0 656849229 429895680 1172 33554432000 134512640 135107411 4290049680 18446744073709551615 134523452 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/949/statm: 104955 1172 49 146 0 103831 0
[pid=689/tid=696] ppid=687 vsize=362620 CPUtime=0 cores=1,3
/proc/689/task/696/stat : 696 (python) S 687 689 32005 0 -1 4202560 31 933 0 0 0 0 0 0 21 0 9 0 656779318 371322880 7623 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
[pid=689/tid=715] ppid=687 vsize=362620 CPUtime=0 cores=1,3
/proc/689/task/715/stat : 715 (python) S 687 689 32005 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 656789348 371322880 7623 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
[pid=689/tid=733] ppid=687 vsize=362620 CPUtime=0 cores=1,3
/proc/689/task/733/stat : 733 (python) S 687 689 32005 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 656799380 371322880 7623 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
[pid=689/tid=753] ppid=687 vsize=362620 CPUtime=0 cores=1,3
/proc/689/task/753/stat : 753 (python) S 687 689 32005 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 656809407 371322880 7623 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
[pid=689/tid=772] ppid=687 vsize=362620 CPUtime=0 cores=1,3
/proc/689/task/772/stat : 772 (python) S 687 689 32005 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 656819435 371322880 7623 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
[pid=689/tid=790] ppid=687 vsize=362620 CPUtime=0 cores=1,3
/proc/689/task/790/stat : 790 (python) S 687 689 32005 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 656829166 371322880 7623 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
[pid=689/tid=809] ppid=687 vsize=362620 CPUtime=0 cores=1,3
/proc/689/task/809/stat : 809 (python) S 687 689 32005 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 656839199 371322880 7623 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
[pid=689/tid=948] ppid=687 vsize=362620 CPUtime=0 cores=1,3
/proc/689/task/948/stat : 948 (python) S 687 689 32005 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 656849229 371322880 7623 33554432000 4194304 5683644 140736511651328 18446744073709551615 254512515505 0 0 16781312 2 18446604454223471552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 7897092

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 701.777
CPU time (s): 702.03
CPU user time (s): 700.96
CPU system time (s): 1.07
CPU usage (%): 100.036
Max. virtual memory (cumulated for all children) (KiB): 7897092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.85872
system time used= 0.134979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20269
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= 2652
involuntary context switches= 52

runsolver used 2.79458 second user time and 6.06308 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 11:30:24
IDJOB=3377254
IDBENCH=82563
IDSOLVER=1857
FILE ID=node149/3377254-1305451824
RUNJOBID= node149-1305451814-583
PBS_JOBID= 13324860
Free space on /tmp= 73524 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S926861876-013-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-3377254-1305451824/watcher-3377254-1305451824 -o /tmp/evaluation-result-3377254-1305451824/solver-3377254-1305451824 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377254-1305451824.cnf -seed 866334412 -budget 2400

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

MD5SUM BENCH= aa5d2fab702f701bf63e2d26e76ab2b3
RANDOM SEED=866334412

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23398580 kB
Buffers:        322964 kB
Cached:        4493192 kB
SwapCached:      19984 kB
Active:        6653660 kB
Inactive:      2588368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23398580 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:          130828 kB
Writeback:           0 kB
AnonPages:     4418436 kB
Mapped:          21764 kB
Slab:           168360 kB
PageTables:      76128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 83499016 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= 73468 MiB
End job on node149 at 2011-05-15 11:42:08