Trace number 3380924

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 2983.89 403.427

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_pcb_unknown.cnf
MD5SUMe669f2d68684ca746cc80f142ad8d0dc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark102.934
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses766757
Sum of the clauses size2858079
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 253534
Number of clauses of size 3101881
Number of clauses of size 4611342
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.68	c INFO: solving HOME/instance-3380924-1305494985.cnf
0.34/0.68	c INFO: computing task features
3.60/3.91	c INFO: computed variable-clause graph statistics
3.60/3.98	c INFO: computed clause balance statistics
19.52/19.81	c INFO: computed variable balance statistics
31.40/31.71	c INFO: computed small-clause counts
31.40/31.77	c INFO: computed Horn-clause counts
33.10/33.44	c INFO: computed variable graph statistics
33.10/33.44	c INFO: collected features for HOME/instance-3380924-1305494985.cnf in 32.66 s
33.10/33.46	c INFO: running lingeling-276@0 for 97 with 4967 remaining (b = 0.18)
33.10/33.49	c INFO: running cryptominisat-2.9.0@0 for 485 with 4967 remaining (b = 0.16)
33.20/33.52	c INFO: running lingeling-276@0 for 1261 with 4967 remaining (b = 0.32)
33.20/33.55	c INFO: running SApperloT@0 for 97 with 4967 remaining (b = 0.02)
33.20/33.59	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4967 remaining (b = 0.34)
33.30/33.62	c INFO: running lingeling-276@0 for 1261 with 4967 remaining (b = 0.25)
33.30/33.65	c INFO: running precosat-570@0 for 291 with 4967 remaining (b = 0.05)
33.30/33.69	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4967 remaining (b = 0.27)
832.73/133.77	c INFO: running lingeling-276@0 for 1164 with 4866 remaining (b = 0.19)
833.50/133.86	c INFO: running precosat-570@0 for 776 with 4866 remaining (b = 0.17)
2418.67/332.53	c INFO: running lingeling-276@0 for 97 with 4668 remaining (b = 0.06)
2983.53/403.34	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-3380924-1305494985/watcher-3380924-1305494985 -o /tmp/evaluation-result-3380924-1305494985/solver-3380924-1305494985 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380924-1305494985.cnf -seed 1446579105 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.90 7.83 7.91 2/356 5506
/proc/meminfo: memFree=26404068/32951124 swapFree=63649232/67111528
[pid=5506] ppid=5504 vsize=15380 CPUtime=0 cores=0-7
/proc/5506/stat : 5506 (python) S 5504 5506 5258 0 -1 4202496 792 0 0 0 0 0 0 0 20 0 1 0 661097049 15749120 680 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204645376 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/5506/statm: 3845 680 322 364 0 332 0

[startup+0.0221571 s]
/proc/loadavg: 7.90 7.83 7.91 2/356 5506
/proc/meminfo: memFree=26404068/32951124 swapFree=63649232/67111528
[pid=5506] ppid=5504 vsize=16240 CPUtime=0.01 cores=0-7
/proc/5506/stat : 5506 (python) R 5504 5506 5258 0 -1 4202496 1050 0 0 0 1 0 0 0 20 0 1 0 661097049 16629760 922 33554432000 4194304 5683644 140734655876672 18446744073709551615 4884792 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/5506/statm: 4060 922 381 364 0 547 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16240

[startup+0.101167 s]
/proc/loadavg: 7.90 7.83 7.91 2/356 5506
/proc/meminfo: memFree=26404068/32951124 swapFree=63649232/67111528
[pid=5506] ppid=5504 vsize=87704 CPUtime=0.06 cores=0-7
/proc/5506/stat : 5506 (python) S 5504 5506 5258 0 -1 4202496 2637 0 0 0 4 2 0 0 17 0 1 0 661097049 89808896 2354 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204645376 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/5506/statm: 21927 2355 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.301197 s]
/proc/loadavg: 7.90 7.83 7.91 2/356 5506
/proc/meminfo: memFree=26404068/32951124 swapFree=63649232/67111528
[pid=5506] ppid=5504 vsize=135752 CPUtime=0.17 cores=0-7
/proc/5506/stat : 5506 (python) R 5504 5506 5258 0 -1 4202496 5967 935 1 0 12 5 0 0 17 0 1 0 661097049 139010048 4151 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204643333 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/5506/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.701096 s]
/proc/loadavg: 7.90 7.83 7.91 2/356 5506
/proc/meminfo: memFree=26404068/32951124 swapFree=63649232/67111528
[pid=5506] ppid=5504 vsize=297092 CPUtime=0.41 cores=0-7
/proc/5506/stat : 5506 (python) R 5504 5506 5258 0 -1 4202496 13941 935 1 0 29 12 0 0 16 0 1 0 661097049 304222208 11619 33554432000 4194304 5683644 140734655876672 18446744073709551615 47298026480862 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/5506/statm: 74273 11619 1761 364 0 10197 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 297092

[startup+1.50091 s]
/proc/loadavg: 7.90 7.83 7.91 2/357 5511
/proc/meminfo: memFree=26345036/32951124 swapFree=63649232/67111528
[pid=5506] ppid=5504 vsize=347576 CPUtime=1.21 cores=0-7
/proc/5506/stat : 5506 (python) R 5504 5506 5258 0 -1 4202496 26305 935 1 0 108 13 0 0 17 0 1 0 661097049 355917824 23983 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204308165 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/5506/statm: 86894 23983 1761 364 0 22818 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 347576

[startup+3.10064 s]
/proc/loadavg: 7.90 7.83 7.91 2/357 5511
/proc/meminfo: memFree=26275200/32951124 swapFree=63649232/67111528
[pid=5506] ppid=5504 vsize=438780 CPUtime=2.81 cores=0-7
/proc/5506/stat : 5506 (python) R 5504 5506 5258 0 -1 4202496 48238 935 1 0 265 16 0 0 19 0 1 0 661097049 449310720 45916 33554432000 4194304 5683644 140734655876672 18446744073709551615 47297855882673 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/5506/statm: 109695 45916 1761 364 0 45619 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 438780

[startup+6.30111 s]
/proc/loadavg: 7.43 7.73 7.88 2/357 5511
/proc/meminfo: memFree=26172092/32951124 swapFree=63649232/67111528
[pid=5506] ppid=5504 vsize=488132 CPUtime=6 cores=0-7
/proc/5506/stat : 5506 (python) R 5504 5506 5258 0 -1 4202496 86896 935 1 0 580 20 0 0 25 0 1 0 661097049 499847168 59418 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204305904 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/5506/statm: 122033 59418 1826 364 0 57957 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 488132

[startup+12.701 s]
/proc/loadavg: 6.91 7.62 7.84 2/357 5512
/proc/meminfo: memFree=26171992/32951124 swapFree=63649232/67111528
[pid=5506] ppid=5504 vsize=488132 CPUtime=12.4 cores=0-7
/proc/5506/stat : 5506 (python) R 5504 5506 5258 0 -1 4202496 86896 935 1 0 1220 20 0 0 25 0 1 0 661097049 499847168 59418 33554432000 4194304 5683644 140734655876672 18446744073709551615 47297855685650 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/5506/statm: 122033 59418 1826 364 0 57957 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 488132

[startup+25.5009 s]
/proc/loadavg: 5.60 7.29 7.73 2/357 5512
/proc/meminfo: memFree=26172896/32951124 swapFree=63649232/67111528
[pid=5506] ppid=5504 vsize=488132 CPUtime=25.2 cores=0-7
/proc/5506/stat : 5506 (python) R 5504 5506 5258 0 -1 4202496 86897 935 1 0 2500 20 0 0 25 0 1 0 661097049 499847168 59419 33554432000 4194304 5683644 140734655876672 18446744073709551615 4299168 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/5506/statm: 122033 59419 1827 364 0 57957 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 488132

[startup+51.1016 s]
/proc/loadavg: 5.65 7.15 7.67 9/381 5537
/proc/meminfo: memFree=25044440/32951124 swapFree=63649232/67111528
[pid=5506] ppid=5504 vsize=553236 CPUtime=33.39 cores=0-7
/proc/5506/stat : 5506 (python) S 5504 5506 5258 0 -1 4202496 92838 935 1 0 3312 27 0 0 24 0 9 0 661097049 566513664 55274 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5506/statm: 138309 55274 1889 364 0 74206 0
[pid=5513] ppid=5506 vsize=471200 CPUtime=0.05 cores=0-7
/proc/5513/stat : 5513 (python) S 5506 5506 5258 0 -1 4202560 985 0 0 0 2 3 0 0 18 0 1 0 661100396 482508800 53734 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204667407 0 0 16781312 514 6978521136657039620 0 0 17 1 0 0 0
/proc/5513/statm: 117800 53734 381 364 0 53718 0
[pid=5515] ppid=5513 vsize=60740 CPUtime=17.61 cores=0-7
/proc/5515/stat : 5515 (lingeling) R 5513 5515 5515 0 -1 4202496 21627 0 0 0 1757 4 0 0 25 0 1 0 661100397 62197760 14355 33554432000 4194304 4352236 140735007467920 18446744073709551615 4234005 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/5515/statm: 15185 14355 129 39 0 14265 0
[pid=5516] ppid=5506 vsize=481456 CPUtime=0.05 cores=0-7
/proc/5516/stat : 5516 (python) S 5506 5506 5258 0 -1 4202560 929 0 0 0 2 3 0 0 15 0 1 0 661100399 493010944 53727 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204667462 0 0 16781312 514 11375824382195630338 0 0 17 6 0 0 0
/proc/5516/statm: 120364 53727 370 364 0 56279 0
[pid=5518] ppid=5516 vsize=307316 CPUtime=17.51 cores=0-7
/proc/5518/stat : 5518 (cryptominisat-2) R 5516 5518 5518 0 -1 4202496 72000 0 0 0 1741 10 0 0 25 0 1 0 661100400 314691584 62628 33554432000 4194304 4677096 140735272457632 18446744073709551615 4319581 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/5518/statm: 76829 62628 390 118 0 71788 0
[pid=5519] ppid=5506 vsize=491712 CPUtime=0.05 cores=0-7
/proc/5519/stat : 5519 (python) S 5506 5506 5258 0 -1 4202560 901 0 0 0 2 3 0 0 18 0 1 0 661100402 503513088 53731 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204667462 0 0 16781312 514 6978521136657039617 0 0 17 7 0 0 0
/proc/5519/statm: 122928 53731 370 364 0 58840 0
[pid=5521] ppid=5519 vsize=59472 CPUtime=17.54 cores=0-7
/proc/5521/stat : 5521 (lingeling) R 5519 5521 5521 0 -1 4202496 21315 0 0 0 1750 4 0 0 25 0 1 0 661100403 60899328 14038 33554432000 4194304 4352236 140735270971008 18446744073709551615 4208055 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/5521/statm: 14868 14038 129 39 0 13948 0
[pid=5522] ppid=5506 vsize=501968 CPUtime=0.05 cores=0-7
/proc/5522/stat : 5522 (python) S 5506 5506 5258 0 -1 4202560 898 0 0 0 2 3 0 0 18 0 1 0 661100405 514015232 53735 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204667462 0 0 16781312 514 6978521136657039617 0 0 17 0 0 0 0
/proc/5522/statm: 125492 53735 370 364 0 61401 0
[pid=5524] ppid=5522 vsize=55544 CPUtime=17.21 cores=0-7
/proc/5524/stat : 5524 (SApperloT-base) R 5522 5524 5524 0 -1 4202496 13754 0 0 0 1716 5 0 0 25 0 1 0 661100406 56877056 13456 33554432000 134512640 135674940 4287137520 18446744073709551615 134564748 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/5524/statm: 13886 13456 99 284 0 13600 0
[pid=5525] ppid=5506 vsize=512224 CPUtime=0.05 cores=0-7
/proc/5525/stat : 5525 (python) S 5506 5506 5258 0 -1 4202560 973 0 0 0 2 3 0 0 15 0 1 0 661100408 524517376 53739 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204667462 0 0 16781312 514 10128432838530269441 0 0 17 4 0 0 0
/proc/5525/statm: 128056 53739 370 364 0 63962 0
[pid=5527] ppid=5525 vsize=305160 CPUtime=17.43 cores=0-7
/proc/5527/stat : 5527 (cryptominisat-2) R 5525 5527 5527 0 -1 4202496 71229 0 0 0 1732 11 0 0 25 0 1 0 661100409 312483840 61852 33554432000 4194304 4677096 140735580464272 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/5527/statm: 76290 61852 390 118 0 71249 0
[pid=5528] ppid=5506 vsize=522480 CPUtime=0.04 cores=0-7
/proc/5528/stat : 5528 (python) S 5506 5506 5258 0 -1 4202560 949 0 0 0 2 2 0 0 18 0 1 0 661100412 535019520 53743 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204667462 0 0 16781312 514 6978521136657039619 0 0 17 2 0 0 0
/proc/5528/statm: 130620 53743 370 364 0 66523 0
[pid=5530] ppid=5528 vsize=60956 CPUtime=17.4 cores=0-7
/proc/5530/stat : 5530 (lingeling) R 5528 5530 5530 0 -1 4202496 21680 0 0 0 1736 4 0 0 25 0 1 0 661100412 62418944 14409 33554432000 4194304 4352236 140734563433200 18446744073709551615 4233979 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/5530/statm: 15239 14409 129 39 0 14319 0
[pid=5531] ppid=5506 vsize=532736 CPUtime=0.04 cores=0-7
/proc/5531/stat : 5531 (python) S 5506 5506 5258 0 -1 4202560 946 0 0 0 2 2 0 0 18 0 1 0 661100415 545521664 53747 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204667462 0 0 16781312 514 6978521136657039619 0 0 17 0 0 0 0
/proc/5531/statm: 133184 53747 370 364 0 69084 0
[pid=5533] ppid=5531 vsize=145676 CPUtime=17.26 cores=0-7
/proc/5533/stat : 5533 (precosat) R 5531 5533 5533 0 -1 4202496 36493 0 0 0 1719 7 0 0 25 0 1 0 661100416 149172224 35704 33554432000 4194304 4890832 140734478039920 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/5533/statm: 36419 35704 86 171 0 36246 0
[pid=5534] ppid=5506 vsize=542992 CPUtime=0.06 cores=0-7
/proc/5534/stat : 5534 (python) S 5506 5506 5258 0 -1 4202560 1012 0 0 0 3 3 0 0 15 0 1 0 661100418 556023808 53757 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204667462 0 0 16781312 514 16249444856684839170 0 0 17 2 0 0 0
/proc/5534/statm: 135748 53757 376 364 0 71645 0
[pid=5536] ppid=5534 vsize=305368 CPUtime=17.28 cores=0-7
/proc/5536/stat : 5536 (cryptominisat-2) R 5534 5536 5536 0 -1 4202496 74096 0 0 0 1716 12 0 0 25 0 1 0 661100419 312696832 61798 33554432000 4194304 4677096 140736673669344 18446744073709551615 4338198 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/5536/statm: 76342 61798 390 118 0 71301 0
[pid=5506/tid=5514] ppid=5504 vsize=553236 CPUtime=0 cores=0-7
/proc/5506/task/5514/stat : 5514 (python) S 5504 5506 5258 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 9 0 661100397 566513664 55274 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 2 0 0 0
[pid=5506/tid=5517] ppid=5504 vsize=553236 CPUtime=0 cores=0-7
/proc/5506/task/5517/stat : 5517 (python) S 5504 5506 5258 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 9 0 661100400 566513664 55274 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 0 0 0 0
[pid=5506/tid=5520] ppid=5504 vsize=553236 CPUtime=0 cores=0-7
/proc/5506/task/5520/stat : 5520 (python) S 5504 5506 5258 0 -1 4202560 22 935 0 0 0 0 0 0 19 0 9 0 661100403 566513664 55274 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 0 0 0 0
[pid=5506/tid=5523] ppid=5504 vsize=553236 CPUtime=0 cores=0-7
/proc/5506/task/5523/stat : 5523 (python) S 5504 5506 5258 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 9 0 661100406 566513664 55274 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 2 0 0 0
[pid=5506/tid=5526] ppid=5504 vsize=553236 CPUtime=0 cores=0-7
/proc/5506/task/5526/stat : 5526 (python) S 5504 5506 5258 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 661100409 566513664 55274 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 0 0 0 0
[pid=5506/tid=5529] ppid=5504 vsize=553236 CPUtime=0 cores=0-7
/proc/5506/task/5529/stat : 5529 (python) S 5504 5506 5258 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 661100412 566513664 55274 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 4 0 0 0
[pid=5506/tid=5532] ppid=5504 vsize=553236 CPUtime=0 cores=0-7
/proc/5506/task/5532/stat : 5532 (python) S 5504 5506 5258 0 -1 4202560 24 935 0 0 0 0 0 0 22 0 9 0 661100416 566513664 55274 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 0 0 0 0
[pid=5506/tid=5535] ppid=5504 vsize=553236 CPUtime=0 cores=0-7
/proc/5506/task/5535/stat : 5535 (python) S 5504 5506 5258 0 -1 4202560 29 935 0 0 0 0 0 0 24 0 9 0 661100419 566513664 55274 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 173.02
Current children cumulated vsize (KiB) 5910236

[startup+102.315 s]
/proc/loadavg: 7.05 7.29 7.69 9/381 5538
/proc/meminfo: memFree=24995972/32951124 swapFree=63649232/67111528
[pid=5506] ppid=5504 vsize=553236 CPUtime=33.39 cores=0-7
/proc/5506/stat : 5506 (python) S 5504 5506 5258 0 -1 4202496 92838 935 1 0 3312 27 0 0 24 0 9 0 661097049 566513664 55274 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5506/statm: 138309 55274 1889 364 0 74206 0
[pid=5513] ppid=5506 vsize=471200 CPUtime=0.18 cores=0-7
/proc/5513/stat : 5513 (python) S 5506 5506 5258 0 -1 4202560 1007 0 0 0 9 9 0 0 18 0 1 0 661100396 482508800 53734 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204667407 0 0 16781312 514 6978521136657039620 0 0 17 1 0 0 0
/proc/5513/statm: 117800 53734 381 364 0 53718 0
[pid=5515] ppid=5513 vsize=59736 CPUtime=68.82 cores=0-7
/proc/5515/stat : 5515 (lingeling) R 5513 5515 5515 0 -1 4202496 21627 0 0 0 6878 4 0 0 25 0 1 0 661100397 61169664 14104 33554432000 4194304 4352236 140735007467920 18446744073709551615 4233979 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/5515/statm: 14934 14104 129 39 0 14014 0
[pid=5516] ppid=5506 vsize=481456 CPUtime=0.2 cores=0-7
/proc/5516/stat : 5516 (python) S 5506 5506 5258 0 -1 4202560 949 0 0 0 10 10 0 0 15 0 1 0 661100399 493010944 53727 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204667462 0 0 16781312 514 11375824382195630338 0 0 17 6 0 0 0
/proc/5516/statm: 120364 53727 370 364 0 56279 0
[pid=5518] ppid=5516 vsize=322272 CPUtime=68.59 cores=0-7
/proc/5518/stat : 5518 (cryptominisat-2) R 5516 5518 5518 0 -1 4202496 78674 0 0 0 6847 12 0 0 25 0 1 0 661100400 330006528 64459 33554432000 4194304 4677096 140735272457632 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/5518/statm: 80568 64459 390 118 0 75527 0

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


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

[startup+403.102 s]
/proc/loadavg: 8.16 7.83 7.80 9/390 5555
/proc/meminfo: memFree=24724472/32951124 swapFree=63649232/67111528
[pid=5506] ppid=5504 vsize=639284 CPUtime=33.49 cores=0-7
/proc/5506/stat : 5506 (python) S 5504 5506 5258 0 -1 4202496 94420 935 1 0 3320 29 0 0 19 0 11 0 661097049 654626816 55404 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5506/statm: 159821 55404 1894 364 0 95712 0
[pid=5513] ppid=5506 vsize=481444 CPUtime=1.01 cores=0-7
/proc/5513/stat : 5513 (python) S 5506 5506 5258 0 -1 4202560 1205 0 0 0 51 50 0 0 18 0 2 0 661100396 492998656 53773 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204667462 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/5513/statm: 120361 53773 415 364 0 56279 0
[pid=5515] ppid=5513 vsize=62960 CPUtime=369.57 cores=0-7
/proc/5515/stat : 5515 (lingeling) R 5513 5515 5515 0 -1 4202496 22503 0 0 0 36953 4 0 0 25 0 1 0 661100397 64471040 14910 33554432000 4194304 4352236 140735007467920 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/5515/statm: 15740 14910 129 39 0 14820 0
[pid=5513/tid=5540] ppid=5506 vsize=481444 CPUtime=0 cores=0-7
/proc/5513/task/5540/stat : 5540 (python) S 5506 5506 5258 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 661110424 492998656 53773 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 514 18446604450584273216 0 0 -1 1 0 0 0
[pid=5516] ppid=5506 vsize=481456 CPUtime=1.09 cores=0-7
/proc/5516/stat : 5516 (python) R 5506 5506 5258 0 -1 4202560 985 0 0 0 58 51 0 0 15 0 1 0 661100399 493010944 53727 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216476027 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/5516/statm: 120364 53727 370 364 0 56279 0
[pid=5518] ppid=5516 vsize=338920 CPUtime=368.49 cores=0-7
/proc/5518/stat : 5518 (cryptominisat-2) R 5516 5518 5518 0 -1 4202496 113035 0 0 0 36826 23 0 0 25 0 1 0 661100400 347054080 67183 33554432000 4194304 4677096 140735272457632 18446744073709551615 4319568 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/5518/statm: 84730 67183 390 118 0 79689 0
[pid=5519] ppid=5506 vsize=491712 CPUtime=1.06 cores=0-7
/proc/5519/stat : 5519 (python) S 5506 5506 5258 0 -1 4202560 962 0 0 0 53 53 0 0 18 0 1 0 661100402 503513088 53731 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204667462 0 0 16781312 514 6978521136657039617 0 0 17 7 0 0 0
/proc/5519/statm: 122928 53731 370 364 0 58840 0
[pid=5521] ppid=5519 vsize=64740 CPUtime=369.55 cores=0-7
/proc/5521/stat : 5521 (lingeling) R 5519 5521 5521 0 -1 4202496 25533 0 0 0 36950 5 0 0 25 0 1 0 661100403 66293760 15355 33554432000 4194304 4352236 140735270971008 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/5521/statm: 16185 15355 129 39 0 15265 0
[pid=5522] ppid=5506 vsize=501968 CPUtime=0.27 cores=0-7
/proc/5522/stat : 5522 (python) S 5506 5506 5258 0 -1 4202560 1089 0 0 0 13 14 0 0 19 0 2 0 661100405 514015232 53765 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5522/statm: 125492 53765 399 364 0 61401 0
[pid=5524] ppid=5522 vsize=80184 CPUtime=98.58 cores=0-7
/proc/5524/stat : 5524 (SApperloT-base) T 5522 5524 5524 0 -1 4202496 19886 0 0 0 9849 9 0 0 25 0 1 0 661100406 82108416 19394 33554432000 134512640 135674940 4287137520 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5524/statm: 20046 19394 100 284 0 19760 0
[pid=5522/tid=5541] ppid=5506 vsize=501968 CPUtime=0 cores=0-7
/proc/5522/task/5541/stat : 5541 (python) S 5506 5506 5258 0 -1 4202560 54 0 0 0 0 0 0 0 19 0 2 0 661110433 514015232 53765 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 514 18446604443423885312 0 0 -1 7 0 0 0
[pid=5525] ppid=5506 vsize=512224 CPUtime=1.09 cores=0-7
/proc/5525/stat : 5525 (python) S 5506 5506 5258 0 -1 4202560 1032 0 0 0 59 50 0 0 15 0 1 0 661100408 524517376 53739 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204667462 0 0 16781312 514 6978521136657039617 0 0 17 4 0 0 0
/proc/5525/statm: 128056 53739 370 364 0 63962 0
[pid=5527] ppid=5525 vsize=336972 CPUtime=362.52 cores=0-7
/proc/5527/stat : 5527 (cryptominisat-2) R 5525 5527 5527 0 -1 4202496 113474 0 0 0 36224 28 0 0 25 0 1 0 661100409 345059328 66663 33554432000 4194304 4677096 140735580464272 18446744073709551615 4320117 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/5527/statm: 84243 66663 390 118 0 79202 0
[pid=5528] ppid=5506 vsize=522480 CPUtime=1.02 cores=0-7
/proc/5528/stat : 5528 (python) S 5506 5506 5258 0 -1 4202560 1005 0 0 0 54 48 0 0 18 0 1 0 661100412 535019520 53743 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204667462 0 0 16781312 514 6978521136657039619 0 0 17 2 0 0 0
/proc/5528/statm: 130620 53743 370 364 0 66523 0
[pid=5530] ppid=5528 vsize=63164 CPUtime=368.37 cores=0-7
/proc/5530/stat : 5530 (lingeling) R 5528 5530 5530 0 -1 4202496 22548 0 0 0 36832 5 0 0 25 0 1 0 661100412 64679936 14961 33554432000 4194304 4352236 140734563433200 18446744073709551615 4329265 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/5530/statm: 15791 14961 129 39 0 14871 0
[pid=5531] ppid=5506 vsize=532736 CPUtime=0.83 cores=0-7
/proc/5531/stat : 5531 (python) S 5506 5506 5258 0 -1 4202560 1164 0 0 0 46 37 0 0 19 0 2 0 661100415 545521664 53777 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5531/statm: 133184 53777 399 364 0 69084 0
[pid=5533] ppid=5531 vsize=157528 CPUtime=297.1 cores=0-7
/proc/5533/stat : 5533 (precosat) T 5531 5533 5533 0 -1 4202496 39466 0 0 0 29700 10 0 0 25 0 1 0 661100416 161308672 38677 33554432000 4194304 4890832 140734478039920 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/5533/statm: 39382 38677 86 171 0 39209 0
[pid=5531/tid=5550] ppid=5506 vsize=532736 CPUtime=0 cores=0-7
/proc/5531/task/5550/stat : 5550 (python) S 5506 5506 5258 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 661130300 545521664 53777 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 514 18446604450340768640 0 0 -1 1 0 0 0
[pid=5534] ppid=5506 vsize=542992 CPUtime=1.12 cores=0-7
/proc/5534/stat : 5534 (python) S 5506 5506 5258 0 -1 4202560 1073 0 0 0 61 51 0 0 15 0 1 0 661100418 556023808 53757 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204667462 0 0 16781312 514 16249444856684839170 0 0 17 2 0 0 0
/proc/5534/statm: 135748 53757 376 364 0 71645 0
[pid=5536] ppid=5534 vsize=321384 CPUtime=368.13 cores=0-7
/proc/5536/stat : 5536 (cryptominisat-2) R 5534 5536 5536 0 -1 4202496 118336 0 0 0 36783 30 0 0 25 0 1 0 661100419 329097216 64611 33554432000 4194304 4677096 140736673669344 18446744073709551615 4320251 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/5536/statm: 80346 64611 390 118 0 75305 0
[pid=5542] ppid=5506 vsize=553248 CPUtime=0.73 cores=0-7
/proc/5542/stat : 5542 (python) S 5506 5506 5258 0 -1 4202560 1011 0 0 0 38 35 0 0 18 0 1 0 661110436 566525952 53755 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204667462 0 0 16781312 514 6978521136657039618 0 0 17 0 0 0 0
/proc/5542/statm: 138312 53755 370 364 0 74206 0
[pid=5544] ppid=5542 vsize=161912 CPUtime=267.58 cores=0-7
/proc/5544/stat : 5544 (precosat) R 5542 5544 5544 0 -1 4202496 41296 0 0 0 26751 7 0 0 25 0 1 0 661110437 165797888 39757 33554432000 4194304 4890832 140734226336528 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/5544/statm: 40478 39757 86 171 0 40305 0
[pid=5551] ppid=5506 vsize=629040 CPUtime=0.19 cores=0-7
/proc/5551/stat : 5551 (python) S 5506 5506 5258 0 -1 4202560 827 0 0 0 9 10 0 0 18 0 1 0 661130303 644136960 53877 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204667462 0 0 16781312 514 6978521136657039620 0 0 17 0 0 0 0
/proc/5551/statm: 157260 53877 371 364 0 93151 0
[pid=5553] ppid=5551 vsize=59304 CPUtime=70.14 cores=0-7
/proc/5553/stat : 5553 (lingeling) R 5551 5553 5553 0 -1 4202496 21515 0 0 0 7010 4 0 0 25 0 1 0 661130304 60727296 13996 33554432000 4194304 4352236 140735603744640 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/5553/statm: 14826 13996 129 39 0 13906 0
[pid=5506/tid=5514] ppid=5504 vsize=639284 CPUtime=0 cores=0-7
/proc/5506/task/5514/stat : 5514 (python) S 5504 5506 5258 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 11 0 661100397 654626816 55404 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 2 0 0 0
[pid=5506/tid=5517] ppid=5504 vsize=639284 CPUtime=0 cores=0-7
/proc/5506/task/5517/stat : 5517 (python) S 5504 5506 5258 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 11 0 661100400 654626816 55404 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 0 0 0 0
[pid=5506/tid=5520] ppid=5504 vsize=639284 CPUtime=0 cores=0-7
/proc/5506/task/5520/stat : 5520 (python) S 5504 5506 5258 0 -1 4202560 22 935 0 0 0 0 0 0 19 0 11 0 661100403 654626816 55404 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 0 0 0 0
[pid=5506/tid=5523] ppid=5504 vsize=639284 CPUtime=0 cores=0-7
/proc/5506/task/5523/stat : 5523 (python) S 5504 5506 5258 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 11 0 661100406 654626816 55404 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 2 0 0 0
[pid=5506/tid=5526] ppid=5504 vsize=639284 CPUtime=0 cores=0-7
/proc/5506/task/5526/stat : 5526 (python) S 5504 5506 5258 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 11 0 661100409 654626816 55404 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 0 0 0 0
[pid=5506/tid=5529] ppid=5504 vsize=639284 CPUtime=0 cores=0-7
/proc/5506/task/5529/stat : 5529 (python) S 5504 5506 5258 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 11 0 661100412 654626816 55404 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 4 0 0 0
[pid=5506/tid=5532] ppid=5504 vsize=639284 CPUtime=0 cores=0-7
/proc/5506/task/5532/stat : 5532 (python) S 5504 5506 5258 0 -1 4202560 24 935 0 0 0 0 0 0 22 0 11 0 661100416 654626816 55404 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 0 0 0 0
[pid=5506/tid=5535] ppid=5504 vsize=639284 CPUtime=0 cores=0-7
/proc/5506/task/5535/stat : 5535 (python) S 5504 5506 5258 0 -1 4202560 29 935 0 0 0 0 0 0 24 0 11 0 661100419 654626816 55404 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 0 0 0 0
[pid=5506/tid=5543] ppid=5504 vsize=639284 CPUtime=0 cores=0-7
/proc/5506/task/5543/stat : 5543 (python) S 5504 5506 5258 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 11 0 661110437 654626816 55404 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 1 0 0 0
[pid=5506/tid=5552] ppid=5504 vsize=639284 CPUtime=0 cores=0-7
/proc/5506/task/5552/stat : 5552 (python) S 5504 5506 5258 0 -1 4202560 75 935 0 0 0 0 0 0 20 0 11 0 661130304 654626816 55404 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2981.93
Current children cumulated vsize (KiB) 7535652

[startup+403.302 s]
/proc/loadavg: 8.16 7.83 7.80 9/390 5555
/proc/meminfo: memFree=24724472/32951124 swapFree=63649232/67111528
[pid=5506] ppid=5504 vsize=639284 CPUtime=1163.93 cores=0-7
/proc/5506/stat : 5506 (python) S 5504 5506 5258 0 -1 4202496 94457 291229 1 0 3320 29 112812 232 17 0 11 0 661097049 654626816 55404 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216477503 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5506/statm: 159821 55404 1894 364 0 95712 0
[pid=5513] ppid=5506 vsize=481444 CPUtime=1.01 cores=0-7
/proc/5513/stat : 5513 (python) S 5506 5506 5258 0 -1 4202560 1205 0 0 0 51 50 0 0 18 0 2 0 661100396 492998656 53773 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204667462 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/5513/statm: 120361 53773 415 364 0 56279 0
[pid=5515] ppid=5513 vsize=62960 CPUtime=369.77 cores=0-7
/proc/5515/stat : 5515 (lingeling) R 5513 5515 5515 0 -1 4202496 22503 0 0 0 36973 4 0 0 25 0 1 0 661100397 64471040 14910 33554432000 4194304 4352236 140735007467920 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/5515/statm: 15740 14910 129 39 0 14820 0
[pid=5513/tid=5540] ppid=5506 vsize=481444 CPUtime=0 cores=0-7
/proc/5513/task/5540/stat : 5540 (python) S 5506 5506 5258 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 661110424 492998656 53773 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 514 18446604450584273216 0 0 -1 1 0 0 0
[pid=5519] ppid=5506 vsize=491712 CPUtime=1.06 cores=0-7
/proc/5519/stat : 5519 (python) S 5506 5506 5258 0 -1 4202560 980 0 0 0 53 53 0 0 15 0 1 0 661100402 503513088 53736 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216477503 0 0 16781824 2 18446744071562232103 0 0 17 7 0 0 0
/proc/5519/statm: 122928 53736 375 364 0 58840 0
[pid=5521] ppid=5519 vsize=0 CPUtime=369.75 cores=0-7
/proc/5521/stat : 5521 (lingeling) R 5519 5521 5521 0 -1 4203524 25533 0 0 0 36970 5 0 0 25 0 1 0 661100403 0 0 33554432000 0 0 0 0 0 0 0 16781312 17506 18446744073709551615 0 0 17 5 0 0 0
/proc/5521/statm: 0 0 0 0 0 0 0
[pid=5528] ppid=5506 vsize=522480 CPUtime=1.02 cores=0-7
/proc/5528/stat : 5528 (python) S 5506 5506 5258 0 -1 4202560 1005 0 0 0 54 48 0 0 18 0 1 0 661100412 535019520 53743 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204667462 0 0 16781312 514 6978521136657039619 0 0 17 2 0 0 0
/proc/5528/statm: 130620 53743 370 364 0 66523 0
[pid=5530] ppid=5528 vsize=63164 CPUtime=368.57 cores=0-7
/proc/5530/stat : 5530 (lingeling) R 5528 5530 5530 0 -1 4202496 22548 0 0 0 36852 5 0 0 25 0 1 0 661100412 64679936 14961 33554432000 4194304 4352236 140734563433200 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/5530/statm: 15791 14961 129 39 0 14871 0
[pid=5534] ppid=5506 vsize=0 CPUtime=369.39 cores=0-7
/proc/5534/stat : 5534 (python) Z 5506 5506 5258 0 -1 4202588 1309 118346 0 0 61 51 36795 32 16 0 1 0 661100418 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5534/statm: 0 0 0 0 0 0 0
[pid=5542] ppid=5506 vsize=553248 CPUtime=0.73 cores=0-7
/proc/5542/stat : 5542 (python) S 5506 5506 5258 0 -1 4202560 1011 0 0 0 38 35 0 0 18 0 1 0 661110436 566525952 53755 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204667462 0 0 16781312 514 6978521136657039618 0 0 17 0 0 0 0
/proc/5542/statm: 138312 53755 370 364 0 74206 0
[pid=5544] ppid=5542 vsize=161912 CPUtime=267.78 cores=0-7
/proc/5544/stat : 5544 (precosat) R 5542 5544 5544 0 -1 4202496 41296 0 0 0 26771 7 0 0 25 0 1 0 661110437 165797888 39757 33554432000 4194304 4890832 140734226336528 18446744073709551615 4238692 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/5544/statm: 40478 39757 86 171 0 40305 0
[pid=5551] ppid=5506 vsize=629040 CPUtime=0.19 cores=0-7
/proc/5551/stat : 5551 (python) S 5506 5506 5258 0 -1 4202560 827 0 0 0 9 10 0 0 18 0 1 0 661130303 644136960 53877 33554432000 4194304 5683644 140734655876672 18446744073709551615 210204667462 0 0 16781312 514 6978521136657039620 0 0 17 0 0 0 0
/proc/5551/statm: 157260 53877 371 364 0 93151 0
[pid=5553] ppid=5551 vsize=59304 CPUtime=70.33 cores=0-7
/proc/5553/stat : 5553 (lingeling) R 5551 5553 5553 0 -1 4202496 21515 0 0 0 7029 4 0 0 25 0 1 0 661130304 60727296 13996 33554432000 4194304 4352236 140735603744640 18446744073709551615 4267906 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/5553/statm: 14826 13996 129 39 0 13906 0
[pid=5506/tid=5514] ppid=5504 vsize=639284 CPUtime=1130.44 cores=0-7
/proc/5506/task/5514/stat : 5514 (python) S 5504 5506 5258 0 -1 4202560 28 291229 0 0 0 0 112812 232 18 0 11 0 661100397 654626816 55404 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 2 0 0 0
[pid=5506/tid=5517] ppid=5504 vsize=639284 CPUtime=1130.44 cores=0-7
/proc/5506/task/5517/stat : 5517 (python) S 5504 5506 5258 0 -1 4202560 21 291229 0 0 0 0 112812 232 20 0 11 0 661100400 654626816 55404 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 0 0 0 0
[pid=5506/tid=5520] ppid=5504 vsize=639284 CPUtime=1130.44 cores=0-7
/proc/5506/task/5520/stat : 5520 (python) S 5504 5506 5258 0 -1 4202560 22 291229 0 0 0 0 112812 232 19 0 11 0 661100403 654626816 55404 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 0 0 0 0
[pid=5506/tid=5523] ppid=5504 vsize=639284 CPUtime=1130.44 cores=0-7
/proc/5506/task/5523/stat : 5523 (python) S 5504 5506 5258 0 -1 4202560 22 291229 0 0 0 0 112812 232 20 0 11 0 661100406 654626816 55404 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 2 0 0 0
[pid=5506/tid=5526] ppid=5504 vsize=639284 CPUtime=1130.44 cores=0-7
/proc/5506/task/5526/stat : 5526 (python) S 5504 5506 5258 0 -1 4202560 23 291229 0 0 0 0 112812 232 20 0 11 0 661100409 654626816 55404 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 0 0 0 0
[pid=5506/tid=5529] ppid=5504 vsize=639284 CPUtime=1130.44 cores=0-7
/proc/5506/task/5529/stat : 5529 (python) S 5504 5506 5258 0 -1 4202560 24 291229 0 0 0 0 112812 232 20 0 11 0 661100412 654626816 55404 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 4 0 0 0
[pid=5506/tid=5532] ppid=5504 vsize=639284 CPUtime=1130.44 cores=0-7
/proc/5506/task/5532/stat : 5532 (python) S 5504 5506 5258 0 -1 4202560 24 291229 0 0 0 0 112812 232 22 0 11 0 661100416 654626816 55404 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 0 0 0 0
[pid=5506/tid=5535] ppid=5504 vsize=639284 CPUtime=1130.44 cores=0-7
/proc/5506/task/5535/stat : 5535 (python) S 5504 5506 5258 0 -1 4202560 29 291229 0 0 0 0 112812 232 24 0 11 0 661100419 654626816 55404 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 0 0 0 0
[pid=5506/tid=5543] ppid=5504 vsize=639284 CPUtime=1130.44 cores=0-7
/proc/5506/task/5543/stat : 5543 (python) S 5504 5506 5258 0 -1 4202560 31 291229 0 0 0 0 112812 232 20 0 11 0 661110437 654626816 55404 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 1 0 0 0
[pid=5506/tid=5552] ppid=5504 vsize=639284 CPUtime=1130.44 cores=0-7
/proc/5506/task/5552/stat : 5552 (python) S 5504 5506 5258 0 -1 4202560 75 291229 0 0 0 0 112812 232 20 0 11 0 661130304 654626816 55404 33554432000 4194304 5683644 140734655876672 18446744073709551615 210216470961 0 0 16781312 2 18446604441733715264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2983.53
Current children cumulated vsize (KiB) 3664548

[startup+403.402 s]
/proc/loadavg: 8.16 7.83 7.80 9/390 5555
/proc/meminfo: memFree=24724472/32951124 swapFree=63649232/67111528
[pid=5506] ppid=5504 vsize=567444 CPUtime=2983.84 cores=0-7
/proc/5506/stat : 5506 (python) R 5504 5506 5258 0 -1 4202496 119537 549500 1 0 3323 31 294484 546 16 0 1 0 661097049 581062656 55311 33554432000 4194304 5683644 140734655876672 18446744073709551615 5258931 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5506/statm: 141861 55311 1874 364 0 77785 0
Current children cumulated CPU time (s) 2983.84
Current children cumulated vsize (KiB) 567444

Child status: 0
Real time (s): 403.427
CPU time (s): 2983.89
CPU user time (s): 2978.09
CPU system time (s): 5.80312
CPU usage (%): 739.635
Max. virtual memory (cumulated for all children) (KiB): 7552192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2978.09
system time used= 5.80312
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 670024
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= 7244
involuntary context switches= 17517

runsolver used 2.10268 second user time and 5.51016 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 23:29:45
IDJOB=3380924
IDBENCH=82500
IDSOLVER=1864
FILE ID=node130/3380924-1305494985
RUNJOBID= node130-1305489807-5272
PBS_JOBID= 13325408
Free space on /tmp= 73376 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_pcb_unknown.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-3380924-1305494985/watcher-3380924-1305494985 -o /tmp/evaluation-result-3380924-1305494985/solver-3380924-1305494985 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380924-1305494985.cnf -seed 1446579105 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= e669f2d68684ca746cc80f142ad8d0dc
RANDOM SEED=1446579105

node130.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.838
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.67
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.838
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.83
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.838
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.75
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.838
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.81
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.838
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.838
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.83
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26404472 kB
Buffers:        300576 kB
Cached:        4147716 kB
SwapCached:      10248 kB
Active:        2322620 kB
Inactive:      3933232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26404472 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           50640 kB
Writeback:           0 kB
AnonPages:     1806368 kB
Mapped:          20384 kB
Slab:           190252 kB
PageTables:      34164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88882536 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= 73348 MiB
End job on node130 at 2011-05-15 23:36:29