Trace number 3484050

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)? (MO) 701.97 704.365

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S896023516-057-UNKNOWN.cnf
MD5SUMfbc6593197090933c7d66c2e5740159a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark126.714
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 512750

Solver Data

0.50/3.03	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.50/3.03	c INFO: solving HOME/instance-3484050-1307747009.cnf
0.50/3.03	c INFO: computing task features
0.57/3.11	c INFO: computed variable-clause graph statistics
0.57/3.12	c INFO: computed clause balance statistics
0.97/3.59	c INFO: computed variable balance statistics
1.17/3.78	c INFO: computed small-clause counts
1.17/3.78	c INFO: computed Horn-clause counts
1.17/3.79	c INFO: computed variable graph statistics
1.17/3.79	c INFO: collected features for HOME/instance-3484050-1307747009.cnf in 0.76 s
1.27/3.80	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.37)
101.35/103.94	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.11)
201.43/204.09	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.08)
300.75/303.23	c INFO: running adaptg2wsat2009++@0 for 97 with 900 remaining (b = 0.06)
400.83/403.36	c INFO: running adaptg2wsat2009++@0 for 97 with 800 remaining (b = 0.05)
501.03/503.51	c INFO: running gnovelty+2@0 for 97 with 700 remaining (b = 0.04)
601.13/603.67	c INFO: running FH@0 for 97 with 600 remaining (b = 0.03)
701.47/703.83	c INFO: running adaptg2wsat2009++@0 for 97 with 499 remaining (b = 0.03)
701.97/704.36	c INFO: running adaptg2wsat2009++@0 for 97 with 499 remaining (b = 0.02)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 0.08 0.02 0.01 2/189 31455
/proc/meminfo: memFree=31485772/32950928 swapFree=67055948/67111528
[pid=31455] ppid=31450 vsize=11804 CPUtime=0 cores=5,7
/proc/31455/stat : 31455 (runsolver) R 31450 31455 31379 0 -1 4202560 41 0 0 0 0 0 0 0 21 0 1 0 886300878 12087296 50 33554432000 4194304 5436572 140735524864368 18446744073709551615 4883175 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/31455/statm: 2951 50 31 304 0 2643 0

[startup+0.0556919 s]
/proc/loadavg: 0.08 0.02 0.01 2/189 31455
/proc/meminfo: memFree=31485772/32950928 swapFree=67055948/67111528
[pid=31455] ppid=31450 vsize=15184 CPUtime=0 cores=5,7
/proc/31455/stat : 31455 (python) S 31450 31455 31379 0 -1 4202496 725 0 0 0 0 0 0 0 21 0 1 0 886300878 15548416 615 33554432000 4194304 5683644 140736560079920 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/31455/statm: 3796 615 321 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.100642 s]
/proc/loadavg: 0.08 0.02 0.01 2/189 31455
/proc/meminfo: memFree=31485772/32950928 swapFree=67055948/67111528
[pid=31455] ppid=31450 vsize=15380 CPUtime=0 cores=5,7
/proc/31455/stat : 31455 (python) S 31450 31455 31379 0 -1 4202496 795 0 0 0 0 0 0 0 21 0 1 0 886300878 15749120 681 33554432000 4194304 5683644 140736560079920 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/31455/statm: 3845 681 322 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+0.300603 s]
/proc/loadavg: 0.08 0.02 0.01 2/189 31455
/proc/meminfo: memFree=31485772/32950928 swapFree=67055948/67111528
[pid=31455] ppid=31450 vsize=16396 CPUtime=0.01 cores=5,7
/proc/31455/stat : 31455 (python) R 31450 31455 31379 0 -1 4202496 1118 0 0 0 1 0 0 0 17 0 1 0 886300878 16789504 985 33554432000 4194304 5683644 140736560079920 18446744073709551615 208080230400 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/31455/statm: 4099 985 409 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.700528 s]
/proc/loadavg: 0.08 0.02 0.01 2/189 31455
/proc/meminfo: memFree=31485772/32950928 swapFree=67055948/67111528
[pid=31455] ppid=31450 vsize=85360 CPUtime=0.07 cores=5,7
/proc/31455/stat : 31455 (python) D 31450 31455 31379 0 -1 4202496 2584 0 0 0 4 3 0 0 16 0 1 0 886300878 87408640 2308 33554432000 4194304 5683644 140736560079920 18446744073709551615 208080238135 0 0 16781312 2 18446744071562154983 0 0 17 5 0 0 0
/proc/31455/statm: 21340 2308 707 364 0 1557 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85360

[startup+1.50737 s]
/proc/loadavg: 0.39 0.08 0.03 1/190 31472
/proc/meminfo: memFree=31430448/32950928 swapFree=67055948/67111528
[pid=31455] ppid=31450 vsize=135748 CPUtime=0.26 cores=5,7
/proc/31455/stat : 31455 (python) S 31450 31455 31379 0 -1 4202496 5972 931 1 0 15 11 0 0 15 0 1 0 886300878 139005952 4149 33554432000 4194304 5683644 140736560079920 18446744073709551615 208080228357 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 19
/proc/31455/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 135748

[startup+3.10107 s]
/proc/loadavg: 0.39 0.08 0.03 1/190 31472
/proc/meminfo: memFree=31423512/32950928 swapFree=67055948/67111528
[pid=31455] ppid=31450 vsize=280188 CPUtime=0.57 cores=5,7
/proc/31455/stat : 31455 (python) R 31450 31455 31379 0 -1 4202496 9834 931 1 0 36 21 0 0 16 0 1 0 886300878 286912512 7391 33554432000 4194304 5683644 140736560079920 18446744073709551615 4623632 0 0 16781312 2 0 0 0 17 5 0 0 19
/proc/31455/statm: 70047 7391 1761 364 0 5971 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 280188
heavy processes:

[startup+6.30046 s]
/proc/loadavg: 0.68 0.15 0.05 5/199 31481
/proc/meminfo: memFree=31337740/32950928 swapFree=67055948/67111528
[pid=31455] ppid=31450 vsize=289220 CPUtime=1.28 cores=5,7
/proc/31455/stat : 31455 (python) S 31450 31455 31379 0 -1 4202496 11172 931 1 0 106 22 0 0 17 0 2 0 886300878 296161280 7187 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/31455/statm: 72305 7187 1869 364 0 8223 0
[pid=31473] ppid=31455 vsize=278976 CPUtime=0 cores=5,7
/proc/31473/stat : 31473 (python) S 31455 31455 31379 0 -1 4202560 719 0 0 0 0 0 0 0 18 0 1 0 886301259 285671424 5668 33554432000 4194304 5683644 140736560079920 18446744073709551615 208080252431 0 0 16781312 514 2526872613360206088 0 0 17 5 0 0 0
/proc/31473/statm: 69744 5668 354 364 0 5662 0
[pid=31475] ppid=31473 vsize=1018364 CPUtime=2.48 cores=5,7
/proc/31475/stat : 31475 (gnovelty+2) R 31473 31475 31475 0 -1 4202496 671 0 0 0 248 0 0 0 25 0 1 0 886301259 1042804736 408 33554432000 134512640 135663704 4291624400 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31475/statm: 254591 408 113 282 0 254307 0
[pid=31455/tid=31474] ppid=31450 vsize=289220 CPUtime=0 cores=5,7
/proc/31455/task/31474/stat : 31474 (python) S 31450 31455 31379 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 2 0 886301259 296161280 7187 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 1586560
heavy processes:

[startup+12.7002 s]
/proc/loadavg: 0.95 0.21 0.07 5/202 31484
/proc/meminfo: memFree=31309364/32950928 swapFree=67055948/67111528
[pid=31455] ppid=31450 vsize=289220 CPUtime=1.28 cores=5,7
/proc/31455/stat : 31455 (python) S 31450 31455 31379 0 -1 4202496 11172 931 1 0 106 22 0 0 17 0 2 0 886300878 296161280 7187 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/31455/statm: 72305 7187 1869 364 0 8223 0
[pid=31473] ppid=31455 vsize=278976 CPUtime=0 cores=5,7
/proc/31473/stat : 31473 (python) S 31455 31455 31379 0 -1 4202560 858 0 0 0 0 0 0 0 18 0 1 0 886301259 285671424 5691 33554432000 4194304 5683644 140736560079920 18446744073709551615 208080252431 0 0 16781312 514 2526872613360206088 0 0 17 5 0 0 0
/proc/31473/statm: 69744 5691 377 364 0 5662 0
[pid=31475] ppid=31473 vsize=1018364 CPUtime=8.87 cores=5,7
/proc/31475/stat : 31475 (gnovelty+2) R 31473 31475 31475 0 -1 4202496 671 0 0 0 887 0 0 0 25 0 1 0 886301259 1042804736 408 33554432000 134512640 135663704 4291624400 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31475/statm: 254591 408 113 282 0 254307 0
[pid=31455/tid=31474] ppid=31450 vsize=289220 CPUtime=0 cores=5,7
/proc/31455/task/31474/stat : 31474 (python) S 31450 31455 31379 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 2 0 886301259 296161280 7187 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.15
Current children cumulated vsize (KiB) 1586560
heavy processes:

[startup+25.5008 s]
/proc/loadavg: 1.42 0.33 0.11 5/202 31484
/proc/meminfo: memFree=31310764/32950928 swapFree=67055948/67111528
[pid=31455] ppid=31450 vsize=289220 CPUtime=1.28 cores=5,7
/proc/31455/stat : 31455 (python) S 31450 31455 31379 0 -1 4202496 11172 931 1 0 106 22 0 0 17 0 2 0 886300878 296161280 7187 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/31455/statm: 72305 7187 1869 364 0 8223 0
[pid=31473] ppid=31455 vsize=278976 CPUtime=0.02 cores=5,7
/proc/31473/stat : 31473 (python) S 31455 31455 31379 0 -1 4202560 865 0 0 0 1 1 0 0 18 0 1 0 886301259 285671424 5691 33554432000 4194304 5683644 140736560079920 18446744073709551615 208080252431 0 0 16781312 514 10084650281217261832 0 0 17 5 0 0 0
/proc/31473/statm: 69744 5691 377 364 0 5662 0
[pid=31475] ppid=31473 vsize=1018364 CPUtime=21.66 cores=5,7
/proc/31475/stat : 31475 (gnovelty+2) R 31473 31475 31475 0 -1 4202496 671 0 0 0 2166 0 0 0 25 0 1 0 886301259 1042804736 408 33554432000 134512640 135663704 4291624400 18446744073709551615 134524697 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31475/statm: 254591 408 113 282 0 254307 0
[pid=31455/tid=31474] ppid=31450 vsize=289220 CPUtime=0 cores=5,7
/proc/31455/task/31474/stat : 31474 (python) S 31450 31455 31379 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 2 0 886301259 296161280 7187 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22.96
Current children cumulated vsize (KiB) 1586560

[startup+51.1009 s]
/proc/loadavg: 2.43 0.68 0.23 5/202 31488
/proc/meminfo: memFree=31306872/32950928 swapFree=67055948/67111528
[pid=31455] ppid=31450 vsize=289220 CPUtime=1.28 cores=5,7
/proc/31455/stat : 31455 (python) S 31450 31455 31379 0 -1 4202496 11172 931 1 0 106 22 0 0 17 0 2 0 886300878 296161280 7187 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/31455/statm: 72305 7187 1869 364 0 8223 0
[pid=31473] ppid=31455 vsize=278976 CPUtime=0.06 cores=5,7
/proc/31473/stat : 31473 (python) S 31455 31455 31379 0 -1 4202560 880 0 0 0 3 3 0 0 18 0 1 0 886301259 285671424 5691 33554432000 4194304 5683644 140736560079920 18446744073709551615 208080252431 0 0 16781312 514 10084650281217261832 0 0 17 5 0 0 0
/proc/31473/statm: 69744 5691 377 364 0 5662 0
[pid=31475] ppid=31473 vsize=1018364 CPUtime=47.22 cores=5,7
/proc/31475/stat : 31475 (gnovelty+2) R 31473 31475 31475 0 -1 4202496 671 0 0 0 4722 0 0 0 25 0 1 0 886301259 1042804736 408 33554432000 134512640 135663704 4291624400 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31475/statm: 254591 408 113 282 0 254307 0
[pid=31455/tid=31474] ppid=31450 vsize=289220 CPUtime=0 cores=5,7
/proc/31455/task/31474/stat : 31474 (python) S 31450 31455 31379 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 2 0 886301259 296161280 7187 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 48.56
Current children cumulated vsize (KiB) 1586560

[startup+102.3 s]
/proc/loadavg: 3.32 1.19 0.43 5/202 31535
/proc/meminfo: memFree=31328988/32950928 swapFree=67055948/67111528
[pid=31455] ppid=31450 vsize=289220 CPUtime=1.28 cores=5,7
/proc/31455/stat : 31455 (python) S 31450 31455 31379 0 -1 4202496 11172 931 1 0 106 22 0 0 17 0 2 0 886300878 296161280 7187 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/31455/statm: 72305 7187 1869 364 0 8223 0
[pid=31473] ppid=31455 vsize=278976 CPUtime=0.11 cores=5,7
/proc/31473/stat : 31473 (python) S 31455 31455 31379 0 -1 4202560 902 0 0 0 6 5 0 0 18 0 1 0 886301259 285671424 5691 33554432000 4194304 5683644 140736560079920 18446744073709551615 208080252431 0 0 16781312 514 10084650281217261832 0 0 17 5 0 0 0
/proc/31473/statm: 69744 5691 377 364 0 5662 0
[pid=31475] ppid=31473 vsize=1018364 CPUtime=98.36 cores=5,7
/proc/31475/stat : 31475 (gnovelty+2) R 31473 31475 31475 0 -1 4202496 671 0 0 0 9836 0 0 0 25 0 1 0 886301259 1042804736 408 33554432000 134512640 135663704 4291624400 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31475/statm: 254591 408 113 282 0 254307 0
[pid=31455/tid=31474] ppid=31450 vsize=289220 CPUtime=0 cores=5,7
/proc/31455/task/31474/stat : 31474 (python) S 31450 31455 31379 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 2 0 886301259 296161280 7187 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 99.75
Current children cumulated vsize (KiB) 1586560

[startup+162.301 s]
/proc/loadavg: 3.75 1.70 0.65 5/214 31549
/proc/meminfo: memFree=31283556/32950928 swapFree=67055948/67111528
[pid=31455] ppid=31450 vsize=300084 CPUtime=1.28 cores=5,7
/proc/31455/stat : 31455 (python) S 31450 31455 31379 0 -1 4202496 12065 931 1 0 106 22 0 0 20 0 3 0 886300878 307286016 7329 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 19
/proc/31455/statm: 75021 7329 1872 364 0 10936 0
[pid=31473] ppid=31455 vsize=289220 CPUtime=0.11 cores=5,7
/proc/31473/stat : 31473 (python) S 31455 31455 31379 0 -1 4202560 1143 0 0 0 6 5 0 0 19 0 2 0 886301259 296161280 5734 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31473/statm: 72305 5734 415 364 0 8223 0
[pid=31475] ppid=31473 vsize=1018364 CPUtime=99.99 cores=5,7
/proc/31475/stat : 31475 (gnovelty+2) T 31473 31475 31475 0 -1 4202496 671 0 0 0 9999 0 0 0 25 0 1 0 886301259 1042804736 408 33554432000 134512640 135663704 4291624400 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31475/statm: 254591 408 113 282 0 254307 0
[pid=31473/tid=31536] ppid=31455 vsize=289220 CPUtime=0 cores=5,7
/proc/31473/task/31536/stat : 31536 (python) S 31455 31455 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886311272 296161280 5734 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 514 18446604466385928512 0 0 -1 7 0 0 0
[pid=31537] ppid=31455 vsize=289840 CPUtime=0.07 cores=5,7
/proc/31537/stat : 31537 (python) S 31455 31455 31379 0 -1 4202560 912 0 0 0 4 3 0 0 18 0 1 0 886311273 296796160 5824 33554432000 4194304 5683644 140736560079920 18446744073709551615 208080252486 0 0 16781312 514 10084650281217261832 0 0 17 5 0 0 0
/proc/31537/statm: 72460 5824 371 364 0 8375 0
[pid=31539] ppid=31537 vsize=1018364 CPUtime=58.28 cores=5,7
/proc/31539/stat : 31539 (gnovelty+2) R 31537 31539 31539 0 -1 4202496 672 0 0 0 5828 0 0 0 25 0 1 0 886311273 1042804736 408 33554432000 134512640 135663704 4287094160 18446744073709551615 134545635 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31539/statm: 254591 408 113 282 0 254307 0
[pid=31455/tid=31474] ppid=31450 vsize=300084 CPUtime=0 cores=5,7
/proc/31455/task/31474/stat : 31474 (python) S 31450 31455 31379 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 3 0 886301259 307286016 7329 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 5 0 0 0
[pid=31455/tid=31538] ppid=31450 vsize=300084 CPUtime=0 cores=5,7
/proc/31455/task/31538/stat : 31538 (python) S 31450 31455 31379 0 -1 4202560 33 931 0 0 0 0 0 0 20 0 3 0 886311273 307286016 7329 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 159.73
Current children cumulated vsize (KiB) 2915872

[startup+222.301 s]
/proc/loadavg: 3.91 2.12 0.86 5/230 31567
/proc/meminfo: memFree=31227684/32950928 swapFree=67055948/67111528

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

[pid=31560] ppid=31455 vsize=300096 CPUtime=0.13 cores=5,7
/proc/31560/stat : 31560 (python) S 31455 31455 31379 0 -1 4202560 1085 0 0 0 7 6 0 0 19 0 2 0 886321288 307298304 5858 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31560/statm: 75024 5858 400 364 0 10936 0
[pid=31562] ppid=31560 vsize=417976 CPUtime=99.12 cores=5,7
/proc/31562/stat : 31562 (adaptg2wsat2009) T 31560 31562 31562 0 -1 4202496 999 0 0 0 9912 0 0 0 25 0 1 0 886321288 428007424 737 33554432000 134512640 135107411 4293518224 18446744073709551615 134531830 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/31562/statm: 104494 737 59 146 0 103370 0
[pid=31560/tid=31574] ppid=31455 vsize=300096 CPUtime=0 cores=5,7
/proc/31560/task/31574/stat : 31574 (python) S 31455 31455 31379 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886331201 307298304 5858 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 514 18446604470136477568 0 0 -1 7 0 0 0
[pid=31575] ppid=31455 vsize=310352 CPUtime=0.13 cores=5,7
/proc/31575/stat : 31575 (python) S 31455 31455 31379 0 -1 4202560 1084 0 0 0 7 6 0 0 19 0 2 0 886331202 317800448 5862 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31575/statm: 77588 5862 400 364 0 13497 0
[pid=31577] ppid=31575 vsize=417976 CPUtime=99.97 cores=5,7
/proc/31577/stat : 31577 (adaptg2wsat2009) T 31575 31577 31577 0 -1 4202496 996 0 0 0 9997 0 0 0 25 0 1 0 886331202 428007424 734 33554432000 134512640 135107411 4290631856 18446744073709551615 134532036 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31577/statm: 104494 734 59 146 0 103370 0
[pid=31575/tid=31589] ppid=31455 vsize=310352 CPUtime=0 cores=5,7
/proc/31575/task/31589/stat : 31589 (python) S 31455 31455 31379 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886341214 317800448 5862 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 514 18446604466649642304 0 0 -1 7 0 0 0
[pid=31590] ppid=31455 vsize=320944 CPUtime=0.14 cores=5,7
/proc/31590/stat : 31590 (python) S 31455 31455 31379 0 -1 4202560 1084 0 0 0 7 7 0 0 19 0 2 0 886341215 328646656 5950 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31590/statm: 80236 5950 400 364 0 16142 0
[pid=31592] ppid=31590 vsize=417976 CPUtime=99.99 cores=5,7
/proc/31592/stat : 31592 (adaptg2wsat2009) T 31590 31592 31592 0 -1 4202496 997 0 0 0 9999 0 0 0 25 0 1 0 886341215 428007424 735 33554432000 134512640 135107411 4287812704 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31592/statm: 104494 735 59 146 0 103370 0
[pid=31590/tid=31604] ppid=31455 vsize=320944 CPUtime=0 cores=5,7
/proc/31590/task/31604/stat : 31604 (python) S 31455 31455 31379 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886351229 328646656 5950 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 514 18446604471137366080 0 0 -1 7 0 0 0
[pid=31605] ppid=31455 vsize=331200 CPUtime=0.15 cores=5,7
/proc/31605/stat : 31605 (python) S 31455 31455 31379 0 -1 4202560 1079 0 0 0 8 7 0 0 19 0 2 0 886351230 339148800 5953 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31605/statm: 82800 5953 399 364 0 18703 0
[pid=31607] ppid=31605 vsize=1018364 CPUtime=100.01 cores=5,7
/proc/31607/stat : 31607 (gnovelty+2) T 31605 31607 31607 0 -1 4202496 670 0 0 0 10001 0 0 0 25 0 1 0 886351230 1042804736 409 33554432000 134512640 135663704 4289029792 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31607/statm: 254591 409 113 282 0 254307 0
[pid=31605/tid=31623] ppid=31455 vsize=331200 CPUtime=0 cores=5,7
/proc/31605/task/31623/stat : 31623 (python) S 31455 31455 31379 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 886361246 339148800 5953 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 514 18446604471105681344 0 0 -1 5 0 0 0
[pid=31624] ppid=31455 vsize=341456 CPUtime=0.15 cores=5,7
/proc/31624/stat : 31624 (python) S 31455 31455 31379 0 -1 4202560 1079 0 0 0 8 7 0 0 19 0 2 0 886361246 349650944 5958 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31624/statm: 85364 5958 400 364 0 21264 0
[pid=31626] ppid=31624 vsize=247992 CPUtime=100.13 cores=5,7
/proc/31626/stat : 31626 (FH) T 31624 31626 31626 0 -1 4202496 921 0 0 0 10013 0 0 0 25 0 1 0 886361247 253943808 659 33554432000 134512640 134936988 4286785472 18446744073709551615 134554227 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/31626/statm: 61998 659 41 104 0 61502 0
[pid=31624/tid=31640] ppid=31455 vsize=341456 CPUtime=0 cores=5,7
/proc/31624/task/31640/stat : 31640 (python) S 31455 31455 31379 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886371261 349650944 5958 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 514 18446604454987892544 0 0 -1 7 0 0 0
[pid=31641] ppid=31455 vsize=351712 CPUtime=0 cores=5,7
/proc/31641/stat : 31641 (python) S 31455 31455 31379 0 -1 4202560 824 0 0 0 0 0 0 0 19 0 1 0 886371262 360153088 5942 33554432000 4194304 5683644 140736560079920 18446744073709551615 208080252486 0 0 16781312 514 17810545209696583679 0 0 17 7 0 0 0
/proc/31641/statm: 87928 5942 350 364 0 23825 0
[pid=31643] ppid=31641 vsize=417840 CPUtime=0.47 cores=5,7
/proc/31643/stat : 31643 (adaptg2wsat2009) R 31641 31643 31643 0 -1 4202496 888 0 0 0 47 0 0 0 21 0 1 0 886371262 427868160 624 33554432000 134512640 135107411 4292103504 18446744073709551615 134523294 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31643/statm: 104460 624 49 146 0 103336 0
[pid=31455/tid=31474] ppid=31450 vsize=361956 CPUtime=0 cores=5,7
/proc/31455/task/31474/stat : 31474 (python) S 31450 31455 31379 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 9 0 886301259 370642944 7488 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 5 0 0 0
[pid=31455/tid=31538] ppid=31450 vsize=361956 CPUtime=0 cores=5,7
/proc/31455/task/31538/stat : 31538 (python) S 31450 31455 31379 0 -1 4202560 33 931 0 0 0 0 0 0 20 0 9 0 886311273 370642944 7488 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 7 0 0 0
[pid=31455/tid=31561] ppid=31450 vsize=361956 CPUtime=0 cores=5,7
/proc/31455/task/31561/stat : 31561 (python) S 31450 31455 31379 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 886321288 370642944 7488 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 5 0 0 0
[pid=31455/tid=31576] ppid=31450 vsize=361956 CPUtime=0 cores=5,7
/proc/31455/task/31576/stat : 31576 (python) S 31450 31455 31379 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 886331202 370642944 7488 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 5 0 0 0
[pid=31455/tid=31591] ppid=31450 vsize=361956 CPUtime=0 cores=5,7
/proc/31455/task/31591/stat : 31591 (python) S 31450 31455 31379 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 886341215 370642944 7488 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 5 0 0 0
[pid=31455/tid=31606] ppid=31450 vsize=361956 CPUtime=0 cores=5,7
/proc/31455/task/31606/stat : 31606 (python) S 31450 31455 31379 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 886351230 370642944 7488 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 7 0 0 0
[pid=31455/tid=31625] ppid=31450 vsize=361956 CPUtime=0 cores=5,7
/proc/31455/task/31625/stat : 31625 (python) S 31450 31455 31379 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 886361247 370642944 7488 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 5 0 0 0
[pid=31455/tid=31642] ppid=31450 vsize=361956 CPUtime=0 cores=5,7
/proc/31455/task/31642/stat : 31642 (python) S 31450 31455 31379 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 886371262 370642944 7488 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 7871628

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

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

[startup+704.301 s]
/proc/loadavg: 4.00 3.63 2.12 5/298 31647
/proc/meminfo: memFree=31048496/32950928 swapFree=67055948/67111528
[pid=31455] ppid=31450 vsize=361956 CPUtime=1.34 cores=5,7
/proc/31455/stat : 31455 (python) S 31450 31455 31379 0 -1 4202496 17236 931 1 0 111 23 0 0 20 0 9 0 886300878 370642944 7488 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/31455/statm: 90489 7488 1892 364 0 26386 0
[pid=31473] ppid=31455 vsize=289220 CPUtime=0.11 cores=5,7
/proc/31473/stat : 31473 (python) S 31455 31455 31379 0 -1 4202560 1143 0 0 0 6 5 0 0 19 0 2 0 886301259 296161280 5734 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31473/statm: 72305 5734 415 364 0 8223 0
[pid=31475] ppid=31473 vsize=1018364 CPUtime=99.99 cores=5,7
/proc/31475/stat : 31475 (gnovelty+2) T 31473 31475 31475 0 -1 4202496 671 0 0 0 9999 0 0 0 25 0 1 0 886301259 1042804736 408 33554432000 134512640 135663704 4291624400 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31475/statm: 254591 408 113 282 0 254307 0
[pid=31473/tid=31536] ppid=31455 vsize=289220 CPUtime=0 cores=5,7
/proc/31473/task/31536/stat : 31536 (python) S 31455 31455 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886311272 296161280 5734 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 514 18446604466385928512 0 0 -1 7 0 0 0
[pid=31537] ppid=31455 vsize=289840 CPUtime=0.13 cores=5,7
/proc/31537/stat : 31537 (python) S 31455 31455 31379 0 -1 4202560 1083 0 0 0 7 6 0 0 19 0 2 0 886311273 296796160 5854 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31537/statm: 72460 5854 400 364 0 8375 0
[pid=31539] ppid=31537 vsize=1018364 CPUtime=100.01 cores=5,7
/proc/31539/stat : 31539 (gnovelty+2) T 31537 31539 31539 0 -1 4202496 672 0 0 0 10001 0 0 0 25 0 1 0 886311273 1042804736 408 33554432000 134512640 135663704 4287094160 18446744073709551615 134525302 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/31539/statm: 254591 408 113 282 0 254307 0
[pid=31537/tid=31559] ppid=31455 vsize=289840 CPUtime=0 cores=5,7
/proc/31537/task/31559/stat : 31559 (python) S 31455 31455 31379 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886321287 296796160 5854 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 514 18446604471145003200 0 0 -1 5 0 0 0
[pid=31560] ppid=31455 vsize=300096 CPUtime=0.13 cores=5,7
/proc/31560/stat : 31560 (python) S 31455 31455 31379 0 -1 4202560 1085 0 0 0 7 6 0 0 19 0 2 0 886321288 307298304 5858 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31560/statm: 75024 5858 400 364 0 10936 0
[pid=31562] ppid=31560 vsize=417976 CPUtime=99.12 cores=5,7
/proc/31562/stat : 31562 (adaptg2wsat2009) T 31560 31562 31562 0 -1 4202496 999 0 0 0 9912 0 0 0 25 0 1 0 886321288 428007424 737 33554432000 134512640 135107411 4293518224 18446744073709551615 134531830 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/31562/statm: 104494 737 59 146 0 103370 0
[pid=31560/tid=31574] ppid=31455 vsize=300096 CPUtime=0 cores=5,7
/proc/31560/task/31574/stat : 31574 (python) S 31455 31455 31379 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886331201 307298304 5858 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 514 18446604470136477568 0 0 -1 7 0 0 0
[pid=31575] ppid=31455 vsize=310352 CPUtime=0.13 cores=5,7
/proc/31575/stat : 31575 (python) S 31455 31455 31379 0 -1 4202560 1084 0 0 0 7 6 0 0 19 0 2 0 886331202 317800448 5862 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31575/statm: 77588 5862 400 364 0 13497 0
[pid=31577] ppid=31575 vsize=417976 CPUtime=99.97 cores=5,7
/proc/31577/stat : 31577 (adaptg2wsat2009) T 31575 31577 31577 0 -1 4202496 996 0 0 0 9997 0 0 0 25 0 1 0 886331202 428007424 734 33554432000 134512640 135107411 4290631856 18446744073709551615 134532036 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31577/statm: 104494 734 59 146 0 103370 0
[pid=31575/tid=31589] ppid=31455 vsize=310352 CPUtime=0 cores=5,7
/proc/31575/task/31589/stat : 31589 (python) S 31455 31455 31379 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886341214 317800448 5862 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 514 18446604466649642304 0 0 -1 7 0 0 0
[pid=31590] ppid=31455 vsize=320944 CPUtime=0.14 cores=5,7
/proc/31590/stat : 31590 (python) S 31455 31455 31379 0 -1 4202560 1084 0 0 0 7 7 0 0 19 0 2 0 886341215 328646656 5950 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31590/statm: 80236 5950 400 364 0 16142 0
[pid=31592] ppid=31590 vsize=417976 CPUtime=99.99 cores=5,7
/proc/31592/stat : 31592 (adaptg2wsat2009) T 31590 31592 31592 0 -1 4202496 997 0 0 0 9999 0 0 0 25 0 1 0 886341215 428007424 735 33554432000 134512640 135107411 4287812704 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31592/statm: 104494 735 59 146 0 103370 0
[pid=31590/tid=31604] ppid=31455 vsize=320944 CPUtime=0 cores=5,7
/proc/31590/task/31604/stat : 31604 (python) S 31455 31455 31379 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886351229 328646656 5950 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 514 18446604471137366080 0 0 -1 7 0 0 0
[pid=31605] ppid=31455 vsize=331200 CPUtime=0.15 cores=5,7
/proc/31605/stat : 31605 (python) S 31455 31455 31379 0 -1 4202560 1079 0 0 0 8 7 0 0 19 0 2 0 886351230 339148800 5953 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31605/statm: 82800 5953 399 364 0 18703 0
[pid=31607] ppid=31605 vsize=1018364 CPUtime=100.01 cores=5,7
/proc/31607/stat : 31607 (gnovelty+2) T 31605 31607 31607 0 -1 4202496 670 0 0 0 10001 0 0 0 25 0 1 0 886351230 1042804736 409 33554432000 134512640 135663704 4289029792 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31607/statm: 254591 409 113 282 0 254307 0
[pid=31605/tid=31623] ppid=31455 vsize=331200 CPUtime=0 cores=5,7
/proc/31605/task/31623/stat : 31623 (python) S 31455 31455 31379 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 886361246 339148800 5953 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 514 18446604471105681344 0 0 -1 5 0 0 0
[pid=31624] ppid=31455 vsize=341456 CPUtime=0.15 cores=5,7
/proc/31624/stat : 31624 (python) S 31455 31455 31379 0 -1 4202560 1079 0 0 0 8 7 0 0 19 0 2 0 886361246 349650944 5958 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31624/statm: 85364 5958 400 364 0 21264 0
[pid=31626] ppid=31624 vsize=247992 CPUtime=100.13 cores=5,7
/proc/31626/stat : 31626 (FH) T 31624 31626 31626 0 -1 4202496 921 0 0 0 10013 0 0 0 25 0 1 0 886361247 253943808 659 33554432000 134512640 134936988 4286785472 18446744073709551615 134554227 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/31626/statm: 61998 659 41 104 0 61502 0
[pid=31624/tid=31640] ppid=31455 vsize=341456 CPUtime=0 cores=5,7
/proc/31624/task/31640/stat : 31640 (python) S 31455 31455 31379 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886371261 349650944 5958 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 514 18446604454987892544 0 0 -1 7 0 0 0
[pid=31641] ppid=31455 vsize=351712 CPUtime=0 cores=5,7
/proc/31641/stat : 31641 (python) S 31455 31455 31379 0 -1 4202560 824 0 0 0 0 0 0 0 19 0 1 0 886371262 360153088 5942 33554432000 4194304 5683644 140736560079920 18446744073709551615 208080252486 0 0 16781312 514 17810545209696583679 0 0 17 7 0 0 0
/proc/31641/statm: 87928 5942 350 364 0 23825 0
[pid=31643] ppid=31641 vsize=417840 CPUtime=0.47 cores=5,7
/proc/31643/stat : 31643 (adaptg2wsat2009) R 31641 31643 31643 0 -1 4202496 888 0 0 0 47 0 0 0 21 0 1 0 886371262 427868160 624 33554432000 134512640 135107411 4292103504 18446744073709551615 134523294 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31643/statm: 104460 624 49 146 0 103336 0
[pid=31455/tid=31474] ppid=31450 vsize=361956 CPUtime=0 cores=5,7
/proc/31455/task/31474/stat : 31474 (python) S 31450 31455 31379 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 9 0 886301259 370642944 7488 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 5 0 0 0
[pid=31455/tid=31538] ppid=31450 vsize=361956 CPUtime=0 cores=5,7
/proc/31455/task/31538/stat : 31538 (python) S 31450 31455 31379 0 -1 4202560 33 931 0 0 0 0 0 0 20 0 9 0 886311273 370642944 7488 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 7 0 0 0
[pid=31455/tid=31561] ppid=31450 vsize=361956 CPUtime=0 cores=5,7
/proc/31455/task/31561/stat : 31561 (python) S 31450 31455 31379 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 886321288 370642944 7488 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 5 0 0 0
[pid=31455/tid=31576] ppid=31450 vsize=361956 CPUtime=0 cores=5,7
/proc/31455/task/31576/stat : 31576 (python) S 31450 31455 31379 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 886331202 370642944 7488 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 5 0 0 0
[pid=31455/tid=31591] ppid=31450 vsize=361956 CPUtime=0 cores=5,7
/proc/31455/task/31591/stat : 31591 (python) S 31450 31455 31379 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 886341215 370642944 7488 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 5 0 0 0
[pid=31455/tid=31606] ppid=31450 vsize=361956 CPUtime=0 cores=5,7
/proc/31455/task/31606/stat : 31606 (python) S 31450 31455 31379 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 886351230 370642944 7488 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 7 0 0 0
[pid=31455/tid=31625] ppid=31450 vsize=361956 CPUtime=0 cores=5,7
/proc/31455/task/31625/stat : 31625 (python) S 31450 31455 31379 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 886361247 370642944 7488 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 5 0 0 0
[pid=31455/tid=31642] ppid=31450 vsize=361956 CPUtime=0 cores=5,7
/proc/31455/task/31642/stat : 31642 (python) S 31450 31455 31379 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 886371262 370642944 7488 33554432000 4194304 5683644 140736560079920 18446744073709551615 208092055985 0 0 16781312 2 18446604470136476672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 7871628

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31455 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=168670
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=735888
# CPU time returned by wait4() is 2.90456
# while last known CPU time is 701.97
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 704.365
CPU time (s): 701.97
CPU user time (s): 701.3
CPU system time (s): 0.67
CPU usage (%): 99.66
Max. virtual memory (cumulated for all children) (KiB): 7871628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.16867
system time used= 0.735888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28451
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13222
involuntary context switches= 71

runsolver used 1.2778 second user time and 2.99854 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-11 01:03:29
IDJOB=3484050
IDBENCH=82561
IDSOLVER=1975
FILE ID=node127/3484050-1307747009
RUNJOBID= node127-1307747008-31400
PBS_JOBID= 13550830
Free space on /tmp= 74092 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S896023516-057-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-3484050-1307747009/watcher-3484050-1307747009 -o /tmp/evaluation-result-3484050-1307747009/solver-3484050-1307747009 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484050-1307747009.cnf -seed 5039089 -budget 1200

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

MD5SUM BENCH= fbc6593197090933c7d66c2e5740159a
RANDOM SEED=5039089

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31487116 kB
Buffers:        268048 kB
Cached:         975552 kB
SwapCached:       9372 kB
Active:         612076 kB
Inactive:       651604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31487116 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:          130388 kB
Writeback:           0 kB
AnonPages:       17600 kB
Mapped:          12644 kB
Slab:           134348 kB
PageTables:       5120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   190504 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= 73964 MiB
End job on node127 at 2011-06-11 01:15:19