Trace number 3378871

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-par-industrial (fixed)UNSAT 284.548 107.622

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-10p0.cnf
MD5SUMef1df882c8a642421a1d0216a16bf652
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.7879
Satisfiable
(Un)Satisfiability was proved
Number of variables155107
Number of clauses675624
Sum of the clauses size1568150
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2547130
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

Solver Data

0.28/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.28/0.69	c INFO: solving HOME/instance-3378871-1305464575.cnf
0.28/0.69	c INFO: computing task features
2.36/2.76	c INFO: computed variable-clause graph statistics
2.46/2.83	c INFO: computed clause balance statistics
12.36/12.71	c INFO: computed variable balance statistics
19.76/20.17	c INFO: computed small-clause counts
19.96/20.30	c INFO: computed Horn-clause counts
47.76/48.17	c INFO: computed variable graph statistics
47.76/48.17	c INFO: collected features for HOME/instance-3378871-1305464575.cnf in 47.40 s
47.76/48.18	c INFO: running cryptominisat-2.9.0@0 for 1152 with 1152 remaining (b = 0.52)
47.76/48.19	c INFO: running lingeling-276@0 for 1152 with 1152 remaining (b = 0.51)
47.86/48.20	c INFO: running lingeling-276@0 for 1152 with 1152 remaining (b = 0.45)
47.86/48.21	c INFO: running lingeling-276@0 for 97 with 1152 remaining (b = 0.23)
284.18/107.58	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-3378871-1305464575/watcher-3378871-1305464575 -o /tmp/evaluation-result-3378871-1305464575/solver-3378871-1305464575 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378871-1305464575.cnf -seed 1243295593 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.12 4.10 4.00 1/417 31255
/proc/meminfo: memFree=22928264/32950928 swapFree=67056568/67111528
[pid=31255] ppid=31253 vsize=15908 CPUtime=0 cores=1,3,5,7
/proc/31255/stat : 31255 (python) R 31253 31255 31060 0 -1 4202496 954 0 0 0 0 0 0 0 17 0 1 0 658054604 16289792 831 33554432000 4194304 5683644 140736718945200 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/31255/statm: 3977 833 357 364 0 464 0

[startup+0.0403671 s]
/proc/loadavg: 4.12 4.10 4.00 1/417 31255
/proc/meminfo: memFree=22928264/32950928 swapFree=67056568/67111528
[pid=31255] ppid=31253 vsize=18880 CPUtime=0.01 cores=1,3,5,7
/proc/31255/stat : 31255 (python) R 31253 31255 31060 0 -1 4202496 1266 0 0 0 1 0 0 0 17 0 1 0 658054604 19333120 1119 33554432000 4194304 5683644 140736718945200 18446744073709551615 4509288 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/31255/statm: 4720 1119 421 364 0 689 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18880

[startup+0.100342 s]
/proc/loadavg: 4.12 4.10 4.00 1/417 31255
/proc/meminfo: memFree=22928264/32950928 swapFree=67056568/67111528
[pid=31255] ppid=31253 vsize=85620 CPUtime=0.06 cores=1,3,5,7
/proc/31255/stat : 31255 (python) R 31253 31255 31060 0 -1 4202496 2627 0 0 0 4 2 0 0 17 0 1 0 658054604 87674880 2347 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476694784 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/31255/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300325 s]
/proc/loadavg: 4.12 4.10 4.00 1/417 31255
/proc/meminfo: memFree=22928264/32950928 swapFree=67056568/67111528
[pid=31255] ppid=31253 vsize=135748 CPUtime=0.17 cores=1,3,5,7
/proc/31255/stat : 31255 (python) R 31253 31255 31060 0 -1 4202496 5965 936 1 0 12 5 0 0 17 0 1 0 658054604 139005952 4150 33554432000 4194304 5683644 140736718945200 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/31255/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700229 s]
/proc/loadavg: 4.12 4.10 4.00 1/417 31255
/proc/meminfo: memFree=22928264/32950928 swapFree=67056568/67111528
[pid=31255] ppid=31253 vsize=289896 CPUtime=0.36 cores=1,3,5,7
/proc/31255/stat : 31255 (python) R 31253 31255 31060 0 -1 4202496 9508 936 1 0 26 10 0 0 15 0 1 0 658054604 296853504 7188 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476694784 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/31255/statm: 72474 7225 1758 364 0 8398 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 289896

[startup+1.50108 s]
/proc/loadavg: 3.87 4.05 3.99 2/418 31260
/proc/meminfo: memFree=22873572/32950928 swapFree=67056568/67111528
[pid=31255] ppid=31253 vsize=344896 CPUtime=1.16 cores=1,3,5,7
/proc/31255/stat : 31255 (python) R 31253 31255 31060 0 -1 4202496 25641 936 1 0 103 13 0 0 16 0 1 0 658054604 353173504 23320 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476355781 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/31255/statm: 86329 23321 1761 364 0 22253 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 344896

[startup+3.10078 s]
/proc/loadavg: 3.87 4.05 3.99 2/418 31261
/proc/meminfo: memFree=22806852/32950928 swapFree=67056568/67111528
[pid=31255] ppid=31253 vsize=414464 CPUtime=2.76 cores=1,3,5,7
/proc/31255/stat : 31255 (python) R 31253 31255 31060 0 -1 4202496 58490 936 1 0 259 17 0 0 18 0 1 0 658054604 424411136 41001 33554432000 4194304 5683644 140736718945200 18446744073709551615 5003288 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/31255/statm: 103616 41001 1826 364 0 39540 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 414464

[startup+6.30016 s]
/proc/loadavg: 3.87 4.05 3.99 2/418 31261
/proc/meminfo: memFree=22768960/32950928 swapFree=67056568/67111528
[pid=31255] ppid=31253 vsize=414464 CPUtime=5.96 cores=1,3,5,7
/proc/31255/stat : 31255 (python) R 31253 31255 31060 0 -1 4202496 58490 936 1 0 579 17 0 0 25 0 1 0 658054604 424411136 41001 33554432000 4194304 5683644 140736718945200 18446744073709551615 5014083 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/31255/statm: 103616 41001 1826 364 0 39540 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 414464

[startup+12.7009 s]
/proc/loadavg: 3.43 3.95 3.95 2/418 31261
/proc/meminfo: memFree=22769476/32950928 swapFree=67056568/67111528
[pid=31255] ppid=31253 vsize=414464 CPUtime=12.36 cores=1,3,5,7
/proc/31255/stat : 31255 (python) R 31253 31255 31060 0 -1 4202496 58490 936 1 0 1219 17 0 0 25 0 1 0 658054604 424411136 41001 33554432000 4194304 5683644 140736718945200 18446744073709551615 4643468 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/31255/statm: 103616 41001 1826 364 0 39540 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 414464

[startup+25.5005 s]
/proc/loadavg: 3.05 3.85 3.92 2/418 31261
/proc/meminfo: memFree=22769228/32950928 swapFree=67056568/67111528
[pid=31255] ppid=31253 vsize=414464 CPUtime=25.16 cores=1,3,5,7
/proc/31255/stat : 31255 (python) R 31253 31255 31060 0 -1 4202496 58497 936 1 0 2499 17 0 0 25 0 1 0 658054604 424411136 41008 33554432000 4194304 5683644 140736718945200 18446744073709551615 47700180215936 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/31255/statm: 103616 41008 1833 364 0 39540 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 414464

[startup+51.1015 s]
/proc/loadavg: 2.48 3.63 3.84 5/430 31274
/proc/meminfo: memFree=22541320/32950928 swapFree=67056568/67111528
[pid=31255] ppid=31253 vsize=445200 CPUtime=47.87 cores=1,3,5,7
/proc/31255/stat : 31255 (python) S 31253 31255 31060 0 -1 4202496 61157 936 1 0 4768 19 0 0 20 0 5 0 658054604 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31255/statm: 111300 38497 1881 364 0 47209 0
[pid=31263] ppid=31255 vsize=404188 CPUtime=0 cores=1,3,5,7
/proc/31263/stat : 31263 (python) S 31255 31255 31060 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 658059422 413888512 36953 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715023 0 0 16781312 514 11302763758675263749 0 0 17 3 0 0 0
/proc/31263/statm: 101047 36953 353 364 0 36965 0
[pid=31265] ppid=31263 vsize=195456 CPUtime=2.91 cores=1,3,5,7
/proc/31265/stat : 31265 (cryptominisat-2) R 31263 31265 31265 0 -1 4202496 39830 0 0 0 285 6 0 0 24 0 1 0 658059423 200146944 35258 33554432000 4194304 4677096 140736702115520 18446744073709551615 4319407 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/31265/statm: 48864 35258 361 118 0 43823 0
[pid=31266] ppid=31255 vsize=414444 CPUtime=0 cores=1,3,5,7
/proc/31266/stat : 31266 (python) S 31255 31255 31060 0 -1 4202560 747 0 0 0 0 0 0 0 18 0 1 0 658059424 424390656 36951 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715078 0 0 16781312 514 6275867514983383304 0 0 17 3 0 0 0
/proc/31266/statm: 103611 36951 347 364 0 39526 0
[pid=31268] ppid=31266 vsize=37340 CPUtime=2.84 cores=1,3,5,7
/proc/31268/stat : 31268 (lingeling) R 31266 31268 31268 0 -1 4202496 15737 0 0 0 281 3 0 0 25 0 1 0 658059424 38236160 8491 33554432000 4194304 4352236 140735063086816 18446744073709551615 4319146 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/31268/statm: 9335 8491 121 39 0 8415 0
[pid=31269] ppid=31255 vsize=424700 CPUtime=0 cores=1,3,5,7
/proc/31269/stat : 31269 (python) S 31255 31255 31060 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 658059425 434892800 36955 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715078 0 0 16781312 514 2007128519108165893 0 0 17 7 0 0 0
/proc/31269/statm: 106175 36955 347 364 0 42087 0
[pid=31271] ppid=31269 vsize=38064 CPUtime=2.88 cores=1,3,5,7
/proc/31271/stat : 31271 (lingeling) R 31269 31271 31271 0 -1 4202496 15911 0 0 0 285 3 0 0 25 0 1 0 658059425 38977536 8671 33554432000 4194304 4352236 140735148302288 18446744073709551615 4319146 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/31271/statm: 9516 8671 121 39 0 8596 0
[pid=31272] ppid=31255 vsize=434956 CPUtime=0 cores=1,3,5,7
/proc/31272/stat : 31272 (python) S 31255 31255 31060 0 -1 4202560 749 0 0 0 0 0 0 0 18 0 1 0 658059426 445394944 36959 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715078 0 0 16781312 514 4473575542523658503 0 0 17 3 0 0 0
/proc/31272/statm: 108739 36959 347 364 0 44648 0
[pid=31274] ppid=31272 vsize=38328 CPUtime=2.87 cores=1,3,5,7
/proc/31274/stat : 31274 (lingeling) R 31272 31274 31274 0 -1 4202496 15975 0 0 0 285 2 0 0 25 0 1 0 658059426 39247872 8738 33554432000 4194304 4352236 140735731566608 18446744073709551615 4319056 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/31274/statm: 9582 8738 121 39 0 8662 0
[pid=31255/tid=31264] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31264/stat : 31264 (python) S 31253 31255 31060 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 5 0 658059423 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 3 0 0 0
[pid=31255/tid=31267] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31267/stat : 31267 (python) S 31253 31255 31060 0 -1 4202560 23 936 0 0 0 0 0 0 21 0 5 0 658059424 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 3 0 0 0
[pid=31255/tid=31270] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31270/stat : 31270 (python) S 31253 31255 31060 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 5 0 658059425 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 7 0 0 0
[pid=31255/tid=31273] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31273/stat : 31273 (python) S 31253 31255 31060 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 658059426 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 59.37
Current children cumulated vsize (KiB) 2432676

[startup+102.316 s]
/proc/loadavg: 3.49 3.73 3.87 5/430 31278
/proc/meminfo: memFree=22050932/32950928 swapFree=67056568/67111528
[pid=31255] ppid=31253 vsize=445200 CPUtime=47.87 cores=1,3,5,7
/proc/31255/stat : 31255 (python) S 31253 31255 31060 0 -1 4202496 61157 936 1 0 4768 19 0 0 20 0 5 0 658054604 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31255/statm: 111300 38497 1881 364 0 47209 0
[pid=31263] ppid=31255 vsize=404188 CPUtime=0.16 cores=1,3,5,7
/proc/31263/stat : 31263 (python) S 31255 31255 31060 0 -1 4202560 930 0 0 0 8 8 0 0 15 0 1 0 658059422 413888512 36976 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715023 0 0 16781312 514 955519585002422533 0 0 17 3 0 0 0
/proc/31263/statm: 101047 36976 376 364 0 36965 0
[pid=31265] ppid=31263 vsize=717148 CPUtime=54.12 cores=1,3,5,7
/proc/31265/stat : 31265 (cryptominisat-2) R 31263 31265 31265 0 -1 4202496 147445 0 0 0 5387 25 0 0 25 0 1 0 658059423 734359552 136377 33554432000 4194304 4677096 140736702115520 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/31265/statm: 179287 136377 387 118 0 174246 0
[pid=31266] ppid=31255 vsize=414444 CPUtime=0.16 cores=1,3,5,7
/proc/31266/stat : 31266 (python) S 31255 31255 31060 0 -1 4202560 960 0 0 0 7 9 0 0 18 0 1 0 658059424 424390656 36974 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715078 0 0 16781312 514 955519585002422536 0 0 17 3 0 0 0
/proc/31266/statm: 103611 36974 370 364 0 39526 0
[pid=31268] ppid=31266 vsize=57088 CPUtime=53.19 cores=1,3,5,7
/proc/31268/stat : 31268 (lingeling) R 31266 31268 31268 0 -1 4202496 21379 0 0 0 5315 4 0 0 25 0 1 0 658059424 58458112 13442 33554432000 4194304 4352236 140735063086816 18446744073709551615 4238671 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/31268/statm: 14272 13442 129 39 0 13352 0
[pid=31269] ppid=31255 vsize=424700 CPUtime=0.16 cores=1,3,5,7
/proc/31269/stat : 31269 (python) S 31255 31255 31060 0 -1 4202560 942 0 0 0 6 10 0 0 18 0 1 0 658059425 434892800 36978 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715078 0 0 16781312 514 955519585002422533 0 0 17 7 0 0 0
/proc/31269/statm: 106175 36978 370 364 0 42087 0
[pid=31271] ppid=31269 vsize=76684 CPUtime=54.1 cores=1,3,5,7
/proc/31271/stat : 31271 (lingeling) R 31269 31271 31271 0 -1 4202496 26253 0 0 0 5406 4 0 0 25 0 1 0 658059425 78524416 18340 33554432000 4194304 4352236 140735148302288 18446744073709551615 4329360 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/31271/statm: 19171 18340 129 39 0 18251 0
[pid=31272] ppid=31255 vsize=434956 CPUtime=0.16 cores=1,3,5,7
/proc/31272/stat : 31272 (python) S 31255 31255 31060 0 -1 4202560 940 0 0 0 7 9 0 0 18 0 1 0 658059426 445394944 36982 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715078 0 0 16781312 514 955519585002422535 0 0 17 3 0 0 0
/proc/31272/statm: 108739 36982 370 364 0 44648 0
[pid=31274] ppid=31272 vsize=44388 CPUtime=53.59 cores=1,3,5,7
/proc/31274/stat : 31274 (lingeling) R 31272 31274 31274 0 -1 4202496 21362 0 0 0 5356 3 0 0 25 0 1 0 658059426 45453312 10267 33554432000 4194304 4352236 140735731566608 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/31274/statm: 11097 10267 129 39 0 10177 0
[pid=31255/tid=31264] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31264/stat : 31264 (python) S 31253 31255 31060 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 5 0 658059423 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 3 0 0 0
[pid=31255/tid=31267] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31267/stat : 31267 (python) S 31253 31255 31060 0 -1 4202560 23 936 0 0 0 0 0 0 21 0 5 0 658059424 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 3 0 0 0
[pid=31255/tid=31270] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31270/stat : 31270 (python) S 31253 31255 31060 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 5 0 658059425 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 7 0 0 0
[pid=31255/tid=31273] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31273/stat : 31273 (python) S 31253 31255 31060 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 658059426 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 263.51
Current children cumulated vsize (KiB) 3018796

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

[startup+105.501 s]
/proc/loadavg: 3.53 3.73 3.87 5/430 31278
/proc/meminfo: memFree=22033412/32950928 swapFree=67056568/67111528
[pid=31255] ppid=31253 vsize=445200 CPUtime=47.87 cores=1,3,5,7
/proc/31255/stat : 31255 (python) S 31253 31255 31060 0 -1 4202496 61157 936 1 0 4768 19 0 0 20 0 5 0 658054604 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31255/statm: 111300 38497 1881 364 0 47209 0
[pid=31263] ppid=31255 vsize=404188 CPUtime=0.18 cores=1,3,5,7
/proc/31263/stat : 31263 (python) S 31255 31255 31060 0 -1 4202560 932 0 0 0 9 9 0 0 15 0 1 0 658059422 413888512 36976 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715023 0 0 16781312 514 16793188540992160005 0 0 17 3 0 0 0
/proc/31263/statm: 101047 36976 376 364 0 36965 0
[pid=31265] ppid=31263 vsize=717148 CPUtime=57.32 cores=1,3,5,7
/proc/31265/stat : 31265 (cryptominisat-2) R 31263 31265 31265 0 -1 4202496 147731 0 0 0 5707 25 0 0 25 0 1 0 658059423 734359552 136663 33554432000 4194304 4677096 140736702115520 18446744073709551615 4317683 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/31265/statm: 179287 136663 387 118 0 174246 0
[pid=31266] ppid=31255 vsize=414444 CPUtime=0.16 cores=1,3,5,7
/proc/31266/stat : 31266 (python) S 31255 31255 31060 0 -1 4202560 960 0 0 0 7 9 0 0 18 0 1 0 658059424 424390656 36974 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715078 0 0 16781312 514 955519585002422536 0 0 17 3 0 0 0
/proc/31266/statm: 103611 36974 370 364 0 39526 0
[pid=31268] ppid=31266 vsize=57088 CPUtime=56.35 cores=1,3,5,7
/proc/31268/stat : 31268 (lingeling) R 31266 31268 31268 0 -1 4202496 21379 0 0 0 5631 4 0 0 25 0 1 0 658059424 58458112 13442 33554432000 4194304 4352236 140735063086816 18446744073709551615 4236203 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/31268/statm: 14272 13442 129 39 0 13352 0
[pid=31269] ppid=31255 vsize=424700 CPUtime=0.16 cores=1,3,5,7
/proc/31269/stat : 31269 (python) S 31255 31255 31060 0 -1 4202560 942 0 0 0 6 10 0 0 18 0 1 0 658059425 434892800 36978 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715078 0 0 16781312 514 955519585002422533 0 0 17 7 0 0 0
/proc/31269/statm: 106175 36978 370 364 0 42087 0
[pid=31271] ppid=31269 vsize=76672 CPUtime=57.3 cores=1,3,5,7
/proc/31271/stat : 31271 (lingeling) R 31269 31271 31271 0 -1 4202496 26253 0 0 0 5726 4 0 0 25 0 1 0 658059425 78512128 18337 33554432000 4194304 4352236 140735148302288 18446744073709551615 4318606 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/31271/statm: 19168 18337 129 39 0 18248 0
[pid=31272] ppid=31255 vsize=434956 CPUtime=0.16 cores=1,3,5,7
/proc/31272/stat : 31272 (python) S 31255 31255 31060 0 -1 4202560 940 0 0 0 7 9 0 0 18 0 1 0 658059426 445394944 36982 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715078 0 0 16781312 514 955519585002422535 0 0 17 3 0 0 0
/proc/31272/statm: 108739 36982 370 364 0 44648 0
[pid=31274] ppid=31272 vsize=60772 CPUtime=56.77 cores=1,3,5,7
/proc/31274/stat : 31274 (lingeling) R 31272 31274 31274 0 -1 4202496 25458 0 0 0 5674 3 0 0 25 0 1 0 658059426 62230528 14363 33554432000 4194304 4352236 140735731566608 18446744073709551615 4234513 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/31274/statm: 15193 14363 129 39 0 14273 0
[pid=31255/tid=31264] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31264/stat : 31264 (python) S 31253 31255 31060 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 5 0 658059423 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 3 0 0 0
[pid=31255/tid=31267] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31267/stat : 31267 (python) S 31253 31255 31060 0 -1 4202560 23 936 0 0 0 0 0 0 21 0 5 0 658059424 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 3 0 0 0
[pid=31255/tid=31270] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31270/stat : 31270 (python) S 31253 31255 31060 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 5 0 658059425 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 7 0 0 0
[pid=31255/tid=31273] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31273/stat : 31273 (python) S 31253 31255 31060 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 658059426 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 276.27
Current children cumulated vsize (KiB) 3035168

[startup+106.301 s]
/proc/loadavg: 3.53 3.73 3.87 5/430 31278
/proc/meminfo: memFree=22033412/32950928 swapFree=67056568/67111528
[pid=31255] ppid=31253 vsize=445200 CPUtime=47.87 cores=1,3,5,7
/proc/31255/stat : 31255 (python) S 31253 31255 31060 0 -1 4202496 61157 936 1 0 4768 19 0 0 20 0 5 0 658054604 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31255/statm: 111300 38497 1881 364 0 47209 0
[pid=31263] ppid=31255 vsize=404188 CPUtime=0.18 cores=1,3,5,7
/proc/31263/stat : 31263 (python) S 31255 31255 31060 0 -1 4202560 932 0 0 0 9 9 0 0 15 0 1 0 658059422 413888512 36976 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715023 0 0 16781312 514 16793188540992160005 0 0 17 3 0 0 0
/proc/31263/statm: 101047 36976 376 364 0 36965 0
[pid=31265] ppid=31263 vsize=717148 CPUtime=58.1 cores=1,3,5,7
/proc/31265/stat : 31265 (cryptominisat-2) R 31263 31265 31265 0 -1 4202496 147802 0 0 0 5785 25 0 0 25 0 1 0 658059423 734359552 136734 33554432000 4194304 4677096 140736702115520 18446744073709551615 4320272 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/31265/statm: 179287 136734 387 118 0 174246 0
[pid=31266] ppid=31255 vsize=414444 CPUtime=0.16 cores=1,3,5,7
/proc/31266/stat : 31266 (python) S 31255 31255 31060 0 -1 4202560 960 0 0 0 7 9 0 0 18 0 1 0 658059424 424390656 36974 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715078 0 0 16781312 514 955519585002422536 0 0 17 3 0 0 0
/proc/31266/statm: 103611 36974 370 364 0 39526 0
[pid=31268] ppid=31266 vsize=57088 CPUtime=57.13 cores=1,3,5,7
/proc/31268/stat : 31268 (lingeling) R 31266 31268 31268 0 -1 4202496 21379 0 0 0 5709 4 0 0 25 0 1 0 658059424 58458112 13442 33554432000 4194304 4352236 140735063086816 18446744073709551615 4328051 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/31268/statm: 14272 13442 129 39 0 13352 0
[pid=31269] ppid=31255 vsize=424700 CPUtime=0.16 cores=1,3,5,7
/proc/31269/stat : 31269 (python) S 31255 31255 31060 0 -1 4202560 942 0 0 0 6 10 0 0 18 0 1 0 658059425 434892800 36978 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715078 0 0 16781312 514 955519585002422533 0 0 17 7 0 0 0
/proc/31269/statm: 106175 36978 370 364 0 42087 0
[pid=31271] ppid=31269 vsize=76672 CPUtime=58.08 cores=1,3,5,7
/proc/31271/stat : 31271 (lingeling) R 31269 31271 31271 0 -1 4202496 26253 0 0 0 5804 4 0 0 25 0 1 0 658059425 78512128 18337 33554432000 4194304 4352236 140735148302288 18446744073709551615 4319003 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/31271/statm: 19168 18337 129 39 0 18248 0
[pid=31272] ppid=31255 vsize=434956 CPUtime=0.16 cores=1,3,5,7
/proc/31272/stat : 31272 (python) S 31255 31255 31060 0 -1 4202560 940 0 0 0 7 9 0 0 18 0 1 0 658059426 445394944 36982 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715078 0 0 16781312 514 955519585002422535 0 0 17 3 0 0 0
/proc/31272/statm: 108739 36982 370 364 0 44648 0
[pid=31274] ppid=31272 vsize=60772 CPUtime=57.55 cores=1,3,5,7
/proc/31274/stat : 31274 (lingeling) R 31272 31274 31274 0 -1 4202496 25458 0 0 0 5752 3 0 0 25 0 1 0 658059426 62230528 14363 33554432000 4194304 4352236 140735731566608 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/31274/statm: 15193 14363 129 39 0 14273 0
[pid=31255/tid=31264] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31264/stat : 31264 (python) S 31253 31255 31060 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 5 0 658059423 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 3 0 0 0
[pid=31255/tid=31267] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31267/stat : 31267 (python) S 31253 31255 31060 0 -1 4202560 23 936 0 0 0 0 0 0 21 0 5 0 658059424 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 3 0 0 0
[pid=31255/tid=31270] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31270/stat : 31270 (python) S 31253 31255 31060 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 5 0 658059425 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 7 0 0 0
[pid=31255/tid=31273] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31273/stat : 31273 (python) S 31253 31255 31060 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 658059426 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 279.39
Current children cumulated vsize (KiB) 3035168

[startup+107.101 s]
/proc/loadavg: 3.53 3.73 3.87 5/430 31278
/proc/meminfo: memFree=22033040/32950928 swapFree=67056568/67111528
[pid=31255] ppid=31253 vsize=445200 CPUtime=47.87 cores=1,3,5,7
/proc/31255/stat : 31255 (python) S 31253 31255 31060 0 -1 4202496 61157 936 1 0 4768 19 0 0 20 0 5 0 658054604 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31255/statm: 111300 38497 1881 364 0 47209 0
[pid=31263] ppid=31255 vsize=404188 CPUtime=0.18 cores=1,3,5,7
/proc/31263/stat : 31263 (python) S 31255 31255 31060 0 -1 4202560 932 0 0 0 9 9 0 0 15 0 1 0 658059422 413888512 36976 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715023 0 0 16781312 514 16793188540992160005 0 0 17 3 0 0 0
/proc/31263/statm: 101047 36976 376 364 0 36965 0
[pid=31265] ppid=31263 vsize=718384 CPUtime=58.9 cores=1,3,5,7
/proc/31265/stat : 31265 (cryptominisat-2) R 31263 31265 31265 0 -1 4202496 148222 0 0 0 5865 25 0 0 25 0 1 0 658059423 735625216 137154 33554432000 4194304 4677096 140736702115520 18446744073709551615 4319802 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/31265/statm: 179596 137154 388 118 0 174555 0
[pid=31266] ppid=31255 vsize=414444 CPUtime=0.18 cores=1,3,5,7
/proc/31266/stat : 31266 (python) S 31255 31255 31060 0 -1 4202560 963 0 0 0 8 10 0 0 18 0 1 0 658059424 424390656 36974 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715078 0 0 16781312 514 955519585002422536 0 0 17 3 0 0 0
/proc/31266/statm: 103611 36974 370 364 0 39526 0
[pid=31268] ppid=31266 vsize=57088 CPUtime=57.9 cores=1,3,5,7
/proc/31268/stat : 31268 (lingeling) R 31266 31268 31268 0 -1 4202496 21379 0 0 0 5786 4 0 0 25 0 1 0 658059424 58458112 13442 33554432000 4194304 4352236 140735063086816 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/31268/statm: 14272 13442 129 39 0 13352 0
[pid=31269] ppid=31255 vsize=424700 CPUtime=0.18 cores=1,3,5,7
/proc/31269/stat : 31269 (python) S 31255 31255 31060 0 -1 4202560 946 0 0 0 7 11 0 0 18 0 1 0 658059425 434892800 36978 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715078 0 0 16781312 514 955519585002422533 0 0 17 7 0 0 0
/proc/31269/statm: 106175 36978 370 364 0 42087 0
[pid=31271] ppid=31269 vsize=76672 CPUtime=58.88 cores=1,3,5,7
/proc/31271/stat : 31271 (lingeling) R 31269 31271 31271 0 -1 4202496 26253 0 0 0 5884 4 0 0 25 0 1 0 658059425 78512128 18337 33554432000 4194304 4352236 140735148302288 18446744073709551615 4319146 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/31271/statm: 19168 18337 129 39 0 18248 0
[pid=31272] ppid=31255 vsize=434956 CPUtime=0.18 cores=1,3,5,7
/proc/31272/stat : 31272 (python) S 31255 31255 31060 0 -1 4202560 943 0 0 0 8 10 0 0 18 0 1 0 658059426 445394944 36982 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715078 0 0 16781312 514 955519585002422535 0 0 17 3 0 0 0
/proc/31272/statm: 108739 36982 370 364 0 44648 0
[pid=31274] ppid=31272 vsize=60772 CPUtime=58.31 cores=1,3,5,7
/proc/31274/stat : 31274 (lingeling) R 31272 31274 31274 0 -1 4202496 25458 0 0 0 5828 3 0 0 25 0 1 0 658059426 62230528 14363 33554432000 4194304 4352236 140735731566608 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/31274/statm: 15193 14363 129 39 0 14273 0
[pid=31255/tid=31264] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31264/stat : 31264 (python) S 31253 31255 31060 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 5 0 658059423 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 3 0 0 0
[pid=31255/tid=31267] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31267/stat : 31267 (python) S 31253 31255 31060 0 -1 4202560 23 936 0 0 0 0 0 0 21 0 5 0 658059424 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 3 0 0 0
[pid=31255/tid=31270] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31270/stat : 31270 (python) S 31253 31255 31060 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 5 0 658059425 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 7 0 0 0
[pid=31255/tid=31273] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31273/stat : 31273 (python) S 31253 31255 31060 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 658059426 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 282.58
Current children cumulated vsize (KiB) 3036404

[startup+107.501 s]
/proc/loadavg: 3.53 3.73 3.87 5/430 31278
/proc/meminfo: memFree=22033040/32950928 swapFree=67056568/67111528
[pid=31255] ppid=31253 vsize=445200 CPUtime=47.87 cores=1,3,5,7
/proc/31255/stat : 31255 (python) S 31253 31255 31060 0 -1 4202496 61157 936 1 0 4768 19 0 0 20 0 5 0 658054604 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31255/statm: 111300 38497 1881 364 0 47209 0
[pid=31263] ppid=31255 vsize=404188 CPUtime=0.18 cores=1,3,5,7
/proc/31263/stat : 31263 (python) S 31255 31255 31060 0 -1 4202560 932 0 0 0 9 9 0 0 15 0 1 0 658059422 413888512 36976 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715023 0 0 16781312 514 16793188540992160005 0 0 17 3 0 0 0
/proc/31263/statm: 101047 36976 376 364 0 36965 0
[pid=31265] ppid=31263 vsize=718384 CPUtime=59.3 cores=1,3,5,7
/proc/31265/stat : 31265 (cryptominisat-2) R 31263 31265 31265 0 -1 4202496 148247 0 0 0 5905 25 0 0 25 0 1 0 658059423 735625216 137179 33554432000 4194304 4677096 140736702115520 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/31265/statm: 179596 137179 388 118 0 174555 0
[pid=31266] ppid=31255 vsize=414444 CPUtime=0.18 cores=1,3,5,7
/proc/31266/stat : 31266 (python) S 31255 31255 31060 0 -1 4202560 963 0 0 0 8 10 0 0 18 0 1 0 658059424 424390656 36974 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715078 0 0 16781312 514 955519585002422536 0 0 17 3 0 0 0
/proc/31266/statm: 103611 36974 370 364 0 39526 0
[pid=31268] ppid=31266 vsize=57088 CPUtime=58.3 cores=1,3,5,7
/proc/31268/stat : 31268 (lingeling) R 31266 31268 31268 0 -1 4202496 21379 0 0 0 5826 4 0 0 25 0 1 0 658059424 58458112 13442 33554432000 4194304 4352236 140735063086816 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/31268/statm: 14272 13442 129 39 0 13352 0
[pid=31269] ppid=31255 vsize=424700 CPUtime=0.18 cores=1,3,5,7
/proc/31269/stat : 31269 (python) S 31255 31255 31060 0 -1 4202560 946 0 0 0 7 11 0 0 18 0 1 0 658059425 434892800 36978 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715078 0 0 16781312 514 955519585002422533 0 0 17 7 0 0 0
/proc/31269/statm: 106175 36978 370 364 0 42087 0
[pid=31271] ppid=31269 vsize=76672 CPUtime=59.28 cores=1,3,5,7
/proc/31271/stat : 31271 (lingeling) R 31269 31271 31271 0 -1 4202496 26253 0 0 0 5924 4 0 0 25 0 1 0 658059425 78512128 18337 33554432000 4194304 4352236 140735148302288 18446744073709551615 4230459 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/31271/statm: 19168 18337 129 39 0 18248 0
[pid=31272] ppid=31255 vsize=434956 CPUtime=0.18 cores=1,3,5,7
/proc/31272/stat : 31272 (python) S 31255 31255 31060 0 -1 4202560 943 0 0 0 8 10 0 0 18 0 1 0 658059426 445394944 36982 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476715078 0 0 16781312 514 955519585002422535 0 0 17 3 0 0 0
/proc/31272/statm: 108739 36982 370 364 0 44648 0
[pid=31274] ppid=31272 vsize=60772 CPUtime=58.71 cores=1,3,5,7
/proc/31274/stat : 31274 (lingeling) R 31272 31274 31274 0 -1 4202496 25458 0 0 0 5868 3 0 0 25 0 1 0 658059426 62230528 14363 33554432000 4194304 4352236 140735731566608 18446744073709551615 4276757 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/31274/statm: 15193 14363 129 39 0 14273 0
[pid=31255/tid=31264] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31264/stat : 31264 (python) S 31253 31255 31060 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 5 0 658059423 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 3 0 0 0
[pid=31255/tid=31267] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31267/stat : 31267 (python) S 31253 31255 31060 0 -1 4202560 23 936 0 0 0 0 0 0 21 0 5 0 658059424 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 3 0 0 0
[pid=31255/tid=31270] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31270/stat : 31270 (python) S 31253 31255 31060 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 5 0 658059425 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 7 0 0 0
[pid=31255/tid=31273] ppid=31253 vsize=445200 CPUtime=0 cores=1,3,5,7
/proc/31255/task/31273/stat : 31273 (python) S 31253 31255 31060 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 658059426 455884800 38497 33554432000 4194304 5683644 140736718945200 18446744073709551615 239488518577 0 0 16781312 2 18446604464113390784 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 284.18
Current children cumulated vsize (KiB) 3036404

[startup+107.601 s]
/proc/loadavg: 3.53 3.73 3.87 5/430 31278
/proc/meminfo: memFree=22033040/32950928 swapFree=67056568/67111528
[pid=31255] ppid=31253 vsize=434896 CPUtime=284.51 cores=1,3,5,7
/proc/31255/stat : 31255 (python) R 31253 31255 31060 0 -1 4202496 73590 226430 1 0 4770 20 23576 85 17 0 1 0 658054604 445333504 38485 33554432000 4194304 5683644 140736718945200 18446744073709551615 239476350391 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31255/statm: 108724 38485 1873 364 0 44648 0
Current children cumulated CPU time (s) 284.51
Current children cumulated vsize (KiB) 434896

Child status: 0
Real time (s): 107.622
CPU time (s): 284.548
CPU user time (s): 283.477
CPU system time (s): 1.07084
CPU usage (%): 264.395
Max. virtual memory (cumulated for all children) (KiB): 3036884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 283.477
system time used= 1.07084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 305403
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= 3536
involuntary context switches= 1708

runsolver used 0.380942 second user time and 1.06784 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 15:02:55
IDJOB=3378871
IDBENCH=71003
IDSOLVER=1860
FILE ID=node148/3378871-1305464575
RUNJOBID= node148-1305463368-31079
PBS_JOBID= 13324994
Free space on /tmp= 72804 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-10p0.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378871-1305464575/watcher-3378871-1305464575 -o /tmp/evaluation-result-3378871-1305464575/solver-3378871-1305464575 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378871-1305464575.cnf -seed 1243295593 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ef1df882c8a642421a1d0216a16bf652
RANDOM SEED=1243295593

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22928296 kB
Buffers:        339508 kB
Cached:        4993432 kB
SwapCached:       8488 kB
Active:        6340900 kB
Inactive:      3315960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22928296 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           43556 kB
Writeback:           0 kB
AnonPages:     4322408 kB
Mapped:          37692 kB
Slab:           259664 kB
PageTables:      38968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105525508 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= 72772 MiB
End job on node148 at 2011-05-15 15:04:43