Trace number 3484132

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) 703.87 703.965

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S817927155-033-UNKNOWN.cnf
MD5SUMbdd02c131ae0dd9fa14ba01f07a63379
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses34000
Sum of the clauses size238000
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 534000

Solver Data

0.38/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.38/0.67	c INFO: solving HOME/instance-3484132-1307747718.cnf
0.38/0.67	c INFO: computing task features
0.65/0.90	c INFO: computed variable-clause graph statistics
0.65/0.91	c INFO: computed clause balance statistics
1.84/2.11	c INFO: computed variable balance statistics
2.24/2.59	c INFO: computed small-clause counts
2.24/2.59	c INFO: computed Horn-clause counts
2.34/2.63	c INFO: computed variable graph statistics
2.34/2.63	c INFO: collected features for HOME/instance-3484132-1307747718.cnf in 1.95 s
2.34/2.64	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
102.55/102.83	c INFO: running gnovelty+2@0 for 97 with 1097 remaining (b = 0.13)
202.76/203.02	c INFO: running adaptg2wsat2009++@0 for 97 with 997 remaining (b = 0.08)
302.88/303.16	c INFO: running adaptg2wsat2009++@0 for 97 with 897 remaining (b = 0.07)
403.12/403.31	c INFO: running adaptg2wsat2009++@0 for 97 with 797 remaining (b = 0.05)
503.22/503.46	c INFO: running gnovelty+2@0 for 97 with 697 remaining (b = 0.04)
603.53/603.66	c INFO: running FH@0 for 97 with 597 remaining (b = 0.03)
703.76/703.81	c INFO: running adaptg2wsat2009++@0 for 97 with 497 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.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-3484132-1307747718/watcher-3484132-1307747718 -o /tmp/evaluation-result-3484132-1307747718/solver-3484132-1307747718 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484132-1307747718.cnf -seed 693387542 -budget 1200 

running on 2 cores: 4,6

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: 4.00 3.63 2.14 3/229 1507
/proc/meminfo: memFree=31528060/32950928 swapFree=67079488/67111528
[pid=1507] ppid=1505 vsize=15184 CPUtime=0 cores=4,6
/proc/1507/stat : 1507 (python) R 1505 1507 1193 0 -1 4202496 701 0 0 0 0 0 0 0 25 0 1 0 886371472 15548416 593 33554432000 4194304 5683644 140736380390544 18446744073709551615 274473661421 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1507/statm: 3796 593 319 364 0 283 0

[startup+0.045845 s]
/proc/loadavg: 4.00 3.63 2.14 3/229 1507
/proc/meminfo: memFree=31528060/32950928 swapFree=67079488/67111528
[pid=1507] ppid=1505 vsize=18884 CPUtime=0.02 cores=4,6
/proc/1507/stat : 1507 (python) R 1505 1507 1193 0 -1 4202496 1287 0 0 0 2 0 0 0 25 0 1 0 886371472 19337216 1139 33554432000 4194304 5683644 140736380390544 18446744073709551615 274473628357 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1507/statm: 4721 1139 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100853 s]
/proc/loadavg: 4.00 3.63 2.14 3/229 1507
/proc/meminfo: memFree=31528060/32950928 swapFree=67079488/67111528
[pid=1507] ppid=1505 vsize=89772 CPUtime=0.05 cores=4,6
/proc/1507/stat : 1507 (python) R 1505 1507 1193 0 -1 4202496 2673 0 0 0 4 1 0 0 25 0 1 0 886371472 91926528 2388 33554432000 4194304 5683644 140736380390544 18446744073709551615 274473965568 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1507/statm: 22443 2388 750 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89772

[startup+0.300836 s]
/proc/loadavg: 4.00 3.63 2.14 3/229 1507
/proc/meminfo: memFree=31528060/32950928 swapFree=67079488/67111528
[pid=1507] ppid=1505 vsize=135752 CPUtime=0.18 cores=4,6
/proc/1507/stat : 1507 (python) S 1505 1507 1193 0 -1 4202496 5975 931 1 0 13 5 0 0 25 0 1 0 886371472 139010048 4149 33554432000 4194304 5683644 140736380390544 18446744073709551615 274473963525 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/1507/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700644 s]
/proc/loadavg: 4.00 3.63 2.14 3/229 1507
/proc/meminfo: memFree=31528060/32950928 swapFree=67079488/67111528
[pid=1507] ppid=1505 vsize=280492 CPUtime=0.45 cores=4,6
/proc/1507/stat : 1507 (python) R 1505 1507 1193 0 -1 4202496 9792 931 1 0 33 12 0 0 17 0 1 0 886371472 287223808 7462 33554432000 4194304 5683644 140736380390544 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1507/statm: 70123 7462 1761 364 0 6047 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 280492

[startup+1.5005 s]
/proc/loadavg: 4.00 3.63 2.14 4/195 1548
/proc/meminfo: memFree=31586724/32950928 swapFree=67079488/67111528
[pid=1507] ppid=1505 vsize=289492 CPUtime=1.24 cores=4,6
/proc/1507/stat : 1507 (python) R 1505 1507 1193 0 -1 4202496 14004 931 1 0 112 12 0 0 18 0 1 0 886371472 296439808 9757 33554432000 4194304 5683644 140736380390544 18446744073709551615 274473658770 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1507/statm: 72373 9757 1826 364 0 8297 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 289492

[startup+3.10027 s]
/proc/loadavg: 4.00 3.63 2.14 4/199 1556
/proc/meminfo: memFree=31560864/32950928 swapFree=67079488/67111528
[pid=1507] ppid=1505 vsize=291932 CPUtime=2.39 cores=4,6
/proc/1507/stat : 1507 (python) S 1505 1507 1193 0 -1 4202496 14319 931 1 0 226 13 0 0 22 0 2 0 886371472 298938368 7847 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1507/statm: 72983 7847 1869 364 0 8901 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 291932
heavy processes:

[startup+6.30066 s]
/proc/loadavg: 4.00 3.63 2.15 5/207 1650
/proc/meminfo: memFree=31533900/32950928 swapFree=67079488/67111528
[pid=1507] ppid=1505 vsize=291932 CPUtime=2.39 cores=4,6
/proc/1507/stat : 1507 (python) S 1505 1507 1193 0 -1 4202496 14319 931 1 0 226 13 0 0 22 0 2 0 886371472 298938368 7847 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1507/statm: 72983 7847 1869 364 0 8901 0
[pid=1557] ppid=1507 vsize=282240 CPUtime=0 cores=4,6
/proc/1557/stat : 1557 (python) S 1507 1507 1193 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 886371737 289013760 6330 33554432000 4194304 5683644 140736380390544 18446744073709551615 274473987599 0 0 16781312 514 4086823426965078274 0 0 17 4 0 0 0
/proc/1557/statm: 70560 6330 355 364 0 6478 0
[pid=1559] ppid=1557 vsize=1020188 CPUtime=3.64 cores=4,6
/proc/1559/stat : 1559 (gnovelty+2) R 1557 1559 1559 0 -1 4202496 1139 0 0 0 363 1 0 0 25 0 1 0 886371737 1044672512 877 33554432000 134512640 135663704 4293003312 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1559/statm: 255047 877 113 282 0 254763 0
[pid=1507/tid=1558] ppid=1505 vsize=291932 CPUtime=0 cores=4,6
/proc/1507/task/1558/stat : 1558 (python) S 1505 1507 1193 0 -1 4202560 30 931 0 0 0 0 0 0 22 0 2 0 886371737 298938368 7847 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 1594360

[startup+12.7005 s]
/proc/loadavg: 4.00 3.64 2.16 5/210 1653
/proc/meminfo: memFree=31500492/32950928 swapFree=67079488/67111528
[pid=1507] ppid=1505 vsize=291932 CPUtime=2.39 cores=4,6
/proc/1507/stat : 1507 (python) S 1505 1507 1193 0 -1 4202496 14319 931 1 0 226 13 0 0 22 0 2 0 886371472 298938368 7847 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1507/statm: 72983 7847 1869 364 0 8901 0
[pid=1557] ppid=1507 vsize=282240 CPUtime=0 cores=4,6
/proc/1557/stat : 1557 (python) S 1507 1507 1193 0 -1 4202560 868 0 0 0 0 0 0 0 18 0 1 0 886371737 289013760 6353 33554432000 4194304 5683644 140736380390544 18446744073709551615 274473987599 0 0 16781312 514 4086823426965078274 0 0 17 4 0 0 0
/proc/1557/statm: 70560 6353 378 364 0 6478 0
[pid=1559] ppid=1557 vsize=1020188 CPUtime=10.03 cores=4,6
/proc/1559/stat : 1559 (gnovelty+2) R 1557 1559 1559 0 -1 4202496 1139 0 0 0 1002 1 0 0 25 0 1 0 886371737 1044672512 877 33554432000 134512640 135663704 4293003312 18446744073709551615 134525222 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1559/statm: 255047 877 113 282 0 254763 0
[pid=1507/tid=1558] ppid=1505 vsize=291932 CPUtime=0 cores=4,6
/proc/1507/task/1558/stat : 1558 (python) S 1505 1507 1193 0 -1 4202560 30 931 0 0 0 0 0 0 22 0 2 0 886371737 298938368 7847 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 1594360

[startup+25.5003 s]
/proc/loadavg: 4.00 3.66 2.19 5/210 1654
/proc/meminfo: memFree=31500760/32950928 swapFree=67079488/67111528
[pid=1507] ppid=1505 vsize=291932 CPUtime=2.39 cores=4,6
/proc/1507/stat : 1507 (python) S 1505 1507 1193 0 -1 4202496 14319 931 1 0 226 13 0 0 22 0 2 0 886371472 298938368 7847 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1507/statm: 72983 7847 1869 364 0 8901 0
[pid=1557] ppid=1507 vsize=282240 CPUtime=0.02 cores=4,6
/proc/1557/stat : 1557 (python) S 1507 1507 1193 0 -1 4202560 875 0 0 0 1 1 0 0 18 0 1 0 886371737 289013760 6353 33554432000 4194304 5683644 140736380390544 18446744073709551615 274473987599 0 0 16781312 514 649556285317939458 0 0 17 4 0 0 0
/proc/1557/statm: 70560 6353 378 364 0 6478 0
[pid=1559] ppid=1557 vsize=1020188 CPUtime=22.81 cores=4,6
/proc/1559/stat : 1559 (gnovelty+2) R 1557 1559 1559 0 -1 4202496 1139 0 0 0 2280 1 0 0 25 0 1 0 886371737 1044672512 877 33554432000 134512640 135663704 4293003312 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1559/statm: 255047 877 113 282 0 254763 0
[pid=1507/tid=1558] ppid=1505 vsize=291932 CPUtime=0 cores=4,6
/proc/1507/task/1558/stat : 1558 (python) S 1505 1507 1193 0 -1 4202560 30 931 0 0 0 0 0 0 22 0 2 0 886371737 298938368 7847 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 1594360

[startup+51.1008 s]
/proc/loadavg: 4.00 3.68 2.23 5/210 1700
/proc/meminfo: memFree=31475852/32950928 swapFree=67079488/67111528
[pid=1507] ppid=1505 vsize=291932 CPUtime=2.39 cores=4,6
/proc/1507/stat : 1507 (python) S 1505 1507 1193 0 -1 4202496 14319 931 1 0 226 13 0 0 22 0 2 0 886371472 298938368 7847 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1507/statm: 72983 7847 1869 364 0 8901 0
[pid=1557] ppid=1507 vsize=282240 CPUtime=0.05 cores=4,6
/proc/1557/stat : 1557 (python) S 1507 1507 1193 0 -1 4202560 888 0 0 0 2 3 0 0 18 0 1 0 886371737 289013760 6353 33554432000 4194304 5683644 140736380390544 18446744073709551615 274473987599 0 0 16781312 514 649556285317939458 0 0 17 4 0 0 0
/proc/1557/statm: 70560 6353 378 364 0 6478 0
[pid=1559] ppid=1557 vsize=1020188 CPUtime=48.39 cores=4,6
/proc/1559/stat : 1559 (gnovelty+2) R 1557 1559 1559 0 -1 4202496 1139 0 0 0 4837 2 0 0 25 0 1 0 886371737 1044672512 877 33554432000 134512640 135663704 4293003312 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1559/statm: 255047 877 113 282 0 254763 0
[pid=1507/tid=1558] ppid=1505 vsize=291932 CPUtime=0 cores=4,6
/proc/1507/task/1558/stat : 1558 (python) S 1505 1507 1193 0 -1 4202560 30 931 0 0 0 0 0 0 22 0 2 0 886371737 298938368 7847 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 1594360

[startup+102.307 s]
/proc/loadavg: 4.00 3.73 2.32 5/214 1706
/proc/meminfo: memFree=31461412/32950928 swapFree=67079488/67111528
[pid=1507] ppid=1505 vsize=291932 CPUtime=2.39 cores=4,6
/proc/1507/stat : 1507 (python) S 1505 1507 1193 0 -1 4202496 14319 931 1 0 226 13 0 0 22 0 2 0 886371472 298938368 7847 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1507/statm: 72983 7847 1869 364 0 8901 0
[pid=1557] ppid=1507 vsize=282240 CPUtime=0.12 cores=4,6
/proc/1557/stat : 1557 (python) S 1507 1507 1193 0 -1 4202560 909 0 0 0 6 6 0 0 18 0 1 0 886371737 289013760 6353 33554432000 4194304 5683644 140736380390544 18446744073709551615 274473987599 0 0 16781312 514 649556285317939458 0 0 17 4 0 0 0
/proc/1557/statm: 70560 6353 378 364 0 6478 0
[pid=1559] ppid=1557 vsize=1020188 CPUtime=99.55 cores=4,6
/proc/1559/stat : 1559 (gnovelty+2) R 1557 1559 1559 0 -1 4202496 1139 0 0 0 9953 2 0 0 25 0 1 0 886371737 1044672512 877 33554432000 134512640 135663704 4293003312 18446744073709551615 134544373 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1559/statm: 255047 877 113 282 0 254763 0
[pid=1507/tid=1558] ppid=1505 vsize=291932 CPUtime=0 cores=4,6
/proc/1507/task/1558/stat : 1558 (python) S 1505 1507 1193 0 -1 4202560 30 931 0 0 0 0 0 0 22 0 2 0 886371737 298938368 7847 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 1594360

[startup+162.301 s]
/proc/loadavg: 4.00 3.78 2.42 5/226 1719
/proc/meminfo: memFree=31411168/32950928 swapFree=67079488/67111528
[pid=1507] ppid=1505 vsize=302324 CPUtime=2.4 cores=4,6
/proc/1507/stat : 1507 (python) S 1505 1507 1193 0 -1 4202496 15171 931 1 0 227 13 0 0 19 0 3 0 886371472 309579776 7913 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1507/statm: 75581 7913 1880 364 0 11496 0
[pid=1557] ppid=1507 vsize=292484 CPUtime=0.12 cores=4,6
/proc/1557/stat : 1557 (python) S 1507 1507 1193 0 -1 4202560 1143 0 0 0 6 6 0 0 19 0 2 0 886371737 299503616 6395 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1557/statm: 73121 6395 415 364 0 9039 0
[pid=1559] ppid=1557 vsize=1020188 CPUtime=100.06 cores=4,6
/proc/1559/stat : 1559 (gnovelty+2) T 1557 1559 1559 0 -1 4202496 1139 0 0 0 10004 2 0 0 25 0 1 0 886371737 1044672512 877 33554432000 134512640 135663704 4293003312 18446744073709551615 134525243 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1559/statm: 255047 877 113 282 0 254763 0
[pid=1557/tid=1707] ppid=1507 vsize=292484 CPUtime=0 cores=4,6
/proc/1557/task/1707/stat : 1707 (python) S 1507 1507 1193 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 886381755 299503616 6395 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 514 18446604453864230976 0 0 -1 6 0 0 0
[pid=1708] ppid=1507 vsize=293172 CPUtime=0.07 cores=4,6
/proc/1708/stat : 1708 (python) S 1507 1507 1193 0 -1 4202560 904 0 0 0 4 3 0 0 18 0 1 0 886381756 300208128 6402 33554432000 4194304 5683644 140736380390544 18446744073709551615 274473987654 0 0 16781312 514 649556285317939457 0 0 17 4 0 0 0
/proc/1708/statm: 73293 6402 372 364 0 9208 0
[pid=1710] ppid=1708 vsize=1020188 CPUtime=59.39 cores=4,6
/proc/1710/stat : 1710 (gnovelty+2) R 1708 1710 1710 0 -1 4202496 1146 0 0 0 5939 0 0 0 25 0 1 0 886381756 1044672512 876 33554432000 134512640 135663704 4291406448 18446744073709551615 134525181 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1710/statm: 255047 876 113 282 0 254763 0
[pid=1507/tid=1558] ppid=1505 vsize=302324 CPUtime=0 cores=4,6
/proc/1507/task/1558/stat : 1558 (python) S 1505 1507 1193 0 -1 4202560 30 931 0 0 0 0 0 0 22 0 3 0 886371737 309579776 7913 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 4 0 0 0
[pid=1507/tid=1709] ppid=1505 vsize=302324 CPUtime=0 cores=4,6
/proc/1507/task/1709/stat : 1709 (python) S 1505 1507 1193 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 886381756 309579776 7913 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 2928356

[startup+222.301 s]
/proc/loadavg: 4.00 3.81 2.52 5/238 1733
/proc/meminfo: memFree=31372708/32950928 swapFree=67079488/67111528
[pid=1507] ppid=1505 vsize=313188 CPUtime=2.4 cores=4,6
/proc/1507/stat : 1507 (python) S 1505 1507 1193 0 -1 4202496 16020 931 1 0 227 13 0 0 20 0 4 0 886371472 320704512 8054 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0

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

[pid=1726] ppid=1507 vsize=302944 CPUtime=0.14 cores=4,6
/proc/1726/stat : 1726 (python) S 1507 1507 1193 0 -1 4202560 1080 0 0 0 7 7 0 0 19 0 2 0 886391775 310214656 6569 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1726/statm: 75736 6569 399 364 0 11648 0
[pid=1728] ppid=1726 vsize=421804 CPUtime=100.03 cores=4,6
/proc/1728/stat : 1728 (adaptg2wsat2009) T 1726 1728 1728 0 -1 4202496 2138 0 0 0 10003 0 0 0 25 0 1 0 886391775 431927296 1871 33554432000 134512640 135107411 4293602256 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1728/statm: 105451 1871 59 146 0 104327 0
[pid=1726/tid=1744] ppid=1507 vsize=302944 CPUtime=0 cores=4,6
/proc/1726/task/1744/stat : 1744 (python) S 1507 1507 1193 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886401788 310214656 6569 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 514 18446604450786080832 0 0 -1 6 0 0 0
[pid=1745] ppid=1507 vsize=313412 CPUtime=0.14 cores=4,6
/proc/1745/stat : 1745 (python) S 1507 1507 1193 0 -1 4202560 1090 0 0 0 8 6 0 0 19 0 2 0 886401789 320933888 6574 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1745/statm: 78353 6574 400 364 0 14262 0
[pid=1747] ppid=1745 vsize=421804 CPUtime=100.01 cores=4,6
/proc/1747/stat : 1747 (adaptg2wsat2009) T 1745 1747 1747 0 -1 4202496 2138 0 0 0 10001 0 0 0 25 0 1 0 886401789 431927296 1871 33554432000 134512640 135107411 4288794192 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1747/statm: 105451 1871 59 146 0 104327 0
[pid=1745/tid=1760] ppid=1507 vsize=313412 CPUtime=0 cores=4,6
/proc/1745/task/1760/stat : 1760 (python) S 1507 1507 1193 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886411803 320933888 6574 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 514 18446604453862226880 0 0 -1 6 0 0 0
[pid=1761] ppid=1507 vsize=323616 CPUtime=0.14 cores=4,6
/proc/1761/stat : 1761 (python) S 1507 1507 1193 0 -1 4202560 1087 0 0 0 7 7 0 0 19 0 2 0 886411804 331382784 6578 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 80904 6578 400 364 0 16810 0
[pid=1763] ppid=1761 vsize=421804 CPUtime=100 cores=4,6
/proc/1763/stat : 1763 (adaptg2wsat2009) T 1761 1763 1763 0 -1 4202496 2141 0 0 0 9998 2 0 0 25 0 1 0 886411804 431927296 1873 33554432000 134512640 135107411 4288365408 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1763/statm: 105451 1873 59 146 0 104327 0
[pid=1761/tid=1820] ppid=1507 vsize=323616 CPUtime=0 cores=4,6
/proc/1761/task/1820/stat : 1820 (python) S 1507 1507 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886421818 331382784 6578 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 514 18446604453558881280 0 0 -1 4 0 0 0
[pid=1821] ppid=1507 vsize=333976 CPUtime=0.15 cores=4,6
/proc/1821/stat : 1821 (python) S 1507 1507 1193 0 -1 4202560 1080 0 0 0 8 7 0 0 19 0 2 0 886421819 341991424 6582 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/1821/statm: 83494 6582 400 364 0 19397 0
[pid=1823] ppid=1821 vsize=1020188 CPUtime=100.19 cores=4,6
/proc/1823/stat : 1823 (gnovelty+2) T 1821 1823 1823 0 -1 4202496 1142 0 0 0 10018 1 0 0 25 0 1 0 886421819 1044672512 877 33554432000 134512640 135663704 4288645440 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/1823/statm: 255047 877 113 282 0 254763 0
[pid=1821/tid=1880] ppid=1507 vsize=333976 CPUtime=0 cores=4,6
/proc/1821/task/1880/stat : 1880 (python) S 1507 1507 1193 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886431838 341991424 6582 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 514 18446604453982872000 0 0 -1 6 0 0 0
[pid=1881] ppid=1507 vsize=344128 CPUtime=0.15 cores=4,6
/proc/1881/stat : 1881 (python) S 1507 1507 1193 0 -1 4202560 1089 0 0 0 7 8 0 0 19 0 2 0 886431839 352387072 6586 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1881/statm: 86032 6586 400 364 0 21932 0
[pid=1883] ppid=1881 vsize=251296 CPUtime=100.01 cores=4,6
/proc/1883/stat : 1883 (FH) T 1881 1883 1883 0 -1 4202496 1959 0 0 0 10001 0 0 0 25 0 1 0 886431840 257327104 1694 33554432000 134512640 134936988 4293633392 18446744073709551615 134554229 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1883/statm: 62824 1694 41 104 0 62328 0
[pid=1881/tid=1896] ppid=1507 vsize=344128 CPUtime=0 cores=4,6
/proc/1881/task/1896/stat : 1896 (python) S 1507 1507 1193 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886441853 352387072 6586 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 514 18446604444558669632 0 0 -1 6 0 0 0
[pid=1897] ppid=1507 vsize=354624 CPUtime=0 cores=4,6
/proc/1897/stat : 1897 (python) S 1507 1507 1193 0 -1 4202560 837 0 0 0 0 0 0 0 19 0 1 0 886441854 363134976 6540 33554432000 4194304 5683644 140736380390544 18446744073709551615 274473987654 0 0 16781312 514 1076989235887603711 0 0 17 4 0 0 0
/proc/1897/statm: 88656 6540 351 364 0 24553 0
[pid=1899] ppid=1897 vsize=421140 CPUtime=0.08 cores=4,6
/proc/1899/stat : 1899 (adaptg2wsat2009) R 1897 1899 1899 0 -1 4202496 1803 0 0 0 8 0 0 0 20 0 1 0 886441855 431247360 1539 33554432000 134512640 135107411 4292739984 18446744073709551615 134523516 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1899/statm: 105285 1539 49 146 0 104161 0
[pid=1507/tid=1558] ppid=1505 vsize=364468 CPUtime=0 cores=4,6
/proc/1507/task/1558/stat : 1558 (python) S 1505 1507 1193 0 -1 4202560 30 931 0 0 0 0 0 0 22 0 9 0 886371737 373215232 8084 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 4 0 0 0
[pid=1507/tid=1709] ppid=1505 vsize=364468 CPUtime=0 cores=4,6
/proc/1507/task/1709/stat : 1709 (python) S 1505 1507 1193 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 886381756 373215232 8084 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 4 0 0 0
[pid=1507/tid=1727] ppid=1505 vsize=364468 CPUtime=0 cores=4,6
/proc/1507/task/1727/stat : 1727 (python) S 1505 1507 1193 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 886391775 373215232 8084 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 6 0 0 0
[pid=1507/tid=1746] ppid=1505 vsize=364468 CPUtime=0 cores=4,6
/proc/1507/task/1746/stat : 1746 (python) S 1505 1507 1193 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 886401789 373215232 8084 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 4 0 0 0
[pid=1507/tid=1762] ppid=1505 vsize=364468 CPUtime=0 cores=4,6
/proc/1507/task/1762/stat : 1762 (python) S 1505 1507 1193 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 886411804 373215232 8084 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 6 0 0 0
[pid=1507/tid=1822] ppid=1505 vsize=364468 CPUtime=0 cores=4,6
/proc/1507/task/1822/stat : 1822 (python) S 1505 1507 1193 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 886421819 373215232 8084 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 4 0 0 0
[pid=1507/tid=1882] ppid=1505 vsize=364468 CPUtime=0 cores=4,6
/proc/1507/task/1882/stat : 1882 (python) S 1505 1507 1193 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 886431839 373215232 8084 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 4 0 0 0
[pid=1507/tid=1898] ppid=1505 vsize=364468 CPUtime=0 cores=4,6
/proc/1507/task/1898/stat : 1898 (python) S 1505 1507 1193 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 886441854 373215232 8084 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 703.87
Current children cumulated vsize (KiB) 7921236

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

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

[startup+703.902 s]
/proc/loadavg: 4.00 3.95 3.10 5/271 1899
/proc/meminfo: memFree=31137636/32950928 swapFree=67079488/67111528
[pid=1507] ppid=1505 vsize=364468 CPUtime=2.45 cores=4,6
/proc/1507/stat : 1507 (python) S 1505 1507 1193 0 -1 4202496 20257 931 1 0 231 14 0 0 20 0 9 0 886371472 373215232 8084 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/1507/statm: 91117 8084 1892 364 0 27014 0
[pid=1557] ppid=1507 vsize=292484 CPUtime=0.12 cores=4,6
/proc/1557/stat : 1557 (python) S 1507 1507 1193 0 -1 4202560 1143 0 0 0 6 6 0 0 19 0 2 0 886371737 299503616 6395 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1557/statm: 73121 6395 415 364 0 9039 0
[pid=1559] ppid=1557 vsize=1020188 CPUtime=100.06 cores=4,6
/proc/1559/stat : 1559 (gnovelty+2) T 1557 1559 1559 0 -1 4202496 1139 0 0 0 10004 2 0 0 25 0 1 0 886371737 1044672512 877 33554432000 134512640 135663704 4293003312 18446744073709551615 134525243 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1559/statm: 255047 877 113 282 0 254763 0
[pid=1557/tid=1707] ppid=1507 vsize=292484 CPUtime=0 cores=4,6
/proc/1557/task/1707/stat : 1707 (python) S 1507 1507 1193 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 886381755 299503616 6395 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 514 18446604453864230976 0 0 -1 6 0 0 0
[pid=1708] ppid=1507 vsize=293172 CPUtime=0.13 cores=4,6
/proc/1708/stat : 1708 (python) S 1507 1507 1193 0 -1 4202560 1078 0 0 0 9 4 0 0 19 0 2 0 886381756 300208128 6431 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1708/statm: 73293 6431 400 364 0 9208 0
[pid=1710] ppid=1708 vsize=1020188 CPUtime=100.07 cores=4,6
/proc/1710/stat : 1710 (gnovelty+2) T 1708 1710 1710 0 -1 4202496 1146 0 0 0 10007 0 0 0 25 0 1 0 886381756 1044672512 876 33554432000 134512640 135663704 4291406448 18446744073709551615 134525222 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1710/statm: 255047 876 113 282 0 254763 0
[pid=1708/tid=1725] ppid=1507 vsize=293172 CPUtime=0 cores=4,6
/proc/1708/task/1725/stat : 1725 (python) S 1507 1507 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886391774 300208128 6431 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 514 18446604453892854976 0 0 -1 6 0 0 0
[pid=1726] ppid=1507 vsize=302944 CPUtime=0.14 cores=4,6
/proc/1726/stat : 1726 (python) S 1507 1507 1193 0 -1 4202560 1080 0 0 0 7 7 0 0 19 0 2 0 886391775 310214656 6569 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1726/statm: 75736 6569 399 364 0 11648 0
[pid=1728] ppid=1726 vsize=421804 CPUtime=100.03 cores=4,6
/proc/1728/stat : 1728 (adaptg2wsat2009) T 1726 1728 1728 0 -1 4202496 2138 0 0 0 10003 0 0 0 25 0 1 0 886391775 431927296 1871 33554432000 134512640 135107411 4293602256 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1728/statm: 105451 1871 59 146 0 104327 0
[pid=1726/tid=1744] ppid=1507 vsize=302944 CPUtime=0 cores=4,6
/proc/1726/task/1744/stat : 1744 (python) S 1507 1507 1193 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886401788 310214656 6569 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 514 18446604450786080832 0 0 -1 6 0 0 0
[pid=1745] ppid=1507 vsize=313412 CPUtime=0.14 cores=4,6
/proc/1745/stat : 1745 (python) S 1507 1507 1193 0 -1 4202560 1090 0 0 0 8 6 0 0 19 0 2 0 886401789 320933888 6574 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1745/statm: 78353 6574 400 364 0 14262 0
[pid=1747] ppid=1745 vsize=421804 CPUtime=100.01 cores=4,6
/proc/1747/stat : 1747 (adaptg2wsat2009) T 1745 1747 1747 0 -1 4202496 2138 0 0 0 10001 0 0 0 25 0 1 0 886401789 431927296 1871 33554432000 134512640 135107411 4288794192 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1747/statm: 105451 1871 59 146 0 104327 0
[pid=1745/tid=1760] ppid=1507 vsize=313412 CPUtime=0 cores=4,6
/proc/1745/task/1760/stat : 1760 (python) S 1507 1507 1193 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886411803 320933888 6574 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 514 18446604453862226880 0 0 -1 6 0 0 0
[pid=1761] ppid=1507 vsize=323616 CPUtime=0.14 cores=4,6
/proc/1761/stat : 1761 (python) S 1507 1507 1193 0 -1 4202560 1087 0 0 0 7 7 0 0 19 0 2 0 886411804 331382784 6578 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1761/statm: 80904 6578 400 364 0 16810 0
[pid=1763] ppid=1761 vsize=421804 CPUtime=100 cores=4,6
/proc/1763/stat : 1763 (adaptg2wsat2009) T 1761 1763 1763 0 -1 4202496 2141 0 0 0 9998 2 0 0 25 0 1 0 886411804 431927296 1873 33554432000 134512640 135107411 4288365408 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1763/statm: 105451 1873 59 146 0 104327 0
[pid=1761/tid=1820] ppid=1507 vsize=323616 CPUtime=0 cores=4,6
/proc/1761/task/1820/stat : 1820 (python) S 1507 1507 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886421818 331382784 6578 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 514 18446604453558881280 0 0 -1 4 0 0 0
[pid=1821] ppid=1507 vsize=333976 CPUtime=0.15 cores=4,6
/proc/1821/stat : 1821 (python) S 1507 1507 1193 0 -1 4202560 1080 0 0 0 8 7 0 0 19 0 2 0 886421819 341991424 6582 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/1821/statm: 83494 6582 400 364 0 19397 0
[pid=1823] ppid=1821 vsize=1020188 CPUtime=100.19 cores=4,6
/proc/1823/stat : 1823 (gnovelty+2) T 1821 1823 1823 0 -1 4202496 1142 0 0 0 10018 1 0 0 25 0 1 0 886421819 1044672512 877 33554432000 134512640 135663704 4288645440 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/1823/statm: 255047 877 113 282 0 254763 0
[pid=1821/tid=1880] ppid=1507 vsize=333976 CPUtime=0 cores=4,6
/proc/1821/task/1880/stat : 1880 (python) S 1507 1507 1193 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886431838 341991424 6582 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 514 18446604453982872000 0 0 -1 6 0 0 0
[pid=1881] ppid=1507 vsize=344128 CPUtime=0.15 cores=4,6
/proc/1881/stat : 1881 (python) S 1507 1507 1193 0 -1 4202560 1089 0 0 0 7 8 0 0 19 0 2 0 886431839 352387072 6586 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1881/statm: 86032 6586 400 364 0 21932 0
[pid=1883] ppid=1881 vsize=251296 CPUtime=100.01 cores=4,6
/proc/1883/stat : 1883 (FH) T 1881 1883 1883 0 -1 4202496 1959 0 0 0 10001 0 0 0 25 0 1 0 886431840 257327104 1694 33554432000 134512640 134936988 4293633392 18446744073709551615 134554229 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/1883/statm: 62824 1694 41 104 0 62328 0
[pid=1881/tid=1896] ppid=1507 vsize=344128 CPUtime=0 cores=4,6
/proc/1881/task/1896/stat : 1896 (python) S 1507 1507 1193 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886441853 352387072 6586 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 514 18446604444558669632 0 0 -1 6 0 0 0
[pid=1897] ppid=1507 vsize=354624 CPUtime=0 cores=4,6
/proc/1897/stat : 1897 (python) S 1507 1507 1193 0 -1 4202560 837 0 0 0 0 0 0 0 19 0 1 0 886441854 363134976 6540 33554432000 4194304 5683644 140736380390544 18446744073709551615 274473987654 0 0 16781312 514 1076989235887603711 0 0 17 4 0 0 0
/proc/1897/statm: 88656 6540 351 364 0 24553 0
[pid=1899] ppid=1897 vsize=421140 CPUtime=0.08 cores=4,6
/proc/1899/stat : 1899 (adaptg2wsat2009) R 1897 1899 1899 0 -1 4202496 1803 0 0 0 8 0 0 0 20 0 1 0 886441855 431247360 1539 33554432000 134512640 135107411 4292739984 18446744073709551615 134523516 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1899/statm: 105285 1539 49 146 0 104161 0
[pid=1507/tid=1558] ppid=1505 vsize=364468 CPUtime=0 cores=4,6
/proc/1507/task/1558/stat : 1558 (python) S 1505 1507 1193 0 -1 4202560 30 931 0 0 0 0 0 0 22 0 9 0 886371737 373215232 8084 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 4 0 0 0
[pid=1507/tid=1709] ppid=1505 vsize=364468 CPUtime=0 cores=4,6
/proc/1507/task/1709/stat : 1709 (python) S 1505 1507 1193 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 886381756 373215232 8084 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 4 0 0 0
[pid=1507/tid=1727] ppid=1505 vsize=364468 CPUtime=0 cores=4,6
/proc/1507/task/1727/stat : 1727 (python) S 1505 1507 1193 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 886391775 373215232 8084 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 6 0 0 0
[pid=1507/tid=1746] ppid=1505 vsize=364468 CPUtime=0 cores=4,6
/proc/1507/task/1746/stat : 1746 (python) S 1505 1507 1193 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 886401789 373215232 8084 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 4 0 0 0
[pid=1507/tid=1762] ppid=1505 vsize=364468 CPUtime=0 cores=4,6
/proc/1507/task/1762/stat : 1762 (python) S 1505 1507 1193 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 886411804 373215232 8084 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 6 0 0 0
[pid=1507/tid=1822] ppid=1505 vsize=364468 CPUtime=0 cores=4,6
/proc/1507/task/1822/stat : 1822 (python) S 1505 1507 1193 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 886421819 373215232 8084 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 4 0 0 0
[pid=1507/tid=1882] ppid=1505 vsize=364468 CPUtime=0 cores=4,6
/proc/1507/task/1882/stat : 1882 (python) S 1505 1507 1193 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 886431839 373215232 8084 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 4 0 0 0
[pid=1507/tid=1898] ppid=1505 vsize=364468 CPUtime=0 cores=4,6
/proc/1507/task/1898/stat : 1898 (python) S 1505 1507 1193 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 886441854 373215232 8084 33554432000 4194304 5683644 140736380390544 18446744073709551615 274485791153 0 0 16781312 2 18446604453558880384 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 703.87
Current children cumulated vsize (KiB) 7921236

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.965
CPU time (s): 703.87
CPU user time (s): 703.23
CPU system time (s): 0.64
CPU usage (%): 99.9865
Max. virtual memory (cumulated for all children) (KiB): 7921236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.32465
system time used= 0.152976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21669
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= 2912
involuntary context switches= 75

runsolver used 1.79873 second user time and 3.13752 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-11 01:15:18
IDJOB=3484132
IDBENCH=82643
IDSOLVER=1975
FILE ID=node125/3484132-1307747718
RUNJOBID= node125-1307747008-1212
PBS_JOBID= 13550832
Free space on /tmp= 73932 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S817927155-033-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-3484132-1307747718/watcher-3484132-1307747718 -o /tmp/evaluation-result-3484132-1307747718/solver-3484132-1307747718 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484132-1307747718.cnf -seed 693387542 -budget 1200

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

MD5SUM BENCH= bdd02c131ae0dd9fa14ba01f07a63379
RANDOM SEED=693387542

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.74
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.828
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.75
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.828
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:      31528364 kB
Buffers:        243988 kB
Cached:         787932 kB
SwapCached:       3400 kB
Active:         690140 kB
Inactive:       522904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31528364 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:           32732 kB
Writeback:           0 kB
AnonPages:      179056 kB
Mapped:          21436 kB
Slab:           134092 kB
PageTables:      13916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  8520620 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= 73892 MiB
End job on node125 at 2011-06-11 01:27:04