Trace number 3377253

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) 703.81 705.178

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S573815729-001-UNKNOWN.cnf
MD5SUM34a446d3b38e7b034208a35fa75247bf
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark172.11
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.66/2.51	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.66/2.51	c INFO: solving HOME/instance-3377253-1305451815.cnf
0.66/2.51	c INFO: computing task features
0.75/2.63	c INFO: computed variable-clause graph statistics
0.75/2.64	c INFO: computed clause balance statistics
1.25/3.26	c INFO: computed variable balance statistics
1.25/3.60	c INFO: computed small-clause counts
1.25/3.60	c INFO: computed Horn-clause counts
1.25/3.63	c INFO: computed variable graph statistics
1.25/3.63	c INFO: collected features for HOME/instance-3377253-1305451815.cnf in 1.12 s
1.25/3.65	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
101.29/102.95	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.14)
201.63/203.25	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.09)
301.90/303.53	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.07)
402.21/403.82	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.06)
502.48/504.11	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.05)
602.79/604.43	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.04)
703.38/704.75	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 4,6

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/361 632
/proc/meminfo: memFree=23521080/32950928 swapFree=45937192/67111528
[pid=632] ppid=630 vsize=15084 CPUtime=0 cores=4,6
/proc/632/stat : 632 (python) R 630 632 32005 0 -1 4202496 627 0 0 0 0 0 0 0 20 0 1 0 656778200 15446016 524 33554432000 4194304 5683644 140733211466768 18446744073709551615 4293104 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/632/statm: 3771 526 304 364 0 258 0

[startup+0.0865941 s]
/proc/loadavg: 3.40 3.89 3.81 5/361 632
/proc/meminfo: memFree=23521080/32950928 swapFree=45937192/67111528
[pid=632] ppid=630 vsize=27348 CPUtime=0.04 cores=4,6
/proc/632/stat : 632 (python) S 630 632 32005 0 -1 4202496 1349 0 2 0 3 1 0 0 17 0 1 0 656778200 28004352 1197 33554432000 4194304 5683644 140733211466768 18446744073709551615 254495768199 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/632/statm: 6837 1197 440 364 0 724 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27348

[startup+0.100627 s]
/proc/loadavg: 3.40 3.89 3.81 5/361 632
/proc/meminfo: memFree=23521080/32950928 swapFree=45937192/67111528
[pid=632] ppid=630 vsize=29788 CPUtime=0.04 cores=4,6
/proc/632/stat : 632 (python) D 630 632 32005 0 -1 4202496 1443 0 3 0 3 1 0 0 17 0 1 0 656778200 30502912 1288 33554432000 4194304 5683644 140733211466768 18446744073709551615 254500689920 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/632/statm: 7447 1288 443 364 0 817 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29788

[startup+0.300565 s]
/proc/loadavg: 3.40 3.89 3.81 5/361 632
/proc/meminfo: memFree=23521080/32950928 swapFree=45937192/67111528
[pid=632] ppid=630 vsize=56644 CPUtime=0.08 cores=4,6
/proc/632/stat : 632 (python) D 630 632 32005 0 -1 4202496 2071 0 8 0 5 3 0 0 17 0 1 0 656778200 58003456 1835 33554432000 4194304 5683644 140733211466768 18446744073709551615 254495771542 0 0 16781312 2 18446744071562234166 0 0 17 6 0 0 1
/proc/632/statm: 14161 1835 492 364 0 1284 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56644

[startup+0.70044 s]
/proc/loadavg: 3.40 3.89 3.81 5/361 632
/proc/meminfo: memFree=23521080/32950928 swapFree=45937192/67111528
[pid=632] ppid=630 vsize=119072 CPUtime=0.19 cores=4,6
/proc/632/stat : 632 (python) D 630 632 32005 0 -1 4202496 3889 0 20 0 11 8 0 0 16 0 1 0 656778200 121929728 3542 33554432000 4194304 5683644 140733211466768 18446744073709551615 254500689920 0 0 16781312 2 0 0 0 17 6 0 0 5
/proc/632/statm: 29768 3542 940 364 0 2652 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 119072

[startup+1.50031 s]
/proc/loadavg: 3.40 3.89 3.81 5/363 650
/proc/meminfo: memFree=23458088/32950928 swapFree=45937192/67111528
[pid=632] ppid=630 vsize=196848 CPUtime=0.47 cores=4,6
/proc/632/stat : 632 (python) D 630 632 32005 0 -1 4202496 6888 927 49 8 25 22 0 0 16 0 1 0 656778200 201572352 4976 33554432000 4194304 5683644 140733211466768 18446744073709551615 254495772182 0 0 16781312 2 18446744071562234166 0 0 17 6 0 0 14
/proc/632/statm: 49212 4976 1431 364 0 3756 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 196848

[startup+3.10096 s]
/proc/loadavg: 3.37 3.88 3.80 3/363 650
/proc/meminfo: memFree=23417108/32950928 swapFree=45937192/67111528
[pid=632] ppid=630 vsize=285804 CPUtime=1.25 cores=4,6
/proc/632/stat : 632 (python) R 630 632 32005 0 -1 4202496 11996 927 74 8 97 28 0 0 16 0 1 0 656778200 292663296 8836 33554432000 4194304 5683644 140733211466768 18446744073709551615 4944084 0 0 16781312 2 0 0 0 17 6 0 0 35
/proc/632/statm: 71451 8836 1826 364 0 7375 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 285804
heavy processes:

[startup+6.30039 s]
/proc/loadavg: 3.37 3.88 3.80 5/375 662
/proc/meminfo: memFree=23354308/32950928 swapFree=45937192/67111528
[pid=632] ppid=630 vsize=292288 CPUtime=1.81 cores=4,6
/proc/632/stat : 632 (python) S 630 632 32005 0 -1 4202496 12364 927 74 8 152 29 0 0 19 0 2 0 656778200 299302912 7945 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 35
/proc/632/statm: 73072 7945 1877 364 0 8990 0
[pid=654] ppid=632 vsize=282044 CPUtime=0 cores=4,6
/proc/654/stat : 654 (python) S 632 632 32005 0 -1 4202560 722 0 0 0 0 0 0 0 18 0 1 0 656778565 288813056 6418 33554432000 4194304 5683644 140733211466768 18446744073709551615 254500711951 0 0 16781312 514 4396957449131622657 0 0 17 6 0 0 0
/proc/654/statm: 70511 6418 354 364 0 6429 0
[pid=656] ppid=654 vsize=1018800 CPUtime=2.64 cores=4,6
/proc/656/stat : 656 (gnovelty+2) R 654 656 656 0 -1 4202496 864 0 0 0 264 0 0 0 25 0 1 0 656778565 1043251200 602 33554432000 134512640 135663704 4293495840 18446744073709551615 134545786 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/656/statm: 254700 602 113 282 0 254416 0
[pid=632/tid=655] ppid=630 vsize=292288 CPUtime=0 cores=4,6
/proc/632/task/655/stat : 655 (python) S 630 632 32005 0 -1 4202560 27 927 0 8 0 0 0 0 19 0 2 0 656778565 299302912 7945 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 1593132
heavy processes:

[startup+12.7011 s]
/proc/loadavg: 3.55 3.90 3.81 5/375 697
/proc/meminfo: memFree=23368016/32950928 swapFree=45937192/67111528
[pid=632] ppid=630 vsize=292288 CPUtime=1.81 cores=4,6
/proc/632/stat : 632 (python) S 630 632 32005 0 -1 4202496 12364 927 74 8 152 29 0 0 19 0 2 0 656778200 299302912 7945 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 35
/proc/632/statm: 73072 7945 1877 364 0 8990 0
[pid=654] ppid=632 vsize=282044 CPUtime=0.01 cores=4,6
/proc/654/stat : 654 (python) S 632 632 32005 0 -1 4202560 959 0 0 0 1 0 0 0 18 0 1 0 656778565 288813056 6446 33554432000 4194304 5683644 140733211466768 18446744073709551615 254500711951 0 0 16781312 514 4396957449131622657 0 0 17 6 0 0 0
/proc/654/statm: 70511 6446 382 364 0 6429 0
[pid=656] ppid=654 vsize=1018800 CPUtime=9.04 cores=4,6
/proc/656/stat : 656 (gnovelty+2) R 654 656 656 0 -1 4202496 864 0 0 0 904 0 0 0 25 0 1 0 656778565 1043251200 602 33554432000 134512640 135663704 4293495840 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/656/statm: 254700 602 113 282 0 254416 0
[pid=632/tid=655] ppid=630 vsize=292288 CPUtime=0 cores=4,6
/proc/632/task/655/stat : 655 (python) S 630 632 32005 0 -1 4202560 27 927 0 8 0 0 0 0 19 0 2 0 656778565 299302912 7945 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.86
Current children cumulated vsize (KiB) 1593132

[startup+25.5006 s]
/proc/loadavg: 3.62 3.90 3.81 5/375 697
/proc/meminfo: memFree=23367936/32950928 swapFree=45937192/67111528
[pid=632] ppid=630 vsize=292288 CPUtime=1.81 cores=4,6
/proc/632/stat : 632 (python) S 630 632 32005 0 -1 4202496 12364 927 74 8 152 29 0 0 19 0 2 0 656778200 299302912 7945 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 35
/proc/632/statm: 73072 7945 1877 364 0 8990 0
[pid=654] ppid=632 vsize=282044 CPUtime=0.04 cores=4,6
/proc/654/stat : 654 (python) S 632 632 32005 0 -1 4202560 963 0 0 0 2 2 0 0 18 0 1 0 656778565 288813056 6446 33554432000 4194304 5683644 140733211466768 18446744073709551615 254500711951 0 0 16781312 514 17167176421768921345 0 0 17 6 0 0 0
/proc/654/statm: 70511 6446 382 364 0 6429 0
[pid=656] ppid=654 vsize=1018800 CPUtime=21.84 cores=4,6
/proc/656/stat : 656 (gnovelty+2) R 654 656 656 0 -1 4202496 864 0 0 0 2184 0 0 0 25 0 1 0 656778565 1043251200 602 33554432000 134512640 135663704 4293495840 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/656/statm: 254700 602 113 282 0 254416 0
[pid=632/tid=655] ppid=630 vsize=292288 CPUtime=0 cores=4,6
/proc/632/task/655/stat : 655 (python) S 630 632 32005 0 -1 4202560 27 927 0 8 0 0 0 0 19 0 2 0 656778565 299302912 7945 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.69
Current children cumulated vsize (KiB) 1593132

[startup+51.1005 s]
/proc/loadavg: 3.80 3.92 3.82 5/375 698
/proc/meminfo: memFree=23368200/32950928 swapFree=45937192/67111528
[pid=632] ppid=630 vsize=292288 CPUtime=1.81 cores=4,6
/proc/632/stat : 632 (python) S 630 632 32005 0 -1 4202496 12364 927 74 8 152 29 0 0 19 0 2 0 656778200 299302912 7945 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 35
/proc/632/statm: 73072 7945 1877 364 0 8990 0
[pid=654] ppid=632 vsize=282044 CPUtime=0.11 cores=4,6
/proc/654/stat : 654 (python) S 632 632 32005 0 -1 4202560 978 0 0 0 6 5 0 0 18 0 1 0 656778565 288813056 6446 33554432000 4194304 5683644 140733211466768 18446744073709551615 254500711951 0 0 16781312 514 17167176421768921345 0 0 17 6 0 0 0
/proc/654/statm: 70511 6446 382 364 0 6429 0
[pid=656] ppid=654 vsize=1018800 CPUtime=47.44 cores=4,6
/proc/656/stat : 656 (gnovelty+2) R 654 656 656 0 -1 4202496 864 0 0 0 4744 0 0 0 25 0 1 0 656778565 1043251200 602 33554432000 134512640 135663704 4293495840 18446744073709551615 134524697 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/656/statm: 254700 602 113 282 0 254416 0
[pid=632/tid=655] ppid=630 vsize=292288 CPUtime=0 cores=4,6
/proc/632/task/655/stat : 655 (python) S 630 632 32005 0 -1 4202560 27 927 0 8 0 0 0 0 19 0 2 0 656778565 299302912 7945 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.36
Current children cumulated vsize (KiB) 1593132

[startup+102.301 s]
/proc/loadavg: 3.96 3.94 3.83 5/375 699
/proc/meminfo: memFree=23368796/32950928 swapFree=45937192/67111528
[pid=632] ppid=630 vsize=292288 CPUtime=1.81 cores=4,6
/proc/632/stat : 632 (python) S 630 632 32005 0 -1 4202496 12364 927 74 8 152 29 0 0 19 0 2 0 656778200 299302912 7945 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 35
/proc/632/statm: 73072 7945 1877 364 0 8990 0
[pid=654] ppid=632 vsize=282044 CPUtime=0.24 cores=4,6
/proc/654/stat : 654 (python) S 632 632 32005 0 -1 4202560 1001 0 0 0 13 11 0 0 18 0 1 0 656778565 288813056 6446 33554432000 4194304 5683644 140733211466768 18446744073709551615 254500711951 0 0 16781312 514 17167176421768921345 0 0 17 6 0 0 0
/proc/654/statm: 70511 6446 382 364 0 6429 0
[pid=656] ppid=654 vsize=1018800 CPUtime=98.65 cores=4,6
/proc/656/stat : 656 (gnovelty+2) R 654 656 656 0 -1 4202496 864 0 0 0 9865 0 0 0 25 0 1 0 656778565 1043251200 602 33554432000 134512640 135663704 4293495840 18446744073709551615 134525699 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/656/statm: 254700 602 113 282 0 254416 0
[pid=632/tid=655] ppid=630 vsize=292288 CPUtime=0 cores=4,6
/proc/632/task/655/stat : 655 (python) S 630 632 32005 0 -1 4202560 27 927 0 8 0 0 0 0 19 0 2 0 656778565 299302912 7945 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.7
Current children cumulated vsize (KiB) 1593132

[startup+162.301 s]
/proc/loadavg: 3.98 3.95 3.84 5/391 717
/proc/meminfo: memFree=23342844/32950928 swapFree=45937192/67111528
[pid=632] ppid=630 vsize=302544 CPUtime=1.82 cores=4,6
/proc/632/stat : 632 (python) S 630 632 32005 0 -1 4202496 13232 927 74 8 153 29 0 0 20 0 3 0 656778200 309805056 7952 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 35
/proc/632/statm: 75636 7952 1880 364 0 11551 0
[pid=654] ppid=632 vsize=292288 CPUtime=0.25 cores=4,6
/proc/654/stat : 654 (python) S 632 632 32005 0 -1 4202560 1144 0 0 0 14 11 0 0 19 0 2 0 656778565 299302912 6484 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/654/statm: 73072 6484 415 364 0 8990 0
[pid=656] ppid=654 vsize=1018800 CPUtime=99.28 cores=4,6
/proc/656/stat : 656 (gnovelty+2) T 654 656 656 0 -1 4202496 864 0 0 0 9928 0 0 0 25 0 1 0 656778565 1043251200 602 33554432000 134512640 135663704 4293495840 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/656/statm: 254700 602 113 282 0 254416 0
[pid=654/tid=700] ppid=632 vsize=292288 CPUtime=0 cores=4,6
/proc/654/task/700/stat : 700 (python) S 632 632 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656788494 299302912 6484 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 514 18446604441051537792 0 0 -1 6 0 0 0
[pid=701] ppid=632 vsize=292300 CPUtime=0.15 cores=4,6
/proc/701/stat : 701 (python) S 632 632 32005 0 -1 4202560 915 0 0 0 8 7 0 0 18 0 1 0 656788495 299315200 6439 33554432000 4194304 5683644 140733211466768 18446744073709551615 254500712006 0 0 16781312 514 17167176421768921347 0 0 17 4 0 0 0
/proc/701/statm: 73075 6439 371 364 0 8990 0
[pid=703] ppid=701 vsize=1018800 CPUtime=59.21 cores=4,6
/proc/703/stat : 703 (gnovelty+2) R 701 703 703 0 -1 4202496 866 0 0 0 5921 0 0 0 25 0 1 0 656788496 1043251200 603 33554432000 134512640 135663704 4287277360 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/703/statm: 254700 603 113 282 0 254416 0
[pid=632/tid=655] ppid=630 vsize=302544 CPUtime=0 cores=4,6
/proc/632/task/655/stat : 655 (python) S 630 632 32005 0 -1 4202560 27 927 0 8 0 0 0 0 19 0 3 0 656778565 309805056 7952 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
[pid=632/tid=702] ppid=630 vsize=302544 CPUtime=0 cores=4,6
/proc/632/task/702/stat : 702 (python) S 630 632 32005 0 -1 4202560 30 927 0 8 0 0 0 0 20 0 3 0 656788496 309805056 7952 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 2924732

[startup+222.314 s]
/proc/loadavg: 4.06 3.97 3.85 5/407 735
/proc/meminfo: memFree=23305852/32950928 swapFree=45937192/67111528
[pid=632] ppid=630 vsize=312948 CPUtime=1.83 cores=4,6

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

[pid=720] ppid=632 vsize=302704 CPUtime=0.26 cores=4,6
/proc/720/stat : 720 (python) S 632 632 32005 0 -1 4202560 1093 0 0 0 14 12 0 0 19 0 2 0 656798526 309968896 6510 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/720/statm: 75676 6510 400 364 0 11588 0
[pid=722] ppid=720 vsize=420484 CPUtime=99.98 cores=4,6
/proc/722/stat : 722 (adaptg2wsat2009) T 720 722 722 0 -1 4202496 1756 0 0 0 9998 0 0 0 25 0 1 0 656798526 430575616 1491 33554432000 134512640 135107411 4289603872 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/722/statm: 105121 1491 59 146 0 103997 0
[pid=720/tid=742] ppid=632 vsize=302704 CPUtime=0 cores=4,6
/proc/720/task/742/stat : 742 (python) S 632 632 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656808552 309968896 6510 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 514 18446604445312563328 0 0 -1 4 0 0 0
[pid=743] ppid=632 vsize=312960 CPUtime=0.28 cores=4,6
/proc/743/stat : 743 (python) S 632 632 32005 0 -1 4202560 1092 0 0 0 15 13 0 0 19 0 2 0 656808554 320471040 6535 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/743/statm: 78240 6535 400 364 0 14149 0
[pid=745] ppid=743 vsize=420484 CPUtime=99.98 cores=4,6
/proc/745/stat : 745 (adaptg2wsat2009) T 743 745 745 0 -1 4202496 1761 0 0 0 9998 0 0 0 25 0 1 0 656808554 430575616 1491 33554432000 134512640 135107411 4293029008 18446744073709551615 134531739 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/745/statm: 105121 1491 59 146 0 103997 0
[pid=743/tid=761] ppid=632 vsize=312960 CPUtime=0 cores=4,6
/proc/743/task/761/stat : 761 (python) S 632 632 32005 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 656818581 320471040 6535 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 514 18446604450745018560 0 0 -1 4 0 0 0
[pid=762] ppid=632 vsize=323216 CPUtime=0.29 cores=4,6
/proc/762/stat : 762 (python) S 632 632 32005 0 -1 4202560 1094 0 0 0 16 13 0 0 19 0 2 0 656818583 330973184 6539 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/762/statm: 80804 6539 400 364 0 16710 0
[pid=764] ppid=762 vsize=420484 CPUtime=99.97 cores=4,6
/proc/764/stat : 764 (adaptg2wsat2009) T 762 764 764 0 -1 4202496 1758 0 0 0 9997 0 0 0 25 0 1 0 656818583 430575616 1492 33554432000 134512640 135107411 4292288128 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/764/statm: 105121 1492 59 146 0 103997 0
[pid=762/tid=780] ppid=632 vsize=323216 CPUtime=0 cores=4,6
/proc/762/task/780/stat : 780 (python) S 632 632 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656828610 330973184 6539 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 514 18446604453853311936 0 0 -1 6 0 0 0
[pid=781] ppid=632 vsize=333608 CPUtime=0.28 cores=4,6
/proc/781/stat : 781 (python) S 632 632 32005 0 -1 4202560 1094 0 0 0 17 11 0 0 19 0 2 0 656828611 341614592 6556 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/781/statm: 83402 6556 400 364 0 19305 0
[pid=783] ppid=781 vsize=1018800 CPUtime=100.06 cores=4,6
/proc/783/stat : 783 (gnovelty+2) T 781 783 783 0 -1 4202496 872 0 0 0 10006 0 0 0 25 0 1 0 656828612 1043251200 603 33554432000 134512640 135663704 4288816048 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/783/statm: 254700 603 113 282 0 254416 0
[pid=781/tid=799] ppid=632 vsize=333608 CPUtime=0 cores=4,6
/proc/781/task/799/stat : 799 (python) S 632 632 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656838642 341614592 6556 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 514 18446604453732632640 0 0 -1 6 0 0 0
[pid=800] ppid=632 vsize=343864 CPUtime=0.3 cores=4,6
/proc/800/stat : 800 (python) S 632 632 32005 0 -1 4202560 1084 0 0 0 16 14 0 0 19 0 2 0 656838644 352116736 6586 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/800/statm: 85966 6586 400 364 0 21866 0
[pid=802] ppid=800 vsize=250368 CPUtime=100.3 cores=4,6
/proc/802/stat : 802 (FH) T 800 802 802 0 -1 4202496 1671 0 0 0 10030 0 0 0 25 0 1 0 656838644 256376832 1408 33554432000 134512640 134936988 4290188880 18446744073709551615 134547186 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/802/statm: 62592 1408 41 104 0 62096 0
[pid=800/tid=818] ppid=632 vsize=343864 CPUtime=0 cores=4,6
/proc/800/task/818/stat : 818 (python) S 632 632 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656848674 352116736 6586 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 514 18446604445312561536 0 0 -1 6 0 0 0
[pid=819] ppid=632 vsize=354120 CPUtime=0 cores=4,6
/proc/819/stat : 819 (python) S 632 632 32005 0 -1 4202560 772 0 0 0 0 0 0 0 19 0 1 0 656848675 362618880 6539 33554432000 4194304 5683644 140733211466768 18446744073709551615 254500712006 0 0 16781312 514 9754348196435329023 0 0 17 4 0 0 0
/proc/819/statm: 88530 6539 350 364 0 24427 0
[pid=821] ppid=819 vsize=418764 CPUtime=0.35 cores=4,6
/proc/821/stat : 821 (adaptg2wsat2009) R 819 821 821 0 -1 4202496 1186 0 0 0 35 0 0 0 21 0 1 0 656848676 428814336 917 33554432000 134512640 135107411 4292536224 18446744073709551615 134523199 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/821/statm: 104691 917 49 146 0 103567 0
[pid=632/tid=655] ppid=630 vsize=364364 CPUtime=0 cores=4,6
/proc/632/task/655/stat : 655 (python) S 630 632 32005 0 -1 4202560 27 927 0 8 0 0 0 0 19 0 9 0 656778565 373108736 8085 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
[pid=632/tid=702] ppid=630 vsize=364364 CPUtime=0 cores=4,6
/proc/632/task/702/stat : 702 (python) S 630 632 32005 0 -1 4202560 30 927 0 8 0 0 0 0 20 0 9 0 656788496 373108736 8085 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
[pid=632/tid=721] ppid=630 vsize=364364 CPUtime=0 cores=4,6
/proc/632/task/721/stat : 721 (python) S 630 632 32005 0 -1 4202560 26 927 0 8 0 0 0 0 20 0 9 0 656798526 373108736 8085 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
[pid=632/tid=744] ppid=630 vsize=364364 CPUtime=0 cores=4,6
/proc/632/task/744/stat : 744 (python) S 630 632 32005 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 9 0 656808554 373108736 8085 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
[pid=632/tid=763] ppid=630 vsize=364364 CPUtime=0 cores=4,6
/proc/632/task/763/stat : 763 (python) S 630 632 32005 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 9 0 656818583 373108736 8085 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
[pid=632/tid=782] ppid=630 vsize=364364 CPUtime=0 cores=4,6
/proc/632/task/782/stat : 782 (python) S 630 632 32005 0 -1 4202560 29 927 0 8 0 0 0 0 20 0 9 0 656828612 373108736 8085 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
[pid=632/tid=801] ppid=630 vsize=364364 CPUtime=0 cores=4,6
/proc/632/task/801/stat : 801 (python) S 630 632 32005 0 -1 4202560 28 927 0 8 0 0 0 0 20 0 9 0 656838644 373108736 8085 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
[pid=632/tid=820] ppid=630 vsize=364364 CPUtime=0 cores=4,6
/proc/632/task/820/stat : 820 (python) S 630 632 32005 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 9 0 656848676 373108736 8085 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 703.81
Current children cumulated vsize (KiB) 7906408

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

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

[startup+705.101 s]
/proc/loadavg: 4.09 4.06 3.93 5/453 821
/proc/meminfo: memFree=23199228/32950928 swapFree=45937192/67111528
[pid=632] ppid=630 vsize=364364 CPUtime=1.91 cores=4,6
/proc/632/stat : 632 (python) S 630 632 32005 0 -1 4202496 18499 927 74 8 160 31 0 0 20 0 9 0 656778200 373108736 8085 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 35
/proc/632/statm: 91091 8085 1892 364 0 26988 0
[pid=654] ppid=632 vsize=292288 CPUtime=0.25 cores=4,6
/proc/654/stat : 654 (python) S 632 632 32005 0 -1 4202560 1144 0 0 0 14 11 0 0 19 0 2 0 656778565 299302912 6484 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/654/statm: 73072 6484 415 364 0 8990 0
[pid=656] ppid=654 vsize=1018800 CPUtime=99.28 cores=4,6
/proc/656/stat : 656 (gnovelty+2) T 654 656 656 0 -1 4202496 864 0 0 0 9928 0 0 0 25 0 1 0 656778565 1043251200 602 33554432000 134512640 135663704 4293495840 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/656/statm: 254700 602 113 282 0 254416 0
[pid=654/tid=700] ppid=632 vsize=292288 CPUtime=0 cores=4,6
/proc/654/task/700/stat : 700 (python) S 632 632 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656788494 299302912 6484 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 514 18446604441051537792 0 0 -1 6 0 0 0
[pid=701] ppid=632 vsize=292300 CPUtime=0.26 cores=4,6
/proc/701/stat : 701 (python) S 632 632 32005 0 -1 4202560 1083 0 0 0 15 11 0 0 19 0 2 0 656788495 299315200 6469 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/701/statm: 73075 6469 400 364 0 8990 0
[pid=703] ppid=701 vsize=1018800 CPUtime=100.06 cores=4,6
/proc/703/stat : 703 (gnovelty+2) T 701 703 703 0 -1 4202496 866 0 0 0 10006 0 0 0 25 0 1 0 656788496 1043251200 603 33554432000 134512640 135663704 4287277360 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/703/statm: 254700 603 113 282 0 254416 0
[pid=701/tid=719] ppid=632 vsize=292300 CPUtime=0 cores=4,6
/proc/701/task/719/stat : 719 (python) S 632 632 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656798524 299315200 6469 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 514 18446604450214376512 0 0 -1 4 0 0 0
[pid=720] ppid=632 vsize=302704 CPUtime=0.26 cores=4,6
/proc/720/stat : 720 (python) S 632 632 32005 0 -1 4202560 1093 0 0 0 14 12 0 0 19 0 2 0 656798526 309968896 6510 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/720/statm: 75676 6510 400 364 0 11588 0
[pid=722] ppid=720 vsize=420484 CPUtime=99.98 cores=4,6
/proc/722/stat : 722 (adaptg2wsat2009) T 720 722 722 0 -1 4202496 1756 0 0 0 9998 0 0 0 25 0 1 0 656798526 430575616 1491 33554432000 134512640 135107411 4289603872 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/722/statm: 105121 1491 59 146 0 103997 0
[pid=720/tid=742] ppid=632 vsize=302704 CPUtime=0 cores=4,6
/proc/720/task/742/stat : 742 (python) S 632 632 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656808552 309968896 6510 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 514 18446604445312563328 0 0 -1 4 0 0 0
[pid=743] ppid=632 vsize=312960 CPUtime=0.28 cores=4,6
/proc/743/stat : 743 (python) S 632 632 32005 0 -1 4202560 1092 0 0 0 15 13 0 0 19 0 2 0 656808554 320471040 6535 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/743/statm: 78240 6535 400 364 0 14149 0
[pid=745] ppid=743 vsize=420484 CPUtime=99.98 cores=4,6
/proc/745/stat : 745 (adaptg2wsat2009) T 743 745 745 0 -1 4202496 1761 0 0 0 9998 0 0 0 25 0 1 0 656808554 430575616 1491 33554432000 134512640 135107411 4293029008 18446744073709551615 134531739 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/745/statm: 105121 1491 59 146 0 103997 0
[pid=743/tid=761] ppid=632 vsize=312960 CPUtime=0 cores=4,6
/proc/743/task/761/stat : 761 (python) S 632 632 32005 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 656818581 320471040 6535 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 514 18446604450745018560 0 0 -1 4 0 0 0
[pid=762] ppid=632 vsize=323216 CPUtime=0.29 cores=4,6
/proc/762/stat : 762 (python) S 632 632 32005 0 -1 4202560 1094 0 0 0 16 13 0 0 19 0 2 0 656818583 330973184 6539 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/762/statm: 80804 6539 400 364 0 16710 0
[pid=764] ppid=762 vsize=420484 CPUtime=99.97 cores=4,6
/proc/764/stat : 764 (adaptg2wsat2009) T 762 764 764 0 -1 4202496 1758 0 0 0 9997 0 0 0 25 0 1 0 656818583 430575616 1492 33554432000 134512640 135107411 4292288128 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/764/statm: 105121 1492 59 146 0 103997 0
[pid=762/tid=780] ppid=632 vsize=323216 CPUtime=0 cores=4,6
/proc/762/task/780/stat : 780 (python) S 632 632 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656828610 330973184 6539 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 514 18446604453853311936 0 0 -1 6 0 0 0
[pid=781] ppid=632 vsize=333608 CPUtime=0.28 cores=4,6
/proc/781/stat : 781 (python) S 632 632 32005 0 -1 4202560 1094 0 0 0 17 11 0 0 19 0 2 0 656828611 341614592 6556 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/781/statm: 83402 6556 400 364 0 19305 0
[pid=783] ppid=781 vsize=1018800 CPUtime=100.06 cores=4,6
/proc/783/stat : 783 (gnovelty+2) T 781 783 783 0 -1 4202496 872 0 0 0 10006 0 0 0 25 0 1 0 656828612 1043251200 603 33554432000 134512640 135663704 4288816048 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/783/statm: 254700 603 113 282 0 254416 0
[pid=781/tid=799] ppid=632 vsize=333608 CPUtime=0 cores=4,6
/proc/781/task/799/stat : 799 (python) S 632 632 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656838642 341614592 6556 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 514 18446604453732632640 0 0 -1 6 0 0 0
[pid=800] ppid=632 vsize=343864 CPUtime=0.3 cores=4,6
/proc/800/stat : 800 (python) S 632 632 32005 0 -1 4202560 1084 0 0 0 16 14 0 0 19 0 2 0 656838644 352116736 6586 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/800/statm: 85966 6586 400 364 0 21866 0
[pid=802] ppid=800 vsize=250368 CPUtime=100.3 cores=4,6
/proc/802/stat : 802 (FH) T 800 802 802 0 -1 4202496 1671 0 0 0 10030 0 0 0 25 0 1 0 656838644 256376832 1408 33554432000 134512640 134936988 4290188880 18446744073709551615 134547186 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/802/statm: 62592 1408 41 104 0 62096 0
[pid=800/tid=818] ppid=632 vsize=343864 CPUtime=0 cores=4,6
/proc/800/task/818/stat : 818 (python) S 632 632 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656848674 352116736 6586 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 514 18446604445312561536 0 0 -1 6 0 0 0
[pid=819] ppid=632 vsize=354120 CPUtime=0 cores=4,6
/proc/819/stat : 819 (python) S 632 632 32005 0 -1 4202560 772 0 0 0 0 0 0 0 19 0 1 0 656848675 362618880 6539 33554432000 4194304 5683644 140733211466768 18446744073709551615 254500712006 0 0 16781312 514 9754348196435329023 0 0 17 4 0 0 0
/proc/819/statm: 88530 6539 350 364 0 24427 0
[pid=821] ppid=819 vsize=418764 CPUtime=0.35 cores=4,6
/proc/821/stat : 821 (adaptg2wsat2009) R 819 821 821 0 -1 4202496 1186 0 0 0 35 0 0 0 21 0 1 0 656848676 428814336 917 33554432000 134512640 135107411 4292536224 18446744073709551615 134523199 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/821/statm: 104691 917 49 146 0 103567 0
[pid=632/tid=655] ppid=630 vsize=364364 CPUtime=0 cores=4,6
/proc/632/task/655/stat : 655 (python) S 630 632 32005 0 -1 4202560 27 927 0 8 0 0 0 0 19 0 9 0 656778565 373108736 8085 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
[pid=632/tid=702] ppid=630 vsize=364364 CPUtime=0 cores=4,6
/proc/632/task/702/stat : 702 (python) S 630 632 32005 0 -1 4202560 30 927 0 8 0 0 0 0 20 0 9 0 656788496 373108736 8085 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
[pid=632/tid=721] ppid=630 vsize=364364 CPUtime=0 cores=4,6
/proc/632/task/721/stat : 721 (python) S 630 632 32005 0 -1 4202560 26 927 0 8 0 0 0 0 20 0 9 0 656798526 373108736 8085 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
[pid=632/tid=744] ppid=630 vsize=364364 CPUtime=0 cores=4,6
/proc/632/task/744/stat : 744 (python) S 630 632 32005 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 9 0 656808554 373108736 8085 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
[pid=632/tid=763] ppid=630 vsize=364364 CPUtime=0 cores=4,6
/proc/632/task/763/stat : 763 (python) S 630 632 32005 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 9 0 656818583 373108736 8085 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
[pid=632/tid=782] ppid=630 vsize=364364 CPUtime=0 cores=4,6
/proc/632/task/782/stat : 782 (python) S 630 632 32005 0 -1 4202560 29 927 0 8 0 0 0 0 20 0 9 0 656828612 373108736 8085 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
[pid=632/tid=801] ppid=630 vsize=364364 CPUtime=0 cores=4,6
/proc/632/task/801/stat : 801 (python) S 630 632 32005 0 -1 4202560 28 927 0 8 0 0 0 0 20 0 9 0 656838644 373108736 8085 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
[pid=632/tid=820] ppid=630 vsize=364364 CPUtime=0 cores=4,6
/proc/632/task/820/stat : 820 (python) S 630 632 32005 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 9 0 656848676 373108736 8085 33554432000 4194304 5683644 140733211466768 18446744073709551615 254512515505 0 0 16781312 2 18446604446979057856 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 703.81
Current children cumulated vsize (KiB) 7906408

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 705.178
CPU time (s): 703.81
CPU user time (s): 702.65
CPU system time (s): 1.16
CPU usage (%): 99.806
Max. virtual memory (cumulated for all children) (KiB): 7906408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.60675
system time used= 0.319951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19432
page faults= 82
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43826
involuntary context switches= 287

runsolver used 3.34149 second user time and 6.08207 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 11:30:15
IDJOB=3377253
IDBENCH=82562
IDSOLVER=1857
FILE ID=node149/3377253-1305451815
RUNJOBID= node149-1305451814-582
PBS_JOBID= 13324860
Free space on /tmp= 73580 MiB

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

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

MD5SUM BENCH= 34a446d3b38e7b034208a35fa75247bf
RANDOM SEED=1932623704

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:      23522136 kB
Buffers:        322672 kB
Cached:        4461108 kB
SwapCached:      19984 kB
Active:        6563336 kB
Inactive:      2564820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23522136 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:          129024 kB
Writeback:           0 kB
AnonPages:     4336476 kB
Mapped:          14380 kB
Slab:           162852 kB
PageTables:      72300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80239600 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= 73484 MiB
End job on node149 at 2011-05-15 11:42:02