Trace number 3484514

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)? (TO) 1200.08 1199.93

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S912111154-025.UNKNOWN.cnf
MD5SUM63be53becd3199de3ebad3751e577715
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 variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.43/1.00	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.43/1.00	c INFO: solving HOME/instance-3484514-1307749857.cnf
0.43/1.00	c INFO: computing task features
0.43/1.00	c INFO: computed variable-clause graph statistics
0.43/1.00	c INFO: computed clause balance statistics
0.43/1.00	c INFO: computed variable balance statistics
0.43/1.03	c INFO: computed small-clause counts
0.43/1.03	c INFO: computed Horn-clause counts
0.43/1.03	c INFO: computed variable graph statistics
0.43/1.03	c INFO: collected features for HOME/instance-3484514-1307749857.cnf in 0.09 s
0.43/1.04	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.57)
100.51/101.18	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.43)
782.38/782.70	c INFO: running march_hi@0 for 419 with 419 remaining (b = 0.30)
1200.08/1199.92	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.15 4.24 4.00 4/228 14243
/proc/meminfo: memFree=31270592/32951132 swapFree=67052544/67111528
[pid=14243] ppid=14241 vsize=15380 CPUtime=0 cores=5,7
/proc/14243/stat : 14243 (python) R 14241 14243 12804 0 -1 4202496 793 0 0 0 0 0 0 0 25 0 1 0 886584414 15749120 679 33554432000 4194304 5683644 140735685335344 18446744073709551615 242970546021 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14243/statm: 3845 679 322 364 0 332 0

[startup+0.088864 s]
/proc/loadavg: 4.15 4.24 4.00 4/228 14243
/proc/meminfo: memFree=31270592/32951132 swapFree=67052544/67111528
[pid=14243] ppid=14241 vsize=84528 CPUtime=0.05 cores=5,7
/proc/14243/stat : 14243 (python) R 14241 14243 12804 0 -1 4202496 2284 0 0 0 4 1 0 0 17 0 1 0 886584414 86556672 2028 33554432000 4194304 5683644 140735685335344 18446744073709551615 243096444032 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14243/statm: 21119 2026 641 364 0 1336 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84528

[startup+0.100874 s]
/proc/loadavg: 4.15 4.24 4.00 4/228 14243
/proc/meminfo: memFree=31270592/32951132 swapFree=67052544/67111528
[pid=14243] ppid=14241 vsize=85364 CPUtime=0.05 cores=5,7
/proc/14243/stat : 14243 (python) D 14241 14243 12804 0 -1 4202496 2585 0 0 0 4 1 0 0 17 0 1 0 886584414 87412736 2308 33554432000 4194304 5683644 140735685335344 18446744073709551615 242970555959 0 0 16781312 2 18446744071562154983 0 0 17 5 0 0 0
/proc/14243/statm: 21341 2308 707 364 0 1558 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85364

[startup+0.303828 s]
/proc/loadavg: 4.15 4.24 4.00 4/228 14243
/proc/meminfo: memFree=31270592/32951132 swapFree=67052544/67111528
[pid=14243] ppid=14241 vsize=85368 CPUtime=0.05 cores=5,7
/proc/14243/stat : 14243 (python) D 14241 14243 12804 0 -1 4202496 2593 0 0 0 4 1 0 0 17 0 1 0 886584414 87416832 2314 33554432000 4194304 5683644 140735685335344 18446744073709551615 242970555959 0 0 16781312 2 18446744071562154983 0 0 17 5 0 0 17
/proc/14243/statm: 21342 2314 712 364 0 1559 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85368

[startup+0.700761 s]
/proc/loadavg: 4.15 4.24 4.00 4/228 14243
/proc/meminfo: memFree=31270592/32951132 swapFree=67052544/67111528
[pid=14243] ppid=14241 vsize=135752 CPUtime=0.21 cores=5,7
/proc/14243/stat : 14243 (python) S 14241 14243 12804 0 -1 4202496 5993 932 1 0 14 7 0 0 17 0 1 0 886584414 139010048 4161 33554432000 4194304 5683644 140735685335344 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 5 0 0 31
/proc/14243/statm: 33938 4161 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135752

[startup+1.50059 s]
/proc/loadavg: 4.15 4.24 4.00 7/229 14248
/proc/meminfo: memFree=31247008/32951132 swapFree=67052544/67111528
[pid=14243] ppid=14241 vsize=288868 CPUtime=0.47 cores=5,7
/proc/14243/stat : 14243 (python) S 14241 14243 12804 0 -1 4202496 9804 932 1 0 36 11 0 0 17 0 2 0 886584414 295800832 7079 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 31
/proc/14243/statm: 72217 7079 1867 364 0 8135 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 288868

[startup+3.10035 s]
/proc/loadavg: 4.15 4.24 4.00 6/232 14251
/proc/meminfo: memFree=31243884/32951132 swapFree=67052544/67111528
[pid=14243] ppid=14241 vsize=288868 CPUtime=0.47 cores=5,7
/proc/14243/stat : 14243 (python) S 14241 14243 12804 0 -1 4202496 9804 932 1 0 36 11 0 0 17 0 2 0 886584414 295800832 7079 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 31
/proc/14243/statm: 72217 7079 1867 364 0 8135 0
[pid=14249] ppid=14243 vsize=278624 CPUtime=0 cores=5,7
/proc/14249/stat : 14249 (python) S 14243 14243 12804 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 886584519 285310976 5562 33554432000 4194304 5683644 140735685335344 18446744073709551615 242970570255 0 0 16781312 514 17564350262586343688 0 0 17 5 0 0 0
/proc/14249/statm: 69656 5562 354 364 0 5574 0
[pid=14251] ppid=14249 vsize=1017800 CPUtime=2.04 cores=5,7
/proc/14251/stat : 14251 (gnovelty+2) R 14249 14251 14251 0 -1 4202496 444 0 0 0 204 0 0 0 25 0 1 0 886584519 1042227200 181 33554432000 134512640 135663704 4287021168 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14251/statm: 254450 181 113 282 0 254166 0
[pid=14243/tid=14250] ppid=14241 vsize=288868 CPUtime=0 cores=5,7
/proc/14243/task/14250/stat : 14250 (python) S 14241 14243 12804 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 886584519 295800832 7079 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 2 18446604470871119744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 1585292

[startup+6.30079 s]
/proc/loadavg: 4.38 4.28 4.01 6/232 14251
/proc/meminfo: memFree=31242272/32951132 swapFree=67052544/67111528
[pid=14243] ppid=14241 vsize=288868 CPUtime=0.47 cores=5,7
/proc/14243/stat : 14243 (python) S 14241 14243 12804 0 -1 4202496 9804 932 1 0 36 11 0 0 17 0 2 0 886584414 295800832 7079 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 31
/proc/14243/statm: 72217 7079 1867 364 0 8135 0
[pid=14249] ppid=14243 vsize=278624 CPUtime=0 cores=5,7
/proc/14249/stat : 14249 (python) S 14243 14243 12804 0 -1 4202560 881 0 0 0 0 0 0 0 18 0 1 0 886584519 285310976 5585 33554432000 4194304 5683644 140735685335344 18446744073709551615 242970570255 0 0 16781312 514 17564350262586343688 0 0 17 5 0 0 0
/proc/14249/statm: 69656 5585 377 364 0 5574 0
[pid=14251] ppid=14249 vsize=1017800 CPUtime=5.23 cores=5,7
/proc/14251/stat : 14251 (gnovelty+2) R 14249 14251 14251 0 -1 4202496 444 0 0 0 523 0 0 0 25 0 1 0 886584519 1042227200 181 33554432000 134512640 135663704 4287021168 18446744073709551615 134525550 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14251/statm: 254450 181 113 282 0 254166 0
[pid=14243/tid=14250] ppid=14241 vsize=288868 CPUtime=0 cores=5,7
/proc/14243/task/14250/stat : 14250 (python) S 14241 14243 12804 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 886584519 295800832 7079 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 2 18446604470871119744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 1585292

[startup+12.7007 s]
/proc/loadavg: 4.59 4.33 4.03 5/232 14251
/proc/meminfo: memFree=31240832/32951132 swapFree=67052544/67111528
[pid=14243] ppid=14241 vsize=288868 CPUtime=0.47 cores=5,7
/proc/14243/stat : 14243 (python) S 14241 14243 12804 0 -1 4202496 9804 932 1 0 36 11 0 0 17 0 2 0 886584414 295800832 7079 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 31
/proc/14243/statm: 72217 7079 1867 364 0 8135 0
[pid=14249] ppid=14243 vsize=278624 CPUtime=0 cores=5,7
/proc/14249/stat : 14249 (python) S 14243 14243 12804 0 -1 4202560 884 0 0 0 0 0 0 0 18 0 1 0 886584519 285310976 5585 33554432000 4194304 5683644 140735685335344 18446744073709551615 242970570255 0 0 16781312 514 9177051810999795976 0 0 17 5 0 0 0
/proc/14249/statm: 69656 5585 377 364 0 5574 0
[pid=14251] ppid=14249 vsize=1017800 CPUtime=11.62 cores=5,7
/proc/14251/stat : 14251 (gnovelty+2) R 14249 14251 14251 0 -1 4202496 444 0 0 0 1162 0 0 0 25 0 1 0 886584519 1042227200 181 33554432000 134512640 135663704 4287021168 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14251/statm: 254450 181 113 282 0 254166 0
[pid=14243/tid=14250] ppid=14241 vsize=288868 CPUtime=0 cores=5,7
/proc/14243/task/14250/stat : 14250 (python) S 14241 14243 12804 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 886584519 295800832 7079 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 2 18446604470871119744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 1585292

[startup+25.5005 s]
/proc/loadavg: 4.46 4.31 4.03 5/232 14251
/proc/meminfo: memFree=31237116/32951132 swapFree=67052544/67111528
[pid=14243] ppid=14241 vsize=288868 CPUtime=0.47 cores=5,7
/proc/14243/stat : 14243 (python) S 14241 14243 12804 0 -1 4202496 9804 932 1 0 36 11 0 0 17 0 2 0 886584414 295800832 7079 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 31
/proc/14243/statm: 72217 7079 1867 364 0 8135 0
[pid=14249] ppid=14243 vsize=278624 CPUtime=0.02 cores=5,7
/proc/14249/stat : 14249 (python) S 14243 14243 12804 0 -1 4202560 889 0 0 0 1 1 0 0 18 0 1 0 886584519 285310976 5585 33554432000 4194304 5683644 140735685335344 18446744073709551615 242970570255 0 0 16781312 514 9177051810999795976 0 0 17 5 0 0 0
/proc/14249/statm: 69656 5585 377 364 0 5574 0
[pid=14251] ppid=14249 vsize=1017800 CPUtime=24.41 cores=5,7
/proc/14251/stat : 14251 (gnovelty+2) R 14249 14251 14251 0 -1 4202496 444 0 0 0 2441 0 0 0 25 0 1 0 886584519 1042227200 181 33554432000 134512640 135663704 4287021168 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14251/statm: 254450 181 113 282 0 254166 0
[pid=14243/tid=14250] ppid=14241 vsize=288868 CPUtime=0 cores=5,7
/proc/14243/task/14250/stat : 14250 (python) S 14241 14243 12804 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 886584519 295800832 7079 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 2 18446604470871119744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 1585292

[startup+51.1011 s]
/proc/loadavg: 4.30 4.29 4.02 5/232 14253
/proc/meminfo: memFree=31228928/32951132 swapFree=67052544/67111528
[pid=14243] ppid=14241 vsize=288868 CPUtime=0.47 cores=5,7
/proc/14243/stat : 14243 (python) S 14241 14243 12804 0 -1 4202496 9804 932 1 0 36 11 0 0 17 0 2 0 886584414 295800832 7079 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 31
/proc/14243/statm: 72217 7079 1867 364 0 8135 0
[pid=14249] ppid=14243 vsize=278624 CPUtime=0.06 cores=5,7
/proc/14249/stat : 14249 (python) S 14243 14243 12804 0 -1 4202560 902 0 0 0 3 3 0 0 18 0 1 0 886584519 285310976 5585 33554432000 4194304 5683644 140735685335344 18446744073709551615 242970570255 0 0 16781312 514 9177051810999795976 0 0 17 5 0 0 0
/proc/14249/statm: 69656 5585 377 364 0 5574 0
[pid=14251] ppid=14249 vsize=1017800 CPUtime=49.98 cores=5,7
/proc/14251/stat : 14251 (gnovelty+2) R 14249 14251 14251 0 -1 4202496 444 0 0 0 4998 0 0 0 25 0 1 0 886584519 1042227200 181 33554432000 134512640 135663704 4287021168 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14251/statm: 254450 181 113 282 0 254166 0
[pid=14243/tid=14250] ppid=14241 vsize=288868 CPUtime=0 cores=5,7
/proc/14243/task/14250/stat : 14250 (python) S 14241 14243 12804 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 886584519 295800832 7079 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 2 18446604470871119744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 1585292

[startup+102.307 s]
/proc/loadavg: 4.17 4.25 4.02 5/240 14261
/proc/meminfo: memFree=31200316/32951132 swapFree=67052544/67111528
[pid=14243] ppid=14241 vsize=299628 CPUtime=0.48 cores=5,7
/proc/14243/stat : 14243 (python) S 14241 14243 12804 0 -1 4202496 10643 932 1 0 37 11 0 0 20 0 3 0 886584414 306819072 7229 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 31
/proc/14243/statm: 74907 7229 1870 364 0 10822 0
[pid=14249] ppid=14243 vsize=288868 CPUtime=0.13 cores=5,7
/proc/14249/stat : 14249 (python) S 14243 14243 12804 0 -1 4202560 1152 0 0 0 7 6 0 0 19 0 2 0 886584519 295800832 5629 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14249/statm: 72217 5629 416 364 0 8135 0
[pid=14251] ppid=14249 vsize=1017800 CPUtime=99.98 cores=5,7
/proc/14251/stat : 14251 (gnovelty+2) T 14249 14251 14251 0 -1 4202496 444 0 0 0 9998 0 0 0 25 0 1 0 886584519 1042227200 181 33554432000 134512640 135663704 4287021168 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14251/statm: 254450 181 113 282 0 254166 0
[pid=14249/tid=14258] ppid=14243 vsize=288868 CPUtime=0 cores=5,7
/proc/14249/task/14258/stat : 14258 (python) S 14243 14243 12804 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886594531 295800832 5629 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 514 18446604465592146816 0 0 -1 7 0 0 0
[pid=14259] ppid=14243 vsize=289384 CPUtime=0 cores=5,7
/proc/14259/stat : 14259 (python) S 14243 14243 12804 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 886594532 296329216 5703 33554432000 4194304 5683644 140735685335344 18446744073709551615 242970570310 0 0 16781312 514 9322464427091394824 0 0 17 5 0 0 0
/proc/14259/statm: 72346 5703 348 364 0 8261 0
[pid=14261] ppid=14259 vsize=2600 CPUtime=1.12 cores=5,7
/proc/14261/stat : 14261 (march_hi) R 14259 14261 14261 0 -1 4202496 719 0 0 0 112 0 0 0 25 0 1 0 886594532 2662400 455 33554432000 4194304 4955518 140733820703072 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14261/statm: 650 455 104 186 0 463 0
[pid=14243/tid=14250] ppid=14241 vsize=299628 CPUtime=0 cores=5,7
/proc/14243/task/14250/stat : 14250 (python) S 14241 14243 12804 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 3 0 886584519 306819072 7229 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 2 18446604470871119744 0 0 -1 5 0 0 0
[pid=14243/tid=14260] ppid=14241 vsize=299628 CPUtime=0 cores=5,7
/proc/14243/task/14260/stat : 14260 (python) S 14241 14243 12804 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 3 0 886594532 306819072 7229 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 2 18446604470871119744 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 1898280

[startup+162.301 s]
/proc/loadavg: 4.06 4.20 4.02 5/240 14263
/proc/meminfo: memFree=31171900/32951132 swapFree=67052544/67111528
[pid=14243] ppid=14241 vsize=299628 CPUtime=0.48 cores=5,7
/proc/14243/stat : 14243 (python) S 14241 14243 12804 0 -1 4202496 10643 932 1 0 37 11 0 0 20 0 3 0 886584414 306819072 7229 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 31
/proc/14243/statm: 74907 7229 1870 364 0 10822 0
[pid=14249] ppid=14243 vsize=288868 CPUtime=0.13 cores=5,7
/proc/14249/stat : 14249 (python) S 14243 14243 12804 0 -1 4202560 1152 0 0 0 7 6 0 0 19 0 2 0 886584519 295800832 5629 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14249/statm: 72217 5629 416 364 0 8135 0
[pid=14251] ppid=14249 vsize=1017800 CPUtime=99.98 cores=5,7
/proc/14251/stat : 14251 (gnovelty+2) T 14249 14251 14251 0 -1 4202496 444 0 0 0 9998 0 0 0 25 0 1 0 886584519 1042227200 181 33554432000 134512640 135663704 4287021168 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14251/statm: 254450 181 113 282 0 254166 0
[pid=14249/tid=14258] ppid=14243 vsize=288868 CPUtime=0 cores=5,7
/proc/14249/task/14258/stat : 14258 (python) S 14243 14243 12804 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886594531 295800832 5629 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 514 18446604465592146816 0 0 -1 7 0 0 0
[pid=14259] ppid=14243 vsize=289384 CPUtime=0.09 cores=5,7

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

[startup+1122.3 s]
/proc/loadavg: 1.00 1.50 2.56 2/181 14398
/proc/meminfo: memFree=31481488/32951132 swapFree=67052544/67111528
[pid=14243] ppid=14241 vsize=309460 CPUtime=0.48 cores=5,7
/proc/14243/stat : 14243 (python) S 14241 14243 12804 0 -1 4202496 11460 932 1 0 37 11 0 0 20 0 4 0 886584414 316887040 7144 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 31
/proc/14243/statm: 77365 7144 1872 364 0 13277 0
[pid=14249] ppid=14243 vsize=288868 CPUtime=0.13 cores=5,7
/proc/14249/stat : 14249 (python) S 14243 14243 12804 0 -1 4202560 1152 0 0 0 7 6 0 0 19 0 2 0 886584519 295800832 5629 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14249/statm: 72217 5629 416 364 0 8135 0
[pid=14251] ppid=14249 vsize=1017800 CPUtime=99.98 cores=5,7
/proc/14251/stat : 14251 (gnovelty+2) T 14249 14251 14251 0 -1 4202496 444 0 0 0 9998 0 0 0 25 0 1 0 886584519 1042227200 181 33554432000 134512640 135663704 4287021168 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14251/statm: 254450 181 113 282 0 254166 0
[pid=14249/tid=14258] ppid=14243 vsize=288868 CPUtime=0 cores=5,7
/proc/14249/task/14258/stat : 14258 (python) S 14243 14243 12804 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886594531 295800832 5629 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 514 18446604465592146816 0 0 -1 7 0 0 0
[pid=14259] ppid=14243 vsize=289384 CPUtime=0.9 cores=5,7
/proc/14259/stat : 14259 (python) S 14243 14243 12804 0 -1 4202560 1130 0 0 0 48 42 0 0 17 0 2 0 886594532 296329216 5756 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14259/statm: 72346 5756 400 364 0 8261 0
[pid=14261] ppid=14259 vsize=123340 CPUtime=680.89 cores=5,7
/proc/14261/stat : 14261 (march_hi) T 14259 14261 14261 0 -1 4202496 20832 0 0 0 68085 4 0 0 25 0 1 0 886594532 126300160 20538 33554432000 4194304 4955518 140733820703072 18446744073709551615 4238397 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14261/statm: 30835 20538 104 186 0 30648 0
[pid=14259/tid=14358] ppid=14243 vsize=289384 CPUtime=0 cores=5,7
/proc/14259/task/14358/stat : 14358 (python) S 14243 14243 12804 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 886662684 296329216 5756 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 514 18446604456993875776 0 0 -1 5 0 0 0
[pid=14359] ppid=14243 vsize=299216 CPUtime=0.41 cores=5,7
/proc/14359/stat : 14359 (python) S 14243 14243 12804 0 -1 4202560 972 0 0 0 22 19 0 0 15 0 1 0 886662685 306397184 5639 33554432000 4194304 5683644 140735685335344 18446744073709551615 242970570310 0 0 16781312 514 9177051810999795974 0 0 17 7 0 0 0
/proc/14359/statm: 74804 5639 371 364 0 10716 0
[pid=14361] ppid=14359 vsize=58000 CPUtime=339.58 cores=5,7
/proc/14361/stat : 14361 (march_hi) R 14359 14361 14361 0 -1 4202496 11306 0 0 0 33956 2 0 0 25 0 1 0 886662685 59392000 11014 33554432000 4194304 4955518 140733441826704 18446744073709551615 4227807 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14361/statm: 14500 11014 104 186 0 14313 0
[pid=14243/tid=14250] ppid=14241 vsize=309460 CPUtime=0 cores=5,7
/proc/14243/task/14250/stat : 14250 (python) S 14241 14243 12804 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 4 0 886584519 316887040 7144 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 2 18446604470871119744 0 0 -1 5 0 0 0
[pid=14243/tid=14260] ppid=14241 vsize=309460 CPUtime=0 cores=5,7
/proc/14243/task/14260/stat : 14260 (python) S 14241 14243 12804 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 4 0 886594532 316887040 7144 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 2 18446604470871119744 0 0 -1 7 0 0 0
[pid=14243/tid=14360] ppid=14241 vsize=309460 CPUtime=0 cores=5,7
/proc/14243/task/14360/stat : 14360 (python) S 14241 14243 12804 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 4 0 886662685 316887040 7144 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 2 18446604470871119744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1122.37
Current children cumulated vsize (KiB) 2386068

[startup+1182.3 s]
/proc/loadavg: 1.00 1.41 2.46 2/181 14400
/proc/meminfo: memFree=31474656/32951132 swapFree=67052544/67111528
[pid=14243] ppid=14241 vsize=309460 CPUtime=0.48 cores=5,7
/proc/14243/stat : 14243 (python) S 14241 14243 12804 0 -1 4202496 11460 932 1 0 37 11 0 0 20 0 4 0 886584414 316887040 7144 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 31
/proc/14243/statm: 77365 7144 1872 364 0 13277 0
[pid=14249] ppid=14243 vsize=288868 CPUtime=0.13 cores=5,7
/proc/14249/stat : 14249 (python) S 14243 14243 12804 0 -1 4202560 1152 0 0 0 7 6 0 0 19 0 2 0 886584519 295800832 5629 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14249/statm: 72217 5629 416 364 0 8135 0
[pid=14251] ppid=14249 vsize=1017800 CPUtime=99.98 cores=5,7
/proc/14251/stat : 14251 (gnovelty+2) T 14249 14251 14251 0 -1 4202496 444 0 0 0 9998 0 0 0 25 0 1 0 886584519 1042227200 181 33554432000 134512640 135663704 4287021168 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14251/statm: 254450 181 113 282 0 254166 0
[pid=14249/tid=14258] ppid=14243 vsize=288868 CPUtime=0 cores=5,7
/proc/14249/task/14258/stat : 14258 (python) S 14243 14243 12804 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886594531 295800832 5629 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 514 18446604465592146816 0 0 -1 7 0 0 0
[pid=14259] ppid=14243 vsize=289384 CPUtime=0.9 cores=5,7
/proc/14259/stat : 14259 (python) S 14243 14243 12804 0 -1 4202560 1130 0 0 0 48 42 0 0 17 0 2 0 886594532 296329216 5756 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14259/statm: 72346 5756 400 364 0 8261 0
[pid=14261] ppid=14259 vsize=123340 CPUtime=680.89 cores=5,7
/proc/14261/stat : 14261 (march_hi) T 14259 14261 14261 0 -1 4202496 20832 0 0 0 68085 4 0 0 25 0 1 0 886594532 126300160 20538 33554432000 4194304 4955518 140733820703072 18446744073709551615 4238397 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14261/statm: 30835 20538 104 186 0 30648 0
[pid=14259/tid=14358] ppid=14243 vsize=289384 CPUtime=0 cores=5,7
/proc/14259/task/14358/stat : 14358 (python) S 14243 14243 12804 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 886662684 296329216 5756 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 514 18446604456993875776 0 0 -1 5 0 0 0
[pid=14359] ppid=14243 vsize=299216 CPUtime=0.49 cores=5,7
/proc/14359/stat : 14359 (python) S 14243 14243 12804 0 -1 4202560 972 0 0 0 26 23 0 0 15 0 1 0 886662685 306397184 5639 33554432000 4194304 5683644 140735685335344 18446744073709551615 242970570310 0 0 16781312 514 9177051810999795974 0 0 17 7 0 0 0
/proc/14359/statm: 74804 5639 371 364 0 10716 0
[pid=14361] ppid=14359 vsize=77644 CPUtime=399.59 cores=5,7
/proc/14361/stat : 14361 (march_hi) R 14359 14361 14361 0 -1 4202496 13008 0 0 0 39956 3 0 0 25 0 1 0 886662685 79507456 12716 33554432000 4194304 4955518 140733441826704 18446744073709551615 4209733 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14361/statm: 19411 12716 104 186 0 19224 0
[pid=14243/tid=14250] ppid=14241 vsize=309460 CPUtime=0 cores=5,7
/proc/14243/task/14250/stat : 14250 (python) S 14241 14243 12804 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 4 0 886584519 316887040 7144 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 2 18446604470871119744 0 0 -1 5 0 0 0
[pid=14243/tid=14260] ppid=14241 vsize=309460 CPUtime=0 cores=5,7
/proc/14243/task/14260/stat : 14260 (python) S 14241 14243 12804 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 4 0 886594532 316887040 7144 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 2 18446604470871119744 0 0 -1 7 0 0 0
[pid=14243/tid=14360] ppid=14241 vsize=309460 CPUtime=0 cores=5,7
/proc/14243/task/14360/stat : 14360 (python) S 14241 14243 12804 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 4 0 886662685 316887040 7144 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 2 18446604470871119744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.46
Current children cumulated vsize (KiB) 2405712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.9 s]
/proc/loadavg: 1.00 1.38 2.43 2/181 14400
/proc/meminfo: memFree=31472420/32951132 swapFree=67052544/67111528
[pid=14243] ppid=14241 vsize=309460 CPUtime=0.48 cores=5,7
/proc/14243/stat : 14243 (python) S 14241 14243 12804 0 -1 4202496 11460 932 1 0 37 11 0 0 20 0 4 0 886584414 316887040 7144 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 31
/proc/14243/statm: 77365 7144 1872 364 0 13277 0
[pid=14249] ppid=14243 vsize=288868 CPUtime=0.13 cores=5,7
/proc/14249/stat : 14249 (python) S 14243 14243 12804 0 -1 4202560 1152 0 0 0 7 6 0 0 19 0 2 0 886584519 295800832 5629 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14249/statm: 72217 5629 416 364 0 8135 0
[pid=14251] ppid=14249 vsize=1017800 CPUtime=99.98 cores=5,7
/proc/14251/stat : 14251 (gnovelty+2) T 14249 14251 14251 0 -1 4202496 444 0 0 0 9998 0 0 0 25 0 1 0 886584519 1042227200 181 33554432000 134512640 135663704 4287021168 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14251/statm: 254450 181 113 282 0 254166 0
[pid=14249/tid=14258] ppid=14243 vsize=288868 CPUtime=0 cores=5,7
/proc/14249/task/14258/stat : 14258 (python) S 14243 14243 12804 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886594531 295800832 5629 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 514 18446604465592146816 0 0 -1 7 0 0 0
[pid=14259] ppid=14243 vsize=289384 CPUtime=0.9 cores=5,7
/proc/14259/stat : 14259 (python) S 14243 14243 12804 0 -1 4202560 1130 0 0 0 48 42 0 0 17 0 2 0 886594532 296329216 5756 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14259/statm: 72346 5756 400 364 0 8261 0
[pid=14261] ppid=14259 vsize=123340 CPUtime=680.89 cores=5,7
/proc/14261/stat : 14261 (march_hi) T 14259 14261 14261 0 -1 4202496 20832 0 0 0 68085 4 0 0 25 0 1 0 886594532 126300160 20538 33554432000 4194304 4955518 140733820703072 18446744073709551615 4238397 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14261/statm: 30835 20538 104 186 0 30648 0
[pid=14259/tid=14358] ppid=14243 vsize=289384 CPUtime=0 cores=5,7
/proc/14259/task/14358/stat : 14358 (python) S 14243 14243 12804 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 886662684 296329216 5756 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 514 18446604456993875776 0 0 -1 5 0 0 0
[pid=14359] ppid=14243 vsize=299216 CPUtime=0.51 cores=5,7
/proc/14359/stat : 14359 (python) S 14243 14243 12804 0 -1 4202560 972 0 0 0 27 24 0 0 15 0 1 0 886662685 306397184 5639 33554432000 4194304 5683644 140735685335344 18446744073709551615 242970570310 0 0 16781312 514 9177051810999795974 0 0 17 7 0 0 0
/proc/14359/statm: 74804 5639 371 364 0 10716 0
[pid=14361] ppid=14359 vsize=77644 CPUtime=417.19 cores=5,7
/proc/14361/stat : 14361 (march_hi) R 14359 14361 14361 0 -1 4202496 13553 0 0 0 41716 3 0 0 25 0 1 0 886662685 79507456 13261 33554432000 4194304 4955518 140733441826704 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14361/statm: 19411 13261 104 186 0 19224 0
[pid=14243/tid=14250] ppid=14241 vsize=309460 CPUtime=0 cores=5,7
/proc/14243/task/14250/stat : 14250 (python) S 14241 14243 12804 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 4 0 886584519 316887040 7144 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 2 18446604470871119744 0 0 -1 5 0 0 0
[pid=14243/tid=14260] ppid=14241 vsize=309460 CPUtime=0 cores=5,7
/proc/14243/task/14260/stat : 14260 (python) S 14241 14243 12804 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 4 0 886594532 316887040 7144 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 2 18446604470871119744 0 0 -1 7 0 0 0
[pid=14243/tid=14360] ppid=14241 vsize=309460 CPUtime=0 cores=5,7
/proc/14243/task/14360/stat : 14360 (python) S 14241 14243 12804 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 4 0 886662685 316887040 7144 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 2 18446604470871119744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 2405712

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

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

[startup+1199.9 s]
/proc/loadavg: 1.00 1.38 2.43 2/181 14400
/proc/meminfo: memFree=31472420/32951132 swapFree=67052544/67111528
[pid=14243] ppid=14241 vsize=309460 CPUtime=0.48 cores=5,7
/proc/14243/stat : 14243 (python) S 14241 14243 12804 0 -1 4202496 11460 932 1 0 37 11 0 0 20 0 4 0 886584414 316887040 7144 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 31
/proc/14243/statm: 77365 7144 1872 364 0 13277 0
[pid=14249] ppid=14243 vsize=288868 CPUtime=0.13 cores=5,7
/proc/14249/stat : 14249 (python) S 14243 14243 12804 0 -1 4202560 1152 0 0 0 7 6 0 0 19 0 2 0 886584519 295800832 5629 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14249/statm: 72217 5629 416 364 0 8135 0
[pid=14251] ppid=14249 vsize=1017800 CPUtime=99.98 cores=5,7
/proc/14251/stat : 14251 (gnovelty+2) T 14249 14251 14251 0 -1 4202496 444 0 0 0 9998 0 0 0 25 0 1 0 886584519 1042227200 181 33554432000 134512640 135663704 4287021168 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14251/statm: 254450 181 113 282 0 254166 0
[pid=14249/tid=14258] ppid=14243 vsize=288868 CPUtime=0 cores=5,7
/proc/14249/task/14258/stat : 14258 (python) S 14243 14243 12804 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886594531 295800832 5629 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 514 18446604465592146816 0 0 -1 7 0 0 0
[pid=14259] ppid=14243 vsize=289384 CPUtime=0.9 cores=5,7
/proc/14259/stat : 14259 (python) S 14243 14243 12804 0 -1 4202560 1130 0 0 0 48 42 0 0 17 0 2 0 886594532 296329216 5756 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14259/statm: 72346 5756 400 364 0 8261 0
[pid=14261] ppid=14259 vsize=123340 CPUtime=680.89 cores=5,7
/proc/14261/stat : 14261 (march_hi) T 14259 14261 14261 0 -1 4202496 20832 0 0 0 68085 4 0 0 25 0 1 0 886594532 126300160 20538 33554432000 4194304 4955518 140733820703072 18446744073709551615 4238397 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14261/statm: 30835 20538 104 186 0 30648 0
[pid=14259/tid=14358] ppid=14243 vsize=289384 CPUtime=0 cores=5,7
/proc/14259/task/14358/stat : 14358 (python) S 14243 14243 12804 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 886662684 296329216 5756 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 514 18446604456993875776 0 0 -1 5 0 0 0
[pid=14359] ppid=14243 vsize=299216 CPUtime=0.51 cores=5,7
/proc/14359/stat : 14359 (python) S 14243 14243 12804 0 -1 4202560 972 0 0 0 27 24 0 0 15 0 1 0 886662685 306397184 5639 33554432000 4194304 5683644 140735685335344 18446744073709551615 242970570310 0 0 16781312 514 9177051810999795974 0 0 17 7 0 0 0
/proc/14359/statm: 74804 5639 371 364 0 10716 0
[pid=14361] ppid=14359 vsize=77644 CPUtime=417.19 cores=5,7
/proc/14361/stat : 14361 (march_hi) R 14359 14361 14361 0 -1 4202496 13553 0 0 0 41716 3 0 0 25 0 1 0 886662685 79507456 13261 33554432000 4194304 4955518 140733441826704 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14361/statm: 19411 13261 104 186 0 19224 0
[pid=14243/tid=14250] ppid=14241 vsize=309460 CPUtime=0 cores=5,7
/proc/14243/task/14250/stat : 14250 (python) S 14241 14243 12804 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 4 0 886584519 316887040 7144 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 2 18446604470871119744 0 0 -1 5 0 0 0
[pid=14243/tid=14260] ppid=14241 vsize=309460 CPUtime=0 cores=5,7
/proc/14243/task/14260/stat : 14260 (python) S 14241 14243 12804 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 4 0 886594532 316887040 7144 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 2 18446604470871119744 0 0 -1 7 0 0 0
[pid=14243/tid=14360] ppid=14241 vsize=309460 CPUtime=0 cores=5,7
/proc/14243/task/14360/stat : 14360 (python) S 14241 14243 12804 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 4 0 886662685 316887040 7144 33554432000 4194304 5683644 140735685335344 18446744073709551615 242982373809 0 0 16781312 2 18446604470871119744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 2405712

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14243 and gives
#  childrusage.ru_utime.tv_sec=418
#  childrusage.ru_utime.tv_usec=392394
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=896863
# CPU time returned by wait4() is 419.289
# while last known CPU time is 1200.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.93
CPU time (s): 1200.08
CPU user time (s): 1199.18
CPU system time (s): 0.9
CPU usage (%): 100.013
Max. virtual memory (cumulated for all children) (KiB): 2405712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 418.392
system time used= 0.896863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30995
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= 4616
involuntary context switches= 670

runsolver used 1.83872 second user time and 4.34634 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-11 01:50:57
IDJOB=3484514
IDBENCH=83025
IDSOLVER=1975
FILE ID=node128/3484514-1307749857
RUNJOBID= node128-1307747008-12825
PBS_JOBID= 13550829
Free space on /tmp= 74032 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S912111154-025.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-3484514-1307749857/watcher-3484514-1307749857 -o /tmp/evaluation-result-3484514-1307749857/solver-3484514-1307749857 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484514-1307749857.cnf -seed 552068680 -budget 1200

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

MD5SUM BENCH= 63be53becd3199de3ebad3751e577715
RANDOM SEED=552068680

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31271392 kB
Buffers:        246528 kB
Cached:         938316 kB
SwapCached:      11368 kB
Active:         624332 kB
Inactive:       842100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31271392 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:           31856 kB
Writeback:           0 kB
AnonPages:      279416 kB
Mapped:          18868 kB
Slab:           140052 kB
PageTables:      13848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  8013776 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74096 MiB
End job on node128 at 2011-06-11 02:11:00