Trace number 3484053

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) 702.11 703.963

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S1348818483-020-UNKNOWN.cnf
MD5SUM112b17aaf1cede32f350e11f6333fc88
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark339.4
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
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 517000

Solver Data

0.48/2.51	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.48/2.51	c INFO: solving HOME/instance-3484053-1307747009.cnf
0.48/2.51	c INFO: computing task features
0.57/2.62	c INFO: computed variable-clause graph statistics
0.57/2.63	c INFO: computed clause balance statistics
1.19/3.24	c INFO: computed variable balance statistics
1.38/3.47	c INFO: computed small-clause counts
1.38/3.47	c INFO: computed Horn-clause counts
1.38/3.49	c INFO: computed variable graph statistics
1.38/3.49	c INFO: collected features for HOME/instance-3484053-1307747009.cnf in 0.98 s
1.47/3.50	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.35)
101.56/103.66	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.12)
201.76/203.83	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
301.87/303.97	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.06)
402.11/404.13	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
501.34/503.28	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.04)
601.58/603.46	c INFO: running FH@0 for 97 with 599 remaining (b = 0.03)
701.80/703.63	c INFO: running adaptg2wsat2009++@0 for 97 with 499 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-3484053-1307747009/watcher-3484053-1307747009 -o /tmp/evaluation-result-3484053-1307747009/solver-3484053-1307747009 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484053-1307747009.cnf -seed 5039089 -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.00 0.00 0.03 7/186 1266
/proc/meminfo: memFree=31678920/32950928 swapFree=67079488/67111528
[pid=1266] ppid=1264 vsize=14644 CPUtime=0 cores=0,2
/proc/1266/stat : 1266 (python) R 1264 1266 1193 0 -1 4202496 469 0 0 0 0 0 0 0 18 0 1 0 886300936 14995456 376 33554432000 4194304 5683644 140735933200800 18446744073709551615 4540219 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1266/statm: 3661 376 236 364 0 148 0

[startup+0.084132 s]
/proc/loadavg: 0.00 0.00 0.03 7/186 1266
/proc/meminfo: memFree=31678920/32950928 swapFree=67079488/67111528
[pid=1266] ppid=1264 vsize=18888 CPUtime=0.02 cores=0,2
/proc/1266/stat : 1266 (python) S 1264 1266 1193 0 -1 4202496 1290 0 0 0 2 0 0 0 17 0 1 0 886300936 19341312 1141 33554432000 4194304 5683644 140735933200800 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 0 0 0 0
/proc/1266/statm: 4722 1141 421 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18888

[startup+0.100132 s]
/proc/loadavg: 0.00 0.00 0.03 7/186 1266
/proc/meminfo: memFree=31678920/32950928 swapFree=67079488/67111528
[pid=1266] ppid=1264 vsize=23188 CPUtime=0.02 cores=0,2
/proc/1266/stat : 1266 (python) S 1264 1266 1193 0 -1 4202496 1325 0 0 0 2 0 0 0 17 0 1 0 886300936 23744512 1173 33554432000 4194304 5683644 140735933200800 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 0 0 0 0
/proc/1266/statm: 5797 1173 432 364 0 724 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23188

[startup+0.300096 s]
/proc/loadavg: 0.00 0.00 0.03 7/186 1266
/proc/meminfo: memFree=31678920/32950928 swapFree=67079488/67111528
[pid=1266] ppid=1264 vsize=38908 CPUtime=0.04 cores=0,2
/proc/1266/stat : 1266 (python) S 1264 1266 1193 0 -1 4202496 1666 0 0 0 3 1 0 0 15 0 1 0 886300936 39841792 1491 33554432000 4194304 5683644 140735933200800 18446744073709551615 274469043847 0 2147483391 16781312 2 18446744071699215550 0 0 17 0 0 0 0
/proc/1266/statm: 9727 1491 455 364 0 1027 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 38908

[startup+0.701026 s]
/proc/loadavg: 0.00 0.00 0.03 7/186 1266
/proc/meminfo: memFree=31678920/32950928 swapFree=67079488/67111528
[pid=1266] ppid=1264 vsize=124068 CPUtime=0.12 cores=0,2
/proc/1266/stat : 1266 (python) S 1264 1266 1193 0 -1 4202496 4183 0 1 0 7 5 0 0 15 0 1 0 886300936 127045632 3796 33554432000 4194304 5683644 140735933200800 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 13
/proc/1266/statm: 31017 3796 991 364 0 2828 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 124068

[startup+1.50088 s]
/proc/loadavg: 0.16 0.03 0.04 4/190 1286
/proc/meminfo: memFree=31624844/32950928 swapFree=67079488/67111528
[pid=1266] ppid=1264 vsize=135752 CPUtime=0.21 cores=0,2
/proc/1266/stat : 1266 (python) S 1264 1266 1193 0 -1 4202496 5974 936 1 0 13 8 0 0 15 0 1 0 886300936 139010048 4149 33554432000 4194304 5683644 140735933200800 18446744073709551615 274473963525 0 2147483391 16781312 2 18446744071699962003 0 0 17 0 0 0 13
/proc/1266/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135752

[startup+3.1006 s]
/proc/loadavg: 0.16 0.03 0.04 8/190 1286
/proc/meminfo: memFree=31616164/32950928 swapFree=67079488/67111528
[pid=1266] ppid=1264 vsize=282560 CPUtime=1.08 cores=0,2
/proc/1266/stat : 1266 (python) R 1264 1266 1193 0 -1 4202496 11220 936 1 0 87 21 0 0 16 0 1 0 886300936 289341440 8052 33554432000 4194304 5683644 140735933200800 18446744073709551615 47902507894632 0 0 16781312 2 0 0 0 17 0 0 0 13
/proc/1266/statm: 70640 8052 1826 364 0 6564 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 282560
heavy processes:

[startup+6.30104 s]
/proc/loadavg: 0.47 0.10 0.06 8/199 1295
/proc/meminfo: memFree=31549764/32950928 swapFree=67079488/67111528
[pid=1266] ppid=1264 vsize=289440 CPUtime=1.48 cores=0,2
/proc/1266/stat : 1266 (python) S 1264 1266 1193 0 -1 4202496 11578 936 1 0 127 21 0 0 19 0 2 0 886300936 296386560 7224 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 13
/proc/1266/statm: 72360 7224 1869 364 0 8278 0
[pid=1287] ppid=1266 vsize=279196 CPUtime=0 cores=0,2
/proc/1287/stat : 1287 (python) S 1266 1266 1193 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 886301287 285896704 5705 33554432000 4194304 5683644 140735933200800 18446744073709551615 274473987599 0 0 16781312 514 1078413653201355009 0 0 17 0 0 0 0
/proc/1287/statm: 69799 5705 354 364 0 5717 0
[pid=1289] ppid=1287 vsize=1018616 CPUtime=2.78 cores=0,2
/proc/1289/stat : 1289 (gnovelty+2) R 1287 1289 1289 0 -1 4202496 767 0 0 0 278 0 0 0 25 0 1 0 886301287 1043062784 501 33554432000 134512640 135663704 4294550960 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1289/statm: 254654 501 113 282 0 254370 0
[pid=1266/tid=1288] ppid=1264 vsize=289440 CPUtime=0 cores=0,2
/proc/1266/task/1288/stat : 1288 (python) S 1264 1266 1193 0 -1 4202560 26 936 0 0 0 0 0 0 19 0 2 0 886301287 296386560 7224 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 1587252
heavy processes:

[startup+12.701 s]
/proc/loadavg: 0.75 0.16 0.09 8/202 1298
/proc/meminfo: memFree=31518132/32950928 swapFree=67079488/67111528
[pid=1266] ppid=1264 vsize=289440 CPUtime=1.48 cores=0,2
/proc/1266/stat : 1266 (python) S 1264 1266 1193 0 -1 4202496 11578 936 1 0 127 21 0 0 19 0 2 0 886300936 296386560 7224 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 13
/proc/1266/statm: 72360 7224 1869 364 0 8278 0
[pid=1287] ppid=1266 vsize=279196 CPUtime=0 cores=0,2
/proc/1287/stat : 1287 (python) S 1266 1266 1193 0 -1 4202560 860 0 0 0 0 0 0 0 18 0 1 0 886301287 285896704 5728 33554432000 4194304 5683644 140735933200800 18446744073709551615 274473987599 0 0 16781312 514 1078413653201355009 0 0 17 0 0 0 0
/proc/1287/statm: 69799 5728 377 364 0 5717 0
[pid=1289] ppid=1287 vsize=1018616 CPUtime=9.17 cores=0,2
/proc/1289/stat : 1289 (gnovelty+2) R 1287 1289 1289 0 -1 4202496 767 0 0 0 917 0 0 0 25 0 1 0 886301287 1043062784 501 33554432000 134512640 135663704 4294550960 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1289/statm: 254654 501 113 282 0 254370 0
[pid=1266/tid=1288] ppid=1264 vsize=289440 CPUtime=0 cores=0,2
/proc/1266/task/1288/stat : 1288 (python) S 1264 1266 1193 0 -1 4202560 26 936 0 0 0 0 0 0 19 0 2 0 886301287 296386560 7224 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.65
Current children cumulated vsize (KiB) 1587252

[startup+25.5007 s]
/proc/loadavg: 1.47 0.35 0.15 8/202 1301
/proc/meminfo: memFree=31519088/32950928 swapFree=67079488/67111528
[pid=1266] ppid=1264 vsize=289440 CPUtime=1.48 cores=0,2
/proc/1266/stat : 1266 (python) S 1264 1266 1193 0 -1 4202496 11578 936 1 0 127 21 0 0 19 0 2 0 886300936 296386560 7224 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 13
/proc/1266/statm: 72360 7224 1869 364 0 8278 0
[pid=1287] ppid=1266 vsize=279196 CPUtime=0.01 cores=0,2
/proc/1287/stat : 1287 (python) S 1266 1266 1193 0 -1 4202560 863 0 0 0 1 0 0 0 18 0 1 0 886301287 285896704 5728 33554432000 4194304 5683644 140735933200800 18446744073709551615 274473987599 0 0 16781312 514 3910197599906267393 0 0 17 0 0 0 0
/proc/1287/statm: 69799 5728 377 364 0 5717 0
[pid=1289] ppid=1287 vsize=1018616 CPUtime=21.96 cores=0,2
/proc/1289/stat : 1289 (gnovelty+2) R 1287 1289 1289 0 -1 4202496 767 0 0 0 2196 0 0 0 25 0 1 0 886301287 1043062784 501 33554432000 134512640 135663704 4294550960 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1289/statm: 254654 501 113 282 0 254370 0
[pid=1266/tid=1288] ppid=1264 vsize=289440 CPUtime=0 cores=0,2
/proc/1266/task/1288/stat : 1288 (python) S 1264 1266 1193 0 -1 4202560 26 936 0 0 0 0 0 0 19 0 2 0 886301287 296386560 7224 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.45
Current children cumulated vsize (KiB) 1587252

[startup+51.1002 s]
/proc/loadavg: 2.33 0.64 0.25 8/202 1302
/proc/meminfo: memFree=31519620/32950928 swapFree=67079488/67111528
[pid=1266] ppid=1264 vsize=289440 CPUtime=1.48 cores=0,2
/proc/1266/stat : 1266 (python) S 1264 1266 1193 0 -1 4202496 11578 936 1 0 127 21 0 0 19 0 2 0 886300936 296386560 7224 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 13
/proc/1266/statm: 72360 7224 1869 364 0 8278 0
[pid=1287] ppid=1266 vsize=279196 CPUtime=0.06 cores=0,2
/proc/1287/stat : 1287 (python) S 1266 1266 1193 0 -1 4202560 879 0 0 0 3 3 0 0 18 0 1 0 886301287 285896704 5728 33554432000 4194304 5683644 140735933200800 18446744073709551615 274473987599 0 0 16781312 514 3910197599906267393 0 0 17 0 0 0 0
/proc/1287/statm: 69799 5728 377 364 0 5717 0
[pid=1289] ppid=1287 vsize=1018616 CPUtime=47.52 cores=0,2
/proc/1289/stat : 1289 (gnovelty+2) R 1287 1289 1289 0 -1 4202496 767 0 0 0 4752 0 0 0 25 0 1 0 886301287 1043062784 501 33554432000 134512640 135663704 4294550960 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1289/statm: 254654 501 113 282 0 254370 0
[pid=1266/tid=1288] ppid=1264 vsize=289440 CPUtime=0 cores=0,2
/proc/1266/task/1288/stat : 1288 (python) S 1264 1266 1193 0 -1 4202560 26 936 0 0 0 0 0 0 19 0 2 0 886301287 296386560 7224 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.06
Current children cumulated vsize (KiB) 1587252

[startup+102.307 s]
/proc/loadavg: 3.27 1.16 0.44 8/202 1304
/proc/meminfo: memFree=31520540/32950928 swapFree=67079488/67111528
[pid=1266] ppid=1264 vsize=289440 CPUtime=1.48 cores=0,2
/proc/1266/stat : 1266 (python) S 1264 1266 1193 0 -1 4202496 11578 936 1 0 127 21 0 0 19 0 2 0 886300936 296386560 7224 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 13
/proc/1266/statm: 72360 7224 1869 364 0 8278 0
[pid=1287] ppid=1266 vsize=279196 CPUtime=0.12 cores=0,2
/proc/1287/stat : 1287 (python) S 1266 1266 1193 0 -1 4202560 902 0 0 0 6 6 0 0 18 0 1 0 886301287 285896704 5728 33554432000 4194304 5683644 140735933200800 18446744073709551615 274473987599 0 0 16781312 514 3910197599906267393 0 0 17 0 0 0 0
/proc/1287/statm: 69799 5728 377 364 0 5717 0
[pid=1289] ppid=1287 vsize=1018616 CPUtime=98.67 cores=0,2
/proc/1289/stat : 1289 (gnovelty+2) R 1287 1289 1289 0 -1 4202496 767 0 0 0 9867 0 0 0 25 0 1 0 886301287 1043062784 501 33554432000 134512640 135663704 4294550960 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1289/statm: 254654 501 113 282 0 254370 0
[pid=1266/tid=1288] ppid=1264 vsize=289440 CPUtime=0 cores=0,2
/proc/1266/task/1288/stat : 1288 (python) S 1264 1266 1193 0 -1 4202560 26 936 0 0 0 0 0 0 19 0 2 0 886301287 296386560 7224 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.27
Current children cumulated vsize (KiB) 1587252

[startup+162.301 s]
/proc/loadavg: 3.98 1.74 0.68 8/218 1321
/proc/meminfo: memFree=31468532/32950928 swapFree=67079488/67111528
[pid=1266] ppid=1264 vsize=299868 CPUtime=1.49 cores=0,2
/proc/1266/stat : 1266 (python) S 1264 1266 1193 0 -1 4202496 12424 936 1 0 128 21 0 0 19 0 3 0 886300936 307064832 7290 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 13
/proc/1266/statm: 74967 7290 1872 364 0 10882 0
[pid=1287] ppid=1266 vsize=289440 CPUtime=0.13 cores=0,2
/proc/1287/stat : 1287 (python) S 1266 1266 1193 0 -1 4202560 1134 0 0 0 7 6 0 0 19 0 2 0 886301287 296386560 5771 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1287/statm: 72360 5771 415 364 0 8278 0
[pid=1289] ppid=1287 vsize=1018616 CPUtime=100.01 cores=0,2
/proc/1289/stat : 1289 (gnovelty+2) T 1287 1289 1289 0 -1 4202496 767 0 0 0 10001 0 0 0 25 0 1 0 886301287 1043062784 501 33554432000 134512640 135663704 4294550960 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1289/statm: 254654 501 113 282 0 254370 0
[pid=1287/tid=1305] ppid=1266 vsize=289440 CPUtime=0 cores=0,2
/proc/1287/task/1305/stat : 1305 (python) S 1266 1266 1193 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886311302 296386560 5771 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 514 18446604440278879104 0 0 -1 2 0 0 0
[pid=1306] ppid=1266 vsize=289624 CPUtime=0.07 cores=0,2
/proc/1306/stat : 1306 (python) S 1266 1266 1193 0 -1 4202560 917 0 0 0 4 3 0 0 18 0 1 0 886311303 296574976 5785 33554432000 4194304 5683644 140735933200800 18446744073709551615 274473987654 0 0 16781312 514 3910197599906267396 0 0 17 0 0 0 0
/proc/1306/statm: 72406 5785 371 364 0 8321 0
[pid=1308] ppid=1306 vsize=1018616 CPUtime=58.55 cores=0,2
/proc/1308/stat : 1308 (gnovelty+2) R 1306 1308 1308 0 -1 4202496 765 0 0 0 5855 0 0 0 25 0 1 0 886311303 1043062784 501 33554432000 134512640 135663704 4294005456 18446744073709551615 134524518 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/1308/statm: 254654 501 113 282 0 254370 0
[pid=1266/tid=1288] ppid=1264 vsize=299868 CPUtime=0 cores=0,2
/proc/1266/task/1288/stat : 1288 (python) S 1264 1266 1193 0 -1 4202560 26 936 0 0 0 0 0 0 19 0 3 0 886301287 307064832 7290 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 2 0 0 0
[pid=1266/tid=1307] ppid=1264 vsize=299868 CPUtime=0 cores=0,2
/proc/1266/task/1307/stat : 1307 (python) S 1264 1266 1193 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 3 0 886311303 307064832 7290 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 160.25
Current children cumulated vsize (KiB) 2916164

[startup+222.301 s]
/proc/loadavg: 3.99 2.15 0.89 8/234 1339
/proc/meminfo: memFree=31407956/32950928 swapFree=67079488/67111528
[pid=1266] ppid=1264 vsize=310728 CPUtime=1.5 cores=0,2

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

[pid=1329] ppid=1266 vsize=300484 CPUtime=0.14 cores=0,2
/proc/1329/stat : 1329 (python) S 1266 1266 1193 0 -1 4202560 1070 0 0 0 8 6 0 0 19 0 2 0 886321319 307695616 5954 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1329/statm: 75121 5954 399 364 0 11033 0
[pid=1331] ppid=1329 vsize=418636 CPUtime=100.02 cores=0,2
/proc/1331/stat : 1331 (adaptg2wsat2009) T 1329 1331 1331 0 -1 4202496 1222 0 0 0 10002 0 0 0 25 0 1 0 886321320 428683264 956 33554432000 134512640 135107411 4287655536 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1331/statm: 104659 956 59 146 0 103535 0
[pid=1329/tid=1346] ppid=1266 vsize=300484 CPUtime=0 cores=0,2
/proc/1329/task/1346/stat : 1346 (python) S 1266 1266 1193 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 886331333 307695616 5954 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 514 18446604453558881280 0 0 -1 2 0 0 0
[pid=1347] ppid=1266 vsize=310740 CPUtime=0.15 cores=0,2
/proc/1347/stat : 1347 (python) S 1266 1266 1193 0 -1 4202560 1087 0 0 0 9 6 0 0 19 0 2 0 886331334 318197760 5958 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1347/statm: 77685 5958 400 364 0 13594 0
[pid=1349] ppid=1347 vsize=418636 CPUtime=100.03 cores=0,2
/proc/1349/stat : 1349 (adaptg2wsat2009) T 1347 1349 1349 0 -1 4202496 1220 0 0 0 10003 0 0 0 25 0 1 0 886331334 428683264 955 33554432000 134512640 135107411 4290955584 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1349/statm: 104659 955 59 146 0 103535 0
[pid=1347/tid=1362] ppid=1266 vsize=310740 CPUtime=0 cores=0,2
/proc/1347/task/1362/stat : 1362 (python) S 1266 1266 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886341349 318197760 5958 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 514 18446604453892856768 0 0 -1 0 0 0 0
[pid=1363] ppid=1266 vsize=320996 CPUtime=0.15 cores=0,2
/proc/1363/stat : 1363 (python) S 1266 1266 1193 0 -1 4202560 1076 0 0 0 8 7 0 0 19 0 2 0 886341349 328699904 5962 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/1363/statm: 80249 5962 400 364 0 16155 0
[pid=1365] ppid=1363 vsize=418636 CPUtime=99.14 cores=0,2
/proc/1365/stat : 1365 (adaptg2wsat2009) T 1363 1365 1365 0 -1 4202496 1221 0 0 0 9914 0 0 0 25 0 1 0 886341350 428683264 956 33554432000 134512640 135107411 4290135408 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/1365/statm: 104659 956 59 146 0 103535 0
[pid=1363/tid=1422] ppid=1266 vsize=320996 CPUtime=0 cores=0,2
/proc/1363/task/1422/stat : 1422 (python) S 1266 1266 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886351264 328699904 5962 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 514 18446604453982872000 0 0 -1 2 0 0 0
[pid=1423] ppid=1266 vsize=331252 CPUtime=0.14 cores=0,2
/proc/1423/stat : 1423 (python) S 1266 1266 1193 0 -1 4202560 1070 0 0 0 8 6 0 0 19 0 2 0 886351265 339202048 5966 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1423/statm: 82813 5966 400 364 0 18716 0
[pid=1425] ppid=1423 vsize=1018616 CPUtime=100.03 cores=0,2
/proc/1425/stat : 1425 (gnovelty+2) T 1423 1425 1425 0 -1 4202496 761 0 0 0 10003 0 0 0 25 0 1 0 886351265 1043062784 501 33554432000 134512640 135663704 4292150560 18446744073709551615 134524461 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1425/statm: 254654 501 113 282 0 254370 0
[pid=1423/tid=1440] ppid=1266 vsize=331252 CPUtime=0 cores=0,2
/proc/1423/task/1440/stat : 1440 (python) S 1266 1266 1193 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886361282 339202048 5966 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 514 18446604453849793664 0 0 -1 0 0 0 0
[pid=1441] ppid=1266 vsize=341508 CPUtime=0.16 cores=0,2
/proc/1441/stat : 1441 (python) S 1266 1266 1193 0 -1 4202560 1081 0 0 0 9 7 0 0 19 0 2 0 886361283 349704192 5970 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1441/statm: 85377 5970 400 364 0 21277 0
[pid=1443] ppid=1441 vsize=248652 CPUtime=100.04 cores=0,2
/proc/1443/stat : 1443 (FH) T 1441 1443 1443 0 -1 4202496 1122 0 0 0 10004 0 0 0 25 0 1 0 886361283 254619648 857 33554432000 134512640 134936988 4292317936 18446744073709551615 134552493 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1443/statm: 62163 857 41 104 0 61667 0
[pid=1441/tid=1461] ppid=1266 vsize=341508 CPUtime=0 cores=0,2
/proc/1441/task/1461/stat : 1461 (python) S 1266 1266 1193 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886371298 349704192 5970 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 514 18446604453869691136 0 0 -1 2 0 0 0
[pid=1462] ppid=1266 vsize=351764 CPUtime=0 cores=0,2
/proc/1462/stat : 1462 (python) S 1266 1266 1193 0 -1 4202560 831 0 0 0 0 0 0 0 19 0 1 0 886371299 360206336 5923 33554432000 4194304 5683644 140735933200800 18446744073709551615 274473987654 0 0 16781312 514 5632463821856571391 0 0 17 0 0 0 0
/proc/1462/statm: 87941 5923 350 364 0 23838 0
[pid=1464] ppid=1462 vsize=418500 CPUtime=0.27 cores=0,2
/proc/1464/stat : 1464 (adaptg2wsat2009) R 1462 1464 1464 0 -1 4202496 1077 0 0 0 27 0 0 0 21 0 1 0 886371300 428544000 808 33554432000 134512640 135107411 4293339632 18446744073709551615 134523512 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1464/statm: 104625 808 49 146 0 103501 0
[pid=1266/tid=1288] ppid=1264 vsize=362008 CPUtime=0 cores=0,2
/proc/1266/task/1288/stat : 1288 (python) S 1264 1266 1193 0 -1 4202560 26 936 0 0 0 0 0 0 19 0 9 0 886301287 370696192 7469 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 2 0 0 0
[pid=1266/tid=1307] ppid=1264 vsize=362008 CPUtime=0 cores=0,2
/proc/1266/task/1307/stat : 1307 (python) S 1264 1266 1193 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 886311303 370696192 7469 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 0 0 0 0
[pid=1266/tid=1330] ppid=1264 vsize=362008 CPUtime=0 cores=0,2
/proc/1266/task/1330/stat : 1330 (python) S 1264 1266 1193 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 9 0 886321320 370696192 7469 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 0 0 0 0
[pid=1266/tid=1348] ppid=1264 vsize=362008 CPUtime=0 cores=0,2
/proc/1266/task/1348/stat : 1348 (python) S 1264 1266 1193 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 886331334 370696192 7469 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 2 0 0 0
[pid=1266/tid=1364] ppid=1264 vsize=362008 CPUtime=0 cores=0,2
/proc/1266/task/1364/stat : 1364 (python) S 1264 1266 1193 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 886341350 370696192 7469 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 0 0 0 0
[pid=1266/tid=1424] ppid=1264 vsize=362008 CPUtime=0 cores=0,2
/proc/1266/task/1424/stat : 1424 (python) S 1264 1266 1193 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 886351265 370696192 7469 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 2 0 0 0
[pid=1266/tid=1442] ppid=1264 vsize=362008 CPUtime=0 cores=0,2
/proc/1266/task/1442/stat : 1442 (python) S 1264 1266 1193 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 9 0 886361283 370696192 7469 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 0 0 0 0
[pid=1266/tid=1463] ppid=1264 vsize=362008 CPUtime=0 cores=0,2
/proc/1266/task/1463/stat : 1463 (python) S 1264 1266 1193 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 886371300 370696192 7469 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 7876724

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

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

[startup+703.901 s]
/proc/loadavg: 4.09 3.64 2.13 4/257 1464
/proc/meminfo: memFree=31457052/32950928 swapFree=67079488/67111528
[pid=1266] ppid=1264 vsize=362008 CPUtime=1.55 cores=0,2
/proc/1266/stat : 1266 (python) S 1264 1266 1193 0 -1 4202496 17487 936 1 0 132 23 0 0 20 0 9 0 886300936 370696192 7469 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 13
/proc/1266/statm: 90502 7469 1892 364 0 26399 0
[pid=1287] ppid=1266 vsize=289440 CPUtime=0.13 cores=0,2
/proc/1287/stat : 1287 (python) S 1266 1266 1193 0 -1 4202560 1134 0 0 0 7 6 0 0 19 0 2 0 886301287 296386560 5771 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1287/statm: 72360 5771 415 364 0 8278 0
[pid=1289] ppid=1287 vsize=1018616 CPUtime=100.01 cores=0,2
/proc/1289/stat : 1289 (gnovelty+2) T 1287 1289 1289 0 -1 4202496 767 0 0 0 10001 0 0 0 25 0 1 0 886301287 1043062784 501 33554432000 134512640 135663704 4294550960 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1289/statm: 254654 501 113 282 0 254370 0
[pid=1287/tid=1305] ppid=1266 vsize=289440 CPUtime=0 cores=0,2
/proc/1287/task/1305/stat : 1305 (python) S 1266 1266 1193 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886311302 296386560 5771 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 514 18446604440278879104 0 0 -1 2 0 0 0
[pid=1306] ppid=1266 vsize=289624 CPUtime=0.13 cores=0,2
/proc/1306/stat : 1306 (python) S 1266 1266 1193 0 -1 4202560 1085 0 0 0 7 6 0 0 19 0 2 0 886311303 296574976 5815 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1306/statm: 72406 5815 400 364 0 8321 0
[pid=1308] ppid=1306 vsize=1018616 CPUtime=100.02 cores=0,2
/proc/1308/stat : 1308 (gnovelty+2) T 1306 1308 1308 0 -1 4202496 765 0 0 0 10001 1 0 0 25 0 1 0 886311303 1043062784 501 33554432000 134512640 135663704 4294005456 18446744073709551615 134524534 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1308/statm: 254654 501 113 282 0 254370 0
[pid=1306/tid=1328] ppid=1266 vsize=289624 CPUtime=0 cores=0,2
/proc/1306/task/1328/stat : 1328 (python) S 1266 1266 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886321319 296574976 5815 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 514 18446604440278876416 0 0 -1 2 0 0 0
[pid=1329] ppid=1266 vsize=300484 CPUtime=0.14 cores=0,2
/proc/1329/stat : 1329 (python) S 1266 1266 1193 0 -1 4202560 1070 0 0 0 8 6 0 0 19 0 2 0 886321319 307695616 5954 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1329/statm: 75121 5954 399 364 0 11033 0
[pid=1331] ppid=1329 vsize=418636 CPUtime=100.02 cores=0,2
/proc/1331/stat : 1331 (adaptg2wsat2009) T 1329 1331 1331 0 -1 4202496 1222 0 0 0 10002 0 0 0 25 0 1 0 886321320 428683264 956 33554432000 134512640 135107411 4287655536 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1331/statm: 104659 956 59 146 0 103535 0
[pid=1329/tid=1346] ppid=1266 vsize=300484 CPUtime=0 cores=0,2
/proc/1329/task/1346/stat : 1346 (python) S 1266 1266 1193 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 886331333 307695616 5954 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 514 18446604453558881280 0 0 -1 2 0 0 0
[pid=1347] ppid=1266 vsize=310740 CPUtime=0.15 cores=0,2
/proc/1347/stat : 1347 (python) S 1266 1266 1193 0 -1 4202560 1087 0 0 0 9 6 0 0 19 0 2 0 886331334 318197760 5958 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1347/statm: 77685 5958 400 364 0 13594 0
[pid=1349] ppid=1347 vsize=418636 CPUtime=100.03 cores=0,2
/proc/1349/stat : 1349 (adaptg2wsat2009) T 1347 1349 1349 0 -1 4202496 1220 0 0 0 10003 0 0 0 25 0 1 0 886331334 428683264 955 33554432000 134512640 135107411 4290955584 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1349/statm: 104659 955 59 146 0 103535 0
[pid=1347/tid=1362] ppid=1266 vsize=310740 CPUtime=0 cores=0,2
/proc/1347/task/1362/stat : 1362 (python) S 1266 1266 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886341349 318197760 5958 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 514 18446604453892856768 0 0 -1 0 0 0 0
[pid=1363] ppid=1266 vsize=320996 CPUtime=0.15 cores=0,2
/proc/1363/stat : 1363 (python) S 1266 1266 1193 0 -1 4202560 1076 0 0 0 8 7 0 0 19 0 2 0 886341349 328699904 5962 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/1363/statm: 80249 5962 400 364 0 16155 0
[pid=1365] ppid=1363 vsize=418636 CPUtime=99.14 cores=0,2
/proc/1365/stat : 1365 (adaptg2wsat2009) T 1363 1365 1365 0 -1 4202496 1221 0 0 0 9914 0 0 0 25 0 1 0 886341350 428683264 956 33554432000 134512640 135107411 4290135408 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/1365/statm: 104659 956 59 146 0 103535 0
[pid=1363/tid=1422] ppid=1266 vsize=320996 CPUtime=0 cores=0,2
/proc/1363/task/1422/stat : 1422 (python) S 1266 1266 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886351264 328699904 5962 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 514 18446604453982872000 0 0 -1 2 0 0 0
[pid=1423] ppid=1266 vsize=331252 CPUtime=0.14 cores=0,2
/proc/1423/stat : 1423 (python) S 1266 1266 1193 0 -1 4202560 1070 0 0 0 8 6 0 0 19 0 2 0 886351265 339202048 5966 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1423/statm: 82813 5966 400 364 0 18716 0
[pid=1425] ppid=1423 vsize=1018616 CPUtime=100.03 cores=0,2
/proc/1425/stat : 1425 (gnovelty+2) T 1423 1425 1425 0 -1 4202496 761 0 0 0 10003 0 0 0 25 0 1 0 886351265 1043062784 501 33554432000 134512640 135663704 4292150560 18446744073709551615 134524461 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1425/statm: 254654 501 113 282 0 254370 0
[pid=1423/tid=1440] ppid=1266 vsize=331252 CPUtime=0 cores=0,2
/proc/1423/task/1440/stat : 1440 (python) S 1266 1266 1193 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886361282 339202048 5966 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 514 18446604453849793664 0 0 -1 0 0 0 0
[pid=1441] ppid=1266 vsize=341508 CPUtime=0.16 cores=0,2
/proc/1441/stat : 1441 (python) S 1266 1266 1193 0 -1 4202560 1081 0 0 0 9 7 0 0 19 0 2 0 886361283 349704192 5970 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1441/statm: 85377 5970 400 364 0 21277 0
[pid=1443] ppid=1441 vsize=248652 CPUtime=100.04 cores=0,2
/proc/1443/stat : 1443 (FH) T 1441 1443 1443 0 -1 4202496 1122 0 0 0 10004 0 0 0 25 0 1 0 886361283 254619648 857 33554432000 134512640 134936988 4292317936 18446744073709551615 134552493 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/1443/statm: 62163 857 41 104 0 61667 0
[pid=1441/tid=1461] ppid=1266 vsize=341508 CPUtime=0 cores=0,2
/proc/1441/task/1461/stat : 1461 (python) S 1266 1266 1193 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886371298 349704192 5970 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 514 18446604453869691136 0 0 -1 2 0 0 0
[pid=1462] ppid=1266 vsize=351764 CPUtime=0 cores=0,2
/proc/1462/stat : 1462 (python) S 1266 1266 1193 0 -1 4202560 831 0 0 0 0 0 0 0 19 0 1 0 886371299 360206336 5923 33554432000 4194304 5683644 140735933200800 18446744073709551615 274473987654 0 0 16781312 514 5632463821856571391 0 0 17 0 0 0 0
/proc/1462/statm: 87941 5923 350 364 0 23838 0
[pid=1464] ppid=1462 vsize=418500 CPUtime=0.27 cores=0,2
/proc/1464/stat : 1464 (adaptg2wsat2009) R 1462 1464 1464 0 -1 4202496 1077 0 0 0 27 0 0 0 21 0 1 0 886371300 428544000 808 33554432000 134512640 135107411 4293339632 18446744073709551615 134523512 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1464/statm: 104625 808 49 146 0 103501 0
[pid=1266/tid=1288] ppid=1264 vsize=362008 CPUtime=0 cores=0,2
/proc/1266/task/1288/stat : 1288 (python) S 1264 1266 1193 0 -1 4202560 26 936 0 0 0 0 0 0 19 0 9 0 886301287 370696192 7469 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 2 0 0 0
[pid=1266/tid=1307] ppid=1264 vsize=362008 CPUtime=0 cores=0,2
/proc/1266/task/1307/stat : 1307 (python) S 1264 1266 1193 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 886311303 370696192 7469 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 0 0 0 0
[pid=1266/tid=1330] ppid=1264 vsize=362008 CPUtime=0 cores=0,2
/proc/1266/task/1330/stat : 1330 (python) S 1264 1266 1193 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 9 0 886321320 370696192 7469 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 0 0 0 0
[pid=1266/tid=1348] ppid=1264 vsize=362008 CPUtime=0 cores=0,2
/proc/1266/task/1348/stat : 1348 (python) S 1264 1266 1193 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 886331334 370696192 7469 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 2 0 0 0
[pid=1266/tid=1364] ppid=1264 vsize=362008 CPUtime=0 cores=0,2
/proc/1266/task/1364/stat : 1364 (python) S 1264 1266 1193 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 886341350 370696192 7469 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 0 0 0 0
[pid=1266/tid=1424] ppid=1264 vsize=362008 CPUtime=0 cores=0,2
/proc/1266/task/1424/stat : 1424 (python) S 1264 1266 1193 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 886351265 370696192 7469 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 2 0 0 0
[pid=1266/tid=1442] ppid=1264 vsize=362008 CPUtime=0 cores=0,2
/proc/1266/task/1442/stat : 1442 (python) S 1264 1266 1193 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 9 0 886361283 370696192 7469 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 0 0 0 0
[pid=1266/tid=1463] ppid=1264 vsize=362008 CPUtime=0 cores=0,2
/proc/1266/task/1463/stat : 1463 (python) S 1264 1266 1193 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 886371300 370696192 7469 33554432000 4194304 5683644 140735933200800 18446744073709551615 274485791153 0 0 16781312 2 18446604453885142016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 7876724

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.963
CPU time (s): 702.11
CPU user time (s): 701.43
CPU system time (s): 0.68
CPU usage (%): 99.7368
Max. virtual memory (cumulated for all children) (KiB): 7876724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3358
system time used= 0.235964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18890
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= 11925
involuntary context switches= 32

runsolver used 1.36579 second user time and 3.04254 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-11 01:03:29
IDJOB=3484053
IDBENCH=82564
IDSOLVER=1975
FILE ID=node125/3484053-1307747009
RUNJOBID= node125-1307747008-1211
PBS_JOBID= 13550832
Free space on /tmp= 74028 MiB

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

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

MD5SUM BENCH= 112b17aaf1cede32f350e11f6333fc88
RANDOM SEED=5039089

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:      31681032 kB
Buffers:        242812 kB
Cached:         786868 kB
SwapCached:       3400 kB
Active:         546128 kB
Inactive:       522148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31681032 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:          131056 kB
Writeback:           0 kB
AnonPages:       36168 kB
Mapped:          13564 kB
Slab:           136196 kB
PageTables:       5092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   192316 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= 73900 MiB
End job on node125 at 2011-06-11 01:15:19