Trace number 3377250

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) 705.35 706.777

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S935783783-069-UNKNOWN.cnf
MD5SUM4ba3e8e19a6d9aec4bc2bd0594f1360a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark556.159
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
Maximum clause length5
Minimum clause length5
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 525000
Number of clauses of size over 50

Solver Data

0.77/2.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.77/2.46	c INFO: solving HOME/instance-3377250-1305451814.cnf
0.77/2.46	c INFO: computing task features
0.92/2.61	c INFO: computed variable-clause graph statistics
0.92/2.61	c INFO: computed clause balance statistics
1.42/3.36	c INFO: computed variable balance statistics
1.42/3.78	c INFO: computed small-clause counts
1.42/3.78	c INFO: computed Horn-clause counts
1.42/3.81	c INFO: computed variable graph statistics
1.42/3.81	c INFO: collected features for HOME/instance-3377250-1305451814.cnf in 1.34 s
1.42/3.83	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.42/104.15	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.14)
202.73/204.49	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.09)
303.12/304.80	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.43/405.12	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.06)
503.72/505.45	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.05)
604.16/605.81	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.04)
704.74/706.12	c INFO: running adaptg2wsat2009++@0 for 97 with 1698 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-3377250-1305451814/watcher-3377250-1305451814 -o /tmp/evaluation-result-3377250-1305451814/solver-3377250-1305451814 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377250-1305451814.cnf -seed 82573889 -budget 2400 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.40 3.89 3.81 5/350 619
/proc/meminfo: memFree=23532780/32950928 swapFree=45937192/67111528
[pid=619] ppid=616 vsize=1840 CPUtime=0 cores=0,2
/proc/619/stat : 619 (python) D 616 619 32005 0 -1 4194304 46 0 0 0 0 0 0 0 20 0 1 0 656778191 1884160 1 33554432000 0 0 140737181845158 18446744073709551615 5055511 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 0
/proc/619/statm: 460 1 0 0 0 36 0

[startup+0.091762 s]
/proc/loadavg: 3.40 3.89 3.81 5/350 619
/proc/meminfo: memFree=23532780/32950928 swapFree=45937192/67111528
[pid=619] ppid=616 vsize=16540 CPUtime=0.01 cores=0,2
/proc/619/stat : 619 (python) R 616 619 32005 0 -1 4202496 1170 0 6 0 1 0 0 0 17 0 1 0 656778191 16936960 1040 33554432000 4194304 5683644 140737181840704 18446744073709551615 5213754 0 0 16781312 2 0 0 0 17 0 0 0 2
/proc/619/statm: 4135 1043 415 364 0 622 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16540

[startup+0.100773 s]
/proc/loadavg: 3.40 3.89 3.81 5/350 619
/proc/meminfo: memFree=23532780/32950928 swapFree=45937192/67111528
[pid=619] ppid=616 vsize=16812 CPUtime=0.01 cores=0,2
/proc/619/stat : 619 (python) S 616 619 32005 0 -1 4202496 1207 0 6 0 1 0 0 0 17 0 1 0 656778191 17215488 1072 33554432000 4194304 5683644 140737181840704 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 2
/proc/619/statm: 4203 1072 417 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16812

[startup+0.300764 s]
/proc/loadavg: 3.40 3.89 3.81 5/350 619
/proc/meminfo: memFree=23532780/32950928 swapFree=45937192/67111528
[pid=619] ppid=616 vsize=45816 CPUtime=0.1 cores=0,2
/proc/619/stat : 619 (python) R 616 619 32005 0 -1 4202496 1912 0 12 0 4 6 0 0 17 0 1 0 656778191 46915584 1697 33554432000 4194304 5683644 140737181840704 18446744073709551615 254500687717 0 0 16781312 2 0 0 0 17 0 0 0 3
/proc/619/statm: 11454 1697 470 364 0 1203 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 45816

[startup+0.700666 s]
/proc/loadavg: 3.40 3.89 3.81 5/350 619
/proc/meminfo: memFree=23532780/32950928 swapFree=45937192/67111528
[pid=619] ppid=616 vsize=110752 CPUtime=0.21 cores=0,2
/proc/619/stat : 619 (python) D 616 619 32005 0 -1 4202496 3413 0 21 0 7 14 0 0 15 0 1 0 656778191 113410048 3087 33554432000 4194304 5683644 140737181840704 18446744073709551615 254495772259 0 0 16781312 2 18446744071562234166 0 0 17 0 0 0 6
/proc/619/statm: 27688 3087 871 364 0 2121 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 110752

[startup+1.5005 s]
/proc/loadavg: 3.40 3.89 3.81 3/363 650
/proc/meminfo: memFree=23461804/32950928 swapFree=45937192/67111528
[pid=619] ppid=616 vsize=166544 CPUtime=0.56 cores=0,2
/proc/619/stat : 619 (python) S 616 619 32005 0 -1 4202496 6649 929 41 8 19 37 0 0 16 0 1 0 656778191 170541056 4772 33554432000 4194304 5683644 140737181840704 18446744073709551615 254500687717 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 12
/proc/619/statm: 41636 4772 1322 364 0 3453 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 166544

[startup+3.10023 s]
/proc/loadavg: 3.37 3.88 3.80 5/363 650
/proc/meminfo: memFree=23422024/32950928 swapFree=45937192/67111528
[pid=619] ppid=616 vsize=285812 CPUtime=1.42 cores=0,2
/proc/619/stat : 619 (python) R 616 619 32005 0 -1 4202496 11986 929 84 8 95 47 0 0 16 0 1 0 656778191 292671488 8838 33554432000 4194304 5683644 140737181840704 18446744073709551615 47364839650826 0 0 16781312 2 0 0 0 17 0 0 0 23
/proc/619/statm: 71453 8838 1826 364 0 7377 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 285812
heavy processes:

[startup+6.30059 s]
/proc/loadavg: 3.37 3.88 3.80 5/375 662
/proc/meminfo: memFree=23354060/32950928 swapFree=45937192/67111528
[pid=619] ppid=616 vsize=292292 CPUtime=2.15 cores=0,2
/proc/619/stat : 619 (python) S 616 619 32005 0 -1 4202496 12352 929 84 8 168 47 0 0 19 0 2 0 656778191 299307008 7946 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/619/statm: 73073 7946 1877 364 0 8991 0
[pid=657] ppid=619 vsize=282048 CPUtime=0 cores=0,2
/proc/657/stat : 657 (python) S 619 619 32005 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 656778574 288817152 6419 33554432000 4194304 5683644 140737181840704 18446744073709551615 254500711951 0 0 16781312 514 8588830961498554626 0 0 17 0 0 0 0
/proc/657/statm: 70512 6419 354 364 0 6430 0
[pid=659] ppid=657 vsize=1018800 CPUtime=2.46 cores=0,2
/proc/659/stat : 659 (gnovelty+2) R 657 659 659 0 -1 4202496 867 0 0 0 246 0 0 0 25 0 1 0 656778574 1043251200 602 33554432000 134512640 135663704 4291513488 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/659/statm: 254700 602 113 282 0 254416 0
[pid=619/tid=658] ppid=616 vsize=292292 CPUtime=0 cores=0,2
/proc/619/task/658/stat : 658 (python) S 616 619 32005 0 -1 4202560 28 929 0 8 0 0 0 0 19 0 2 0 656778574 299307008 7946 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 1593140
heavy processes:

[startup+12.7133 s]
/proc/loadavg: 3.55 3.90 3.81 6/375 697
/proc/meminfo: memFree=23367148/32950928 swapFree=45937192/67111528
[pid=619] ppid=616 vsize=292292 CPUtime=2.15 cores=0,2
/proc/619/stat : 619 (python) S 616 619 32005 0 -1 4202496 12352 929 84 8 168 47 0 0 19 0 2 0 656778191 299307008 7946 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/619/statm: 73073 7946 1877 364 0 8991 0
[pid=657] ppid=619 vsize=282048 CPUtime=0.01 cores=0,2
/proc/657/stat : 657 (python) S 619 619 32005 0 -1 4202560 968 0 0 0 1 0 0 0 18 0 1 0 656778574 288817152 6447 33554432000 4194304 5683644 140737181840704 18446744073709551615 254500711951 0 0 16781312 514 8588830961498554626 0 0 17 0 0 0 0
/proc/657/statm: 70512 6447 382 364 0 6430 0
[pid=659] ppid=657 vsize=1018800 CPUtime=8.85 cores=0,2
/proc/659/stat : 659 (gnovelty+2) R 657 659 659 0 -1 4202496 867 0 0 0 885 0 0 0 25 0 1 0 656778574 1043251200 602 33554432000 134512640 135663704 4291513488 18446744073709551615 134524681 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/659/statm: 254700 602 113 282 0 254416 0
[pid=619/tid=658] ppid=616 vsize=292292 CPUtime=0 cores=0,2
/proc/619/task/658/stat : 658 (python) S 616 619 32005 0 -1 4202560 28 929 0 8 0 0 0 0 19 0 2 0 656778574 299307008 7946 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.01
Current children cumulated vsize (KiB) 1593140

[startup+25.5008 s]
/proc/loadavg: 3.62 3.90 3.81 5/375 697
/proc/meminfo: memFree=23367812/32950928 swapFree=45937192/67111528
[pid=619] ppid=616 vsize=292292 CPUtime=2.15 cores=0,2
/proc/619/stat : 619 (python) S 616 619 32005 0 -1 4202496 12352 929 84 8 168 47 0 0 19 0 2 0 656778191 299307008 7946 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/619/statm: 73073 7946 1877 364 0 8991 0
[pid=657] ppid=619 vsize=282048 CPUtime=0.05 cores=0,2
/proc/657/stat : 657 (python) S 619 619 32005 0 -1 4202560 972 0 0 0 3 2 0 0 18 0 1 0 656778574 288817152 6447 33554432000 4194304 5683644 140737181840704 18446744073709551615 254500711951 0 0 16781312 514 496117238638543106 0 0 17 0 0 0 0
/proc/657/statm: 70512 6447 382 364 0 6430 0
[pid=659] ppid=657 vsize=1018800 CPUtime=21.61 cores=0,2
/proc/659/stat : 659 (gnovelty+2) R 657 659 659 0 -1 4202496 867 0 0 0 2161 0 0 0 25 0 1 0 656778574 1043251200 602 33554432000 134512640 135663704 4291513488 18446744073709551615 134546755 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/659/statm: 254700 602 113 282 0 254416 0
[pid=619/tid=658] ppid=616 vsize=292292 CPUtime=0 cores=0,2
/proc/619/task/658/stat : 658 (python) S 616 619 32005 0 -1 4202560 28 929 0 8 0 0 0 0 19 0 2 0 656778574 299307008 7946 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.81
Current children cumulated vsize (KiB) 1593140

[startup+51.1007 s]
/proc/loadavg: 3.80 3.92 3.82 5/375 698
/proc/meminfo: memFree=23368200/32950928 swapFree=45937192/67111528
[pid=619] ppid=616 vsize=292292 CPUtime=2.15 cores=0,2
/proc/619/stat : 619 (python) S 616 619 32005 0 -1 4202496 12352 929 84 8 168 47 0 0 19 0 2 0 656778191 299307008 7946 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/619/statm: 73073 7946 1877 364 0 8991 0
[pid=657] ppid=619 vsize=282048 CPUtime=0.13 cores=0,2
/proc/657/stat : 657 (python) S 619 619 32005 0 -1 4202560 987 0 0 0 7 6 0 0 18 0 1 0 656778574 288817152 6447 33554432000 4194304 5683644 140737181840704 18446744073709551615 254500711951 0 0 16781312 514 496117238638543106 0 0 17 0 0 0 0
/proc/657/statm: 70512 6447 382 364 0 6430 0
[pid=659] ppid=657 vsize=1018800 CPUtime=47.12 cores=0,2
/proc/659/stat : 659 (gnovelty+2) R 657 659 659 0 -1 4202496 867 0 0 0 4712 0 0 0 25 0 1 0 656778574 1043251200 602 33554432000 134512640 135663704 4291513488 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/659/statm: 254700 602 113 282 0 254416 0
[pid=619/tid=658] ppid=616 vsize=292292 CPUtime=0 cores=0,2
/proc/619/task/658/stat : 658 (python) S 616 619 32005 0 -1 4202560 28 929 0 8 0 0 0 0 19 0 2 0 656778574 299307008 7946 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.4
Current children cumulated vsize (KiB) 1593140

[startup+102.3 s]
/proc/loadavg: 3.96 3.94 3.83 5/375 699
/proc/meminfo: memFree=23368796/32950928 swapFree=45937192/67111528
[pid=619] ppid=616 vsize=292292 CPUtime=2.15 cores=0,2
/proc/619/stat : 619 (python) S 616 619 32005 0 -1 4202496 12352 929 84 8 168 47 0 0 19 0 2 0 656778191 299307008 7946 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/619/statm: 73073 7946 1877 364 0 8991 0
[pid=657] ppid=619 vsize=282048 CPUtime=0.26 cores=0,2
/proc/657/stat : 657 (python) S 619 619 32005 0 -1 4202560 1006 0 0 0 14 12 0 0 18 0 1 0 656778574 288817152 6447 33554432000 4194304 5683644 140737181840704 18446744073709551615 254500711951 0 0 16781312 514 496117238638543106 0 0 17 0 0 0 0
/proc/657/statm: 70512 6447 382 364 0 6430 0
[pid=659] ppid=657 vsize=1018800 CPUtime=98.21 cores=0,2
/proc/659/stat : 659 (gnovelty+2) R 657 659 659 0 -1 4202496 867 0 0 0 9820 1 0 0 25 0 1 0 656778574 1043251200 602 33554432000 134512640 135663704 4291513488 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/659/statm: 254700 602 113 282 0 254416 0
[pid=619/tid=658] ppid=616 vsize=292292 CPUtime=0 cores=0,2
/proc/619/task/658/stat : 658 (python) S 616 619 32005 0 -1 4202560 28 929 0 8 0 0 0 0 19 0 2 0 656778574 299307008 7946 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.62
Current children cumulated vsize (KiB) 1593140

[startup+162.314 s]
/proc/loadavg: 3.98 3.95 3.84 5/391 717
/proc/meminfo: memFree=23342720/32950928 swapFree=45937192/67111528
[pid=619] ppid=616 vsize=302548 CPUtime=2.16 cores=0,2
/proc/619/stat : 619 (python) S 616 619 32005 0 -1 4202496 13232 929 84 8 169 47 0 0 20 0 3 0 656778191 309809152 7953 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/619/statm: 75637 7953 1880 364 0 11552 0
[pid=657] ppid=619 vsize=292292 CPUtime=0.28 cores=0,2
/proc/657/stat : 657 (python) S 619 619 32005 0 -1 4202560 1148 0 0 0 15 13 0 0 19 0 2 0 656778574 299307008 6485 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/657/statm: 73073 6485 415 364 0 8991 0
[pid=659] ppid=657 vsize=1018800 CPUtime=100.04 cores=0,2
/proc/659/stat : 659 (gnovelty+2) T 657 659 659 0 -1 4202496 867 0 0 0 10003 1 0 0 25 0 1 0 656778574 1043251200 602 33554432000 134512640 135663704 4291513488 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/659/statm: 254700 602 113 282 0 254416 0
[pid=657/tid=708] ppid=619 vsize=292292 CPUtime=0 cores=0,2
/proc/657/task/708/stat : 708 (python) S 619 619 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656788605 299307008 6485 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 514 18446604442027534400 0 0 -1 2 0 0 0
[pid=709] ppid=619 vsize=292304 CPUtime=0.16 cores=0,2
/proc/709/stat : 709 (python) S 619 619 32005 0 -1 4202560 912 0 0 0 8 8 0 0 18 0 1 0 656788606 299319296 6440 33554432000 4194304 5683644 140737181840704 18446744073709551615 254500712006 0 0 16781312 514 496117238638543106 0 0 17 0 0 0 0
/proc/709/statm: 73076 6440 371 364 0 8991 0
[pid=711] ppid=709 vsize=1018800 CPUtime=57.99 cores=0,2
/proc/711/stat : 711 (gnovelty+2) R 709 711 711 0 -1 4202496 866 0 0 0 5799 0 0 0 25 0 1 0 656788607 1043251200 602 33554432000 134512640 135663704 4287651392 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/711/statm: 254700 602 113 282 0 254416 0
[pid=619/tid=658] ppid=616 vsize=302548 CPUtime=0 cores=0,2
/proc/619/task/658/stat : 658 (python) S 616 619 32005 0 -1 4202560 28 929 0 8 0 0 0 0 19 0 3 0 656778574 309809152 7953 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
[pid=619/tid=710] ppid=616 vsize=302548 CPUtime=0 cores=0,2
/proc/619/task/710/stat : 710 (python) S 616 619 32005 0 -1 4202560 33 929 0 8 0 0 0 0 20 0 3 0 656788607 309809152 7953 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 2924744

[startup+222.301 s]
/proc/loadavg: 4.06 3.97 3.85 5/407 734
/proc/meminfo: memFree=23305976/32950928 swapFree=45937192/67111528
[pid=619] ppid=616 vsize=312956 CPUtime=2.18 cores=0,2

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

[pid=728] ppid=619 vsize=302712 CPUtime=0.3 cores=0,2
/proc/728/stat : 728 (python) S 619 619 32005 0 -1 4202560 1073 0 0 0 18 12 0 0 19 0 2 0 656798640 309977088 6512 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/728/statm: 75678 6512 400 364 0 11590 0
[pid=730] ppid=728 vsize=420484 CPUtime=99.97 cores=0,2
/proc/730/stat : 730 (adaptg2wsat2009) T 728 730 730 0 -1 4202496 1755 0 0 0 9997 0 0 0 25 0 1 0 656798640 430575616 1493 33554432000 134512640 135107411 4287678544 18446744073709551615 134531254 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/730/statm: 105121 1493 59 146 0 103997 0
[pid=728/tid=746] ppid=619 vsize=302712 CPUtime=0 cores=0,2
/proc/728/task/746/stat : 746 (python) S 619 619 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656808670 309977088 6512 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 514 18446604450214375616 0 0 -1 2 0 0 0
[pid=747] ppid=619 vsize=312968 CPUtime=0.31 cores=0,2
/proc/747/stat : 747 (python) S 619 619 32005 0 -1 4202560 1074 0 0 0 18 13 0 0 19 0 2 0 656808671 320479232 6537 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/747/statm: 78242 6537 400 364 0 14151 0
[pid=749] ppid=747 vsize=420484 CPUtime=100 cores=0,2
/proc/749/stat : 749 (adaptg2wsat2009) T 747 749 749 0 -1 4202496 1758 0 0 0 10000 0 0 0 25 0 1 0 656808671 430575616 1492 33554432000 134512640 135107411 4287564864 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/749/statm: 105121 1492 59 146 0 103997 0
[pid=747/tid=765] ppid=619 vsize=312968 CPUtime=0 cores=0,2
/proc/747/task/765/stat : 765 (python) S 619 619 32005 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656818702 320479232 6537 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 514 18446604453674514560 0 0 -1 0 0 0 0
[pid=766] ppid=619 vsize=323224 CPUtime=0.32 cores=0,2
/proc/766/stat : 766 (python) S 619 619 32005 0 -1 4202560 1082 0 0 0 17 15 0 0 19 0 2 0 656818703 330981376 6541 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/766/statm: 80806 6541 400 364 0 16712 0
[pid=768] ppid=766 vsize=420484 CPUtime=99.98 cores=0,2
/proc/768/stat : 768 (adaptg2wsat2009) T 766 768 768 0 -1 4202496 1757 0 0 0 9998 0 0 0 25 0 1 0 656818704 430575616 1493 33554432000 134512640 135107411 4294176896 18446744073709551615 134532352 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/768/statm: 105121 1493 59 146 0 103997 0
[pid=766/tid=784] ppid=619 vsize=323224 CPUtime=0 cores=0,2
/proc/766/task/784/stat : 784 (python) S 619 619 32005 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656828734 330981376 6541 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 514 18446604446055748864 0 0 -1 2 0 0 0
[pid=785] ppid=619 vsize=333616 CPUtime=0.32 cores=0,2
/proc/785/stat : 785 (python) S 619 619 32005 0 -1 4202560 1090 0 0 0 17 15 0 0 19 0 2 0 656828736 341622784 6558 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/785/statm: 83404 6558 400 364 0 19307 0
[pid=787] ppid=785 vsize=1018800 CPUtime=100.06 cores=0,2
/proc/787/stat : 787 (gnovelty+2) T 785 787 787 0 -1 4202496 869 0 0 0 10006 0 0 0 25 0 1 0 656828736 1043251200 602 33554432000 134512640 135663704 4292187008 18446744073709551615 134524868 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/787/statm: 254700 602 113 282 0 254416 0
[pid=785/tid=803] ppid=619 vsize=333616 CPUtime=0 cores=0,2
/proc/785/task/803/stat : 803 (python) S 619 619 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656838770 341622784 6558 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 514 18446604441051539584 0 0 -1 2 0 0 0
[pid=804] ppid=619 vsize=343872 CPUtime=0.3 cores=0,2
/proc/804/stat : 804 (python) S 619 619 32005 0 -1 4202560 1091 0 0 0 16 14 0 0 19 0 2 0 656838772 352124928 6588 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/804/statm: 85968 6588 400 364 0 21868 0
[pid=806] ppid=804 vsize=250372 CPUtime=100.29 cores=0,2
/proc/806/stat : 806 (FH) T 804 806 806 0 -1 4202496 1674 0 0 0 10028 1 0 0 25 0 1 0 656838772 256380928 1408 33554432000 134512640 134936988 4288206640 18446744073709551615 134554229 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/806/statm: 62593 1408 41 104 0 62097 0
[pid=804/tid=823] ppid=619 vsize=343872 CPUtime=0 cores=0,2
/proc/804/task/823/stat : 823 (python) S 619 619 32005 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656848802 352124928 6588 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 514 18446604443337326784 0 0 -1 2 0 0 0
[pid=824] ppid=619 vsize=354128 CPUtime=0 cores=0,2
/proc/824/stat : 824 (python) S 619 619 32005 0 -1 4202560 785 0 0 0 0 0 0 0 19 0 1 0 656848803 362627072 6541 33554432000 4194304 5683644 140737181840704 18446744073709551615 254500712006 0 0 16781312 514 4251182548253671423 0 0 17 0 0 0 0
/proc/824/statm: 88532 6541 350 364 0 24429 0
[pid=826] ppid=824 vsize=420484 CPUtime=0.58 cores=0,2
/proc/826/stat : 826 (adaptg2wsat2009) R 824 826 826 0 -1 4202496 1762 0 0 0 58 0 0 0 22 0 1 0 656848804 430575616 1492 33554432000 134512640 135107411 4292431456 18446744073709551615 134532381 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/826/statm: 105121 1492 59 146 0 103997 0
[pid=619/tid=658] ppid=616 vsize=364372 CPUtime=0 cores=0,2
/proc/619/task/658/stat : 658 (python) S 616 619 32005 0 -1 4202560 28 929 0 8 0 0 0 0 19 0 9 0 656778574 373116928 8087 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
[pid=619/tid=710] ppid=616 vsize=364372 CPUtime=0 cores=0,2
/proc/619/task/710/stat : 710 (python) S 616 619 32005 0 -1 4202560 33 929 0 8 0 0 0 0 20 0 9 0 656788607 373116928 8087 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
[pid=619/tid=729] ppid=616 vsize=364372 CPUtime=0 cores=0,2
/proc/619/task/729/stat : 729 (python) S 616 619 32005 0 -1 4202560 22 929 0 8 0 0 0 0 20 0 9 0 656798640 373116928 8087 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
[pid=619/tid=748] ppid=616 vsize=364372 CPUtime=0 cores=0,2
/proc/619/task/748/stat : 748 (python) S 616 619 32005 0 -1 4202560 23 929 0 8 0 0 0 0 20 0 9 0 656808671 373116928 8087 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
[pid=619/tid=767] ppid=616 vsize=364372 CPUtime=0 cores=0,2
/proc/619/task/767/stat : 767 (python) S 616 619 32005 0 -1 4202560 27 929 0 8 0 0 0 0 20 0 9 0 656818704 373116928 8087 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
[pid=619/tid=786] ppid=616 vsize=364372 CPUtime=0 cores=0,2
/proc/619/task/786/stat : 786 (python) S 616 619 32005 0 -1 4202560 27 929 0 8 0 0 0 0 20 0 9 0 656828736 373116928 8087 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
[pid=619/tid=805] ppid=616 vsize=364372 CPUtime=0 cores=0,2
/proc/619/task/805/stat : 805 (python) S 616 619 32005 0 -1 4202560 26 929 0 8 0 0 0 0 20 0 9 0 656838772 373116928 8087 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
[pid=619/tid=825] ppid=616 vsize=364372 CPUtime=0 cores=0,2
/proc/619/task/825/stat : 825 (python) S 616 619 32005 0 -1 4202560 27 929 0 8 0 0 0 0 20 0 9 0 656848803 373116928 8087 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 705.35
Current children cumulated vsize (KiB) 7908196

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

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

[startup+706.701 s]
/proc/loadavg: 3.92 4.03 3.92 4/429 863
/proc/meminfo: memFree=23279132/32950928 swapFree=45937192/67111528
[pid=619] ppid=616 vsize=364372 CPUtime=2.26 cores=0,2
/proc/619/stat : 619 (python) S 616 619 32005 0 -1 4202496 18500 929 84 8 177 49 0 0 20 0 9 0 656778191 373116928 8087 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/619/statm: 91093 8087 1892 364 0 26990 0
[pid=657] ppid=619 vsize=292292 CPUtime=0.28 cores=0,2
/proc/657/stat : 657 (python) S 619 619 32005 0 -1 4202560 1148 0 0 0 15 13 0 0 19 0 2 0 656778574 299307008 6485 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/657/statm: 73073 6485 415 364 0 8991 0
[pid=659] ppid=657 vsize=1018800 CPUtime=100.04 cores=0,2
/proc/659/stat : 659 (gnovelty+2) T 657 659 659 0 -1 4202496 867 0 0 0 10003 1 0 0 25 0 1 0 656778574 1043251200 602 33554432000 134512640 135663704 4291513488 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/659/statm: 254700 602 113 282 0 254416 0
[pid=657/tid=708] ppid=619 vsize=292292 CPUtime=0 cores=0,2
/proc/657/task/708/stat : 708 (python) S 619 619 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656788605 299307008 6485 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 514 18446604442027534400 0 0 -1 2 0 0 0
[pid=709] ppid=619 vsize=292304 CPUtime=0.3 cores=0,2
/proc/709/stat : 709 (python) S 619 619 32005 0 -1 4202560 1078 0 0 0 16 14 0 0 19 0 2 0 656788606 299319296 6470 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/709/statm: 73076 6470 400 364 0 8991 0
[pid=711] ppid=709 vsize=1018800 CPUtime=100.04 cores=0,2
/proc/711/stat : 711 (gnovelty+2) T 709 711 711 0 -1 4202496 866 0 0 0 10004 0 0 0 25 0 1 0 656788607 1043251200 602 33554432000 134512640 135663704 4287651392 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/711/statm: 254700 602 113 282 0 254416 0
[pid=709/tid=727] ppid=619 vsize=292304 CPUtime=0 cores=0,2
/proc/709/task/727/stat : 727 (python) S 619 619 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656798639 299319296 6470 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 514 18446604441051540480 0 0 -1 0 0 0 0
[pid=728] ppid=619 vsize=302712 CPUtime=0.3 cores=0,2
/proc/728/stat : 728 (python) S 619 619 32005 0 -1 4202560 1073 0 0 0 18 12 0 0 19 0 2 0 656798640 309977088 6512 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/728/statm: 75678 6512 400 364 0 11590 0
[pid=730] ppid=728 vsize=420484 CPUtime=99.97 cores=0,2
/proc/730/stat : 730 (adaptg2wsat2009) T 728 730 730 0 -1 4202496 1755 0 0 0 9997 0 0 0 25 0 1 0 656798640 430575616 1493 33554432000 134512640 135107411 4287678544 18446744073709551615 134531254 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/730/statm: 105121 1493 59 146 0 103997 0
[pid=728/tid=746] ppid=619 vsize=302712 CPUtime=0 cores=0,2
/proc/728/task/746/stat : 746 (python) S 619 619 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656808670 309977088 6512 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 514 18446604450214375616 0 0 -1 2 0 0 0
[pid=747] ppid=619 vsize=312968 CPUtime=0.31 cores=0,2
/proc/747/stat : 747 (python) S 619 619 32005 0 -1 4202560 1074 0 0 0 18 13 0 0 19 0 2 0 656808671 320479232 6537 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/747/statm: 78242 6537 400 364 0 14151 0
[pid=749] ppid=747 vsize=420484 CPUtime=100 cores=0,2
/proc/749/stat : 749 (adaptg2wsat2009) T 747 749 749 0 -1 4202496 1758 0 0 0 10000 0 0 0 25 0 1 0 656808671 430575616 1492 33554432000 134512640 135107411 4287564864 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/749/statm: 105121 1492 59 146 0 103997 0
[pid=747/tid=765] ppid=619 vsize=312968 CPUtime=0 cores=0,2
/proc/747/task/765/stat : 765 (python) S 619 619 32005 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656818702 320479232 6537 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 514 18446604453674514560 0 0 -1 0 0 0 0
[pid=766] ppid=619 vsize=323224 CPUtime=0.32 cores=0,2
/proc/766/stat : 766 (python) S 619 619 32005 0 -1 4202560 1082 0 0 0 17 15 0 0 19 0 2 0 656818703 330981376 6541 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/766/statm: 80806 6541 400 364 0 16712 0
[pid=768] ppid=766 vsize=420484 CPUtime=99.98 cores=0,2
/proc/768/stat : 768 (adaptg2wsat2009) T 766 768 768 0 -1 4202496 1757 0 0 0 9998 0 0 0 25 0 1 0 656818704 430575616 1493 33554432000 134512640 135107411 4294176896 18446744073709551615 134532352 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/768/statm: 105121 1493 59 146 0 103997 0
[pid=766/tid=784] ppid=619 vsize=323224 CPUtime=0 cores=0,2
/proc/766/task/784/stat : 784 (python) S 619 619 32005 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656828734 330981376 6541 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 514 18446604446055748864 0 0 -1 2 0 0 0
[pid=785] ppid=619 vsize=333616 CPUtime=0.32 cores=0,2
/proc/785/stat : 785 (python) S 619 619 32005 0 -1 4202560 1090 0 0 0 17 15 0 0 19 0 2 0 656828736 341622784 6558 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/785/statm: 83404 6558 400 364 0 19307 0
[pid=787] ppid=785 vsize=1018800 CPUtime=100.06 cores=0,2
/proc/787/stat : 787 (gnovelty+2) T 785 787 787 0 -1 4202496 869 0 0 0 10006 0 0 0 25 0 1 0 656828736 1043251200 602 33554432000 134512640 135663704 4292187008 18446744073709551615 134524868 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/787/statm: 254700 602 113 282 0 254416 0
[pid=785/tid=803] ppid=619 vsize=333616 CPUtime=0 cores=0,2
/proc/785/task/803/stat : 803 (python) S 619 619 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656838770 341622784 6558 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 514 18446604441051539584 0 0 -1 2 0 0 0
[pid=804] ppid=619 vsize=343872 CPUtime=0.3 cores=0,2
/proc/804/stat : 804 (python) S 619 619 32005 0 -1 4202560 1091 0 0 0 16 14 0 0 19 0 2 0 656838772 352124928 6588 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/804/statm: 85968 6588 400 364 0 21868 0
[pid=806] ppid=804 vsize=250372 CPUtime=100.29 cores=0,2
/proc/806/stat : 806 (FH) T 804 806 806 0 -1 4202496 1674 0 0 0 10028 1 0 0 25 0 1 0 656838772 256380928 1408 33554432000 134512640 134936988 4288206640 18446744073709551615 134554229 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/806/statm: 62593 1408 41 104 0 62097 0
[pid=804/tid=823] ppid=619 vsize=343872 CPUtime=0 cores=0,2
/proc/804/task/823/stat : 823 (python) S 619 619 32005 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656848802 352124928 6588 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 514 18446604443337326784 0 0 -1 2 0 0 0
[pid=824] ppid=619 vsize=354128 CPUtime=0 cores=0,2
/proc/824/stat : 824 (python) S 619 619 32005 0 -1 4202560 785 0 0 0 0 0 0 0 19 0 1 0 656848803 362627072 6541 33554432000 4194304 5683644 140737181840704 18446744073709551615 254500712006 0 0 16781312 514 4251182548253671423 0 0 17 0 0 0 0
/proc/824/statm: 88532 6541 350 364 0 24429 0
[pid=826] ppid=824 vsize=420484 CPUtime=0.58 cores=0,2
/proc/826/stat : 826 (adaptg2wsat2009) R 824 826 826 0 -1 4202496 1762 0 0 0 58 0 0 0 22 0 1 0 656848804 430575616 1492 33554432000 134512640 135107411 4292431456 18446744073709551615 134532381 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/826/statm: 105121 1492 59 146 0 103997 0
[pid=619/tid=658] ppid=616 vsize=364372 CPUtime=0 cores=0,2
/proc/619/task/658/stat : 658 (python) S 616 619 32005 0 -1 4202560 28 929 0 8 0 0 0 0 19 0 9 0 656778574 373116928 8087 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
[pid=619/tid=710] ppid=616 vsize=364372 CPUtime=0 cores=0,2
/proc/619/task/710/stat : 710 (python) S 616 619 32005 0 -1 4202560 33 929 0 8 0 0 0 0 20 0 9 0 656788607 373116928 8087 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
[pid=619/tid=729] ppid=616 vsize=364372 CPUtime=0 cores=0,2
/proc/619/task/729/stat : 729 (python) S 616 619 32005 0 -1 4202560 22 929 0 8 0 0 0 0 20 0 9 0 656798640 373116928 8087 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
[pid=619/tid=748] ppid=616 vsize=364372 CPUtime=0 cores=0,2
/proc/619/task/748/stat : 748 (python) S 616 619 32005 0 -1 4202560 23 929 0 8 0 0 0 0 20 0 9 0 656808671 373116928 8087 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
[pid=619/tid=767] ppid=616 vsize=364372 CPUtime=0 cores=0,2
/proc/619/task/767/stat : 767 (python) S 616 619 32005 0 -1 4202560 27 929 0 8 0 0 0 0 20 0 9 0 656818704 373116928 8087 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
[pid=619/tid=786] ppid=616 vsize=364372 CPUtime=0 cores=0,2
/proc/619/task/786/stat : 786 (python) S 616 619 32005 0 -1 4202560 27 929 0 8 0 0 0 0 20 0 9 0 656828736 373116928 8087 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
[pid=619/tid=805] ppid=616 vsize=364372 CPUtime=0 cores=0,2
/proc/619/task/805/stat : 805 (python) S 616 619 32005 0 -1 4202560 26 929 0 8 0 0 0 0 20 0 9 0 656838772 373116928 8087 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
[pid=619/tid=825] ppid=616 vsize=364372 CPUtime=0 cores=0,2
/proc/619/task/825/stat : 825 (python) S 616 619 32005 0 -1 4202560 27 929 0 8 0 0 0 0 20 0 9 0 656848803 373116928 8087 33554432000 4194304 5683644 140737181840704 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 705.35
Current children cumulated vsize (KiB) 7908196

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 706.777
CPU time (s): 705.35
CPU user time (s): 703.88
CPU system time (s): 1.47
CPU usage (%): 99.7981
Max. virtual memory (cumulated for all children) (KiB): 7908196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.77973
system time used= 0.507922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19435
page faults= 92
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44689
involuntary context switches= 47

runsolver used 3.05953 second user time and 5.9461 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 11:30:15
IDJOB=3377250
IDBENCH=82559
IDSOLVER=1857
FILE ID=node149/3377250-1305451814
RUNJOBID= node149-1305451814-581
PBS_JOBID= 13324860
Free space on /tmp= 73620 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1250-c25000-S935783783-069-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-3377250-1305451814/watcher-3377250-1305451814 -o /tmp/evaluation-result-3377250-1305451814/solver-3377250-1305451814 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377250-1305451814.cnf -seed 82573889 -budget 2400

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

MD5SUM BENCH= 4ba3e8e19a6d9aec4bc2bd0594f1360a
RANDOM SEED=82573889

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:      23535308 kB
Buffers:        322656 kB
Cached:        4455304 kB
SwapCached:      19984 kB
Active:        6490964 kB
Inactive:      2624132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23535308 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:          125532 kB
Writeback:           0 kB
AnonPages:     4330268 kB
Mapped:          13604 kB
Slab:           162592 kB
PageTables:      72300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80193760 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73476 MiB
End job on node149 at 2011-05-15 11:42:04