Trace number 3378001

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-industrial (fixed)UNSAT 711.333 710.169

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_008_079_112-tseitin.cnf
MD5SUM28b7074e04e59e64b5e4d7991d54f9d1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.4606
Satisfiable
(Un)Satisfiability was proved
Number of variables448370
Number of clauses1130525
Sum of the clauses size2637889
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2753682
Number of clauses of size 3376841
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.30/0.49	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.30/0.49	c INFO: solving HOME/instance-3378001-1305455050.cnf
0.30/0.49	c INFO: computing task features
4.69/4.82	c INFO: computed variable-clause graph statistics
4.80/4.97	c INFO: computed clause balance statistics
24.30/24.47	c INFO: computed variable balance statistics
38.39/38.52	c INFO: computed small-clause counts
38.89/39.08	c INFO: computed Horn-clause counts
290.60/290.71	c INFO: computed variable graph statistics
290.60/290.71	c INFO: collected features for HOME/instance-3378001-1305455050.cnf in 290.09 s
290.60/290.72	c INFO: running lingeling-276@0 for 97 with 2109 remaining (b = 0.91)
391.16/391.04	c INFO: running lingeling-276@100 for 97 with 2009 remaining (b = 0.42)
474.61/474.29	c INFO: running glucosER@0 for 97 with 1926 remaining (b = 0.82)
575.27/574.61	c INFO: running lingeling-276@0 for 291 with 1826 remaining (b = 0.70)
711.21/710.10	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3378001-1305455050/watcher-3378001-1305455050 -o /tmp/evaluation-result-3378001-1305455050/solver-3378001-1305455050 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378001-1305455050.cnf -seed 995740606 -budget 2400 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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: 3.00 3.11 3.27 2/423 20243
/proc/meminfo: memFree=17445364/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=15776 CPUtime=0 cores=0,2
/proc/20243/stat : 20243 (python) R 20241 20243 18426 0 -1 4202496 902 0 0 0 0 0 0 0 20 0 1 0 735735857 16154624 783 33554432000 4194304 5683644 140735377678800 18446744073709551615 4426576 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20243/statm: 3944 783 345 364 0 431 0

[startup+0.0826349 s]
/proc/loadavg: 3.00 3.11 3.27 2/423 20243
/proc/meminfo: memFree=17445364/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=84472 CPUtime=0.05 cores=0,2
/proc/20243/stat : 20243 (python) S 20241 20243 18426 0 -1 4202496 2398 0 0 0 4 1 0 0 17 0 1 0 735735857 86499328 2127 33554432000 4194304 5683644 140735377678800 18446744073709551615 215988590592 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/20243/statm: 21118 2127 707 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84472

[startup+0.101176 s]
/proc/loadavg: 3.00 3.11 3.27 2/423 20243
/proc/meminfo: memFree=17445364/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=99376 CPUtime=0.06 cores=0,2
/proc/20243/stat : 20243 (python) S 20241 20243 18426 0 -1 4202496 2867 0 0 0 5 1 0 0 17 0 1 0 735735857 101761024 2565 33554432000 4194304 5683644 140735377678800 18446744073709551615 215988590592 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/20243/statm: 24844 2565 818 364 0 1695 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99376

[startup+0.300235 s]
/proc/loadavg: 3.00 3.11 3.27 2/423 20243
/proc/meminfo: memFree=17445364/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=135748 CPUtime=0.23 cores=0,2
/proc/20243/stat : 20243 (python) S 20241 20243 18426 0 -1 4202496 6022 934 1 0 17 6 0 0 17 0 1 0 735735857 139005952 4173 33554432000 4194304 5683644 140735377678800 18446744073709551615 215988590592 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/20243/statm: 33937 4173 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 135748

[startup+0.700227 s]
/proc/loadavg: 3.00 3.11 3.27 2/423 20243
/proc/meminfo: memFree=17445364/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=310568 CPUtime=0.59 cores=0,2
/proc/20243/stat : 20243 (python) R 20241 20243 18426 0 -1 4202496 17230 934 1 0 49 10 0 0 17 0 1 0 735735857 318021632 14905 33554432000 4194304 5683644 140735377678800 18446744073709551615 215987953412 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20243/statm: 77642 14905 1761 364 0 13566 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 310568

[startup+1.50097 s]
/proc/loadavg: 3.00 3.11 3.27 4/424 20248
/proc/meminfo: memFree=17307468/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=361528 CPUtime=1.39 cores=0,2
/proc/20243/stat : 20243 (python) R 20241 20243 18426 0 -1 4202496 29666 934 1 0 127 12 0 0 18 0 1 0 735735857 370204672 27341 33554432000 4194304 5683644 140735377678800 18446744073709551615 46919561987381 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20243/statm: 90382 27341 1761 364 0 26306 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 361528

[startup+3.10082 s]
/proc/loadavg: 3.16 3.14 3.28 4/424 20248
/proc/meminfo: memFree=17128132/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=463048 CPUtime=3.01 cores=0,2
/proc/20243/stat : 20243 (python) R 20241 20243 18426 0 -1 4202496 53399 934 1 0 286 15 0 0 22 0 1 0 735735857 474161152 51074 33554432000 4194304 5683644 140735377678800 18446744073709551615 4436508 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20243/statm: 115762 51074 1761 364 0 51686 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 463048

[startup+6.30024 s]
/proc/loadavg: 3.16 3.14 3.28 4/424 20248
/proc/meminfo: memFree=17089824/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=492436 CPUtime=6.19 cores=0,2
/proc/20243/stat : 20243 (python) R 20241 20243 18426 0 -1 4202496 99546 934 1 0 598 21 0 0 25 0 1 0 735735857 504254464 60494 33554432000 4194304 5683644 140735377678800 18446744073709551615 4457125 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20243/statm: 123109 60494 1826 364 0 59033 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 492436

[startup+12.7011 s]
/proc/loadavg: 3.14 3.14 3.28 4/424 20248
/proc/meminfo: memFree=17089128/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=492436 CPUtime=12.59 cores=0,2
/proc/20243/stat : 20243 (python) R 20241 20243 18426 0 -1 4202496 99546 934 1 0 1238 21 0 0 25 0 1 0 735735857 504254464 60494 33554432000 4194304 5683644 140735377678800 18446744073709551615 46919391247910 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20243/statm: 123109 60494 1826 364 0 59033 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 492436

[startup+25.5009 s]
/proc/loadavg: 3.11 3.13 3.27 4/424 20248
/proc/meminfo: memFree=17089864/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=492436 CPUtime=25.39 cores=0,2
/proc/20243/stat : 20243 (python) R 20241 20243 18426 0 -1 4202496 99547 934 1 0 2517 22 0 0 25 0 1 0 735735857 504254464 60495 33554432000 4194304 5683644 140735377678800 18446744073709551615 4299295 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20243/statm: 123109 60495 1827 364 0 59033 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 492436

[startup+51.1004 s]
/proc/loadavg: 3.27 3.17 3.28 4/424 20249
/proc/meminfo: memFree=17081540/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=501268 CPUtime=50.99 cores=0,2
/proc/20243/stat : 20243 (python) R 20241 20243 18426 0 -1 4202496 101761 934 1 0 5077 22 0 0 25 0 1 0 735735857 513298432 62709 33554432000 4194304 5683644 140735377678800 18446744073709551615 46919391135884 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20243/statm: 125317 62709 1833 364 0 61241 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 501268

[startup+102.3 s]
/proc/loadavg: 2.67 3.03 3.22 3/418 20271
/proc/meminfo: memFree=17255828/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=501268 CPUtime=102.19 cores=0,2
/proc/20243/stat : 20243 (python) R 20241 20243 18426 0 -1 4202496 101761 934 1 0 10197 22 0 0 25 0 1 0 735735857 513298432 62709 33554432000 4194304 5683644 140735377678800 18446744073709551615 46919391135884 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20243/statm: 125317 62709 1833 364 0 61241 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 501268

[startup+162.301 s]
/proc/loadavg: 1.72 2.70 3.10 2/412 20291
/proc/meminfo: memFree=20291972/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=501268 CPUtime=162.2 cores=0,2
/proc/20243/stat : 20243 (python) R 20241 20243 18426 0 -1 4202496 101761 934 1 0 16198 22 0 0 25 0 1 0 735735857 513298432 62709 33554432000 4194304 5683644 140735377678800 18446744073709551615 46919391135872 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20243/statm: 125317 62709 1833 364 0 61241 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 501268

[startup+222.3 s]
/proc/loadavg: 1.26 2.39 2.96 2/412 20292
/proc/meminfo: memFree=20293176/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=501268 CPUtime=222.2 cores=0,2
/proc/20243/stat : 20243 (python) R 20241 20243 18426 0 -1 4202496 101761 934 1 0 22198 22 0 0 25 0 1 0 735735857 513298432 62709 33554432000 4194304 5683644 140735377678800 18446744073709551615 46919391135884 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20243/statm: 125317 62709 1833 364 0 61241 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 501268

[startup+282.301 s]
/proc/loadavg: 1.09 2.13 2.84 2/412 20294
/proc/meminfo: memFree=20293148/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=501268 CPUtime=282.2 cores=0,2
/proc/20243/stat : 20243 (python) R 20241 20243 18426 0 -1 4202496 101761 934 1 0 28198 22 0 0 25 0 1 0 735735857 513298432 62709 33554432000 4194304 5683644 140735377678800 18446744073709551615 46919391135872 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20243/statm: 125317 62709 1833 364 0 61241 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 501268

[startup+342.3 s]
/proc/loadavg: 1.03 1.92 2.72 2/415 20299
/proc/meminfo: memFree=20221664/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=494228 CPUtime=290.63 cores=0,2
/proc/20243/stat : 20243 (python) S 20241 20243 18426 0 -1 4202496 102041 934 1 0 29040 23 0 0 25 0 2 0 735735857 506089472 58420 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20243/statm: 123557 58420 1867 364 0 59475 0
[pid=20295] ppid=20243 vsize=483984 CPUtime=0.14 cores=0,2
/proc/20295/stat : 20295 (python) S 20243 20243 18426 0 -1 4202560 907 0 0 0 7 7 0 0 18 0 1 0 735764930 495599616 56925 33554432000 4194304 5683644 140735377678800 18446744073709551615 215988612623 0 0 16781312 514 4799377051335229697 0 0 17 2 0 0 0
/proc/20295/statm: 120996 56925 376 364 0 56914 0
[pid=20297] ppid=20295 vsize=88524 CPUtime=51.55 cores=0,2
/proc/20297/stat : 20297 (lingeling) R 20295 20297 20297 0 -1 4202496 49275 0 0 0 5149 6 0 0 25 0 1 0 735764931 90648576 21301 33554432000 4194304 4352236 140736566752240 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20297/statm: 22131 21301 129 39 0 21211 0
[pid=20243/tid=20296] ppid=20241 vsize=494228 CPUtime=0 cores=0,2
/proc/20243/task/20296/stat : 20296 (python) S 20241 20243 18426 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 735764931 506089472 58420 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 2 18446604449304129920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 1066736

[startup+402.301 s]
/proc/loadavg: 1.01 1.75 2.61 2/416 20301
/proc/meminfo: memFree=20228548/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=494228 CPUtime=290.64 cores=0,2
/proc/20243/stat : 20243 (python) S 20241 20243 18426 0 -1 4202496 102606 934 1 0 29041 23 0 0 18 0 2 0 735735857 506089472 58421 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20243/statm: 123557 58421 1868 364 0 59475 0
[pid=20295] ppid=20243 vsize=494228 CPUtime=0.34 cores=0,2
/proc/20295/stat : 20295 (python) S 20243 20243 18426 0 -1 4202560 1168 0 0 0 19 15 0 0 18 0 2 0 735764930 506089472 56969 33554432000 4194304 5683644 140735377678800 18446744073709551615 215988612678 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20295/statm: 123557 56969 415 364 0 59475 0
[pid=20297] ppid=20295 vsize=84564 CPUtime=111.54 cores=0,2
/proc/20297/stat : 20297 (lingeling) R 20295 20297 20297 0 -1 4202496 59539 0 0 0 11146 8 0 0 25 0 1 0 735764931 86593536 19260 33554432000 4194304 4352236 140736566752240 18446744073709551615 4328032 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20297/statm: 21141 19260 129 39 0 20221 0
[pid=20295/tid=20301] ppid=20243 vsize=494228 CPUtime=0 cores=0,2
/proc/20295/task/20301/stat : 20301 (python) S 20243 20243 18426 0 -1 4202560 124 0 0 0 0 0 0 0 20 0 2 0 735774961 506089472 56969 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 514 18446604450560622912 0 0 -1 2 0 0 0
[pid=20243/tid=20296] ppid=20241 vsize=494228 CPUtime=0 cores=0,2
/proc/20243/task/20296/stat : 20296 (python) S 20241 20243 18426 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 2 0 735764931 506089472 58421 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 2 18446604449304129920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 402.52
Current children cumulated vsize (KiB) 1073020

[startup+462.3 s]
/proc/loadavg: 1.04 1.63 2.51 2/416 20303
/proc/meminfo: memFree=20227028/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=494228 CPUtime=290.64 cores=0,2
/proc/20243/stat : 20243 (python) S 20241 20243 18426 0 -1 4202496 102606 934 1 0 29041 23 0 0 18 0 2 0 735735857 506089472 58421 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20243/statm: 123557 58421 1868 364 0 59475 0
[pid=20295] ppid=20243 vsize=494228 CPUtime=0.52 cores=0,2
/proc/20295/stat : 20295 (python) S 20243 20243 18426 0 -1 4202560 1186 0 0 0 28 24 0 0 18 0 2 0 735764930 506089472 56969 33554432000 4194304 5683644 140735377678800 18446744073709551615 215988612678 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20295/statm: 123557 56969 415 364 0 59475 0
[pid=20297] ppid=20295 vsize=84044 CPUtime=171.54 cores=0,2

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

/proc/meminfo: memFree=20052936/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=514740 CPUtime=474.75 cores=0,2
/proc/20243/stat : 20243 (python) S 20241 20243 18426 0 -1 4202496 103702 70421 1 0 29042 25 18373 35 20 0 4 0 735735857 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20243/statm: 128685 58441 1880 364 0 64597 0
[pid=20304] ppid=20243 vsize=494240 CPUtime=0.31 cores=0,2
/proc/20304/stat : 20304 (python) S 20243 20243 18426 0 -1 4202560 1092 0 0 0 16 15 0 0 19 0 2 0 735783286 506101760 56953 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20304/statm: 123560 56953 399 364 0 59475 0
[pid=20306] ppid=20304 vsize=181964 CPUtime=100.28 cores=0,2
/proc/20306/stat : 20306 (glucoser_static) T 20304 20306 20306 0 -1 4202496 42478 0 1 0 10023 5 0 0 25 0 1 0 735783287 186331136 42178 33554432000 134512640 134580299 4286997632 18446744073709551615 134543208 0 0 16781312 8388611 18446744071562691360 0 0 17 0 0 0 1
/proc/20306/statm: 45491 42178 242 17 0 44819 0
[pid=20304/tid=20310] ppid=20243 vsize=494240 CPUtime=0 cores=0,2
/proc/20304/task/20310/stat : 20310 (python) S 20243 20243 18426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735793318 506101760 56953 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 514 18446604450135151744 0 0 -1 2 0 0 0
[pid=20311] ppid=20243 vsize=504496 CPUtime=0.38 cores=0,2
/proc/20311/stat : 20311 (python) S 20243 20243 18426 0 -1 4202560 947 0 0 0 19 19 0 0 18 0 1 0 735793319 516603904 56927 33554432000 4194304 5683644 140735377678800 18446744073709551615 215988612678 0 0 16781312 514 4799377051335229698 0 0 17 2 0 0 0
/proc/20311/statm: 126124 56927 370 364 0 62036 0
[pid=20313] ppid=20311 vsize=87852 CPUtime=127.66 cores=0,2
/proc/20313/stat : 20313 (lingeling) R 20311 20313 20313 0 -1 4202496 59945 0 0 0 12758 8 0 0 25 0 1 0 735793320 89960448 20173 33554432000 4194304 4352236 140736075299744 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20313/statm: 21963 20173 129 39 0 21043 0
[pid=20243/tid=20296] ppid=20241 vsize=514740 CPUtime=184.08 cores=0,2
/proc/20243/task/20296/stat : 20296 (python) S 20241 20243 18426 0 -1 4202560 31 70421 0 0 0 0 18373 35 18 0 4 0 735764931 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 2 18446604449304129920 0 0 -1 0 0 0 0
[pid=20243/tid=20305] ppid=20241 vsize=514740 CPUtime=184.08 cores=0,2
/proc/20243/task/20305/stat : 20305 (python) S 20241 20243 18426 0 -1 4202560 30 70421 0 0 0 0 18373 35 20 0 4 0 735783287 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 2 18446604449304129920 0 0 -1 0 0 0 0
[pid=20243/tid=20312] ppid=20241 vsize=514740 CPUtime=184.08 cores=0,2
/proc/20243/task/20312/stat : 20312 (python) S 20241 20243 18426 0 -1 4202560 30 70421 0 0 0 0 18373 35 20 0 4 0 735793320 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 2 18446604449304129920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 703.38
Current children cumulated vsize (KiB) 1783292

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

[startup+704.901 s]
/proc/loadavg: 1.00 1.27 2.15 2/420 20316
/proc/meminfo: memFree=20056656/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=514740 CPUtime=474.75 cores=0,2
/proc/20243/stat : 20243 (python) S 20241 20243 18426 0 -1 4202496 103702 70421 1 0 29042 25 18373 35 20 0 4 0 735735857 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20243/statm: 128685 58441 1880 364 0 64597 0
[pid=20304] ppid=20243 vsize=494240 CPUtime=0.31 cores=0,2
/proc/20304/stat : 20304 (python) S 20243 20243 18426 0 -1 4202560 1092 0 0 0 16 15 0 0 19 0 2 0 735783286 506101760 56953 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20304/statm: 123560 56953 399 364 0 59475 0
[pid=20306] ppid=20304 vsize=181964 CPUtime=100.28 cores=0,2
/proc/20306/stat : 20306 (glucoser_static) T 20304 20306 20306 0 -1 4202496 42478 0 1 0 10023 5 0 0 25 0 1 0 735783287 186331136 42178 33554432000 134512640 134580299 4286997632 18446744073709551615 134543208 0 0 16781312 8388611 18446744071562691360 0 0 17 0 0 0 1
/proc/20306/statm: 45491 42178 242 17 0 44819 0
[pid=20304/tid=20310] ppid=20243 vsize=494240 CPUtime=0 cores=0,2
/proc/20304/task/20310/stat : 20310 (python) S 20243 20243 18426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735793318 506101760 56953 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 514 18446604450135151744 0 0 -1 2 0 0 0
[pid=20311] ppid=20243 vsize=504496 CPUtime=0.4 cores=0,2
/proc/20311/stat : 20311 (python) S 20243 20243 18426 0 -1 4202560 949 0 0 0 20 20 0 0 18 0 1 0 735793319 516603904 56927 33554432000 4194304 5683644 140735377678800 18446744073709551615 215988612678 0 0 16781312 514 4799377051335229698 0 0 17 2 0 0 0
/proc/20311/statm: 126124 56927 370 364 0 62036 0
[pid=20313] ppid=20311 vsize=83716 CPUtime=130.26 cores=0,2
/proc/20313/stat : 20313 (lingeling) R 20311 20313 20313 0 -1 4202496 59945 0 0 0 13018 8 0 0 25 0 1 0 735793320 85725184 19139 33554432000 4194304 4352236 140736075299744 18446744073709551615 4241496 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20313/statm: 20929 19139 129 39 0 20009 0
[pid=20243/tid=20296] ppid=20241 vsize=514740 CPUtime=184.08 cores=0,2
/proc/20243/task/20296/stat : 20296 (python) S 20241 20243 18426 0 -1 4202560 31 70421 0 0 0 0 18373 35 18 0 4 0 735764931 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 2 18446604449304129920 0 0 -1 0 0 0 0
[pid=20243/tid=20305] ppid=20241 vsize=514740 CPUtime=184.08 cores=0,2
/proc/20243/task/20305/stat : 20305 (python) S 20241 20243 18426 0 -1 4202560 30 70421 0 0 0 0 18373 35 20 0 4 0 735783287 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 2 18446604449304129920 0 0 -1 0 0 0 0
[pid=20243/tid=20312] ppid=20241 vsize=514740 CPUtime=184.08 cores=0,2
/proc/20243/task/20312/stat : 20312 (python) S 20241 20243 18426 0 -1 4202560 30 70421 0 0 0 0 18373 35 20 0 4 0 735793320 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 2 18446604449304129920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 706
Current children cumulated vsize (KiB) 1779156

[startup+708.101 s]
/proc/loadavg: 1.00 1.27 2.15 2/420 20316
/proc/meminfo: memFree=20056656/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=514740 CPUtime=474.75 cores=0,2
/proc/20243/stat : 20243 (python) S 20241 20243 18426 0 -1 4202496 103702 70421 1 0 29042 25 18373 35 20 0 4 0 735735857 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20243/statm: 128685 58441 1880 364 0 64597 0
[pid=20304] ppid=20243 vsize=494240 CPUtime=0.31 cores=0,2
/proc/20304/stat : 20304 (python) S 20243 20243 18426 0 -1 4202560 1092 0 0 0 16 15 0 0 19 0 2 0 735783286 506101760 56953 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20304/statm: 123560 56953 399 364 0 59475 0
[pid=20306] ppid=20304 vsize=181964 CPUtime=100.28 cores=0,2
/proc/20306/stat : 20306 (glucoser_static) T 20304 20306 20306 0 -1 4202496 42478 0 1 0 10023 5 0 0 25 0 1 0 735783287 186331136 42178 33554432000 134512640 134580299 4286997632 18446744073709551615 134543208 0 0 16781312 8388611 18446744071562691360 0 0 17 0 0 0 1
/proc/20306/statm: 45491 42178 242 17 0 44819 0
[pid=20304/tid=20310] ppid=20243 vsize=494240 CPUtime=0 cores=0,2
/proc/20304/task/20310/stat : 20310 (python) S 20243 20243 18426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735793318 506101760 56953 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 514 18446604450135151744 0 0 -1 2 0 0 0
[pid=20311] ppid=20243 vsize=504496 CPUtime=0.4 cores=0,2
/proc/20311/stat : 20311 (python) S 20243 20243 18426 0 -1 4202560 949 0 0 0 20 20 0 0 18 0 1 0 735793319 516603904 56927 33554432000 4194304 5683644 140735377678800 18446744073709551615 215988612678 0 0 16781312 514 4799377051335229698 0 0 17 2 0 0 0
/proc/20311/statm: 126124 56927 370 364 0 62036 0
[pid=20313] ppid=20311 vsize=81664 CPUtime=133.46 cores=0,2
/proc/20313/stat : 20313 (lingeling) R 20311 20313 20313 0 -1 4202496 59945 0 0 0 13338 8 0 0 25 0 1 0 735793320 83623936 18626 33554432000 4194304 4352236 140736075299744 18446744073709551615 4328102 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20313/statm: 20416 18626 129 39 0 19496 0
[pid=20243/tid=20296] ppid=20241 vsize=514740 CPUtime=184.08 cores=0,2
/proc/20243/task/20296/stat : 20296 (python) S 20241 20243 18426 0 -1 4202560 31 70421 0 0 0 0 18373 35 18 0 4 0 735764931 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 2 18446604449304129920 0 0 -1 0 0 0 0
[pid=20243/tid=20305] ppid=20241 vsize=514740 CPUtime=184.08 cores=0,2
/proc/20243/task/20305/stat : 20305 (python) S 20241 20243 18426 0 -1 4202560 30 70421 0 0 0 0 18373 35 20 0 4 0 735783287 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 2 18446604449304129920 0 0 -1 0 0 0 0
[pid=20243/tid=20312] ppid=20241 vsize=514740 CPUtime=184.08 cores=0,2
/proc/20243/task/20312/stat : 20312 (python) S 20241 20243 18426 0 -1 4202560 30 70421 0 0 0 0 18373 35 20 0 4 0 735793320 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 2 18446604449304129920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 709.2
Current children cumulated vsize (KiB) 1777104

[startup+708.901 s]
/proc/loadavg: 1.00 1.26 2.14 2/420 20316
/proc/meminfo: memFree=20058516/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=514740 CPUtime=474.75 cores=0,2
/proc/20243/stat : 20243 (python) S 20241 20243 18426 0 -1 4202496 103702 70421 1 0 29042 25 18373 35 20 0 4 0 735735857 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20243/statm: 128685 58441 1880 364 0 64597 0
[pid=20304] ppid=20243 vsize=494240 CPUtime=0.31 cores=0,2
/proc/20304/stat : 20304 (python) S 20243 20243 18426 0 -1 4202560 1092 0 0 0 16 15 0 0 19 0 2 0 735783286 506101760 56953 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20304/statm: 123560 56953 399 364 0 59475 0
[pid=20306] ppid=20304 vsize=181964 CPUtime=100.28 cores=0,2
/proc/20306/stat : 20306 (glucoser_static) T 20304 20306 20306 0 -1 4202496 42478 0 1 0 10023 5 0 0 25 0 1 0 735783287 186331136 42178 33554432000 134512640 134580299 4286997632 18446744073709551615 134543208 0 0 16781312 8388611 18446744071562691360 0 0 17 0 0 0 1
/proc/20306/statm: 45491 42178 242 17 0 44819 0
[pid=20304/tid=20310] ppid=20243 vsize=494240 CPUtime=0 cores=0,2
/proc/20304/task/20310/stat : 20310 (python) S 20243 20243 18426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735793318 506101760 56953 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 514 18446604450135151744 0 0 -1 2 0 0 0
[pid=20311] ppid=20243 vsize=504496 CPUtime=0.4 cores=0,2
/proc/20311/stat : 20311 (python) S 20243 20243 18426 0 -1 4202560 949 0 0 0 20 20 0 0 18 0 1 0 735793319 516603904 56927 33554432000 4194304 5683644 140735377678800 18446744073709551615 215988612678 0 0 16781312 514 4799377051335229698 0 0 17 2 0 0 0
/proc/20311/statm: 126124 56927 370 364 0 62036 0
[pid=20313] ppid=20311 vsize=81664 CPUtime=134.26 cores=0,2
/proc/20313/stat : 20313 (lingeling) R 20311 20313 20313 0 -1 4202496 59945 0 0 0 13418 8 0 0 25 0 1 0 735793320 83623936 18626 33554432000 4194304 4352236 140736075299744 18446744073709551615 4208896 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20313/statm: 20416 18626 129 39 0 19496 0
[pid=20243/tid=20296] ppid=20241 vsize=514740 CPUtime=184.08 cores=0,2
/proc/20243/task/20296/stat : 20296 (python) S 20241 20243 18426 0 -1 4202560 31 70421 0 0 0 0 18373 35 18 0 4 0 735764931 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 2 18446604449304129920 0 0 -1 0 0 0 0
[pid=20243/tid=20305] ppid=20241 vsize=514740 CPUtime=184.08 cores=0,2
/proc/20243/task/20305/stat : 20305 (python) S 20241 20243 18426 0 -1 4202560 30 70421 0 0 0 0 18373 35 20 0 4 0 735783287 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 2 18446604449304129920 0 0 -1 0 0 0 0
[pid=20243/tid=20312] ppid=20241 vsize=514740 CPUtime=184.08 cores=0,2
/proc/20243/task/20312/stat : 20312 (python) S 20241 20243 18426 0 -1 4202560 30 70421 0 0 0 0 18373 35 20 0 4 0 735793320 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 2 18446604449304129920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 710
Current children cumulated vsize (KiB) 1777104

[startup+709.701 s]
/proc/loadavg: 1.00 1.26 2.14 2/420 20316
/proc/meminfo: memFree=20059632/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=514740 CPUtime=474.75 cores=0,2
/proc/20243/stat : 20243 (python) S 20241 20243 18426 0 -1 4202496 103702 70421 1 0 29042 25 18373 35 20 0 4 0 735735857 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20243/statm: 128685 58441 1880 364 0 64597 0
[pid=20304] ppid=20243 vsize=494240 CPUtime=0.31 cores=0,2
/proc/20304/stat : 20304 (python) S 20243 20243 18426 0 -1 4202560 1092 0 0 0 16 15 0 0 19 0 2 0 735783286 506101760 56953 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20304/statm: 123560 56953 399 364 0 59475 0
[pid=20306] ppid=20304 vsize=181964 CPUtime=100.28 cores=0,2
/proc/20306/stat : 20306 (glucoser_static) T 20304 20306 20306 0 -1 4202496 42478 0 1 0 10023 5 0 0 25 0 1 0 735783287 186331136 42178 33554432000 134512640 134580299 4286997632 18446744073709551615 134543208 0 0 16781312 8388611 18446744071562691360 0 0 17 0 0 0 1
/proc/20306/statm: 45491 42178 242 17 0 44819 0
[pid=20304/tid=20310] ppid=20243 vsize=494240 CPUtime=0 cores=0,2
/proc/20304/task/20310/stat : 20310 (python) S 20243 20243 18426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735793318 506101760 56953 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 514 18446604450135151744 0 0 -1 2 0 0 0
[pid=20311] ppid=20243 vsize=504496 CPUtime=0.4 cores=0,2
/proc/20311/stat : 20311 (python) S 20243 20243 18426 0 -1 4202560 949 0 0 0 20 20 0 0 18 0 1 0 735793319 516603904 56927 33554432000 4194304 5683644 140735377678800 18446744073709551615 215988612678 0 0 16781312 514 4799377051335229698 0 0 17 2 0 0 0
/proc/20311/statm: 126124 56927 370 364 0 62036 0
[pid=20313] ppid=20311 vsize=81660 CPUtime=135.05 cores=0,2
/proc/20313/stat : 20313 (lingeling) R 20311 20313 20313 0 -1 4202496 60201 0 0 0 13497 8 0 0 25 0 1 0 735793320 83619840 18625 33554432000 4194304 4352236 140736075299744 18446744073709551615 4238992 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20313/statm: 20415 18625 129 39 0 19495 0
[pid=20243/tid=20296] ppid=20241 vsize=514740 CPUtime=184.08 cores=0,2
/proc/20243/task/20296/stat : 20296 (python) S 20241 20243 18426 0 -1 4202560 31 70421 0 0 0 0 18373 35 18 0 4 0 735764931 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 2 18446604449304129920 0 0 -1 0 0 0 0
[pid=20243/tid=20305] ppid=20241 vsize=514740 CPUtime=184.08 cores=0,2
/proc/20243/task/20305/stat : 20305 (python) S 20241 20243 18426 0 -1 4202560 30 70421 0 0 0 0 18373 35 20 0 4 0 735783287 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 2 18446604449304129920 0 0 -1 0 0 0 0
[pid=20243/tid=20312] ppid=20241 vsize=514740 CPUtime=184.08 cores=0,2
/proc/20243/task/20312/stat : 20312 (python) S 20241 20243 18426 0 -1 4202560 30 70421 0 0 0 0 18373 35 20 0 4 0 735793320 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 2 18446604449304129920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 710.79
Current children cumulated vsize (KiB) 1777100

[startup+710.101 s]
/proc/loadavg: 1.00 1.26 2.14 2/420 20316
/proc/meminfo: memFree=20059632/32950940 swapFree=67111356/67111528
[pid=20243] ppid=20241 vsize=514740 CPUtime=474.75 cores=0,2
/proc/20243/stat : 20243 (python) S 20241 20243 18426 0 -1 4202496 103731 70421 1 0 29042 25 18373 35 17 0 4 0 735735857 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000422719 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20243/statm: 128685 58441 1880 364 0 64597 0
[pid=20304] ppid=20243 vsize=494240 CPUtime=0.31 cores=0,2
/proc/20304/stat : 20304 (python) S 20243 20243 18426 0 -1 4202560 1096 0 0 0 16 15 0 0 18 0 2 0 735783286 506101760 56953 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000422719 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20304/statm: 123560 56953 399 364 0 59475 0
[pid=20306] ppid=20304 vsize=0 CPUtime=100.28 cores=0,2
/proc/20306/stat : 20306 (glucoser_static) R 20304 20306 20306 0 -1 4203524 42478 0 1 0 10023 5 0 0 18 0 1 0 735783287 0 0 33554432000 0 0 0 0 0 0 0 16781312 8388611 18446744073709551615 0 0 17 0 0 0 1
/proc/20306/statm: 0 0 0 0 0 0 0
[pid=20304/tid=20310] ppid=20243 vsize=494240 CPUtime=0 cores=0,2
/proc/20304/task/20310/stat : 20310 (python) S 20243 20243 18426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735793318 506101760 56953 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781824 2 18446604450135151744 0 0 -1 2 0 0 0
[pid=20311] ppid=20243 vsize=0 CPUtime=135.87 cores=0,2
/proc/20311/stat : 20311 (python) Z 20243 20243 18426 0 -1 4202588 1181 60204 0 0 21 21 13536 9 17 0 1 0 735793319 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20311/statm: 0 0 0 0 0 0 0
[pid=20243/tid=20296] ppid=20241 vsize=514740 CPUtime=184.08 cores=0,2
/proc/20243/task/20296/stat : 20296 (python) S 20241 20243 18426 0 -1 4202560 31 70421 0 0 0 0 18373 35 18 0 4 0 735764931 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 2 18446604449304129920 0 0 -1 0 0 0 0
[pid=20243/tid=20305] ppid=20241 vsize=514740 CPUtime=184.08 cores=0,2
/proc/20243/task/20305/stat : 20305 (python) S 20241 20243 18426 0 -1 4202560 30 70421 0 0 0 0 18373 35 20 0 4 0 735783287 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 2 18446604449304129920 0 0 -1 0 0 0 0
[pid=20243/tid=20312] ppid=20241 vsize=514740 CPUtime=184.08 cores=0,2
/proc/20243/task/20312/stat : 20312 (python) S 20241 20243 18426 0 -1 4202560 30 70421 0 0 0 0 18373 35 20 0 4 0 735793320 527093760 58441 33554432000 4194304 5683644 140735377678800 18446744073709551615 216000416177 0 0 16781312 2 18446604449304129920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 711.21
Current children cumulated vsize (KiB) 1008980

Child status: 0
Real time (s): 710.169
CPU time (s): 711.333
CPU user time (s): 710.165
CPU system time (s): 1.16782
CPU usage (%): 100.164
Max. virtual memory (cumulated for all children) (KiB): 1816784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 710.165
system time used= 1.16782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306060
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2947
involuntary context switches= 1433

runsolver used 2.93255 second user time and 6.12907 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-15 12:24:11
IDJOB=3378001
IDBENCH=82450
IDSOLVER=1858
FILE ID=node117/3378001-1305455050
RUNJOBID= node117-1305453746-19907
PBS_JOBID= 13324847
Free space on /tmp= 73112 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_008_079_112-tseitin.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378001-1305455050/watcher-3378001-1305455050 -o /tmp/evaluation-result-3378001-1305455050/solver-3378001-1305455050 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378001-1305455050.cnf -seed 995740606 -budget 2400

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

MD5SUM BENCH= 28b7074e04e59e64b5e4d7991d54f9d1
RANDOM SEED=995740606

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17445520 kB
Buffers:        319604 kB
Cached:        3744208 kB
SwapCached:          0 kB
Active:       13151832 kB
Inactive:      1987324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17445520 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           93800 kB
Writeback:           0 kB
AnonPages:    11075280 kB
Mapped:          37740 kB
Slab:           246496 kB
PageTables:      51932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 103671404 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= 73460 MiB
End job on node117 at 2011-05-15 12:36:01