Trace number 3317873

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) 4010.59 1300.06

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_36.renamed-as.sat05-1922.cnf
MD5SUMc9c90d9af49f4c08c7262ecb9a0b2a3d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark978.31
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of clauses230544
Sum of the clauses size603180
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 290828
Number of clauses of size 3139644
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 572

Solver Data

0.42/0.73	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.42/0.73	c INFO: solving HOME/instance-3317873-1304271104.cnf
0.42/0.73	c INFO: computing task features
1.10/1.41	c INFO: computed variable-clause graph statistics
1.10/1.43	c INFO: computed clause balance statistics
4.11/4.47	c INFO: computed variable balance statistics
6.90/7.20	c INFO: computed small-clause counts
6.90/7.21	c INFO: computed Horn-clause counts
6.90/7.26	c INFO: computed variable graph statistics
6.90/7.26	c INFO: collected features for HOME/instance-3317873-1304271104.cnf in 6.51 s
6.90/7.28	c INFO: running lingeling-276@0 for 97 with 4793 remaining (b = 0.18)
7.00/7.30	c INFO: running cryptominisat-2.9.0@0 for 485 with 4793 remaining (b = 0.24)
7.00/7.33	c INFO: running lingeling-276@0 for 582 with 4793 remaining (b = 0.31)
7.00/7.35	c INFO: running lingeling-276@0 for 1261 with 4793 remaining (b = 0.39)
396.47/137.53	c INFO: running lingeling-276@0 for 1164 with 4663 remaining (b = 0.32)
1969.01/655.87	c INFO: running precosat-570@0 for 291 with 4144 remaining (b = 0.20)
2670.29/888.96	c INFO: running lingeling-276@0 for 97 with 3911 remaining (b = 0.08)
3090.75/1019.21	c INFO: running cryptominisat-2.9.0@0 for 1552 with 3781 remaining (b = 0.40)
3310.72/1092.62	c INFO: running precosat-570@585 for 97 with 3708 remaining (b = 0.05)
3766.04/1229.87	c INFO: running SApperloT@0 for 97 with 3570 remaining (b = 0.02)
4010.59/1300.03	c INFO: running precosat-570@683 for 97 with 3500 remaining (b = 0.05)

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-3317873-1304271104/watcher-3317873-1304271104 -o /tmp/evaluation-result-3317873-1304271104/solver-3317873-1304271104 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317873-1304271104.cnf -seed 1130412693 -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: 6.54 8.99 9.20 4/242 24636
/proc/meminfo: memFree=28813108/32950928 swapFree=67054472/67111528
[pid=24636] ppid=24632 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/24636/stat : 24636 (python) R 24632 24636 23228 0 -1 4202496 811 0 0 0 0 0 0 0 17 0 1 0 617341075 15749120 696 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905392128 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/24636/statm: 3845 696 334 364 0 332 0

[startup+0.010515 s]
/proc/loadavg: 6.54 8.99 9.20 4/242 24636
/proc/meminfo: memFree=28813108/32950928 swapFree=67054472/67111528
[pid=24636] ppid=24632 vsize=15764 CPUtime=0 cores=1,3,5,7
/proc/24636/stat : 24636 (python) S 24632 24636 23228 0 -1 4202496 846 0 0 0 0 0 0 0 17 0 1 0 617341075 16142336 728 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/24636/statm: 3941 728 334 364 0 428 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15764

[startup+0.100501 s]
/proc/loadavg: 6.54 8.99 9.20 4/242 24636
/proc/meminfo: memFree=28813108/32950928 swapFree=67054472/67111528
[pid=24636] ppid=24632 vsize=54536 CPUtime=0.07 cores=1,3,5,7
/proc/24636/stat : 24636 (python) S 24632 24636 23228 0 -1 4202496 2072 0 0 0 4 3 0 0 17 0 1 0 617341075 55844864 1828 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699953811 0 0 17 5 0 0 0
/proc/24636/statm: 13634 1828 492 364 0 1284 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 54536

[startup+0.30051 s]
/proc/loadavg: 6.54 8.99 9.20 4/242 24636
/proc/meminfo: memFree=28813108/32950928 swapFree=67054472/67111528
[pid=24636] ppid=24632 vsize=135748 CPUtime=0.2 cores=1,3,5,7
/proc/24636/stat : 24636 (python) S 24632 24636 23228 0 -1 4202496 5964 935 1 0 12 8 0 0 17 0 1 0 617341075 139005952 4150 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905390085 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/24636/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+0.700393 s]
/proc/loadavg: 6.54 8.99 9.20 4/242 24636
/proc/meminfo: memFree=28813108/32950928 swapFree=67054472/67111528
[pid=24636] ppid=24632 vsize=259456 CPUtime=0.42 cores=1,3,5,7
/proc/24636/stat : 24636 (python) R 24632 24636 23228 0 -1 4202496 8590 935 1 0 26 16 0 0 16 0 1 0 617341075 265682944 6430 33554432000 4194304 5683644 140735845925664 18446744073709551615 4865528 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/24636/statm: 64864 6430 1655 364 0 5222 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 259456

[startup+1.50024 s]
/proc/loadavg: 6.54 8.99 9.20 6/244 24646
/proc/meminfo: memFree=28732600/32950928 swapFree=67054472/67111528
[pid=24636] ppid=24632 vsize=324532 CPUtime=1.2 cores=1,3,5,7
/proc/24636/stat : 24636 (python) R 24632 24636 23228 0 -1 4202496 26273 935 1 0 101 19 0 0 16 0 1 0 617341075 332320768 18518 33554432000 4194304 5683644 140735845925664 18446744073709551615 47527320146266 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24636/statm: 81133 18518 1826 364 0 17057 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 324532

[startup+3.10095 s]
/proc/loadavg: 6.54 8.99 9.20 5/244 24646
/proc/meminfo: memFree=28679280/32950928 swapFree=67054472/67111528
[pid=24636] ppid=24632 vsize=324532 CPUtime=2.8 cores=1,3,5,7
/proc/24636/stat : 24636 (python) R 24632 24636 23228 0 -1 4202496 26273 935 1 0 261 19 0 0 18 0 1 0 617341075 332320768 18518 33554432000 4194304 5683644 140735845925664 18446744073709551615 47527320134382 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24636/statm: 81133 18518 1826 364 0 17057 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 324532

[startup+6.30036 s]
/proc/loadavg: 6.41 8.92 9.18 6/244 24647
/proc/meminfo: memFree=28677916/32950928 swapFree=67054472/67111528
[pid=24636] ppid=24632 vsize=324532 CPUtime=6 cores=1,3,5,7
/proc/24636/stat : 24636 (python) R 24632 24636 23228 0 -1 4202496 26274 935 1 0 581 19 0 0 25 0 1 0 617341075 332320768 18519 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905049557 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24636/statm: 81133 18519 1827 364 0 17057 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 324532

[startup+12.7012 s]
/proc/loadavg: 6.86 8.97 9.19 12/268 24671
/proc/meminfo: memFree=28501216/32950928 swapFree=67054472/67111528
[pid=24636] ppid=24632 vsize=361712 CPUtime=7.06 cores=1,3,5,7
/proc/24636/stat : 24636 (python) S 24632 24636 23228 0 -1 4202496 29007 935 1 0 685 21 0 0 25 0 5 0 617341075 370393088 17625 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24636/statm: 90428 17625 1881 364 0 26337 0
[pid=24660] ppid=24636 vsize=320700 CPUtime=0 cores=1,3,5,7
/proc/24660/stat : 24660 (python) S 24636 24636 23228 0 -1 4202560 984 0 0 0 0 0 0 0 18 0 1 0 617341803 328396800 16109 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905414159 0 0 16781312 514 4445951412387414280 0 0 17 5 0 0 0
/proc/24660/statm: 80175 16109 381 364 0 16093 0
[pid=24662] ppid=24660 vsize=20424 CPUtime=2.74 cores=1,3,5,7
/proc/24662/stat : 24662 (lingeling) R 24660 24662 24662 0 -1 4202496 8362 0 0 0 273 1 0 0 25 0 1 0 617341804 20914176 4270 33554432000 4194304 4352236 140734652622032 18446744073709551615 4329360 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/24662/statm: 5106 4270 129 39 0 4186 0
[pid=24663] ppid=24636 vsize=330956 CPUtime=0 cores=1,3,5,7
/proc/24663/stat : 24663 (python) S 24636 24636 23228 0 -1 4202560 911 0 0 0 0 0 0 0 15 0 1 0 617341806 338898944 16102 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905414214 0 0 16781312 514 15664078335074337032 0 0 17 3 0 0 0
/proc/24663/statm: 82739 16102 370 364 0 18654 0
[pid=24665] ppid=24663 vsize=59264 CPUtime=5.36 cores=1,3,5,7
/proc/24665/stat : 24665 (cryptominisat-2) R 24663 24665 24665 0 -1 4202496 10900 0 0 0 535 1 0 0 25 0 1 0 617341806 60686336 8952 33554432000 4194304 4677096 140736903112976 18446744073709551615 4339319 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/24665/statm: 14816 8952 383 118 0 9775 0
[pid=24666] ppid=24636 vsize=341212 CPUtime=0 cores=1,3,5,7
/proc/24666/stat : 24666 (python) S 24636 24636 23228 0 -1 4202560 931 0 0 0 0 0 0 0 18 0 1 0 617341808 349401088 16106 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905414214 0 0 16781312 514 7005683751082492166 0 0 17 5 0 0 0
/proc/24666/statm: 85303 16106 370 364 0 21215 0
[pid=24670] ppid=24666 vsize=20424 CPUtime=2.62 cores=1,3,5,7
/proc/24670/stat : 24670 (lingeling) R 24666 24670 24670 0 -1 4202496 8364 0 0 0 261 1 0 0 25 0 1 0 617341811 20914176 4270 33554432000 4194304 4352236 140734720822832 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/24670/statm: 5106 4270 129 39 0 4186 0
[pid=24668] ppid=24636 vsize=351468 CPUtime=0 cores=1,3,5,7
/proc/24668/stat : 24668 (python) S 24636 24636 23228 0 -1 4202560 942 0 0 0 0 0 0 0 18 0 1 0 617341811 359903232 16109 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905414214 0 0 16781312 514 7005691447663886598 0 0 17 5 0 0 0
/proc/24668/statm: 87867 16109 369 364 0 23776 0
[pid=24671] ppid=24668 vsize=20424 CPUtime=5.29 cores=1,3,5,7
/proc/24671/stat : 24671 (lingeling) R 24668 24671 24671 0 -1 4202496 8367 0 0 0 528 1 0 0 25 0 1 0 617341811 20914176 4270 33554432000 4194304 4352236 140736398220064 18446744073709551615 4328116 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/24671/statm: 5106 4270 129 39 0 4186 0
[pid=24636/tid=24661] ppid=24632 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/24636/task/24661/stat : 24661 (python) S 24632 24636 23228 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 617341804 370393088 17625 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 2 18446604459763552384 0 0 -1 7 0 0 0
[pid=24636/tid=24664] ppid=24632 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/24636/task/24664/stat : 24664 (python) S 24632 24636 23228 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 5 0 617341806 370393088 17625 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 2 18446604459763552384 0 0 -1 3 0 0 0
[pid=24636/tid=24667] ppid=24632 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/24636/task/24667/stat : 24667 (python) S 24632 24636 23228 0 -1 4202560 36 935 0 0 0 0 0 0 25 0 5 0 617341808 370393088 17625 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 2 18446604459763552384 0 0 -1 5 0 0 0
[pid=24636/tid=24669] ppid=24632 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/24636/task/24669/stat : 24669 (python) S 24632 24636 23228 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 5 0 617341811 370393088 17625 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 2 18446604459763552384 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.07
Current children cumulated vsize (KiB) 1826584

[startup+25.5009 s]
/proc/loadavg: 7.55 9.02 9.21 12/268 24671
/proc/meminfo: memFree=28468312/32950928 swapFree=67054472/67111528
[pid=24636] ppid=24632 vsize=361712 CPUtime=7.06 cores=1,3,5,7
/proc/24636/stat : 24636 (python) S 24632 24636 23228 0 -1 4202496 29007 935 1 0 685 21 0 0 25 0 5 0 617341075 370393088 17625 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24636/statm: 90428 17625 1881 364 0 26337 0
[pid=24660] ppid=24636 vsize=320700 CPUtime=0.03 cores=1,3,5,7
/proc/24660/stat : 24660 (python) S 24636 24636 23228 0 -1 4202560 993 0 0 0 1 2 0 0 18 0 1 0 617341803 328396800 16109 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905414159 0 0 16781312 514 14831760947814564104 0 0 17 5 0 0 0
/proc/24660/statm: 80175 16109 381 364 0 16093 0
[pid=24662] ppid=24660 vsize=20932 CPUtime=9.11 cores=1,3,5,7
/proc/24662/stat : 24662 (lingeling) R 24660 24662 24662 0 -1 4202496 8489 0 0 0 910 1 0 0 25 0 1 0 617341804 21434368 4397 33554432000 4194304 4352236 140734652622032 18446744073709551615 4328441 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/24662/statm: 5233 4397 129 39 0 4313 0
[pid=24663] ppid=24636 vsize=330956 CPUtime=0.03 cores=1,3,5,7
/proc/24663/stat : 24663 (python) S 24636 24636 23228 0 -1 4202560 919 0 0 0 2 1 0 0 15 0 1 0 617341806 338898944 16102 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905414214 0 0 16781312 514 14275531213757186312 0 0 17 3 0 0 0
/proc/24663/statm: 82739 16102 370 364 0 18654 0
[pid=24665] ppid=24663 vsize=74280 CPUtime=18.14 cores=1,3,5,7
/proc/24665/stat : 24665 (cryptominisat-2) R 24663 24665 24665 0 -1 4202496 16836 0 0 0 1812 2 0 0 25 0 1 0 617341806 76062720 11645 33554432000 4194304 4677096 140736903112976 18446744073709551615 4319799 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/24665/statm: 18570 11645 388 118 0 13529 0
[pid=24666] ppid=24636 vsize=341212 CPUtime=0.02 cores=1,3,5,7
/proc/24666/stat : 24666 (python) S 24636 24636 23228 0 -1 4202560 938 0 0 0 1 1 0 0 18 0 1 0 617341808 349401088 16106 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905414214 0 0 16781312 514 14831760947814564102 0 0 17 5 0 0 0
/proc/24666/statm: 85303 16106 370 364 0 21215 0
[pid=24670] ppid=24666 vsize=20588 CPUtime=8.94 cores=1,3,5,7
/proc/24670/stat : 24670 (lingeling) R 24666 24670 24670 0 -1 4202496 8405 0 0 0 893 1 0 0 25 0 1 0 617341811 21082112 4311 33554432000 4194304 4352236 140734720822832 18446744073709551615 4328832 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/24670/statm: 5147 4311 129 39 0 4227 0
[pid=24668] ppid=24636 vsize=351468 CPUtime=0.02 cores=1,3,5,7
/proc/24668/stat : 24668 (python) S 24636 24636 23228 0 -1 4202560 952 0 0 0 1 1 0 0 18 0 1 0 617341811 359903232 16110 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905414214 0 0 16781312 514 14831760947814564102 0 0 17 5 0 0 0
/proc/24668/statm: 87867 16110 370 364 0 23776 0
[pid=24671] ppid=24668 vsize=21148 CPUtime=18.03 cores=1,3,5,7
/proc/24671/stat : 24671 (lingeling) R 24668 24671 24671 0 -1 4202496 8548 0 0 0 1802 1 0 0 25 0 1 0 617341811 21655552 4451 33554432000 4194304 4352236 140736398220064 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/24671/statm: 5287 4451 129 39 0 4367 0
[pid=24636/tid=24661] ppid=24632 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/24636/task/24661/stat : 24661 (python) S 24632 24636 23228 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 617341804 370393088 17625 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 2 18446604459763552384 0 0 -1 7 0 0 0
[pid=24636/tid=24664] ppid=24632 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/24636/task/24664/stat : 24664 (python) S 24632 24636 23228 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 5 0 617341806 370393088 17625 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 2 18446604459763552384 0 0 -1 3 0 0 0
[pid=24636/tid=24667] ppid=24632 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/24636/task/24667/stat : 24667 (python) S 24632 24636 23228 0 -1 4202560 36 935 0 0 0 0 0 0 25 0 5 0 617341808 370393088 17625 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 2 18446604459763552384 0 0 -1 5 0 0 0
[pid=24636/tid=24669] ppid=24632 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/24636/task/24669/stat : 24669 (python) S 24632 24636 23228 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 5 0 617341811 370393088 17625 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 2 18446604459763552384 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 61.38
Current children cumulated vsize (KiB) 1842996

[startup+51.1012 s]
/proc/loadavg: 8.45 9.11 9.23 12/268 24672
/proc/meminfo: memFree=28447368/32950928 swapFree=67054472/67111528
[pid=24636] ppid=24632 vsize=361712 CPUtime=7.06 cores=1,3,5,7
/proc/24636/stat : 24636 (python) S 24632 24636 23228 0 -1 4202496 29007 935 1 0 685 21 0 0 25 0 5 0 617341075 370393088 17625 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24636/statm: 90428 17625 1881 364 0 26337 0
[pid=24660] ppid=24636 vsize=320700 CPUtime=0.07 cores=1,3,5,7
/proc/24660/stat : 24660 (python) S 24636 24636 23228 0 -1 4202560 1006 0 0 0 4 3 0 0 18 0 1 0 617341803 328396800 16109 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905414159 0 0 16781312 514 14831760947814564104 0 0 17 5 0 0 0
/proc/24660/statm: 80175 16109 381 364 0 16093 0
[pid=24662] ppid=24660 vsize=21560 CPUtime=21.8 cores=1,3,5,7
/proc/24662/stat : 24662 (lingeling) R 24660 24662 24662 0 -1 4202496 8646 0 0 0 2179 1 0 0 25 0 1 0 617341804 22077440 4554 33554432000 4194304 4352236 140734652622032 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/24662/statm: 5390 4554 129 39 0 4470 0
[pid=24663] ppid=24636 vsize=330956 CPUtime=0.09 cores=1,3,5,7
/proc/24663/stat : 24663 (python) S 24636 24636 23228 0 -1 4202560 929 0 0 0 5 4 0 0 15 0 1 0 617341806 338898944 16102 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905414214 0 0 16781312 514 14831760947814564104 0 0 17 3 0 0 0
/proc/24663/statm: 82739 16102 370 364 0 18654 0
[pid=24665] ppid=24663 vsize=92140 CPUtime=43.67 cores=1,3,5,7
/proc/24665/stat : 24665 (cryptominisat-2) R 24663 24665 24665 0 -1 4202496 23916 0 0 0 4364 3 0 0 25 0 1 0 617341806 94351360 15094 33554432000 4194304 4677096 140736903112976 18446744073709551615 4318914 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/24665/statm: 23035 15094 388 118 0 17994 0
[pid=24666] ppid=24636 vsize=341212 CPUtime=0.06 cores=1,3,5,7
/proc/24666/stat : 24666 (python) S 24636 24636 23228 0 -1 4202560 948 0 0 0 3 3 0 0 18 0 1 0 617341808 349401088 16106 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905414214 0 0 16781312 514 14831760947814564102 0 0 17 5 0 0 0
/proc/24666/statm: 85303 16106 370 364 0 21215 0
[pid=24670] ppid=24666 vsize=20760 CPUtime=21.64 cores=1,3,5,7
/proc/24670/stat : 24670 (lingeling) R 24666 24670 24670 0 -1 4202496 8448 0 0 0 2163 1 0 0 25 0 1 0 617341811 21258240 4354 33554432000 4194304 4352236 140734720822832 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/24670/statm: 5190 4354 129 39 0 4270 0
[pid=24668] ppid=24636 vsize=351468 CPUtime=0.07 cores=1,3,5,7
/proc/24668/stat : 24668 (python) S 24636 24636 23228 0 -1 4202560 963 0 0 0 3 4 0 0 18 0 1 0 617341811 359903232 16110 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905414214 0 0 16781312 514 14831760947814564102 0 0 17 5 0 0 0
/proc/24668/statm: 87867 16110 370 364 0 23776 0

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

/proc/meminfo: memFree=27936524/32950928 swapFree=67054472/67111528
[pid=24636] ppid=24632 vsize=392480 CPUtime=7.18 cores=1,3,5,7
/proc/24636/stat : 24636 (python) S 24632 24636 23228 0 -1 4202496 31556 935 1 0 696 22 0 0 20 0 8 0 617341075 401899520 17644 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24636/statm: 98120 17644 1888 364 0 34020 0
[pid=24660] ppid=24636 vsize=330944 CPUtime=2.25 cores=1,3,5,7
/proc/24660/stat : 24660 (python) S 24636 24636 23228 0 -1 4202560 1218 0 0 0 117 108 0 0 18 0 2 0 617341803 338886656 16148 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905414214 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24660/statm: 82736 16148 415 364 0 18654 0
[pid=24662] ppid=24660 vsize=47452 CPUtime=1027.54 cores=1,3,5,7
/proc/24662/stat : 24662 (lingeling) R 24660 24662 24662 0 -1 4202496 15119 0 0 0 102753 1 0 0 25 0 1 0 617341804 48590848 11027 33554432000 4194304 4352236 140734652622032 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/24662/statm: 11863 11027 129 39 0 10943 0
[pid=24660/tid=24675] ppid=24636 vsize=330944 CPUtime=0 cores=1,3,5,7
/proc/24660/task/24675/stat : 24675 (python) S 24636 24636 23228 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617354826 338886656 16148 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 514 18446604471127716160 0 0 -1 5 0 0 0
[pid=24663] ppid=24636 vsize=330956 CPUtime=1.75 cores=1,3,5,7
/proc/24663/stat : 24663 (python) S 24636 24636 23228 0 -1 4202560 1178 0 0 0 93 82 0 0 15 0 2 0 617341806 338898944 16133 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905414214 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/24663/statm: 82739 16133 400 364 0 18654 0
[pid=24665] ppid=24663 vsize=117052 CPUtime=647.83 cores=1,3,5,7
/proc/24665/stat : 24665 (cryptominisat-2) R 24663 24665 24665 0 -1 4202496 123551 0 0 0 64749 34 0 0 25 0 1 0 617341806 119861248 23803 33554432000 4194304 4677096 140736903112976 18446744073709551615 4334846 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/24665/statm: 29263 23803 388 118 0 24222 0
[pid=24663/tid=24698] ppid=24636 vsize=330956 CPUtime=0 cores=1,3,5,7
/proc/24663/task/24698/stat : 24698 (python) S 24636 24636 23228 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 617406660 338898944 16133 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 514 18446604460854737984 0 0 -1 3 0 0 0
[pid=24666] ppid=24636 vsize=341212 CPUtime=1.61 cores=1,3,5,7
/proc/24666/stat : 24666 (python) S 24636 24636 23228 0 -1 4202560 1156 0 0 0 84 77 0 0 19 0 2 0 617341808 349401088 16136 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24666/statm: 85303 16136 399 364 0 21215 0
[pid=24670] ppid=24666 vsize=43384 CPUtime=585.66 cores=1,3,5,7
/proc/24670/stat : 24670 (lingeling) T 24666 24670 24670 0 -1 4202496 14104 0 0 0 58564 2 0 0 25 0 1 0 617341811 44425216 10010 33554432000 4194304 4352236 140734720822832 18446744073709551615 4328114 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/24670/statm: 10846 10010 129 39 0 9926 0
[pid=24666/tid=24713] ppid=24636 vsize=341212 CPUtime=0 cores=1,3,5,7
/proc/24666/task/24713/stat : 24713 (python) S 24636 24636 23228 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 617429969 349401088 16136 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 514 18446604467428732992 0 0 -1 1 0 0 0
[pid=24668] ppid=24636 vsize=351468 CPUtime=2.24 cores=1,3,5,7
/proc/24668/stat : 24668 (python) S 24636 24636 23228 0 -1 4202560 1015 0 0 0 116 108 0 0 18 0 1 0 617341811 359903232 16110 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905414214 0 0 16781312 514 14831760947814564102 0 0 17 5 0 0 0
/proc/24668/statm: 87867 16110 370 364 0 23776 0
[pid=24671] ppid=24668 vsize=51800 CPUtime=1026.95 cores=1,3,5,7
/proc/24671/stat : 24671 (lingeling) R 24668 24671 24671 0 -1 4202496 16211 0 0 0 102694 1 0 0 25 0 1 0 617341811 53043200 12114 33554432000 4194304 4352236 140736398220064 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/24671/statm: 12950 12114 129 39 0 12030 0
[pid=24699] ppid=24636 vsize=361724 CPUtime=1.05 cores=1,3,5,7
/proc/24699/stat : 24699 (python) S 24636 24636 23228 0 -1 4202560 1185 0 0 0 56 49 0 0 18 0 2 0 617406662 370405376 16144 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24699/statm: 90431 16144 399 364 0 26337 0
[pid=24701] ppid=24699 vsize=57044 CPUtime=391.09 cores=1,3,5,7
/proc/24701/stat : 24701 (precosat) T 24699 24701 24701 0 -1 4202496 33108 0 0 0 39101 8 0 0 25 0 1 0 617406663 58413056 14131 33554432000 4194304 4890832 140735322079312 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/24701/statm: 14261 14131 85 171 0 14088 0
[pid=24699/tid=24725] ppid=24636 vsize=361724 CPUtime=0 cores=1,3,5,7
/proc/24699/task/24725/stat : 24725 (python) S 24636 24636 23228 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 617450336 370405376 16144 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 514 18446604464836123392 0 0 -1 5 0 0 0
[pid=24714] ppid=24636 vsize=371980 CPUtime=0.23 cores=1,3,5,7
/proc/24714/stat : 24714 (python) S 24636 24636 23228 0 -1 4202560 1149 0 0 0 13 10 0 0 19 0 2 0 617429971 380907520 16148 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24714/statm: 92995 16148 399 364 0 28898 0
[pid=24716] ppid=24714 vsize=24100 CPUtime=101.81 cores=1,3,5,7
/proc/24716/stat : 24716 (lingeling) T 24714 24716 24716 0 -1 4202496 9286 0 0 0 10180 1 0 0 25 0 1 0 617429972 24678400 5189 33554432000 4194304 4352236 140736216756592 18446744073709551615 4328423 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/24716/statm: 6025 5189 129 39 0 5105 0
[pid=24714/tid=24721] ppid=24636 vsize=371980 CPUtime=0 cores=1,3,5,7
/proc/24714/task/24721/stat : 24721 (python) S 24636 24636 23228 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617442994 380907520 16148 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 514 18446604456551729152 0 0 -1 7 0 0 0
[pid=24732] ppid=24636 vsize=382236 CPUtime=0.02 cores=1,3,5,7
/proc/24732/stat : 24732 (python) S 24636 24636 23228 0 -1 4202560 959 0 0 0 1 1 0 0 18 0 1 0 617464062 391409664 16122 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905414214 0 0 16781312 514 14831760947814564101 0 0 17 5 0 0 0
/proc/24732/statm: 95559 16122 370 364 0 31459 0
[pid=24734] ppid=24732 vsize=18712 CPUtime=12.34 cores=1,3,5,7
/proc/24734/stat : 24734 (SApperloT-base) R 24732 24734 24734 0 -1 4202496 4489 0 0 0 1233 1 0 0 25 0 1 0 617464063 19161088 4186 33554432000 134512640 135674940 4289617552 18446744073709551615 134564660 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24734/statm: 4678 4186 99 284 0 4392 0
[pid=24636/tid=24661] ppid=24632 vsize=392480 CPUtime=0 cores=1,3,5,7
/proc/24636/task/24661/stat : 24661 (python) S 24632 24636 23228 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 8 0 617341804 401899520 17644 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 2 18446604459763552384 0 0 -1 7 0 0 0
[pid=24636/tid=24664] ppid=24632 vsize=392480 CPUtime=0 cores=1,3,5,7
/proc/24636/task/24664/stat : 24664 (python) S 24632 24636 23228 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 8 0 617341806 401899520 17644 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 2 18446604459763552384 0 0 -1 3 0 0 0
[pid=24636/tid=24667] ppid=24632 vsize=392480 CPUtime=0 cores=1,3,5,7
/proc/24636/task/24667/stat : 24667 (python) S 24632 24636 23228 0 -1 4202560 36 935 0 0 0 0 0 0 25 0 8 0 617341808 401899520 17644 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 2 18446604459763552384 0 0 -1 5 0 0 0
[pid=24636/tid=24669] ppid=24632 vsize=392480 CPUtime=0 cores=1,3,5,7
/proc/24636/task/24669/stat : 24669 (python) S 24632 24636 23228 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 8 0 617341811 401899520 17644 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 2 18446604459763552384 0 0 -1 5 0 0 0
[pid=24636/tid=24700] ppid=24632 vsize=392480 CPUtime=0 cores=1,3,5,7
/proc/24636/task/24700/stat : 24700 (python) S 24632 24636 23228 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 8 0 617406663 401899520 17644 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 2 18446604459763552384 0 0 -1 5 0 0 0
[pid=24636/tid=24715] ppid=24632 vsize=392480 CPUtime=0 cores=1,3,5,7
/proc/24636/task/24715/stat : 24715 (python) S 24632 24636 23228 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 617429972 401899520 17644 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 2 18446604459763552384 0 0 -1 5 0 0 0
[pid=24636/tid=24733] ppid=24632 vsize=392480 CPUtime=0 cores=1,3,5,7
/proc/24636/task/24733/stat : 24733 (python) S 24632 24636 23228 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 8 0 617464063 401899520 17644 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 2 18446604459763552384 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3809.55
Current children cumulated vsize (KiB) 3222544



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.15 10.13 9.89 13/296 24736
/proc/meminfo: memFree=27868792/32950928 swapFree=67054472/67111528
[pid=24636] ppid=24632 vsize=392480 CPUtime=7.18 cores=1,3,5,7
/proc/24636/stat : 24636 (python) S 24632 24636 23228 0 -1 4202496 31556 935 1 0 696 22 0 0 20 0 8 0 617341075 401899520 17644 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24636/statm: 98120 17644 1888 364 0 34020 0
[pid=24660] ppid=24636 vsize=330944 CPUtime=2.36 cores=1,3,5,7
/proc/24660/stat : 24660 (python) S 24636 24636 23228 0 -1 4202560 1218 0 0 0 122 114 0 0 18 0 2 0 617341803 338886656 16148 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905414214 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24660/statm: 82736 16148 415 364 0 18654 0
[pid=24662] ppid=24660 vsize=49488 CPUtime=1085.14 cores=1,3,5,7
/proc/24662/stat : 24662 (lingeling) R 24660 24662 24662 0 -1 4202496 15628 0 0 0 108513 1 0 0 25 0 1 0 617341804 50675712 11536 33554432000 4194304 4352236 140734652622032 18446744073709551615 4295869 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/24662/statm: 12372 11536 129 39 0 11452 0
[pid=24660/tid=24675] ppid=24636 vsize=330944 CPUtime=0 cores=1,3,5,7
/proc/24660/task/24675/stat : 24675 (python) S 24636 24636 23228 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617354826 338886656 16148 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 514 18446604471127716160 0 0 -1 5 0 0 0
[pid=24663] ppid=24636 vsize=330956 CPUtime=1.86 cores=1,3,5,7
/proc/24663/stat : 24663 (python) S 24636 24636 23228 0 -1 4202560 1178 0 0 0 99 87 0 0 15 0 2 0 617341806 338898944 16133 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905414214 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/24663/statm: 82739 16133 400 364 0 18654 0
[pid=24665] ppid=24663 vsize=117172 CPUtime=704.58 cores=1,3,5,7
/proc/24665/stat : 24665 (cryptominisat-2) R 24663 24665 24665 0 -1 4202496 133750 0 0 0 70420 38 0 0 25 0 1 0 617341806 119984128 23668 33554432000 4194304 4677096 140736903112976 18446744073709551615 4319802 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/24665/statm: 29293 23668 388 118 0 24252 0
[pid=24663/tid=24698] ppid=24636 vsize=330956 CPUtime=0 cores=1,3,5,7
/proc/24663/task/24698/stat : 24698 (python) S 24636 24636 23228 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 617406660 338898944 16133 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 514 18446604460854737984 0 0 -1 3 0 0 0
[pid=24666] ppid=24636 vsize=341212 CPUtime=1.61 cores=1,3,5,7
/proc/24666/stat : 24666 (python) S 24636 24636 23228 0 -1 4202560 1156 0 0 0 84 77 0 0 19 0 2 0 617341808 349401088 16136 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24666/statm: 85303 16136 399 364 0 21215 0
[pid=24670] ppid=24666 vsize=43384 CPUtime=585.66 cores=1,3,5,7
/proc/24670/stat : 24670 (lingeling) T 24666 24670 24670 0 -1 4202496 14104 0 0 0 58564 2 0 0 25 0 1 0 617341811 44425216 10010 33554432000 4194304 4352236 140734720822832 18446744073709551615 4328114 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/24670/statm: 10846 10010 129 39 0 9926 0
[pid=24666/tid=24713] ppid=24636 vsize=341212 CPUtime=0 cores=1,3,5,7
/proc/24666/task/24713/stat : 24713 (python) S 24636 24636 23228 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 617429969 349401088 16136 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 514 18446604467428732992 0 0 -1 1 0 0 0
[pid=24668] ppid=24636 vsize=351468 CPUtime=2.36 cores=1,3,5,7
/proc/24668/stat : 24668 (python) S 24636 24636 23228 0 -1 4202560 1015 0 0 0 123 113 0 0 18 0 1 0 617341811 359903232 16110 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905414214 0 0 16781312 514 14831760947814564102 0 0 17 5 0 0 0
/proc/24668/statm: 87867 16110 370 364 0 23776 0
[pid=24671] ppid=24668 vsize=51800 CPUtime=1055.79 cores=1,3,5,7
/proc/24671/stat : 24671 (lingeling) R 24668 24671 24671 0 -1 4202496 16211 0 0 0 105578 1 0 0 25 0 1 0 617341811 53043200 12114 33554432000 4194304 4352236 140736398220064 18446744073709551615 4278223 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/24671/statm: 12950 12114 129 39 0 12030 0
[pid=24699] ppid=24636 vsize=361724 CPUtime=1.05 cores=1,3,5,7
/proc/24699/stat : 24699 (python) S 24636 24636 23228 0 -1 4202560 1185 0 0 0 56 49 0 0 18 0 2 0 617406662 370405376 16144 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24699/statm: 90431 16144 399 364 0 26337 0
[pid=24701] ppid=24699 vsize=57044 CPUtime=391.09 cores=1,3,5,7
/proc/24701/stat : 24701 (precosat) T 24699 24701 24701 0 -1 4202496 33108 0 0 0 39101 8 0 0 25 0 1 0 617406663 58413056 14131 33554432000 4194304 4890832 140735322079312 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/24701/statm: 14261 14131 85 171 0 14088 0
[pid=24699/tid=24725] ppid=24636 vsize=361724 CPUtime=0 cores=1,3,5,7
/proc/24699/task/24725/stat : 24725 (python) S 24636 24636 23228 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 617450336 370405376 16144 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 514 18446604464836123392 0 0 -1 5 0 0 0
[pid=24714] ppid=24636 vsize=371980 CPUtime=0.23 cores=1,3,5,7
/proc/24714/stat : 24714 (python) S 24636 24636 23228 0 -1 4202560 1149 0 0 0 13 10 0 0 19 0 2 0 617429971 380907520 16148 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24714/statm: 92995 16148 399 364 0 28898 0
[pid=24716] ppid=24714 vsize=24100 CPUtime=101.81 cores=1,3,5,7
/proc/24716/stat : 24716 (lingeling) T 24714 24716 24716 0 -1 4202496 9286 0 0 0 10180 1 0 0 25 0 1 0 617429972 24678400 5189 33554432000 4194304 4352236 140736216756592 18446744073709551615 4328423 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/24716/statm: 6025 5189 129 39 0 5105 0
[pid=24714/tid=24721] ppid=24636 vsize=371980 CPUtime=0 cores=1,3,5,7
/proc/24714/task/24721/stat : 24721 (python) S 24636 24636 23228 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617442994 380907520 16148 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 514 18446604456551729152 0 0 -1 7 0 0 0
[pid=24732] ppid=24636 vsize=382236 CPUtime=0.13 cores=1,3,5,7
/proc/24732/stat : 24732 (python) S 24636 24636 23228 0 -1 4202560 981 0 0 0 7 6 0 0 18 0 1 0 617464062 391409664 16122 33554432000 4194304 5683644 140735845925664 18446744073709551615 260905414214 0 0 16781312 514 14831760947814564101 0 0 17 5 0 0 0
/proc/24732/statm: 95559 16122 370 364 0 31459 0
[pid=24734] ppid=24732 vsize=51824 CPUtime=69.74 cores=1,3,5,7
/proc/24734/stat : 24734 (SApperloT-base) R 24732 24734 24734 0 -1 4202496 12720 0 0 0 6970 4 0 0 25 0 1 0 617464063 53067776 12147 33554432000 134512640 135674940 4289617552 18446744073709551615 134564304 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24734/statm: 12956 12147 99 284 0 12670 0
[pid=24636/tid=24661] ppid=24632 vsize=392480 CPUtime=0 cores=1,3,5,7
/proc/24636/task/24661/stat : 24661 (python) S 24632 24636 23228 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 8 0 617341804 401899520 17644 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 2 18446604459763552384 0 0 -1 7 0 0 0
[pid=24636/tid=24664] ppid=24632 vsize=392480 CPUtime=0 cores=1,3,5,7
/proc/24636/task/24664/stat : 24664 (python) S 24632 24636 23228 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 8 0 617341806 401899520 17644 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 2 18446604459763552384 0 0 -1 3 0 0 0
[pid=24636/tid=24667] ppid=24632 vsize=392480 CPUtime=0 cores=1,3,5,7
/proc/24636/task/24667/stat : 24667 (python) S 24632 24636 23228 0 -1 4202560 36 935 0 0 0 0 0 0 25 0 8 0 617341808 401899520 17644 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 2 18446604459763552384 0 0 -1 5 0 0 0
[pid=24636/tid=24669] ppid=24632 vsize=392480 CPUtime=0 cores=1,3,5,7
/proc/24636/task/24669/stat : 24669 (python) S 24632 24636 23228 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 8 0 617341811 401899520 17644 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 2 18446604459763552384 0 0 -1 5 0 0 0
[pid=24636/tid=24700] ppid=24632 vsize=392480 CPUtime=0 cores=1,3,5,7
/proc/24636/task/24700/stat : 24700 (python) S 24632 24636 23228 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 8 0 617406663 401899520 17644 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 2 18446604459763552384 0 0 -1 5 0 0 0
[pid=24636/tid=24715] ppid=24632 vsize=392480 CPUtime=0 cores=1,3,5,7
/proc/24636/task/24715/stat : 24715 (python) S 24632 24636 23228 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 617429972 401899520 17644 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 2 18446604459763552384 0 0 -1 5 0 0 0
[pid=24636/tid=24733] ppid=24632 vsize=392480 CPUtime=0 cores=1,3,5,7
/proc/24636/task/24733/stat : 24733 (python) S 24632 24636 23228 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 8 0 617464063 401899520 17644 33554432000 4194304 5683644 140735845925664 18446744073709551615 260917217713 0 0 16781312 2 18446604459763552384 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4010.59
Current children cumulated vsize (KiB) 3257812

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 24636 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=4935
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=236963
# CPU time returned by wait4() is 7.2419
# while last known CPU time is 4010.59
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.06
CPU time (s): 4010.59
CPU user time (s): 4005.26
CPU system time (s): 5.33
CPU usage (%): 308.494
Max. virtual memory (cumulated for all children) (KiB): 3257816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.00493
system time used= 0.236963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33051
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= 11924
involuntary context switches= 48

runsolver used 3.71743 second user time and 7.92979 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-01 19:31:44
IDJOB=3317873
IDBENCH=85991
IDSOLVER=1706
FILE ID=node116/3317873-1304271104
RUNJOBID= node116-1304271104-24618
PBS_JOBID= 13173963
Free space on /tmp= 73252 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_36.renamed-as.sat05-1922.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-3317873-1304271104/watcher-3317873-1304271104 -o /tmp/evaluation-result-3317873-1304271104/solver-3317873-1304271104 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317873-1304271104.cnf -seed 1130412693 -budget 4800 -cores 4

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

MD5SUM BENCH= c9c90d9af49f4c08c7262ecb9a0b2a3d
RANDOM SEED=1130412693

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.77
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.826
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.826
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.826
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:      28813436 kB
Buffers:       1048308 kB
Cached:        1712952 kB
SwapCached:       9656 kB
Active:        1401476 kB
Inactive:      2376532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28813436 kB
SwapTotal:    67111528 kB
SwapFree:     67054472 kB
Dirty:           69852 kB
Writeback:           0 kB
AnonPages:     1014596 kB
Mapped:          19176 kB
Slab:           284904 kB
PageTables:      13644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35644004 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= 73192 MiB
End job on node116 at 2011-05-01 19:53:26