Trace number 3484024

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.57 708.366

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S715182559-083-UNKNOWN.cnf
MD5SUM1ae73e64babd5796adef68295bcaa14f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark89.3534
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530000
Number of clauses of size over 50

Solver Data

0.69/5.84	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.69/5.84	c INFO: solving HOME/instance-3484024-1307894572.cnf
0.69/5.84	c INFO: computing task features
0.87/6.00	c INFO: computed variable-clause graph statistics
0.87/6.00	c INFO: computed clause balance statistics
1.66/6.83	c INFO: computed variable balance statistics
2.16/7.31	c INFO: computed small-clause counts
2.16/7.31	c INFO: computed Horn-clause counts
2.16/7.35	c INFO: computed variable graph statistics
2.16/7.35	c INFO: collected features for HOME/instance-3484024-1307894572.cnf in 1.50 s
2.16/7.36	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
101.46/106.53	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.14)
201.70/206.72	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.09)
301.85/306.87	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.07)
402.20/407.02	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.06)
502.35/507.18	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.05)
602.54/607.39	c INFO: running FH@0 for 97 with 598 remaining (b = 0.04)
702.78/707.58	c INFO: running adaptg2wsat2009++@0 for 97 with 498 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: 989)

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-3484024-1307894572/watcher-3484024-1307894572 -o /tmp/evaluation-result-3484024-1307894572/solver-3484024-1307894572 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484024-1307894572.cnf -seed 2034407944 -budget 1200 

running on 2 cores: 0,2

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.59 0.16 0.48 4/175 17780
/proc/meminfo: memFree=2529808/32950928 swapFree=67051116/67111528
[pid=17780] ppid=17778 vsize=11804 CPUtime=0 cores=0,2
/proc/17780/stat : 17780 (runsolver) R 17778 17780 17585 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 1 0 979687981 12087296 55 33554432000 4194304 5436572 140736881604256 18446744073709551615 5057063 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/17780/statm: 2951 55 36 304 0 2643 0

[startup+0.0370541 s]
/proc/loadavg: 0.59 0.16 0.48 4/175 17780
/proc/meminfo: memFree=2529808/32950928 swapFree=67051116/67111528
[pid=17780] ppid=17778 vsize=15184 CPUtime=0 cores=0,2
/proc/17780/stat : 17780 (python) S 17778 17780 17585 0 -1 4202496 729 0 6 0 0 0 0 0 17 0 1 0 979687981 15548416 622 33554432000 4194304 5683644 140734424038304 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 1
/proc/17780/statm: 3796 622 322 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.101012 s]
/proc/loadavg: 0.59 0.16 0.48 4/175 17780
/proc/meminfo: memFree=2529808/32950928 swapFree=67051116/67111528
[pid=17780] ppid=17778 vsize=16532 CPUtime=0.01 cores=0,2
/proc/17780/stat : 17780 (python) S 17778 17780 17585 0 -1 4202496 1185 0 6 0 1 0 0 0 17 0 1 0 979687981 16928768 1049 33554432000 4194304 5683644 140734424038304 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 2
/proc/17780/statm: 4133 1049 417 364 0 620 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16532

[startup+0.300959 s]
/proc/loadavg: 0.59 0.16 0.48 4/175 17780
/proc/meminfo: memFree=2529808/32950928 swapFree=67051116/67111528
[pid=17780] ppid=17778 vsize=50012 CPUtime=0.08 cores=0,2
/proc/17780/stat : 17780 (python) D 17778 17780 17585 0 -1 4202496 1960 0 17 0 6 2 0 0 16 0 1 0 979687981 51212288 1737 33554432000 4194304 5683644 140734424038304 18446744073709551615 251367544832 0 0 16781312 2 0 0 0 17 2 0 0 5
/proc/17780/statm: 12503 1737 480 364 0 1203 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 50012

[startup+0.701487 s]
/proc/loadavg: 0.59 0.16 0.48 4/175 17780
/proc/meminfo: memFree=2529808/32950928 swapFree=67051116/67111528
[pid=17780] ppid=17778 vsize=116604 CPUtime=0.19 cores=0,2
/proc/17780/stat : 17780 (python) R 17778 17780 17585 0 -1 4202496 3826 0 31 0 13 6 0 0 16 0 1 0 979687981 119402496 3492 33554432000 4194304 5683644 140734424038304 18446744073709551615 251367542629 0 0 16781312 2 0 0 0 17 2 0 0 11
/proc/17780/statm: 29151 3492 895 364 0 2652 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 116604

[startup+1.50083 s]
/proc/loadavg: 0.59 0.16 0.48 1/196 17824
/proc/meminfo: memFree=2365108/32950928 swapFree=67051116/67111528
[pid=17780] ppid=17778 vsize=124236 CPUtime=0.23 cores=0,2
/proc/17780/stat : 17780 (python) S 17778 17780 17585 0 -1 4202496 4279 0 34 0 16 7 0 0 15 0 1 0 979687981 127217664 3880 33554432000 4194304 5683644 140734424038304 18446744073709551615 251367546624 0 0 16781312 2 18446744071562362840 0 0 17 2 0 0 12
/proc/17780/statm: 31059 3880 997 364 0 2870 0
[pid=17819] ppid=17780 vsize=8700 CPUtime=0 cores=0,2
/proc/17819/stat : 17819 (sh) S 17780 17780 17585 0 -1 4202496 308 0 0 0 0 0 0 0 17 0 1 0 979688063 8908800 246 33554432000 4194304 4922060 140736291156816 18446744073709551615 251367365765 0 65536 16781316 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17819/statm: 2175 246 206 178 0 68 0
[pid=17824] ppid=17819 vsize=8700 CPUtime=0 cores=0,2
/proc/17824/stat : 17824 (sh) D 17819 17780 17585 0 -1 4202560 64 0 0 0 0 0 0 0 17 0 1 0 979688063 8908800 91 33554432000 4194304 4922060 140736291156816 18446744073709551615 251367367671 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17824/statm: 2175 91 51 178 0 68 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 141636

[startup+3.1005 s]
/proc/loadavg: 0.59 0.16 0.48 1/198 17826
/proc/meminfo: memFree=2363356/32950928 swapFree=67051116/67111528
[pid=17780] ppid=17778 vsize=124236 CPUtime=0.23 cores=0,2
/proc/17780/stat : 17780 (python) S 17778 17780 17585 0 -1 4202496 4279 0 34 0 16 7 0 0 15 0 1 0 979687981 127217664 3880 33554432000 4194304 5683644 140734424038304 18446744073709551615 251367546624 0 0 16781312 2 18446744071562362840 0 0 17 2 0 0 12
/proc/17780/statm: 31059 3880 997 364 0 2870 0
[pid=17819] ppid=17780 vsize=8700 CPUtime=0 cores=0,2
/proc/17819/stat : 17819 (sh) S 17780 17780 17585 0 -1 4202496 308 0 0 0 0 0 0 0 17 0 1 0 979688063 8908800 246 33554432000 4194304 4922060 140736291156816 18446744073709551615 251367365765 0 65536 16781316 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17819/statm: 2175 246 206 178 0 68 0
[pid=17824] ppid=17819 vsize=8700 CPUtime=0 cores=0,2
/proc/17824/stat : 17824 (sh) D 17819 17780 17585 0 -1 4202560 64 0 0 0 0 0 0 0 17 0 1 0 979688063 8908800 91 33554432000 4194304 4922060 140736291156816 18446744073709551615 251367367671 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17824/statm: 2175 91 51 178 0 68 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 141636
heavy processes:

[startup+6.30085 s]
/proc/loadavg: 0.86 0.22 0.50 1/190 17834
/proc/meminfo: memFree=2332008/32950928 swapFree=67051116/67111528
[pid=17780] ppid=17778 vsize=287572 CPUtime=1.16 cores=0,2
/proc/17780/stat : 17780 (python) R 17778 17780 17585 0 -1 4202496 12601 923 89 9 88 28 0 0 16 0 1 0 979687981 294473728 9278 33554432000 4194304 5683644 140734424038304 18446744073709551615 47899310457951 0 0 16781312 2 0 0 0 17 2 0 0 25
/proc/17780/statm: 71893 9278 1826 364 0 7817 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 287572
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 1.11 0.28 0.52 5/202 17847
/proc/meminfo: memFree=2266460/32950928 swapFree=67051116/67111528
[pid=17780] ppid=17778 vsize=293192 CPUtime=2.22 cores=0,2
/proc/17780/stat : 17780 (python) S 17778 17780 17585 0 -1 4202496 12955 923 89 9 194 28 0 0 19 0 2 0 979687981 300228608 8163 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 25
/proc/17780/statm: 73298 8163 1869 364 0 9216 0
[pid=17842] ppid=17780 vsize=283432 CPUtime=0 cores=0,2
/proc/17842/stat : 17842 (python) S 17780 17780 17585 0 -1 4202560 872 0 0 0 0 0 0 0 18 0 1 0 979688718 290234368 6669 33554432000 4194304 5683644 140734424038304 18446744073709551615 251367566863 0 0 16781312 514 3962208352485736707 0 0 17 2 0 0 0
/proc/17842/statm: 70858 6669 378 364 0 6776 0
[pid=17844] ppid=17842 vsize=1018996 CPUtime=5.33 cores=0,2
/proc/17844/stat : 17844 (gnovelty+2) R 17842 17844 17844 0 -1 4202496 960 0 0 0 533 0 0 0 25 0 1 0 979688718 1043451904 697 33554432000 134512640 135663704 4286889760 18446744073709551615 134525187 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17844/statm: 254749 697 113 282 0 254465 0
[pid=17780/tid=17843] ppid=17778 vsize=293192 CPUtime=0 cores=0,2
/proc/17780/task/17843/stat : 17843 (python) S 17778 17780 17585 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 2 0 979688718 300228608 8163 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 2 18446604450306984768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 1595620
heavy processes:

[startup+25.5003 s]
/proc/loadavg: 1.75 0.47 0.58 5/202 17847
/proc/meminfo: memFree=2267848/32950928 swapFree=67051116/67111528
[pid=17780] ppid=17778 vsize=293192 CPUtime=2.22 cores=0,2
/proc/17780/stat : 17780 (python) S 17778 17780 17585 0 -1 4202496 12955 923 89 9 194 28 0 0 19 0 2 0 979687981 300228608 8163 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 25
/proc/17780/statm: 73298 8163 1869 364 0 9216 0
[pid=17842] ppid=17780 vsize=283432 CPUtime=0.01 cores=0,2
/proc/17842/stat : 17842 (python) S 17780 17780 17585 0 -1 4202560 881 0 0 0 1 0 0 0 18 0 1 0 979688718 290234368 6669 33554432000 4194304 5683644 140734424038304 18446744073709551615 251367566863 0 0 16781312 514 7661977564482601219 0 0 17 2 0 0 0
/proc/17842/statm: 70858 6669 378 364 0 6776 0
[pid=17844] ppid=17842 vsize=1018996 CPUtime=18.13 cores=0,2
/proc/17844/stat : 17844 (gnovelty+2) R 17842 17844 17844 0 -1 4202496 960 0 0 0 1813 0 0 0 25 0 1 0 979688718 1043451904 697 33554432000 134512640 135663704 4286889760 18446744073709551615 134525506 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17844/statm: 254749 697 113 282 0 254465 0
[pid=17780/tid=17843] ppid=17778 vsize=293192 CPUtime=0 cores=0,2
/proc/17780/task/17843/stat : 17843 (python) S 17778 17780 17585 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 2 0 979688718 300228608 8163 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 2 18446604450306984768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.36
Current children cumulated vsize (KiB) 1595620
heavy processes:

[startup+51.1006 s]
/proc/loadavg: 2.60 0.77 0.67 5/202 17848
/proc/meminfo: memFree=2268536/32950928 swapFree=67051116/67111528
[pid=17780] ppid=17778 vsize=293192 CPUtime=2.22 cores=0,2
/proc/17780/stat : 17780 (python) S 17778 17780 17585 0 -1 4202496 12955 923 89 9 194 28 0 0 19 0 2 0 979687981 300228608 8163 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 25
/proc/17780/statm: 73298 8163 1869 364 0 9216 0
[pid=17842] ppid=17780 vsize=283432 CPUtime=0.04 cores=0,2
/proc/17842/stat : 17842 (python) S 17780 17780 17585 0 -1 4202560 892 0 0 0 3 1 0 0 18 0 1 0 979688718 290234368 6669 33554432000 4194304 5683644 140734424038304 18446744073709551615 251367566863 0 0 16781312 514 7661977564482601219 0 0 17 2 0 0 0
/proc/17842/statm: 70858 6669 378 364 0 6776 0
[pid=17844] ppid=17842 vsize=1018996 CPUtime=43.73 cores=0,2
/proc/17844/stat : 17844 (gnovelty+2) R 17842 17844 17844 0 -1 4202496 960 0 0 0 4373 0 0 0 25 0 1 0 979688718 1043451904 697 33554432000 134512640 135663704 4286889760 18446744073709551615 134525101 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17844/statm: 254749 697 113 282 0 254465 0
[pid=17780/tid=17843] ppid=17778 vsize=293192 CPUtime=0 cores=0,2
/proc/17780/task/17843/stat : 17843 (python) S 17778 17780 17585 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 2 0 979688718 300228608 8163 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 2 18446604450306984768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 45.99
Current children cumulated vsize (KiB) 1595620

[startup+102.307 s]
/proc/loadavg: 3.39 1.26 0.84 5/202 17849
/proc/meminfo: memFree=2268480/32950928 swapFree=67051116/67111528
[pid=17780] ppid=17778 vsize=293192 CPUtime=2.22 cores=0,2
/proc/17780/stat : 17780 (python) S 17778 17780 17585 0 -1 4202496 12955 923 89 9 194 28 0 0 19 0 2 0 979687981 300228608 8163 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 25
/proc/17780/statm: 73298 8163 1869 364 0 9216 0
[pid=17842] ppid=17780 vsize=283432 CPUtime=0.11 cores=0,2
/proc/17842/stat : 17842 (python) S 17780 17780 17585 0 -1 4202560 917 0 0 0 8 3 0 0 18 0 1 0 979688718 290234368 6669 33554432000 4194304 5683644 140734424038304 18446744073709551615 251367566863 0 0 16781312 514 7661977564482601219 0 0 17 2 0 0 0
/proc/17842/statm: 70858 6669 378 364 0 6776 0
[pid=17844] ppid=17842 vsize=1018996 CPUtime=94.94 cores=0,2
/proc/17844/stat : 17844 (gnovelty+2) R 17842 17844 17844 0 -1 4202496 960 0 0 0 9494 0 0 0 25 0 1 0 979688718 1043451904 697 33554432000 134512640 135663704 4286889760 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17844/statm: 254749 697 113 282 0 254465 0
[pid=17780/tid=17843] ppid=17778 vsize=293192 CPUtime=0 cores=0,2
/proc/17780/task/17843/stat : 17843 (python) S 17778 17780 17585 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 2 0 979688718 300228608 8163 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 2 18446604450306984768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 97.27
Current children cumulated vsize (KiB) 1595620

[startup+162.301 s]
/proc/loadavg: 3.81 1.77 1.04 5/218 17867
/proc/meminfo: memFree=2240152/32950928 swapFree=67051116/67111528
[pid=17780] ppid=17778 vsize=303448 CPUtime=2.23 cores=0,2
/proc/17780/stat : 17780 (python) S 17778 17780 17585 0 -1 4202496 13847 923 89 9 195 28 0 0 20 0 3 0 979687981 310730752 8178 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 25
/proc/17780/statm: 75862 8178 1880 364 0 11777 0
[pid=17842] ppid=17780 vsize=293676 CPUtime=0.12 cores=0,2
/proc/17842/stat : 17842 (python) S 17780 17780 17585 0 -1 4202560 1155 0 0 0 8 4 0 0 19 0 2 0 979688718 300724224 6711 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17842/statm: 73419 6711 415 364 0 9337 0
[pid=17844] ppid=17842 vsize=1018996 CPUtime=99.16 cores=0,2
/proc/17844/stat : 17844 (gnovelty+2) T 17842 17844 17844 0 -1 4202496 960 0 0 0 9916 0 0 0 25 0 1 0 979688718 1043451904 697 33554432000 134512640 135663704 4286889760 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/17844/statm: 254749 697 113 282 0 254465 0
[pid=17842/tid=17854] ppid=17780 vsize=293676 CPUtime=0 cores=0,2
/proc/17842/task/17854/stat : 17854 (python) S 17780 17780 17585 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 979698634 300724224 6711 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 514 18446604440950314880 0 0 -1 2 0 0 0
[pid=17855] ppid=17780 vsize=293688 CPUtime=0.07 cores=0,2
/proc/17855/stat : 17855 (python) S 17780 17780 17585 0 -1 4202560 923 0 0 0 4 3 0 0 18 0 1 0 979698635 300736512 6667 33554432000 4194304 5683644 140734424038304 18446744073709551615 251367566918 0 0 16781312 514 7661977564482601218 0 0 17 0 0 0 0
/proc/17855/statm: 73422 6667 372 364 0 9337 0
[pid=17857] ppid=17855 vsize=1018996 CPUtime=55.69 cores=0,2
/proc/17857/stat : 17857 (gnovelty+2) R 17855 17857 17857 0 -1 4202496 962 0 0 0 5569 0 0 0 25 0 1 0 979698635 1043451904 698 33554432000 134512640 135663704 4293496944 18446744073709551615 134546746 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17857/statm: 254749 698 113 282 0 254465 0
[pid=17780/tid=17843] ppid=17778 vsize=303448 CPUtime=0 cores=0,2
/proc/17780/task/17843/stat : 17843 (python) S 17778 17780 17585 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 3 0 979688718 310730752 8178 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 2 18446604450306984768 0 0 -1 0 0 0 0
[pid=17780/tid=17856] ppid=17778 vsize=303448 CPUtime=0 cores=0,2
/proc/17780/task/17856/stat : 17856 (python) S 17778 17780 17585 0 -1 4202560 32 923 0 9 0 0 0 0 20 0 3 0 979698635 310730752 8178 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 2 18446604450306984768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 157.27

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

[pid=17874] ppid=17780 vsize=303944 CPUtime=0.15 cores=0,2
/proc/17874/stat : 17874 (python) S 17780 17780 17585 0 -1 4202560 1097 0 0 0 8 7 0 0 19 0 2 0 979708654 311238656 6700 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17874/statm: 75986 6700 400 364 0 11898 0
[pid=17876] ppid=17874 vsize=421556 CPUtime=100.04 cores=0,2
/proc/17876/stat : 17876 (adaptg2wsat2009) T 17874 17876 17876 0 -1 4202496 2049 0 0 0 10004 0 0 0 25 0 1 0 979708654 431673344 1781 33554432000 134512640 135107411 4288137808 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17876/statm: 105389 1781 59 146 0 104265 0
[pid=17874/tid=17892] ppid=17780 vsize=303944 CPUtime=0 cores=0,2
/proc/17874/task/17892/stat : 17892 (python) S 17780 17780 17585 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 979718668 311238656 6700 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 514 18446604453894611968 0 0 -1 2 0 0 0
[pid=17893] ppid=17780 vsize=314200 CPUtime=0.15 cores=0,2
/proc/17893/stat : 17893 (python) S 17780 17780 17585 0 -1 4202560 1102 0 0 0 8 7 0 0 19 0 2 0 979718669 321740800 6704 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17893/statm: 78550 6704 400 364 0 14459 0
[pid=17895] ppid=17893 vsize=421556 CPUtime=100.13 cores=0,2
/proc/17895/stat : 17895 (adaptg2wsat2009) T 17893 17895 17895 0 -1 4202496 2046 0 0 0 10013 0 0 0 25 0 1 0 979718669 431673344 1781 33554432000 134512640 135107411 4294256944 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/17895/statm: 105389 1781 59 146 0 104265 0
[pid=17893/tid=17910] ppid=17780 vsize=314200 CPUtime=0 cores=0,2
/proc/17893/task/17910/stat : 17910 (python) S 17780 17780 17585 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 979728683 321740800 6704 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 514 18446604453854517120 0 0 -1 2 0 0 0
[pid=17911] ppid=17780 vsize=324456 CPUtime=0.16 cores=0,2
/proc/17911/stat : 17911 (python) S 17780 17780 17585 0 -1 4202560 1095 0 0 0 8 8 0 0 19 0 2 0 979728684 332242944 6708 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17911/statm: 81114 6708 400 364 0 17020 0
[pid=17913] ppid=17911 vsize=421556 CPUtime=100.04 cores=0,2
/proc/17913/stat : 17913 (adaptg2wsat2009) T 17911 17913 17913 0 -1 4202496 2043 0 0 0 10004 0 0 0 25 0 1 0 979728684 431673344 1781 33554432000 134512640 135107411 4289502576 18446744073709551615 134531779 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17913/statm: 105389 1781 59 146 0 104265 0
[pid=17911/tid=17929] ppid=17780 vsize=324456 CPUtime=0 cores=0,2
/proc/17911/task/17929/stat : 17929 (python) S 17780 17780 17585 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 979738699 332242944 6708 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 514 18446604453894612864 0 0 -1 2 0 0 0
[pid=17930] ppid=17780 vsize=334816 CPUtime=0.17 cores=0,2
/proc/17930/stat : 17930 (python) S 17780 17780 17585 0 -1 4202560 1101 0 0 0 10 7 0 0 19 0 2 0 979738700 342851584 6712 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17930/statm: 83704 6712 400 364 0 19607 0
[pid=17932] ppid=17930 vsize=1018996 CPUtime=100.03 cores=0,2
/proc/17932/stat : 17932 (gnovelty+2) T 17930 17932 17932 0 -1 4202496 960 0 0 0 10003 0 0 0 25 0 1 0 979738701 1043451904 698 33554432000 134512640 135663704 4288045056 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17932/statm: 254749 698 113 282 0 254465 0
[pid=17930/tid=17948] ppid=17780 vsize=334816 CPUtime=0 cores=0,2
/proc/17930/task/17948/stat : 17948 (python) S 17780 17780 17585 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 979748720 342851584 6712 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 514 18446604453877524672 0 0 -1 2 0 0 0
[pid=17949] ppid=17780 vsize=345300 CPUtime=0.18 cores=0,2
/proc/17949/stat : 17949 (python) S 17780 17780 17585 0 -1 4202560 1099 0 0 0 11 7 0 0 19 0 2 0 979748721 353587200 6742 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17949/statm: 86325 6742 400 364 0 22225 0
[pid=17951] ppid=17949 vsize=251288 CPUtime=100.02 cores=0,2
/proc/17951/stat : 17951 (FH) T 17949 17951 17951 0 -1 4202496 1947 0 0 0 10002 0 0 0 25 0 1 0 979748721 257318912 1683 33554432000 134512640 134936988 4293447360 18446744073709551615 134553524 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/17951/statm: 62822 1683 41 104 0 62326 0
[pid=17949/tid=17968] ppid=17780 vsize=345300 CPUtime=0 cores=0,2
/proc/17949/task/17968/stat : 17968 (python) S 17780 17780 17585 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 979758739 353587200 6742 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 514 18446604453877523776 0 0 -1 0 0 0 0
[pid=17969] ppid=17780 vsize=355344 CPUtime=0 cores=0,2
/proc/17969/stat : 17969 (python) S 17780 17780 17585 0 -1 4202560 838 0 0 0 0 0 0 0 19 0 1 0 979758739 363872256 6753 33554432000 4194304 5683644 140734424038304 18446744073709551615 251367566918 0 0 16781312 514 1080375731701153791 0 0 17 0 0 0 0
/proc/17969/statm: 88836 6753 351 364 0 24733 0
[pid=17971] ppid=17969 vsize=421556 CPUtime=0.72 cores=0,2
/proc/17971/stat : 17971 (adaptg2wsat2009) R 17969 17971 17971 0 -1 4202496 2049 0 0 0 72 0 0 0 22 0 1 0 979758740 431673344 1782 33554432000 134512640 135107411 4288110512 18446744073709551615 134531781 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17971/statm: 105389 1782 59 146 0 104265 0
[pid=17780/tid=17843] ppid=17778 vsize=365316 CPUtime=0 cores=0,2
/proc/17780/task/17843/stat : 17843 (python) S 17778 17780 17585 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 9 0 979688718 374083584 8297 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 2 18446604450306984768 0 0 -1 0 0 0 0
[pid=17780/tid=17856] ppid=17778 vsize=365316 CPUtime=0 cores=0,2
/proc/17780/task/17856/stat : 17856 (python) S 17778 17780 17585 0 -1 4202560 32 923 0 9 0 0 0 0 20 0 9 0 979698635 374083584 8297 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 2 18446604450306984768 0 0 -1 0 0 0 0
[pid=17780/tid=17875] ppid=17778 vsize=365316 CPUtime=0 cores=0,2
/proc/17780/task/17875/stat : 17875 (python) S 17778 17780 17585 0 -1 4202560 29 923 0 9 0 0 0 0 20 0 9 0 979708654 374083584 8297 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 2 18446604450306984768 0 0 -1 0 0 0 0
[pid=17780/tid=17894] ppid=17778 vsize=365316 CPUtime=0 cores=0,2
/proc/17780/task/17894/stat : 17894 (python) S 17778 17780 17585 0 -1 4202560 24 923 0 9 0 0 0 0 20 0 9 0 979718669 374083584 8297 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 2 18446604450306984768 0 0 -1 0 0 0 0
[pid=17780/tid=17912] ppid=17778 vsize=365316 CPUtime=0 cores=0,2
/proc/17780/task/17912/stat : 17912 (python) S 17778 17780 17585 0 -1 4202560 25 923 0 9 0 0 0 0 20 0 9 0 979728684 374083584 8297 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 2 18446604450306984768 0 0 -1 0 0 0 0
[pid=17780/tid=17931] ppid=17778 vsize=365316 CPUtime=0 cores=0,2
/proc/17780/task/17931/stat : 17931 (python) S 17778 17780 17585 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 9 0 979738701 374083584 8297 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 2 18446604450306984768 0 0 -1 0 0 0 0
[pid=17780/tid=17950] ppid=17778 vsize=365316 CPUtime=0 cores=0,2
/proc/17780/task/17950/stat : 17950 (python) S 17778 17780 17585 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 9 0 979748721 374083584 8297 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 2 18446604450306984768 0 0 -1 2 0 0 0
[pid=17780/tid=17970] ppid=17778 vsize=365316 CPUtime=0 cores=0,2
/proc/17780/task/17970/stat : 17970 (python) S 17778 17780 17585 0 -1 4202560 28 923 0 9 0 0 0 0 20 0 9 0 979758740 374083584 8297 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 2 18446604450306984768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 703.57
Current children cumulated vsize (KiB) 7925240

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

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

[startup+708.302 s]
/proc/loadavg: 4.06 3.68 2.36 4/281 17979
/proc/meminfo: memFree=2071520/32950928 swapFree=67051116/67111528
[pid=17780] ppid=17778 vsize=365316 CPUtime=2.29 cores=0,2
/proc/17780/stat : 17780 (python) S 17778 17780 17585 0 -1 4202496 19067 923 89 9 200 29 0 0 20 0 9 0 979687981 374083584 8297 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 25
/proc/17780/statm: 91329 8297 1892 364 0 27226 0
[pid=17842] ppid=17780 vsize=293676 CPUtime=0.12 cores=0,2
/proc/17842/stat : 17842 (python) S 17780 17780 17585 0 -1 4202560 1155 0 0 0 8 4 0 0 19 0 2 0 979688718 300724224 6711 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17842/statm: 73419 6711 415 364 0 9337 0
[pid=17844] ppid=17842 vsize=1018996 CPUtime=99.16 cores=0,2
/proc/17844/stat : 17844 (gnovelty+2) T 17842 17844 17844 0 -1 4202496 960 0 0 0 9916 0 0 0 25 0 1 0 979688718 1043451904 697 33554432000 134512640 135663704 4286889760 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/17844/statm: 254749 697 113 282 0 254465 0
[pid=17842/tid=17854] ppid=17780 vsize=293676 CPUtime=0 cores=0,2
/proc/17842/task/17854/stat : 17854 (python) S 17780 17780 17585 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 979698634 300724224 6711 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 514 18446604440950314880 0 0 -1 2 0 0 0
[pid=17855] ppid=17780 vsize=293688 CPUtime=0.15 cores=0,2
/proc/17855/stat : 17855 (python) S 17780 17780 17585 0 -1 4202560 1100 0 0 0 8 7 0 0 19 0 2 0 979698635 300736512 6696 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17855/statm: 73422 6696 400 364 0 9337 0
[pid=17857] ppid=17855 vsize=1018996 CPUtime=100.06 cores=0,2
/proc/17857/stat : 17857 (gnovelty+2) T 17855 17857 17857 0 -1 4202496 962 0 0 0 10006 0 0 0 25 0 1 0 979698635 1043451904 698 33554432000 134512640 135663704 4293496944 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17857/statm: 254749 698 113 282 0 254465 0
[pid=17855/tid=17873] ppid=17780 vsize=293688 CPUtime=0 cores=0,2
/proc/17855/task/17873/stat : 17873 (python) S 17780 17780 17585 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 979708653 300736512 6696 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 514 18446604453898409920 0 0 -1 2 0 0 0
[pid=17874] ppid=17780 vsize=303944 CPUtime=0.15 cores=0,2
/proc/17874/stat : 17874 (python) S 17780 17780 17585 0 -1 4202560 1097 0 0 0 8 7 0 0 19 0 2 0 979708654 311238656 6700 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17874/statm: 75986 6700 400 364 0 11898 0
[pid=17876] ppid=17874 vsize=421556 CPUtime=100.04 cores=0,2
/proc/17876/stat : 17876 (adaptg2wsat2009) T 17874 17876 17876 0 -1 4202496 2049 0 0 0 10004 0 0 0 25 0 1 0 979708654 431673344 1781 33554432000 134512640 135107411 4288137808 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17876/statm: 105389 1781 59 146 0 104265 0
[pid=17874/tid=17892] ppid=17780 vsize=303944 CPUtime=0 cores=0,2
/proc/17874/task/17892/stat : 17892 (python) S 17780 17780 17585 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 979718668 311238656 6700 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 514 18446604453894611968 0 0 -1 2 0 0 0
[pid=17893] ppid=17780 vsize=314200 CPUtime=0.15 cores=0,2
/proc/17893/stat : 17893 (python) S 17780 17780 17585 0 -1 4202560 1102 0 0 0 8 7 0 0 19 0 2 0 979718669 321740800 6704 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17893/statm: 78550 6704 400 364 0 14459 0
[pid=17895] ppid=17893 vsize=421556 CPUtime=100.13 cores=0,2
/proc/17895/stat : 17895 (adaptg2wsat2009) T 17893 17895 17895 0 -1 4202496 2046 0 0 0 10013 0 0 0 25 0 1 0 979718669 431673344 1781 33554432000 134512640 135107411 4294256944 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/17895/statm: 105389 1781 59 146 0 104265 0
[pid=17893/tid=17910] ppid=17780 vsize=314200 CPUtime=0 cores=0,2
/proc/17893/task/17910/stat : 17910 (python) S 17780 17780 17585 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 979728683 321740800 6704 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 514 18446604453854517120 0 0 -1 2 0 0 0
[pid=17911] ppid=17780 vsize=324456 CPUtime=0.16 cores=0,2
/proc/17911/stat : 17911 (python) S 17780 17780 17585 0 -1 4202560 1095 0 0 0 8 8 0 0 19 0 2 0 979728684 332242944 6708 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17911/statm: 81114 6708 400 364 0 17020 0
[pid=17913] ppid=17911 vsize=421556 CPUtime=100.04 cores=0,2
/proc/17913/stat : 17913 (adaptg2wsat2009) T 17911 17913 17913 0 -1 4202496 2043 0 0 0 10004 0 0 0 25 0 1 0 979728684 431673344 1781 33554432000 134512640 135107411 4289502576 18446744073709551615 134531779 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17913/statm: 105389 1781 59 146 0 104265 0
[pid=17911/tid=17929] ppid=17780 vsize=324456 CPUtime=0 cores=0,2
/proc/17911/task/17929/stat : 17929 (python) S 17780 17780 17585 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 979738699 332242944 6708 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 514 18446604453894612864 0 0 -1 2 0 0 0
[pid=17930] ppid=17780 vsize=334816 CPUtime=0.17 cores=0,2
/proc/17930/stat : 17930 (python) S 17780 17780 17585 0 -1 4202560 1101 0 0 0 10 7 0 0 19 0 2 0 979738700 342851584 6712 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17930/statm: 83704 6712 400 364 0 19607 0
[pid=17932] ppid=17930 vsize=1018996 CPUtime=100.03 cores=0,2
/proc/17932/stat : 17932 (gnovelty+2) T 17930 17932 17932 0 -1 4202496 960 0 0 0 10003 0 0 0 25 0 1 0 979738701 1043451904 698 33554432000 134512640 135663704 4288045056 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17932/statm: 254749 698 113 282 0 254465 0
[pid=17930/tid=17948] ppid=17780 vsize=334816 CPUtime=0 cores=0,2
/proc/17930/task/17948/stat : 17948 (python) S 17780 17780 17585 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 979748720 342851584 6712 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 514 18446604453877524672 0 0 -1 2 0 0 0
[pid=17949] ppid=17780 vsize=345300 CPUtime=0.18 cores=0,2
/proc/17949/stat : 17949 (python) S 17780 17780 17585 0 -1 4202560 1099 0 0 0 11 7 0 0 19 0 2 0 979748721 353587200 6742 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17949/statm: 86325 6742 400 364 0 22225 0
[pid=17951] ppid=17949 vsize=251288 CPUtime=100.02 cores=0,2
/proc/17951/stat : 17951 (FH) T 17949 17951 17951 0 -1 4202496 1947 0 0 0 10002 0 0 0 25 0 1 0 979748721 257318912 1683 33554432000 134512640 134936988 4293447360 18446744073709551615 134553524 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/17951/statm: 62822 1683 41 104 0 62326 0
[pid=17949/tid=17968] ppid=17780 vsize=345300 CPUtime=0 cores=0,2
/proc/17949/task/17968/stat : 17968 (python) S 17780 17780 17585 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 979758739 353587200 6742 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 514 18446604453877523776 0 0 -1 0 0 0 0
[pid=17969] ppid=17780 vsize=355344 CPUtime=0 cores=0,2
/proc/17969/stat : 17969 (python) S 17780 17780 17585 0 -1 4202560 838 0 0 0 0 0 0 0 19 0 1 0 979758739 363872256 6753 33554432000 4194304 5683644 140734424038304 18446744073709551615 251367566918 0 0 16781312 514 1080375731701153791 0 0 17 0 0 0 0
/proc/17969/statm: 88836 6753 351 364 0 24733 0
[pid=17971] ppid=17969 vsize=421556 CPUtime=0.72 cores=0,2
/proc/17971/stat : 17971 (adaptg2wsat2009) R 17969 17971 17971 0 -1 4202496 2049 0 0 0 72 0 0 0 22 0 1 0 979758740 431673344 1782 33554432000 134512640 135107411 4288110512 18446744073709551615 134531781 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17971/statm: 105389 1782 59 146 0 104265 0
[pid=17780/tid=17843] ppid=17778 vsize=365316 CPUtime=0 cores=0,2
/proc/17780/task/17843/stat : 17843 (python) S 17778 17780 17585 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 9 0 979688718 374083584 8297 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 2 18446604450306984768 0 0 -1 0 0 0 0
[pid=17780/tid=17856] ppid=17778 vsize=365316 CPUtime=0 cores=0,2
/proc/17780/task/17856/stat : 17856 (python) S 17778 17780 17585 0 -1 4202560 32 923 0 9 0 0 0 0 20 0 9 0 979698635 374083584 8297 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 2 18446604450306984768 0 0 -1 0 0 0 0
[pid=17780/tid=17875] ppid=17778 vsize=365316 CPUtime=0 cores=0,2
/proc/17780/task/17875/stat : 17875 (python) S 17778 17780 17585 0 -1 4202560 29 923 0 9 0 0 0 0 20 0 9 0 979708654 374083584 8297 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 2 18446604450306984768 0 0 -1 0 0 0 0
[pid=17780/tid=17894] ppid=17778 vsize=365316 CPUtime=0 cores=0,2
/proc/17780/task/17894/stat : 17894 (python) S 17778 17780 17585 0 -1 4202560 24 923 0 9 0 0 0 0 20 0 9 0 979718669 374083584 8297 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 2 18446604450306984768 0 0 -1 0 0 0 0
[pid=17780/tid=17912] ppid=17778 vsize=365316 CPUtime=0 cores=0,2
/proc/17780/task/17912/stat : 17912 (python) S 17778 17780 17585 0 -1 4202560 25 923 0 9 0 0 0 0 20 0 9 0 979728684 374083584 8297 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 2 18446604450306984768 0 0 -1 0 0 0 0
[pid=17780/tid=17931] ppid=17778 vsize=365316 CPUtime=0 cores=0,2
/proc/17780/task/17931/stat : 17931 (python) S 17778 17780 17585 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 9 0 979738701 374083584 8297 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 2 18446604450306984768 0 0 -1 0 0 0 0
[pid=17780/tid=17950] ppid=17778 vsize=365316 CPUtime=0 cores=0,2
/proc/17780/task/17950/stat : 17950 (python) S 17778 17780 17585 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 9 0 979748721 374083584 8297 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 2 18446604450306984768 0 0 -1 2 0 0 0
[pid=17780/tid=17970] ppid=17778 vsize=365316 CPUtime=0 cores=0,2
/proc/17780/task/17970/stat : 17970 (python) S 17778 17780 17585 0 -1 4202560 28 923 0 9 0 0 0 0 20 0 9 0 979758740 374083584 8297 33554432000 4194304 5683644 140734424038304 18446744073709551615 251379370417 0 0 16781312 2 18446604450306984768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 703.57
Current children cumulated vsize (KiB) 7925240

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 708.366
CPU time (s): 703.57
CPU user time (s): 702.81
CPU system time (s): 0.76
CPU usage (%): 99.3229
Max. virtual memory (cumulated for all children) (KiB): 7925240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.01069
system time used= 0.302953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19995
page faults= 98
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40201
involuntary context switches= 343

runsolver used 2.05569 second user time and 3.20451 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-12 18:02:53
IDJOB=3484024
IDBENCH=82535
IDSOLVER=1975
FILE ID=node113/3484024-1307894572
RUNJOBID= node113-1307894572-17759
PBS_JOBID= 13559535
Free space on /tmp= 1868 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S715182559-083-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-3484024-1307894572/watcher-3484024-1307894572 -o /tmp/evaluation-result-3484024-1307894572/solver-3484024-1307894572 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484024-1307894572.cnf -seed 2034407944 -budget 1200

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

MD5SUM BENCH= 1ae73e64babd5796adef68295bcaa14f
RANDOM SEED=2034407944

node113.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.846
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.69
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.846
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.76
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.846
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.846
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.75
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.846
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.74
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.846
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.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       2531112 kB
Buffers:         63312 kB
Cached:       29410364 kB
SwapCached:      14112 kB
Active:       14492860 kB
Inactive:     15000176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       2531112 kB
SwapTotal:    67111528 kB
SwapFree:     67051116 kB
Dirty:           34680 kB
Writeback:           0 kB
AnonPages:       17184 kB
Mapped:           8604 kB
Slab:           861988 kB
PageTables:       4708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   194088 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= 1772 MiB
End job on node113 at 2011-06-12 18:14:43