Trace number 3484134

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) 704.17 704.563

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S1163171897-095-UNKNOWN.cnf
MD5SUM9c09330ef9d704e301452237c81ff9c7
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.34/1.04	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/1.04	c INFO: solving HOME/instance-3484134-1307747719.cnf
0.34/1.04	c INFO: computing task features
0.34/1.27	c INFO: computed variable-clause graph statistics
0.34/1.28	c INFO: computed clause balance statistics
1.79/2.51	c INFO: computed variable balance statistics
2.30/3.01	c INFO: computed small-clause counts
2.30/3.01	c INFO: computed Horn-clause counts
2.30/3.05	c INFO: computed variable graph statistics
2.30/3.05	c INFO: collected features for HOME/instance-3484134-1307747719.cnf in 1.99 s
2.30/3.06	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
102.49/103.26	c INFO: running gnovelty+2@0 for 97 with 1097 remaining (b = 0.13)
202.72/203.46	c INFO: running adaptg2wsat2009++@0 for 97 with 997 remaining (b = 0.08)
303.06/303.61	c INFO: running adaptg2wsat2009++@0 for 97 with 897 remaining (b = 0.07)
403.17/403.76	c INFO: running adaptg2wsat2009++@0 for 97 with 797 remaining (b = 0.05)
503.42/503.92	c INFO: running gnovelty+2@0 for 97 with 697 remaining (b = 0.04)
603.76/604.13	c INFO: running FH@0 for 97 with 597 remaining (b = 0.03)
703.87/704.29	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-3484134-1307747719/watcher-3484134-1307747719 -o /tmp/evaluation-result-3484134-1307747719/solver-3484134-1307747719 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484134-1307747719.cnf -seed 693387542 -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: 4.00 3.63 2.14 4/198 1551
/proc/meminfo: memFree=31586700/32950928 swapFree=67079488/67111528
[pid=1551] ppid=1549 vsize=15184 CPUtime=0 cores=0,2
/proc/1551/stat : 1551 (python) R 1549 1551 1193 0 -1 4202496 688 0 0 0 0 0 0 0 25 0 1 0 886371572 15548416 581 33554432000 4194304 5683644 140736374438112 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/1551/statm: 3796 584 321 364 0 283 0

[startup+0.0471171 s]
/proc/loadavg: 4.00 3.63 2.14 4/198 1551
/proc/meminfo: memFree=31586700/32950928 swapFree=67079488/67111528
[pid=1551] ppid=1549 vsize=29792 CPUtime=0.03 cores=0,2
/proc/1551/stat : 1551 (python) R 1549 1551 1193 0 -1 4202496 1410 0 0 0 3 0 0 0 25 0 1 0 886371572 30507008 1252 33554432000 4194304 5683644 140736374438112 18446744073709551615 4540721 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/1551/statm: 7448 1252 443 364 0 818 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29792

[startup+0.101109 s]
/proc/loadavg: 4.00 3.63 2.14 4/198 1551
/proc/meminfo: memFree=31586700/32950928 swapFree=67079488/67111528
[pid=1551] ppid=1549 vsize=104224 CPUtime=0.07 cores=0,2
/proc/1551/stat : 1551 (python) S 1549 1551 1193 0 -1 4202496 3051 0 0 0 6 1 0 0 25 0 1 0 886371572 106725376 2733 33554432000 4194304 5683644 140736374438112 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 0 0 0 0
/proc/1551/statm: 26057 2734 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.301073 s]
/proc/loadavg: 4.00 3.63 2.14 4/198 1551
/proc/meminfo: memFree=31586700/32950928 swapFree=67079488/67111528
[pid=1551] ppid=1549 vsize=168676 CPUtime=0.23 cores=0,2
/proc/1551/stat : 1551 (python) S 1549 1551 1193 0 -1 4202496 6731 935 1 0 18 5 0 0 25 0 1 0 886371572 172724224 4797 33554432000 4194304 5683644 140736374438112 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/1551/statm: 42169 4797 1331 364 0 3454 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 168676

[startup+0.70095 s]
/proc/loadavg: 4.00 3.63 2.14 4/198 1551
/proc/meminfo: memFree=31586700/32950928 swapFree=67079488/67111528
[pid=1551] ppid=1549 vsize=275664 CPUtime=0.34 cores=0,2
/proc/1551/stat : 1551 (python) D 1549 1551 1193 0 -1 4202496 9042 935 1 0 28 6 0 0 25 0 1 0 886371572 282279936 6785 33554432000 4194304 5683644 140736374438112 18446744073709551615 274473973303 0 0 16781312 2 18446744071562154983 0 0 17 2 0 0 0
/proc/1551/statm: 68916 6785 1729 364 0 5456 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 275664

[startup+1.50081 s]
/proc/loadavg: 4.00 3.63 2.14 4/198 1551
/proc/meminfo: memFree=31586700/32950928 swapFree=67079488/67111528
[pid=1551] ppid=1549 vsize=289500 CPUtime=0.8 cores=0,2
/proc/1551/stat : 1551 (python) R 1549 1551 1193 0 -1 4202496 13896 935 1 0 73 7 0 0 20 0 1 0 886371572 296448000 9759 33554432000 4194304 5683644 140736374438112 18446744073709551615 4539725 0 0 16781312 2 0 0 0 17 2 0 0 57
/proc/1551/statm: 72375 9759 1826 364 0 8299 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 289500

[startup+3.10056 s]
/proc/loadavg: 4.00 3.63 2.14 5/204 1601
/proc/meminfo: memFree=31538828/32950928 swapFree=67079488/67111528
[pid=1551] ppid=1549 vsize=291932 CPUtime=2.36 cores=0,2
/proc/1551/stat : 1551 (python) S 1549 1551 1193 0 -1 4202496 14208 935 1 0 229 7 0 0 20 0 2 0 886371572 298938368 7847 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 57
/proc/1551/statm: 72983 7847 1869 364 0 8901 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 291932
heavy processes:

[startup+6.30103 s]
/proc/loadavg: 4.00 3.63 2.15 6/207 1650
/proc/meminfo: memFree=31517408/32950928 swapFree=67079488/67111528
[pid=1551] ppid=1549 vsize=291932 CPUtime=2.36 cores=0,2
/proc/1551/stat : 1551 (python) S 1549 1551 1193 0 -1 4202496 14208 935 1 0 229 7 0 0 20 0 2 0 886371572 298938368 7847 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 57
/proc/1551/statm: 72983 7847 1869 364 0 8901 0
[pid=1602] ppid=1551 vsize=282240 CPUtime=0 cores=0,2
/proc/1602/stat : 1602 (python) S 1551 1551 1193 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 886371879 289013760 6330 33554432000 4194304 5683644 140736374438112 18446744073709551615 274473987599 0 0 16781312 514 7428734868642562305 0 0 17 0 0 0 0
/proc/1602/statm: 70560 6330 355 364 0 6478 0
[pid=1604] ppid=1602 vsize=1020188 CPUtime=3.22 cores=0,2
/proc/1604/stat : 1604 (gnovelty+2) R 1602 1604 1604 0 -1 4202496 1140 0 0 0 322 0 0 0 25 0 1 0 886371879 1044672512 876 33554432000 134512640 135663704 4291631904 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1604/statm: 255047 876 113 282 0 254763 0
[pid=1551/tid=1603] ppid=1549 vsize=291932 CPUtime=0 cores=0,2
/proc/1551/task/1603/stat : 1603 (python) S 1549 1551 1193 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 2 0 886371879 298938368 7847 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 1594360

[startup+12.7069 s]
/proc/loadavg: 4.00 3.64 2.16 6/210 1653
/proc/meminfo: memFree=31500368/32950928 swapFree=67079488/67111528
[pid=1551] ppid=1549 vsize=291932 CPUtime=2.36 cores=0,2
/proc/1551/stat : 1551 (python) S 1549 1551 1193 0 -1 4202496 14208 935 1 0 229 7 0 0 20 0 2 0 886371572 298938368 7847 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 57
/proc/1551/statm: 72983 7847 1869 364 0 8901 0
[pid=1602] ppid=1551 vsize=282240 CPUtime=0 cores=0,2
/proc/1602/stat : 1602 (python) S 1551 1551 1193 0 -1 4202560 867 0 0 0 0 0 0 0 18 0 1 0 886371879 289013760 6353 33554432000 4194304 5683644 140736374438112 18446744073709551615 274473987599 0 0 16781312 514 7428734868642562305 0 0 17 0 0 0 0
/proc/1602/statm: 70560 6353 378 364 0 6478 0
[pid=1604] ppid=1602 vsize=1020188 CPUtime=9.62 cores=0,2
/proc/1604/stat : 1604 (gnovelty+2) R 1602 1604 1604 0 -1 4202496 1140 0 0 0 962 0 0 0 25 0 1 0 886371879 1044672512 876 33554432000 134512640 135663704 4291631904 18446744073709551615 134545529 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1604/statm: 255047 876 113 282 0 254763 0
[pid=1551/tid=1603] ppid=1549 vsize=291932 CPUtime=0 cores=0,2
/proc/1551/task/1603/stat : 1603 (python) S 1549 1551 1193 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 2 0 886371879 298938368 7847 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 1594360

[startup+25.5006 s]
/proc/loadavg: 4.00 3.66 2.19 6/210 1654
/proc/meminfo: memFree=31500884/32950928 swapFree=67079488/67111528
[pid=1551] ppid=1549 vsize=291932 CPUtime=2.36 cores=0,2
/proc/1551/stat : 1551 (python) S 1549 1551 1193 0 -1 4202496 14208 935 1 0 229 7 0 0 20 0 2 0 886371572 298938368 7847 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 57
/proc/1551/statm: 72983 7847 1869 364 0 8901 0
[pid=1602] ppid=1551 vsize=282240 CPUtime=0.03 cores=0,2
/proc/1602/stat : 1602 (python) S 1551 1551 1193 0 -1 4202560 874 0 0 0 1 2 0 0 18 0 1 0 886371879 289013760 6353 33554432000 4194304 5683644 140736374438112 18446744073709551615 274473987599 0 0 16781312 514 8534989796936745217 0 0 17 0 0 0 0
/proc/1602/statm: 70560 6353 378 364 0 6478 0
[pid=1604] ppid=1602 vsize=1020188 CPUtime=22.39 cores=0,2
/proc/1604/stat : 1604 (gnovelty+2) R 1602 1604 1604 0 -1 4202496 1140 0 0 0 2239 0 0 0 25 0 1 0 886371879 1044672512 876 33554432000 134512640 135663704 4291631904 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/1604/statm: 255047 876 113 282 0 254763 0
[pid=1551/tid=1603] ppid=1549 vsize=291932 CPUtime=0 cores=0,2
/proc/1551/task/1603/stat : 1603 (python) S 1549 1551 1193 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 2 0 886371879 298938368 7847 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.78
Current children cumulated vsize (KiB) 1594360

[startup+51.1011 s]
/proc/loadavg: 4.00 3.68 2.23 5/210 1700
/proc/meminfo: memFree=31475860/32950928 swapFree=67079488/67111528
[pid=1551] ppid=1549 vsize=291932 CPUtime=2.36 cores=0,2
/proc/1551/stat : 1551 (python) S 1549 1551 1193 0 -1 4202496 14208 935 1 0 229 7 0 0 20 0 2 0 886371572 298938368 7847 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 57
/proc/1551/statm: 72983 7847 1869 364 0 8901 0
[pid=1602] ppid=1551 vsize=282240 CPUtime=0.06 cores=0,2
/proc/1602/stat : 1602 (python) S 1551 1551 1193 0 -1 4202560 886 0 0 0 2 4 0 0 18 0 1 0 886371879 289013760 6353 33554432000 4194304 5683644 140736374438112 18446744073709551615 274473987599 0 0 16781312 514 8534989796936745217 0 0 17 0 0 0 0
/proc/1602/statm: 70560 6353 378 364 0 6478 0
[pid=1604] ppid=1602 vsize=1020188 CPUtime=47.97 cores=0,2
/proc/1604/stat : 1604 (gnovelty+2) R 1602 1604 1604 0 -1 4202496 1140 0 0 0 4797 0 0 0 25 0 1 0 886371879 1044672512 876 33554432000 134512640 135663704 4291631904 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1604/statm: 255047 876 113 282 0 254763 0
[pid=1551/tid=1603] ppid=1549 vsize=291932 CPUtime=0 cores=0,2
/proc/1551/task/1603/stat : 1603 (python) S 1549 1551 1193 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 2 0 886371879 298938368 7847 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 1594360

[startup+102.301 s]
/proc/loadavg: 4.00 3.73 2.32 5/214 1706
/proc/meminfo: memFree=31461412/32950928 swapFree=67079488/67111528
[pid=1551] ppid=1549 vsize=291932 CPUtime=2.36 cores=0,2
/proc/1551/stat : 1551 (python) S 1549 1551 1193 0 -1 4202496 14208 935 1 0 229 7 0 0 20 0 2 0 886371572 298938368 7847 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 57
/proc/1551/statm: 72983 7847 1869 364 0 8901 0
[pid=1602] ppid=1551 vsize=282240 CPUtime=0.12 cores=0,2
/proc/1602/stat : 1602 (python) S 1551 1551 1193 0 -1 4202560 908 0 0 0 6 6 0 0 18 0 1 0 886371879 289013760 6353 33554432000 4194304 5683644 140736374438112 18446744073709551615 274473987599 0 0 16781312 514 8534989796936745217 0 0 17 0 0 0 0
/proc/1602/statm: 70560 6353 378 364 0 6478 0
[pid=1604] ppid=1602 vsize=1020188 CPUtime=99.11 cores=0,2
/proc/1604/stat : 1604 (gnovelty+2) R 1602 1604 1604 0 -1 4202496 1140 0 0 0 9911 0 0 0 25 0 1 0 886371879 1044672512 876 33554432000 134512640 135663704 4291631904 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1604/statm: 255047 876 113 282 0 254763 0
[pid=1551/tid=1603] ppid=1549 vsize=291932 CPUtime=0 cores=0,2
/proc/1551/task/1603/stat : 1603 (python) S 1549 1551 1193 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 2 0 886371879 298938368 7847 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 1594360

[startup+162.308 s]
/proc/loadavg: 4.00 3.78 2.42 5/226 1719
/proc/meminfo: memFree=31411168/32950928 swapFree=67079488/67111528
[pid=1551] ppid=1549 vsize=302320 CPUtime=2.38 cores=0,2
/proc/1551/stat : 1551 (python) S 1549 1551 1193 0 -1 4202496 15059 935 1 0 230 8 0 0 20 0 3 0 886371572 309575680 7904 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 57
/proc/1551/statm: 75580 7904 1872 364 0 11495 0
[pid=1602] ppid=1551 vsize=292484 CPUtime=0.14 cores=0,2
/proc/1602/stat : 1602 (python) S 1551 1551 1193 0 -1 4202560 1138 0 0 0 7 7 0 0 19 0 2 0 886371879 299503616 6395 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1602/statm: 73121 6395 415 364 0 9039 0
[pid=1604] ppid=1602 vsize=1020188 CPUtime=100.06 cores=0,2
/proc/1604/stat : 1604 (gnovelty+2) T 1602 1604 1604 0 -1 4202496 1140 0 0 0 10006 0 0 0 25 0 1 0 886371879 1044672512 876 33554432000 134512640 135663704 4291631904 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1604/statm: 255047 876 113 282 0 254763 0
[pid=1602/tid=1711] ppid=1551 vsize=292484 CPUtime=0 cores=0,2
/proc/1602/task/1711/stat : 1711 (python) S 1551 1551 1193 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886381898 299503616 6395 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 514 18446604450347363072 0 0 -1 2 0 0 0
[pid=1712] ppid=1551 vsize=293168 CPUtime=0.08 cores=0,2
/proc/1712/stat : 1712 (python) S 1551 1551 1193 0 -1 4202560 906 0 0 0 5 3 0 0 18 0 1 0 886381899 300204032 6401 33554432000 4194304 5683644 140736374438112 18446744073709551615 274473987654 0 0 16781312 514 8534989796936745220 0 0 17 0 0 0 0
/proc/1712/statm: 73292 6401 372 364 0 9207 0
[pid=1714] ppid=1712 vsize=1020188 CPUtime=58.97 cores=0,2
/proc/1714/stat : 1714 (gnovelty+2) R 1712 1714 1714 0 -1 4202496 1140 0 0 0 5897 0 0 0 25 0 1 0 886381899 1044672512 877 33554432000 134512640 135663704 4289898016 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1714/statm: 255047 877 113 282 0 254763 0
[pid=1551/tid=1603] ppid=1549 vsize=302320 CPUtime=0 cores=0,2
/proc/1551/task/1603/stat : 1603 (python) S 1549 1551 1193 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 3 0 886371879 309575680 7904 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 2 0 0 0
[pid=1551/tid=1713] ppid=1549 vsize=302320 CPUtime=0 cores=0,2
/proc/1551/task/1713/stat : 1713 (python) S 1549 1551 1193 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 3 0 886381899 309575680 7904 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 2928348

[startup+222.301 s]
/proc/loadavg: 4.00 3.81 2.52 5/238 1733
/proc/meminfo: memFree=31372584/32950928 swapFree=67079488/67111528
[pid=1551] ppid=1549 vsize=313184 CPUtime=2.38 cores=0,2
/proc/1551/stat : 1551 (python) S 1549 1551 1193 0 -1 4202496 15887 935 1 0 230 8 0 0 20 0 4 0 886371572 320700416 8045 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 57

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

[pid=1730] ppid=1551 vsize=302940 CPUtime=0.15 cores=0,2
/proc/1730/stat : 1730 (python) S 1551 1551 1193 0 -1 4202560 1069 0 0 0 8 7 0 0 19 0 2 0 886391919 310210560 6568 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/1730/statm: 75735 6568 399 364 0 11647 0
[pid=1732] ppid=1730 vsize=421804 CPUtime=100.13 cores=0,2
/proc/1732/stat : 1732 (adaptg2wsat2009) T 1730 1732 1732 0 -1 4202496 2139 0 0 0 10013 0 0 0 25 0 1 0 886391919 431927296 1872 33554432000 134512640 135107411 4292019264 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/1732/statm: 105451 1872 59 146 0 104327 0
[pid=1730/tid=1748] ppid=1551 vsize=302940 CPUtime=0 cores=0,2
/proc/1730/task/1748/stat : 1748 (python) S 1551 1551 1193 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886401933 310210560 6568 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 514 18446604441442044992 0 0 -1 2 0 0 0
[pid=1749] ppid=1551 vsize=313196 CPUtime=0.15 cores=0,2
/proc/1749/stat : 1749 (python) S 1551 1551 1193 0 -1 4202560 1086 0 0 0 8 7 0 0 19 0 2 0 886401934 320712704 6572 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1749/statm: 78299 6572 399 364 0 14208 0
[pid=1751] ppid=1749 vsize=421804 CPUtime=100 cores=0,2
/proc/1751/stat : 1751 (adaptg2wsat2009) T 1749 1751 1751 0 -1 4202496 2133 0 0 0 10000 0 0 0 25 0 1 0 886401934 431927296 1871 33554432000 134512640 135107411 4290796352 18446744073709551615 134531392 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1751/statm: 105451 1871 59 146 0 104327 0
[pid=1749/tid=1764] ppid=1551 vsize=313196 CPUtime=0 cores=0,2
/proc/1749/task/1764/stat : 1764 (python) S 1551 1551 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886411948 320712704 6572 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 514 18446604453984686272 0 0 -1 2 0 0 0
[pid=1765] ppid=1551 vsize=323772 CPUtime=0.15 cores=0,2
/proc/1765/stat : 1765 (python) S 1551 1551 1193 0 -1 4202560 1069 0 0 0 8 7 0 0 19 0 2 0 886411949 331542528 6577 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1765/statm: 80943 6577 400 364 0 16849 0
[pid=1767] ppid=1765 vsize=421804 CPUtime=100.04 cores=0,2
/proc/1767/stat : 1767 (adaptg2wsat2009) T 1765 1767 1767 0 -1 4202496 2134 0 0 0 10004 0 0 0 25 0 1 0 886411949 431927296 1871 33554432000 134512640 135107411 4291574672 18446744073709551615 134531779 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1767/statm: 105451 1871 59 146 0 104327 0
[pid=1765/tid=1824] ppid=1551 vsize=323772 CPUtime=0 cores=0,2
/proc/1765/task/1824/stat : 1824 (python) S 1551 1551 1193 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886421964 331542528 6577 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 514 18446604453862224192 0 0 -1 0 0 0 0
[pid=1825] ppid=1551 vsize=333840 CPUtime=0.15 cores=0,2
/proc/1825/stat : 1825 (python) S 1551 1551 1193 0 -1 4202560 1084 0 0 0 9 6 0 0 19 0 2 0 886421965 341852160 6581 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/1825/statm: 83460 6581 400 364 0 19363 0
[pid=1827] ppid=1825 vsize=1020188 CPUtime=100.19 cores=0,2
/proc/1827/stat : 1827 (gnovelty+2) T 1825 1827 1827 0 -1 4202496 1138 0 0 0 10019 0 0 0 25 0 1 0 886421965 1044672512 876 33554432000 134512640 135663704 4288074928 18446744073709551615 134525332 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/1827/statm: 255047 876 113 282 0 254763 0
[pid=1825/tid=1884] ppid=1551 vsize=333840 CPUtime=0 cores=0,2
/proc/1825/task/1884/stat : 1884 (python) S 1551 1551 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886431985 341852160 6581 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 514 18446604445634167040 0 0 -1 2 0 0 0
[pid=1885] ppid=1551 vsize=344704 CPUtime=0.15 cores=0,2
/proc/1885/stat : 1885 (python) S 1551 1551 1193 0 -1 4202560 1077 0 0 0 8 7 0 0 19 0 2 0 886431986 352976896 6585 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1885/statm: 86176 6585 400 364 0 22076 0
[pid=1887] ppid=1885 vsize=251292 CPUtime=100.01 cores=0,2
/proc/1887/stat : 1887 (FH) T 1885 1887 1887 0 -1 4202496 1959 0 0 0 10000 1 0 0 25 0 1 0 886431986 257323008 1694 33554432000 134512640 134936988 4293784272 18446744073709551615 134553297 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1887/statm: 62823 1694 41 104 0 62327 0
[pid=1885/tid=1902] ppid=1551 vsize=344704 CPUtime=0 cores=0,2
/proc/1885/task/1902/stat : 1902 (python) S 1551 1551 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886442001 352976896 6585 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 514 18446604450347361280 0 0 -1 2 0 0 0
[pid=1903] ppid=1551 vsize=354476 CPUtime=0 cores=0,2
/proc/1903/stat : 1903 (python) S 1551 1551 1193 0 -1 4202560 827 0 0 0 0 0 0 0 19 0 1 0 886442002 362983424 6601 33554432000 4194304 5683644 140736374438112 18446744073709551615 274473987654 0 0 16781312 514 1013222234401013759 0 0 17 2 0 0 0
/proc/1903/statm: 88619 6601 349 364 0 24516 0
[pid=1905] ppid=1903 vsize=421140 CPUtime=0.21 cores=0,2
/proc/1905/stat : 1905 (adaptg2wsat2009) R 1903 1905 1905 0 -1 4202496 1806 0 0 0 21 0 0 0 21 0 1 0 886442002 431247360 1539 33554432000 134512640 135107411 4290216256 18446744073709551615 134523452 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1905/statm: 105285 1539 49 146 0 104161 0
[pid=1551/tid=1603] ppid=1549 vsize=364720 CPUtime=0 cores=0,2
/proc/1551/task/1603/stat : 1603 (python) S 1549 1551 1193 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 886371879 373473280 8147 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 2 0 0 0
[pid=1551/tid=1713] ppid=1549 vsize=364720 CPUtime=0 cores=0,2
/proc/1551/task/1713/stat : 1713 (python) S 1549 1551 1193 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 886381899 373473280 8147 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 0 0 0 0
[pid=1551/tid=1731] ppid=1549 vsize=364720 CPUtime=0 cores=0,2
/proc/1551/task/1731/stat : 1731 (python) S 1549 1551 1193 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 886391919 373473280 8147 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 0 0 0 0
[pid=1551/tid=1750] ppid=1549 vsize=364720 CPUtime=0 cores=0,2
/proc/1551/task/1750/stat : 1750 (python) S 1549 1551 1193 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 886401934 373473280 8147 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 0 0 0 0
[pid=1551/tid=1766] ppid=1549 vsize=364720 CPUtime=0 cores=0,2
/proc/1551/task/1766/stat : 1766 (python) S 1549 1551 1193 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 886411949 373473280 8147 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 2 0 0 0
[pid=1551/tid=1826] ppid=1549 vsize=364720 CPUtime=0 cores=0,2
/proc/1551/task/1826/stat : 1826 (python) S 1549 1551 1193 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 886421965 373473280 8147 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 0 0 0 0
[pid=1551/tid=1886] ppid=1549 vsize=364720 CPUtime=0 cores=0,2
/proc/1551/task/1886/stat : 1886 (python) S 1549 1551 1193 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 886431986 373473280 8147 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 0 0 0 0
[pid=1551/tid=1904] ppid=1549 vsize=364720 CPUtime=0 cores=0,2
/proc/1551/task/1904/stat : 1904 (python) S 1549 1551 1193 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 886442002 373473280 8147 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 704.17
Current children cumulated vsize (KiB) 7921708

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

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

[startup+704.501 s]
/proc/loadavg: 3.92 3.94 3.10 4/242 1905
/proc/meminfo: memFree=31231116/32950928 swapFree=67079488/67111528
[pid=1551] ppid=1549 vsize=364720 CPUtime=2.43 cores=0,2
/proc/1551/stat : 1551 (python) S 1549 1551 1193 0 -1 4202496 20139 935 1 0 234 9 0 0 20 0 9 0 886371572 373473280 8147 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 57
/proc/1551/statm: 91180 8147 1892 364 0 27077 0
[pid=1602] ppid=1551 vsize=292484 CPUtime=0.14 cores=0,2
/proc/1602/stat : 1602 (python) S 1551 1551 1193 0 -1 4202560 1138 0 0 0 7 7 0 0 19 0 2 0 886371879 299503616 6395 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1602/statm: 73121 6395 415 364 0 9039 0
[pid=1604] ppid=1602 vsize=1020188 CPUtime=100.06 cores=0,2
/proc/1604/stat : 1604 (gnovelty+2) T 1602 1604 1604 0 -1 4202496 1140 0 0 0 10006 0 0 0 25 0 1 0 886371879 1044672512 876 33554432000 134512640 135663704 4291631904 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1604/statm: 255047 876 113 282 0 254763 0
[pid=1602/tid=1711] ppid=1551 vsize=292484 CPUtime=0 cores=0,2
/proc/1602/task/1711/stat : 1711 (python) S 1551 1551 1193 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886381898 299503616 6395 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 514 18446604450347363072 0 0 -1 2 0 0 0
[pid=1712] ppid=1551 vsize=293168 CPUtime=0.14 cores=0,2
/proc/1712/stat : 1712 (python) S 1551 1551 1193 0 -1 4202560 1072 0 0 0 8 6 0 0 19 0 2 0 886381899 300204032 6430 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1712/statm: 73292 6430 400 364 0 9207 0
[pid=1714] ppid=1712 vsize=1020188 CPUtime=100.07 cores=0,2
/proc/1714/stat : 1714 (gnovelty+2) T 1712 1714 1714 0 -1 4202496 1140 0 0 0 10007 0 0 0 25 0 1 0 886381899 1044672512 877 33554432000 134512640 135663704 4289898016 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1714/statm: 255047 877 113 282 0 254763 0
[pid=1712/tid=1729] ppid=1551 vsize=293168 CPUtime=0 cores=0,2
/proc/1712/task/1729/stat : 1729 (python) S 1551 1551 1193 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886391918 300204032 6430 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 514 18446604441442044096 0 0 -1 2 0 0 0
[pid=1730] ppid=1551 vsize=302940 CPUtime=0.15 cores=0,2
/proc/1730/stat : 1730 (python) S 1551 1551 1193 0 -1 4202560 1069 0 0 0 8 7 0 0 19 0 2 0 886391919 310210560 6568 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/1730/statm: 75735 6568 399 364 0 11647 0
[pid=1732] ppid=1730 vsize=421804 CPUtime=100.13 cores=0,2
/proc/1732/stat : 1732 (adaptg2wsat2009) T 1730 1732 1732 0 -1 4202496 2139 0 0 0 10013 0 0 0 25 0 1 0 886391919 431927296 1872 33554432000 134512640 135107411 4292019264 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/1732/statm: 105451 1872 59 146 0 104327 0
[pid=1730/tid=1748] ppid=1551 vsize=302940 CPUtime=0 cores=0,2
/proc/1730/task/1748/stat : 1748 (python) S 1551 1551 1193 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886401933 310210560 6568 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 514 18446604441442044992 0 0 -1 2 0 0 0
[pid=1749] ppid=1551 vsize=313196 CPUtime=0.15 cores=0,2
/proc/1749/stat : 1749 (python) S 1551 1551 1193 0 -1 4202560 1086 0 0 0 8 7 0 0 19 0 2 0 886401934 320712704 6572 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1749/statm: 78299 6572 399 364 0 14208 0
[pid=1751] ppid=1749 vsize=421804 CPUtime=100 cores=0,2
/proc/1751/stat : 1751 (adaptg2wsat2009) T 1749 1751 1751 0 -1 4202496 2133 0 0 0 10000 0 0 0 25 0 1 0 886401934 431927296 1871 33554432000 134512640 135107411 4290796352 18446744073709551615 134531392 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1751/statm: 105451 1871 59 146 0 104327 0
[pid=1749/tid=1764] ppid=1551 vsize=313196 CPUtime=0 cores=0,2
/proc/1749/task/1764/stat : 1764 (python) S 1551 1551 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886411948 320712704 6572 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 514 18446604453984686272 0 0 -1 2 0 0 0
[pid=1765] ppid=1551 vsize=323772 CPUtime=0.15 cores=0,2
/proc/1765/stat : 1765 (python) S 1551 1551 1193 0 -1 4202560 1069 0 0 0 8 7 0 0 19 0 2 0 886411949 331542528 6577 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1765/statm: 80943 6577 400 364 0 16849 0
[pid=1767] ppid=1765 vsize=421804 CPUtime=100.04 cores=0,2
/proc/1767/stat : 1767 (adaptg2wsat2009) T 1765 1767 1767 0 -1 4202496 2134 0 0 0 10004 0 0 0 25 0 1 0 886411949 431927296 1871 33554432000 134512640 135107411 4291574672 18446744073709551615 134531779 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1767/statm: 105451 1871 59 146 0 104327 0
[pid=1765/tid=1824] ppid=1551 vsize=323772 CPUtime=0 cores=0,2
/proc/1765/task/1824/stat : 1824 (python) S 1551 1551 1193 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886421964 331542528 6577 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 514 18446604453862224192 0 0 -1 0 0 0 0
[pid=1825] ppid=1551 vsize=333840 CPUtime=0.15 cores=0,2
/proc/1825/stat : 1825 (python) S 1551 1551 1193 0 -1 4202560 1084 0 0 0 9 6 0 0 19 0 2 0 886421965 341852160 6581 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/1825/statm: 83460 6581 400 364 0 19363 0
[pid=1827] ppid=1825 vsize=1020188 CPUtime=100.19 cores=0,2
/proc/1827/stat : 1827 (gnovelty+2) T 1825 1827 1827 0 -1 4202496 1138 0 0 0 10019 0 0 0 25 0 1 0 886421965 1044672512 876 33554432000 134512640 135663704 4288074928 18446744073709551615 134525332 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/1827/statm: 255047 876 113 282 0 254763 0
[pid=1825/tid=1884] ppid=1551 vsize=333840 CPUtime=0 cores=0,2
/proc/1825/task/1884/stat : 1884 (python) S 1551 1551 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886431985 341852160 6581 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 514 18446604445634167040 0 0 -1 2 0 0 0
[pid=1885] ppid=1551 vsize=344704 CPUtime=0.15 cores=0,2
/proc/1885/stat : 1885 (python) S 1551 1551 1193 0 -1 4202560 1077 0 0 0 8 7 0 0 19 0 2 0 886431986 352976896 6585 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1885/statm: 86176 6585 400 364 0 22076 0
[pid=1887] ppid=1885 vsize=251292 CPUtime=100.01 cores=0,2
/proc/1887/stat : 1887 (FH) T 1885 1887 1887 0 -1 4202496 1959 0 0 0 10000 1 0 0 25 0 1 0 886431986 257323008 1694 33554432000 134512640 134936988 4293784272 18446744073709551615 134553297 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1887/statm: 62823 1694 41 104 0 62327 0
[pid=1885/tid=1902] ppid=1551 vsize=344704 CPUtime=0 cores=0,2
/proc/1885/task/1902/stat : 1902 (python) S 1551 1551 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886442001 352976896 6585 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 514 18446604450347361280 0 0 -1 2 0 0 0
[pid=1903] ppid=1551 vsize=354476 CPUtime=0 cores=0,2
/proc/1903/stat : 1903 (python) S 1551 1551 1193 0 -1 4202560 827 0 0 0 0 0 0 0 19 0 1 0 886442002 362983424 6601 33554432000 4194304 5683644 140736374438112 18446744073709551615 274473987654 0 0 16781312 514 1013222234401013759 0 0 17 2 0 0 0
/proc/1903/statm: 88619 6601 349 364 0 24516 0
[pid=1905] ppid=1903 vsize=421140 CPUtime=0.21 cores=0,2
/proc/1905/stat : 1905 (adaptg2wsat2009) R 1903 1905 1905 0 -1 4202496 1806 0 0 0 21 0 0 0 21 0 1 0 886442002 431247360 1539 33554432000 134512640 135107411 4290216256 18446744073709551615 134523452 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1905/statm: 105285 1539 49 146 0 104161 0
[pid=1551/tid=1603] ppid=1549 vsize=364720 CPUtime=0 cores=0,2
/proc/1551/task/1603/stat : 1603 (python) S 1549 1551 1193 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 886371879 373473280 8147 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 2 0 0 0
[pid=1551/tid=1713] ppid=1549 vsize=364720 CPUtime=0 cores=0,2
/proc/1551/task/1713/stat : 1713 (python) S 1549 1551 1193 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 886381899 373473280 8147 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 0 0 0 0
[pid=1551/tid=1731] ppid=1549 vsize=364720 CPUtime=0 cores=0,2
/proc/1551/task/1731/stat : 1731 (python) S 1549 1551 1193 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 886391919 373473280 8147 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 0 0 0 0
[pid=1551/tid=1750] ppid=1549 vsize=364720 CPUtime=0 cores=0,2
/proc/1551/task/1750/stat : 1750 (python) S 1549 1551 1193 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 886401934 373473280 8147 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 0 0 0 0
[pid=1551/tid=1766] ppid=1549 vsize=364720 CPUtime=0 cores=0,2
/proc/1551/task/1766/stat : 1766 (python) S 1549 1551 1193 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 886411949 373473280 8147 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 2 0 0 0
[pid=1551/tid=1826] ppid=1549 vsize=364720 CPUtime=0 cores=0,2
/proc/1551/task/1826/stat : 1826 (python) S 1549 1551 1193 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 886421965 373473280 8147 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 0 0 0 0
[pid=1551/tid=1886] ppid=1549 vsize=364720 CPUtime=0 cores=0,2
/proc/1551/task/1886/stat : 1886 (python) S 1549 1551 1193 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 886431986 373473280 8147 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 0 0 0 0
[pid=1551/tid=1904] ppid=1549 vsize=364720 CPUtime=0 cores=0,2
/proc/1551/task/1904/stat : 1904 (python) S 1549 1551 1193 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 886442002 373473280 8147 33554432000 4194304 5683644 140736374438112 18446744073709551615 274485791153 0 0 16781312 2 18446604450786081728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 704.17
Current children cumulated vsize (KiB) 7921708

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 704.563
CPU time (s): 704.17
CPU user time (s): 703.6
CPU system time (s): 0.57
CPU usage (%): 99.9442
Max. virtual memory (cumulated for all children) (KiB): 7921708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.35364
system time used= 0.102984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21618
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= 1003
involuntary context switches= 54

runsolver used 1.52677 second user time and 3.01454 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-11 01:15:19
IDJOB=3484134
IDBENCH=82645
IDSOLVER=1975
FILE ID=node125/3484134-1307747719
RUNJOBID= node125-1307747008-1211
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-S1163171897-095-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-3484134-1307747719/watcher-3484134-1307747719 -o /tmp/evaluation-result-3484134-1307747719/solver-3484134-1307747719 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484134-1307747719.cnf -seed 693387542 -budget 1200

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

MD5SUM BENCH= 9c09330ef9d704e301452237c81ff9c7
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:      31587252 kB
Buffers:        244296 kB
Cached:         788788 kB
SwapCached:       3400 kB
Active:         636364 kB
Inactive:       523108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31587252 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:           65712 kB
Writeback:           0 kB
AnonPages:      124736 kB
Mapped:          21048 kB
Slab:           134612 kB
PageTables:       8484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2956500 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= 73896 MiB
End job on node125 at 2011-06-11 01:27:06