Trace number 3317906

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-industrial? (TO) 4800.35 1210.45

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom23.cnf
MD5SUMe560aa6505ddce6d3784f70d5b7aff66
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables57800
Number of clauses193923
Sum of the clauses size495331
Maximum clause length1803
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298497
Number of clauses of size 394437
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5692

Solver Data

0.37/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.68	c INFO: solving HOME/instance-3317906-1304270131.cnf
0.37/0.68	c INFO: computing task features
0.95/1.26	c INFO: computed variable-clause graph statistics
0.95/1.28	c INFO: computed clause balance statistics
4.16/4.45	c INFO: computed variable balance statistics
6.55/6.82	c INFO: computed small-clause counts
6.55/6.84	c INFO: computed Horn-clause counts
10.66/10.91	c INFO: computed variable graph statistics
10.66/10.91	c INFO: collected features for HOME/instance-3317906-1304270131.cnf in 10.21 s
10.66/10.94	c INFO: running lingeling-276@0 for 97 with 4789 remaining (b = 0.35)
10.66/10.96	c INFO: running cryptominisat-2.9.0@0 for 485 with 4789 remaining (b = 0.32)
10.66/10.99	c INFO: running lingeling-276@0 for 1261 with 4789 remaining (b = 0.46)
10.75/11.01	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4789 remaining (b = 0.50)
410.13/111.10	c INFO: running lingeling-276@0 for 1164 with 4689 remaining (b = 0.38)
1977.21/503.44	c INFO: running lingeling-276@0 for 97 with 4297 remaining (b = 0.27)
2376.92/603.59	c INFO: running lingeling-276@99 for 97 with 4197 remaining (b = 0.08)
2757.12/698.72	c INFO: running SApperloT@0 for 97 with 4101 remaining (b = 0.12)
3156.88/798.88	c INFO: running precosat-570@0 for 291 with 4001 remaining (b = 0.18)
4324.39/1091.28	c INFO: running lingeling-276@194 for 291 with 3709 remaining (b = 0.13)
4800.35/1210.44	c INFO: running lingeling-276@0 for 97 with 3590 remaining (b = 0.08)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3317906-1304270131/watcher-3317906-1304270131 -o /tmp/evaluation-result-3317906-1304270131/solver-3317906-1304270131 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317906-1304270131.cnf -seed 1846542180 -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: 9.26 8.71 7.90 6/198 22593
/proc/meminfo: memFree=27264328/32950928 swapFree=67111356/67111528
[pid=22593] ppid=22591 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/22593/stat : 22593 (python) S 22591 22593 21930 0 -1 4202496 727 0 0 0 0 0 0 0 20 0 1 0 617243794 15548416 617 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 0
/proc/22593/statm: 3796 617 322 364 0 283 0

[startup+0.0778691 s]
/proc/loadavg: 9.26 8.71 7.90 6/198 22593
/proc/meminfo: memFree=27264328/32950928 swapFree=67111356/67111528
[pid=22593] ppid=22591 vsize=43620 CPUtime=0.04 cores=1,3,5,7
/proc/22593/stat : 22593 (python) S 22591 22593 21930 0 -1 4202496 1879 0 0 0 3 1 0 0 17 0 1 0 617243794 44666880 1654 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 0
/proc/22593/statm: 10905 1654 467 364 0 1170 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 43620

[startup+0.100874 s]
/proc/loadavg: 9.26 8.71 7.90 6/198 22593
/proc/meminfo: memFree=27264328/32950928 swapFree=67111356/67111528
[pid=22593] ppid=22591 vsize=85620 CPUtime=0.06 cores=1,3,5,7
/proc/22593/stat : 22593 (python) R 22591 22593 21930 0 -1 4202496 2630 0 0 0 4 2 0 0 17 0 1 0 617243794 87674880 2348 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895488512 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22593/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300849 s]
/proc/loadavg: 9.26 8.71 7.90 6/198 22593
/proc/meminfo: memFree=27264328/32950928 swapFree=67111356/67111528
[pid=22593] ppid=22591 vsize=135748 CPUtime=0.19 cores=1,3,5,7
/proc/22593/stat : 22593 (python) R 22591 22593 21930 0 -1 4202496 5963 935 1 0 13 6 0 0 17 0 1 0 617243794 139005952 4150 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895486469 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/22593/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.70075 s]
/proc/loadavg: 9.26 8.71 7.90 6/198 22593
/proc/meminfo: memFree=27264328/32950928 swapFree=67111356/67111528
[pid=22593] ppid=22591 vsize=282768 CPUtime=0.44 cores=1,3,5,7
/proc/22593/stat : 22593 (python) R 22591 22593 21930 0 -1 4202496 10336 935 1 0 32 12 0 0 15 0 1 0 617243794 289554432 8015 33554432000 4194304 5683644 140734608722048 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22593/statm: 70692 8015 1761 364 0 6616 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 282768

[startup+1.50061 s]
/proc/loadavg: 9.26 8.71 7.90 7/199 22598
/proc/meminfo: memFree=27215420/32950928 swapFree=67111356/67111528
[pid=22593] ppid=22591 vsize=319628 CPUtime=1.25 cores=1,3,5,7
/proc/22593/stat : 22593 (python) R 22591 22593 21930 0 -1 4202496 24263 935 1 0 110 15 0 0 16 0 1 0 617243794 327299072 17292 33554432000 4194304 5683644 140734608722048 18446744073709551615 46974386860153 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22593/statm: 79907 17292 1826 364 0 15831 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 319628

[startup+3.10029 s]
/proc/loadavg: 9.26 8.71 7.90 7/199 22598
/proc/meminfo: memFree=27195084/32950928 swapFree=67111356/67111528
[pid=22593] ppid=22591 vsize=319628 CPUtime=2.85 cores=1,3,5,7
/proc/22593/stat : 22593 (python) R 22591 22593 21930 0 -1 4202496 24263 935 1 0 270 15 0 0 18 0 1 0 617243794 327299072 17292 33554432000 4194304 5683644 140734608722048 18446744073709551615 46974389671709 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22593/statm: 79907 17292 1826 364 0 15831 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 319628

[startup+6.30069 s]
/proc/loadavg: 9.00 8.66 7.89 7/199 22598
/proc/meminfo: memFree=27185736/32950928 swapFree=67111356/67111528
[pid=22593] ppid=22591 vsize=319628 CPUtime=6.05 cores=1,3,5,7
/proc/22593/stat : 22593 (python) R 22591 22593 21930 0 -1 4202496 24264 935 1 0 590 15 0 0 25 0 1 0 617243794 327299072 17293 33554432000 4194304 5683644 140734608722048 18446744073709551615 46974389671154 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22593/statm: 79907 17293 1827 364 0 15831 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 319628

[startup+12.7014 s]
/proc/loadavg: 8.76 8.62 7.88 10/211 22611
/proc/meminfo: memFree=27095416/32950928 swapFree=67111356/67111528
[pid=22593] ppid=22591 vsize=357484 CPUtime=10.76 cores=1,3,5,7
/proc/22593/stat : 22593 (python) S 22591 22593 21930 0 -1 4202496 26972 935 1 0 1060 16 0 0 22 0 5 0 617243794 366063616 16568 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22593/statm: 89371 16568 1881 364 0 25280 0
[pid=22599] ppid=22593 vsize=316472 CPUtime=0 cores=1,3,5,7
/proc/22599/stat : 22599 (python) S 22593 22593 21930 0 -1 4202560 809 0 0 0 0 0 0 0 18 0 1 0 617244888 324067328 15029 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895510543 0 0 16781312 514 4553518284200214527 0 0 17 1 0 0 0
/proc/22599/statm: 79118 15029 358 364 0 15036 0
[pid=22601] ppid=22599 vsize=21348 CPUtime=1.74 cores=1,3,5,7
/proc/22601/stat : 22601 (lingeling) R 22599 22601 22601 0 -1 4202496 6578 0 0 0 174 0 0 0 25 0 1 0 617244889 21860352 4265 33554432000 4194304 4352236 140733876703584 18446744073709551615 4207597 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/22601/statm: 5337 4265 127 39 0 4417 0
[pid=22603] ppid=22593 vsize=326728 CPUtime=0 cores=1,3,5,7
/proc/22603/stat : 22603 (python) S 22593 22593 21930 0 -1 4202560 751 0 0 0 0 0 0 0 17 0 1 0 617244890 334569472 15022 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895510598 0 0 16781312 514 4584673221051121928 0 0 17 1 0 0 0
/proc/22603/statm: 81682 15022 347 364 0 17597 0
[pid=22605] ppid=22603 vsize=109700 CPUtime=1.72 cores=1,3,5,7
/proc/22605/stat : 22605 (cryptominisat-2) R 22603 22605 22605 0 -1 4202496 20098 0 0 0 168 4 0 0 25 0 1 0 617244891 112332800 18783 33554432000 4194304 4677096 140735823113664 18446744073709551615 4250231 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22605/statm: 27425 18783 361 118 0 22384 0
[pid=22606] ppid=22593 vsize=336984 CPUtime=0 cores=1,3,5,7
/proc/22606/stat : 22606 (python) S 22593 22593 21930 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 617244893 345071616 15026 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895510598 0 0 16781312 514 4553514435909517311 0 0 17 5 0 0 0
/proc/22606/statm: 84246 15026 347 364 0 20158 0
[pid=22608] ppid=22606 vsize=21344 CPUtime=1.69 cores=1,3,5,7
/proc/22608/stat : 22608 (lingeling) R 22606 22608 22608 0 -1 4202496 6579 0 0 0 168 1 0 0 25 0 1 0 617244893 21856256 4267 33554432000 4194304 4352236 140735617235840 18446744073709551615 4229934 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/22608/statm: 5336 4267 127 39 0 4416 0
[pid=22609] ppid=22593 vsize=347240 CPUtime=0 cores=1,3,5,7
/proc/22609/stat : 22609 (python) S 22593 22593 21930 0 -1 4202560 766 0 0 0 0 0 0 0 15 0 1 0 617244895 355573760 15030 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895510598 0 0 16781312 514 5633875594786603272 0 0 17 1 0 0 0
/proc/22609/statm: 86810 15030 347 364 0 22719 0
[pid=22611] ppid=22609 vsize=106592 CPUtime=1.67 cores=1,3,5,7
/proc/22611/stat : 22611 (cryptominisat-2) R 22609 22611 22611 0 -1 4202496 19460 0 0 0 165 2 0 0 25 0 1 0 617244896 109150208 18145 33554432000 4194304 4677096 140734541181072 18446744073709551615 4250231 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22611/statm: 26648 18145 361 118 0 21607 0
[pid=22593/tid=22600] ppid=22591 vsize=357484 CPUtime=0 cores=1,3,5,7
/proc/22593/task/22600/stat : 22600 (python) S 22591 22593 21930 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 617244888 366063616 16568 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 2 18446604464429941696 0 0 -1 1 0 0 0
[pid=22593/tid=22604] ppid=22591 vsize=357484 CPUtime=0 cores=1,3,5,7
/proc/22593/task/22604/stat : 22604 (python) S 22591 22593 21930 0 -1 4202560 22 935 0 0 0 0 0 0 25 0 5 0 617244891 366063616 16568 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 2 18446604464429941696 0 0 -1 1 0 0 0
[pid=22593/tid=22607] ppid=22591 vsize=357484 CPUtime=0 cores=1,3,5,7
/proc/22593/task/22607/stat : 22607 (python) S 22591 22593 21930 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 617244893 366063616 16568 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 2 18446604464429941696 0 0 -1 5 0 0 0
[pid=22593/tid=22610] ppid=22591 vsize=357484 CPUtime=0 cores=1,3,5,7
/proc/22593/task/22610/stat : 22610 (python) S 22591 22593 21930 0 -1 4202560 29 935 0 0 0 0 0 0 22 0 5 0 617244896 366063616 16568 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 2 18446604464429941696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17.58
Current children cumulated vsize (KiB) 1943892

[startup+25.501 s]
/proc/loadavg: 8.81 8.63 7.90 10/211 22611
/proc/meminfo: memFree=26802120/32950928 swapFree=67111356/67111528
[pid=22593] ppid=22591 vsize=357484 CPUtime=10.76 cores=1,3,5,7
/proc/22593/stat : 22593 (python) S 22591 22593 21930 0 -1 4202496 26972 935 1 0 1060 16 0 0 22 0 5 0 617243794 366063616 16568 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22593/statm: 89371 16568 1881 364 0 25280 0
[pid=22599] ppid=22593 vsize=316472 CPUtime=0.01 cores=1,3,5,7
/proc/22599/stat : 22599 (python) S 22593 22593 21930 0 -1 4202560 984 0 0 0 0 1 0 0 18 0 1 0 617244888 324067328 15052 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895510543 0 0 16781312 514 1196708455671365896 0 0 17 1 0 0 0
/proc/22599/statm: 79118 15052 381 364 0 15036 0
[pid=22601] ppid=22599 vsize=20252 CPUtime=14.48 cores=1,3,5,7
/proc/22601/stat : 22601 (lingeling) R 22599 22601 22601 0 -1 4202496 7511 0 0 0 1448 0 0 0 25 0 1 0 617244889 20738048 4140 33554432000 4194304 4352236 140733876703584 18446744073709551615 4238615 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/22601/statm: 5063 4140 129 39 0 4143 0
[pid=22603] ppid=22593 vsize=326728 CPUtime=0.01 cores=1,3,5,7
/proc/22603/stat : 22603 (python) S 22593 22593 21930 0 -1 4202560 910 0 0 0 0 1 0 0 15 0 1 0 617244890 334569472 15045 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895510598 0 0 16781312 514 4584673221051121928 0 0 17 1 0 0 0
/proc/22603/statm: 81682 15045 370 364 0 17597 0
[pid=22605] ppid=22603 vsize=221512 CPUtime=14.49 cores=1,3,5,7
/proc/22605/stat : 22605 (cryptominisat-2) R 22603 22605 22605 0 -1 4202496 51728 0 0 0 1442 7 0 0 25 0 1 0 617244891 226828288 45075 33554432000 4194304 4677096 140735823113664 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22605/statm: 55378 45075 393 118 0 50337 0
[pid=22606] ppid=22593 vsize=336984 CPUtime=0.01 cores=1,3,5,7
/proc/22606/stat : 22606 (python) S 22593 22593 21930 0 -1 4202560 930 0 0 0 0 1 0 0 18 0 1 0 617244893 345071616 15049 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895510598 0 0 16781312 514 1196708455671365896 0 0 17 5 0 0 0
/proc/22606/statm: 84246 15049 370 364 0 20158 0
[pid=22608] ppid=22606 vsize=21176 CPUtime=14.4 cores=1,3,5,7
/proc/22608/stat : 22608 (lingeling) R 22606 22608 22608 0 -1 4202496 7834 0 0 0 1439 1 0 0 25 0 1 0 617244893 21684224 4464 33554432000 4194304 4352236 140735617235840 18446744073709551615 4259013 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/22608/statm: 5294 4464 129 39 0 4374 0
[pid=22609] ppid=22593 vsize=347240 CPUtime=0.01 cores=1,3,5,7
/proc/22609/stat : 22609 (python) S 22593 22593 21930 0 -1 4202560 943 0 0 0 1 0 0 0 15 0 1 0 617244895 355573760 15053 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895510598 0 0 16781312 514 5633875594786603272 0 0 17 1 0 0 0
/proc/22609/statm: 86810 15053 370 364 0 22719 0
[pid=22611] ppid=22609 vsize=226040 CPUtime=14.47 cores=1,3,5,7
/proc/22611/stat : 22611 (cryptominisat-2) R 22609 22611 22611 0 -1 4202496 52919 0 0 0 1438 9 0 0 25 0 1 0 617244896 231464960 46440 33554432000 4194304 4677096 140734541181072 18446744073709551615 4236765 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22611/statm: 56510 46440 393 118 0 51469 0
[pid=22593/tid=22600] ppid=22591 vsize=357484 CPUtime=0 cores=1,3,5,7
/proc/22593/task/22600/stat : 22600 (python) S 22591 22593 21930 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 617244888 366063616 16568 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 2 18446604464429941696 0 0 -1 1 0 0 0
[pid=22593/tid=22604] ppid=22591 vsize=357484 CPUtime=0 cores=1,3,5,7
/proc/22593/task/22604/stat : 22604 (python) S 22591 22593 21930 0 -1 4202560 22 935 0 0 0 0 0 0 25 0 5 0 617244891 366063616 16568 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 2 18446604464429941696 0 0 -1 1 0 0 0
[pid=22593/tid=22607] ppid=22591 vsize=357484 CPUtime=0 cores=1,3,5,7
/proc/22593/task/22607/stat : 22607 (python) S 22591 22593 21930 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 617244893 366063616 16568 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 2 18446604464429941696 0 0 -1 5 0 0 0
[pid=22593/tid=22610] ppid=22591 vsize=357484 CPUtime=0 cores=1,3,5,7
/proc/22593/task/22610/stat : 22610 (python) S 22591 22593 21930 0 -1 4202560 29 935 0 0 0 0 0 0 22 0 5 0 617244896 366063616 16568 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 2 18446604464429941696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 68.64
Current children cumulated vsize (KiB) 2173888

[startup+51.1012 s]
/proc/loadavg: 8.87 8.66 7.93 10/211 22612
/proc/meminfo: memFree=26691964/32950928 swapFree=67111356/67111528
[pid=22593] ppid=22591 vsize=357484 CPUtime=10.76 cores=1,3,5,7
/proc/22593/stat : 22593 (python) S 22591 22593 21930 0 -1 4202496 26972 935 1 0 1060 16 0 0 22 0 5 0 617243794 366063616 16568 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22593/statm: 89371 16568 1881 364 0 25280 0
[pid=22599] ppid=22593 vsize=316472 CPUtime=0.05 cores=1,3,5,7
/proc/22599/stat : 22599 (python) S 22593 22593 21930 0 -1 4202560 998 0 0 0 3 2 0 0 18 0 1 0 617244888 324067328 15052 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895510543 0 0 16781312 514 1196708455671365896 0 0 17 1 0 0 0
/proc/22599/statm: 79118 15052 381 364 0 15036 0
[pid=22601] ppid=22599 vsize=21736 CPUtime=39.96 cores=1,3,5,7
/proc/22601/stat : 22601 (lingeling) R 22599 22601 22601 0 -1 4202496 7974 0 0 0 3995 1 0 0 25 0 1 0 617244889 22257664 4603 33554432000 4194304 4352236 140733876703584 18446744073709551615 4267960 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/22601/statm: 5434 4603 129 39 0 4514 0
[pid=22603] ppid=22593 vsize=326728 CPUtime=0.06 cores=1,3,5,7
/proc/22603/stat : 22603 (python) S 22593 22593 21930 0 -1 4202560 920 0 0 0 3 3 0 0 15 0 1 0 617244890 334569472 15045 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895510598 0 0 16781312 514 4584673221051121928 0 0 17 1 0 0 0
/proc/22603/statm: 81682 15045 370 364 0 17597 0
[pid=22605] ppid=22603 vsize=273740 CPUtime=40.05 cores=1,3,5,7
/proc/22605/stat : 22605 (cryptominisat-2) R 22603 22605 22605 0 -1 4202496 75044 0 0 0 3993 12 0 0 25 0 1 0 617244891 280309760 57446 33554432000 4194304 4677096 140735823113664 18446744073709551615 4319292 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22605/statm: 68435 57446 393 118 0 63394 0
[pid=22606] ppid=22593 vsize=336984 CPUtime=0.05 cores=1,3,5,7
/proc/22606/stat : 22606 (python) S 22593 22593 21930 0 -1 4202560 945 0 0 0 2 3 0 0 18 0 1 0 617244893 345071616 15049 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895510598 0 0 16781312 514 1196708455671365896 0 0 17 5 0 0 0
/proc/22606/statm: 84246 15049 370 364 0 20158 0
[pid=22608] ppid=22606 vsize=21176 CPUtime=39.84 cores=1,3,5,7
/proc/22608/stat : 22608 (lingeling) R 22606 22608 22608 0 -1 4202496 7834 0 0 0 3983 1 0 0 25 0 1 0 617244893 21684224 4464 33554432000 4194304 4352236 140735617235840 18446744073709551615 4328429 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/22608/statm: 5294 4464 129 39 0 4374 0
[pid=22609] ppid=22593 vsize=347240 CPUtime=0.06 cores=1,3,5,7
/proc/22609/stat : 22609 (python) S 22593 22593 21930 0 -1 4202560 958 0 0 0 3 3 0 0 15 0 1 0 617244895 355573760 15053 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895510598 0 0 16781312 514 5633875594786603272 0 0 17 1 0 0 0
/proc/22609/statm: 86810 15053 370 364 0 22719 0

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

/proc/meminfo: memFree=25731220/32950928 swapFree=67111356/67111528
[pid=22593] ppid=22591 vsize=388252 CPUtime=10.89 cores=1,3,5,7
/proc/22593/stat : 22593 (python) S 22591 22593 21930 0 -1 4202496 30056 935 1 0 1072 17 0 0 18 0 8 0 617243794 397570048 16587 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22593/statm: 97063 16587 1888 364 0 32963 0
[pid=22599] ppid=22593 vsize=326716 CPUtime=1.58 cores=1,3,5,7
/proc/22599/stat : 22599 (python) S 22593 22593 21930 0 -1 4202560 1212 0 0 0 75 83 0 0 18 0 2 0 617244888 334557184 15091 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895510598 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22599/statm: 81679 15091 415 364 0 17597 0
[pid=22601] ppid=22599 vsize=60240 CPUtime=1168.96 cores=1,3,5,7
/proc/22601/stat : 22601 (lingeling) R 22599 22601 22601 0 -1 4202496 31937 0 0 0 116893 3 0 0 25 0 1 0 617244889 61685760 14229 33554432000 4194304 4352236 140733876703584 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/22601/statm: 15060 14229 129 39 0 14140 0
[pid=22599/tid=22614] ppid=22593 vsize=326716 CPUtime=0 cores=1,3,5,7
/proc/22599/task/22614/stat : 22614 (python) S 22593 22593 21930 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617254901 334557184 15091 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 514 18446604471152761024 0 0 -1 1 0 0 0
[pid=22603] ppid=22593 vsize=326728 CPUtime=0.7 cores=1,3,5,7
/proc/22603/stat : 22603 (python) S 22593 22593 21930 0 -1 4202560 1131 0 0 0 35 35 0 0 16 0 2 0 617244890 334569472 15075 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22603/statm: 81682 15075 399 364 0 17597 0
[pid=22605] ppid=22603 vsize=648836 CPUtime=491.78 cores=1,3,5,7
/proc/22605/stat : 22605 (cryptominisat-2) T 22603 22605 22605 0 -1 4202496 358259 0 0 0 49092 86 0 0 25 0 1 0 617244891 664408064 137840 33554432000 4194304 4677096 140735823113664 18446744073709551615 4319729 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/22605/statm: 162209 137840 393 118 0 157168 0
[pid=22603/tid=22634] ppid=22593 vsize=326728 CPUtime=0 cores=1,3,5,7
/proc/22603/task/22634/stat : 22634 (python) S 22593 22593 21930 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 617294136 334569472 15075 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 514 18446604471152761920 0 0 -1 1 0 0 0
[pid=22606] ppid=22593 vsize=336984 CPUtime=1.59 cores=1,3,5,7
/proc/22606/stat : 22606 (python) S 22593 22593 21930 0 -1 4202560 998 0 0 0 78 81 0 0 18 0 1 0 617244893 345071616 15049 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895510598 0 0 16781312 514 1196708455671365896 0 0 17 5 0 0 0
/proc/22606/statm: 84246 15049 370 364 0 20158 0
[pid=22608] ppid=22606 vsize=56156 CPUtime=1163.58 cores=1,3,5,7
/proc/22608/stat : 22608 (lingeling) R 22606 22608 22608 0 -1 4202496 34500 0 0 0 116352 6 0 0 25 0 1 0 617244893 57503744 13209 33554432000 4194304 4352236 140735617235840 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/22608/statm: 14039 13209 129 39 0 13119 0
[pid=22609] ppid=22593 vsize=347240 CPUtime=1.66 cores=1,3,5,7
/proc/22609/stat : 22609 (python) S 22593 22593 21930 0 -1 4202560 1022 0 0 0 84 82 0 0 15 0 1 0 617244895 355573760 15054 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895510598 0 0 16781312 514 1196708455671365896 0 0 17 3 0 0 0
/proc/22609/statm: 86810 15054 371 364 0 22719 0
[pid=22611] ppid=22609 vsize=831452 CPUtime=1169.58 cores=1,3,5,7
/proc/22611/stat : 22611 (cryptominisat-2) R 22609 22611 22611 0 -1 4202496 677722 0 0 0 116749 209 0 0 25 0 1 0 617244896 851406848 168558 33554432000 4194304 4677096 140734541181072 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22611/statm: 207863 168558 393 118 0 202822 0
[pid=22635] ppid=22593 vsize=357496 CPUtime=0.39 cores=1,3,5,7
/proc/22635/stat : 22635 (python) S 22593 22593 21930 0 -1 4202560 1165 0 0 0 20 19 0 0 18 0 2 0 617294138 366075904 15087 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895510598 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22635/statm: 89374 15087 399 364 0 25280 0
[pid=22637] ppid=22635 vsize=34876 CPUtime=285.47 cores=1,3,5,7
/proc/22637/stat : 22637 (lingeling) R 22635 22637 22637 0 -1 4202496 11266 0 0 0 28546 1 0 0 25 0 1 0 617294138 35713024 7889 33554432000 4194304 4352236 140735614662768 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/22637/statm: 8719 7889 129 39 0 7799 0
[pid=22635/tid=22640] ppid=22593 vsize=357496 CPUtime=0 cores=1,3,5,7
/proc/22635/task/22640/stat : 22640 (python) S 22593 22593 21930 0 -1 4202560 51 0 0 0 0 0 0 0 18 0 2 0 617304151 366075904 15087 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 514 18446604471151382720 0 0 -1 1 0 0 0
[pid=22644] ppid=22593 vsize=367752 CPUtime=0.13 cores=1,3,5,7
/proc/22644/stat : 22644 (python) S 22593 22593 21930 0 -1 4202560 1121 0 0 0 7 6 0 0 19 0 2 0 617313666 376578048 15091 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22644/statm: 91938 15091 399 364 0 27841 0
[pid=22646] ppid=22644 vsize=122420 CPUtime=99.84 cores=1,3,5,7
/proc/22646/stat : 22646 (SApperloT-base) T 22644 22646 22646 0 -1 4202496 30224 0 0 0 9972 12 0 0 25 0 1 0 617313667 125358080 29721 33554432000 134512640 135674940 4288307680 18446744073709551615 134552263 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22646/statm: 30605 29721 100 284 0 30319 0
[pid=22644/tid=22649] ppid=22593 vsize=367752 CPUtime=0 cores=1,3,5,7
/proc/22644/task/22649/stat : 22649 (python) S 22593 22593 21930 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617323679 376578048 15091 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 514 18446604471133282496 0 0 -1 1 0 0 0
[pid=22650] ppid=22593 vsize=378008 CPUtime=0.43 cores=1,3,5,7
/proc/22650/stat : 22650 (python) S 22593 22593 21930 0 -1 4202560 1162 0 0 0 23 20 0 0 19 0 2 0 617323682 387080192 15095 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22650/statm: 94502 15095 399 364 0 30402 0
[pid=22652] ppid=22650 vsize=59720 CPUtime=291.54 cores=1,3,5,7
/proc/22652/stat : 22652 (precosat) T 22650 22652 22652 0 -1 4202496 20026 0 0 0 29151 3 0 0 25 0 1 0 617323682 61153280 14547 33554432000 4194304 4890832 140735269640992 18446744073709551615 4291474 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/22652/statm: 14930 14547 86 171 0 14757 0
[pid=22650/tid=22710] ppid=22593 vsize=378008 CPUtime=0 cores=1,3,5,7
/proc/22650/task/22710/stat : 22710 (python) S 22593 22593 21930 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 617352920 387080192 15095 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 514 18446604464429943488 0 0 -1 3 0 0 0
[pid=22593/tid=22600] ppid=22591 vsize=388252 CPUtime=0 cores=1,3,5,7
/proc/22593/task/22600/stat : 22600 (python) S 22591 22593 21930 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 8 0 617244888 397570048 16587 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 2 18446604464429941696 0 0 -1 1 0 0 0
[pid=22593/tid=22604] ppid=22591 vsize=388252 CPUtime=0 cores=1,3,5,7
/proc/22593/task/22604/stat : 22604 (python) S 22591 22593 21930 0 -1 4202560 22 935 0 0 0 0 0 0 25 0 8 0 617244891 397570048 16587 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 2 18446604464429941696 0 0 -1 1 0 0 0
[pid=22593/tid=22607] ppid=22591 vsize=388252 CPUtime=0 cores=1,3,5,7
/proc/22593/task/22607/stat : 22607 (python) S 22591 22593 21930 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 8 0 617244893 397570048 16587 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 2 18446604464429941696 0 0 -1 5 0 0 0
[pid=22593/tid=22610] ppid=22591 vsize=388252 CPUtime=0 cores=1,3,5,7
/proc/22593/task/22610/stat : 22610 (python) S 22591 22593 21930 0 -1 4202560 29 935 0 0 0 0 0 0 22 0 8 0 617244896 397570048 16587 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 2 18446604464429941696 0 0 -1 1 0 0 0
[pid=22593/tid=22636] ppid=22591 vsize=388252 CPUtime=0 cores=1,3,5,7
/proc/22593/task/22636/stat : 22636 (python) S 22591 22593 21930 0 -1 4202560 37 935 0 0 0 0 0 0 18 0 8 0 617294138 397570048 16587 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 2 18446604464429941696 0 0 -1 1 0 0 0
[pid=22593/tid=22645] ppid=22591 vsize=388252 CPUtime=0 cores=1,3,5,7
/proc/22593/task/22645/stat : 22645 (python) S 22591 22593 21930 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 617313666 397570048 16587 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 2 18446604464429941696 0 0 -1 1 0 0 0
[pid=22593/tid=22651] ppid=22591 vsize=388252 CPUtime=0 cores=1,3,5,7
/proc/22593/task/22651/stat : 22651 (python) S 22591 22593 21930 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 8 0 617323682 397570048 16587 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 2 18446604464429941696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4688.12
Current children cumulated vsize (KiB) 4642876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1210.4 s]
/proc/loadavg: 10.19 9.64 8.97 11/231 22717
/proc/meminfo: memFree=25731296/32950928 swapFree=67111356/67111528
[pid=22593] ppid=22591 vsize=388252 CPUtime=10.89 cores=1,3,5,7
/proc/22593/stat : 22593 (python) S 22591 22593 21930 0 -1 4202496 30056 935 1 0 1072 17 0 0 18 0 8 0 617243794 397570048 16587 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22593/statm: 97063 16587 1888 364 0 32963 0
[pid=22599] ppid=22593 vsize=326716 CPUtime=1.62 cores=1,3,5,7
/proc/22599/stat : 22599 (python) S 22593 22593 21930 0 -1 4202560 1213 0 0 0 77 85 0 0 18 0 2 0 617244888 334557184 15091 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895510598 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22599/statm: 81679 15091 415 364 0 17597 0
[pid=22601] ppid=22599 vsize=58192 CPUtime=1197.04 cores=1,3,5,7
/proc/22601/stat : 22601 (lingeling) R 22599 22601 22601 0 -1 4202496 33985 0 0 0 119701 3 0 0 25 0 1 0 617244889 59588608 13717 33554432000 4194304 4352236 140733876703584 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/22601/statm: 14548 13717 129 39 0 13628 0
[pid=22599/tid=22614] ppid=22593 vsize=326716 CPUtime=0 cores=1,3,5,7
/proc/22599/task/22614/stat : 22614 (python) S 22593 22593 21930 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617254901 334557184 15091 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 514 18446604471152761024 0 0 -1 1 0 0 0
[pid=22603] ppid=22593 vsize=326728 CPUtime=0.7 cores=1,3,5,7
/proc/22603/stat : 22603 (python) S 22593 22593 21930 0 -1 4202560 1131 0 0 0 35 35 0 0 16 0 2 0 617244890 334569472 15075 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22603/statm: 81682 15075 399 364 0 17597 0
[pid=22605] ppid=22603 vsize=648836 CPUtime=491.78 cores=1,3,5,7
/proc/22605/stat : 22605 (cryptominisat-2) T 22603 22605 22605 0 -1 4202496 358259 0 0 0 49092 86 0 0 25 0 1 0 617244891 664408064 137840 33554432000 4194304 4677096 140735823113664 18446744073709551615 4319729 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/22605/statm: 162209 137840 393 118 0 157168 0
[pid=22603/tid=22634] ppid=22593 vsize=326728 CPUtime=0 cores=1,3,5,7
/proc/22603/task/22634/stat : 22634 (python) S 22593 22593 21930 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 617294136 334569472 15075 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 514 18446604471152761920 0 0 -1 1 0 0 0
[pid=22606] ppid=22593 vsize=336988 CPUtime=1.63 cores=1,3,5,7
/proc/22606/stat : 22606 (python) R 22593 22593 21930 0 -1 4202560 998 0 0 0 80 83 0 0 18 0 1 0 617244893 345075712 15049 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895490363 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/22606/statm: 84246 15049 370 364 0 20158 0
[pid=22608] ppid=22606 vsize=56156 CPUtime=1191.46 cores=1,3,5,7
/proc/22608/stat : 22608 (lingeling) R 22606 22608 22608 0 -1 4202496 35012 0 0 0 119140 6 0 0 25 0 1 0 617244893 57503744 13209 33554432000 4194304 4352236 140735617235840 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/22608/statm: 14039 13209 129 39 0 13119 0
[pid=22609] ppid=22593 vsize=347240 CPUtime=1.71 cores=1,3,5,7
/proc/22609/stat : 22609 (python) S 22593 22593 21930 0 -1 4202560 1022 0 0 0 86 85 0 0 16 0 1 0 617244895 355573760 15054 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895510598 0 0 16781312 514 1196708455671365896 0 0 17 3 0 0 0
/proc/22609/statm: 86810 15054 371 364 0 22719 0
[pid=22611] ppid=22609 vsize=721236 CPUtime=1197.65 cores=1,3,5,7
/proc/22611/stat : 22611 (cryptominisat-2) R 22609 22611 22611 0 -1 4202496 690175 0 0 0 119550 215 0 0 25 0 1 0 617244896 738545664 163543 33554432000 4194304 4677096 140734541181072 18446744073709551615 4320112 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22611/statm: 180309 163543 393 118 0 175268 0
[pid=22635] ppid=22593 vsize=357496 CPUtime=0.43 cores=1,3,5,7
/proc/22635/stat : 22635 (python) S 22593 22593 21930 0 -1 4202560 1165 0 0 0 22 21 0 0 18 0 2 0 617294138 366075904 15087 33554432000 4194304 5683644 140734608722048 18446744073709551615 231895510598 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22635/statm: 89374 15087 399 364 0 25280 0
[pid=22637] ppid=22635 vsize=34876 CPUtime=313.5 cores=1,3,5,7
/proc/22637/stat : 22637 (lingeling) R 22635 22637 22637 0 -1 4202496 11266 0 0 0 31349 1 0 0 25 0 1 0 617294138 35713024 7889 33554432000 4194304 4352236 140735614662768 18446744073709551615 4207755 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/22637/statm: 8719 7889 129 39 0 7799 0
[pid=22635/tid=22640] ppid=22593 vsize=357496 CPUtime=0 cores=1,3,5,7
/proc/22635/task/22640/stat : 22640 (python) S 22593 22593 21930 0 -1 4202560 51 0 0 0 0 0 0 0 18 0 2 0 617304151 366075904 15087 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 514 18446604471151382720 0 0 -1 1 0 0 0
[pid=22644] ppid=22593 vsize=367752 CPUtime=0.13 cores=1,3,5,7
/proc/22644/stat : 22644 (python) S 22593 22593 21930 0 -1 4202560 1121 0 0 0 7 6 0 0 19 0 2 0 617313666 376578048 15091 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22644/statm: 91938 15091 399 364 0 27841 0
[pid=22646] ppid=22644 vsize=122420 CPUtime=99.84 cores=1,3,5,7
/proc/22646/stat : 22646 (SApperloT-base) T 22644 22646 22646 0 -1 4202496 30224 0 0 0 9972 12 0 0 25 0 1 0 617313667 125358080 29721 33554432000 134512640 135674940 4288307680 18446744073709551615 134552263 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22646/statm: 30605 29721 100 284 0 30319 0
[pid=22644/tid=22649] ppid=22593 vsize=367752 CPUtime=0 cores=1,3,5,7
/proc/22644/task/22649/stat : 22649 (python) S 22593 22593 21930 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617323679 376578048 15091 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 514 18446604471133282496 0 0 -1 1 0 0 0
[pid=22650] ppid=22593 vsize=378008 CPUtime=0.43 cores=1,3,5,7
/proc/22650/stat : 22650 (python) S 22593 22593 21930 0 -1 4202560 1162 0 0 0 23 20 0 0 19 0 2 0 617323682 387080192 15095 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22650/statm: 94502 15095 399 364 0 30402 0
[pid=22652] ppid=22650 vsize=59720 CPUtime=291.54 cores=1,3,5,7
/proc/22652/stat : 22652 (precosat) T 22650 22652 22652 0 -1 4202496 20026 0 0 0 29151 3 0 0 25 0 1 0 617323682 61153280 14547 33554432000 4194304 4890832 140735269640992 18446744073709551615 4291474 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/22652/statm: 14930 14547 86 171 0 14757 0
[pid=22650/tid=22710] ppid=22593 vsize=378008 CPUtime=0 cores=1,3,5,7
/proc/22650/task/22710/stat : 22710 (python) S 22593 22593 21930 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 617352920 387080192 15095 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 514 18446604464429943488 0 0 -1 3 0 0 0
[pid=22593/tid=22600] ppid=22591 vsize=388252 CPUtime=0 cores=1,3,5,7
/proc/22593/task/22600/stat : 22600 (python) S 22591 22593 21930 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 8 0 617244888 397570048 16587 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 2 18446604464429941696 0 0 -1 1 0 0 0
[pid=22593/tid=22604] ppid=22591 vsize=388252 CPUtime=0 cores=1,3,5,7
/proc/22593/task/22604/stat : 22604 (python) S 22591 22593 21930 0 -1 4202560 22 935 0 0 0 0 0 0 25 0 8 0 617244891 397570048 16587 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 2 18446604464429941696 0 0 -1 1 0 0 0
[pid=22593/tid=22607] ppid=22591 vsize=388252 CPUtime=0 cores=1,3,5,7
/proc/22593/task/22607/stat : 22607 (python) S 22591 22593 21930 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 8 0 617244893 397570048 16587 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 2 18446604464429941696 0 0 -1 5 0 0 0
[pid=22593/tid=22610] ppid=22591 vsize=388252 CPUtime=0 cores=1,3,5,7
/proc/22593/task/22610/stat : 22610 (python) S 22591 22593 21930 0 -1 4202560 29 935 0 0 0 0 0 0 22 0 8 0 617244896 397570048 16587 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 2 18446604464429941696 0 0 -1 1 0 0 0
[pid=22593/tid=22636] ppid=22591 vsize=388252 CPUtime=0 cores=1,3,5,7
/proc/22593/task/22636/stat : 22636 (python) S 22591 22593 21930 0 -1 4202560 37 935 0 0 0 0 0 0 18 0 8 0 617294138 397570048 16587 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 2 18446604464429941696 0 0 -1 1 0 0 0
[pid=22593/tid=22645] ppid=22591 vsize=388252 CPUtime=0 cores=1,3,5,7
/proc/22593/task/22645/stat : 22645 (python) S 22591 22593 21930 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 617313666 397570048 16587 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 2 18446604464429941696 0 0 -1 1 0 0 0
[pid=22593/tid=22651] ppid=22591 vsize=388252 CPUtime=0 cores=1,3,5,7
/proc/22593/task/22651/stat : 22651 (python) S 22591 22593 21930 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 8 0 617323682 397570048 16587 33554432000 4194304 5683644 140734608722048 18446744073709551615 231907314097 0 0 16781312 2 18446604464429941696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 4530616

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22593 and gives
#  childrusage.ru_utime.tv_sec=1518
#  childrusage.ru_utime.tv_usec=795108
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=461473
# CPU time returned by wait4() is 1522.26
# while last known CPU time is 4800.35
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1210.45
CPU time (s): 4800.35
CPU user time (s): 4793.57
CPU system time (s): 6.78
CPU usage (%): 396.575
Max. virtual memory (cumulated for all children) (KiB): 4656192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1518.8
system time used= 3.46147
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84740
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= 8090
involuntary context switches= 19630

runsolver used 2.54461 second user time and 5.49516 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-01 19:15:31
IDJOB=3317906
IDBENCH=83137
IDSOLVER=1706
FILE ID=node114/3317906-1304270131
RUNJOBID= node114-1304267292-21950
PBS_JOBID= 13173965
Free space on /tmp= 73424 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom23.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-3317906-1304270131/watcher-3317906-1304270131 -o /tmp/evaluation-result-3317906-1304270131/solver-3317906-1304270131 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317906-1304270131.cnf -seed 1846542180 -budget 4800 -cores 4

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

MD5SUM BENCH= e560aa6505ddce6d3784f70d5b7aff66
RANDOM SEED=1846542180

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27264608 kB
Buffers:       1130248 kB
Cached:        2024752 kB
SwapCached:        168 kB
Active:        2337704 kB
Inactive:      2829816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27264608 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           35328 kB
Writeback:           0 kB
AnonPages:     2011668 kB
Mapped:          23772 kB
Slab:           447208 kB
PageTables:      12068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2951356 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= 73388 MiB
End job on node114 at 2011-05-01 19:35:44