Trace number 3498462

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-industrial (fixed)? (TO) 5000 4993.86

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_2_keyfind_1.cnf
MD5SUM1024a3346322fdba0a20b51f99eae4c0
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 variables1000
Number of clauses5176
Sum of the clauses size20024
Maximum clause length5
Minimum clause length1
Number of clauses of size 1136
Number of clauses of size 2160
Number of clauses of size 32080
Number of clauses of size 4672
Number of clauses of size 52128
Number of clauses of size over 50

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.67	c INFO: solving HOME/instance-3498462-1307954562.cnf
0.35/0.67	c INFO: computing task features
0.35/0.69	c INFO: computed variable-clause graph statistics
0.35/0.70	c INFO: computed clause balance statistics
0.52/0.81	c INFO: computed variable balance statistics
0.52/0.88	c INFO: computed small-clause counts
0.52/0.88	c INFO: computed Horn-clause counts
0.52/0.88	c INFO: computed variable graph statistics
0.52/0.88	c INFO: collected features for HOME/instance-3498462-1307954562.cnf in 0.21 s
0.62/0.91	c INFO: running lingeling-276@0 for 97 with 4999 remaining (b = 0.28)
100.83/101.04	c INFO: running lingeling-276@100 for 485 with 4899 remaining (b = 0.41)
586.90/586.54	c INFO: running SApperloT@0 for 97 with 4414 remaining (b = 0.15)
687.09/686.67	c INFO: running cryptominisat-2.9.0@0 for 485 with 4314 remaining (b = 0.41)
1175.01/1173.88	c INFO: running precosat-570@0 for 388 with 3827 remaining (b = 0.29)
1568.02/1566.38	c INFO: running lingeling-276@585 for 679 with 3434 remaining (b = 0.27)
2248.68/2246.13	c INFO: running lingeling-276@0 for 582 with 2754 remaining (b = 0.39)
2836.33/2832.93	c INFO: running cryptominisat-2.9.0@0 for 485 with 2168 remaining (b = 0.29)
3325.89/3321.83	c INFO: running lingeling-276@0 for 194 with 1679 remaining (b = 0.15)
3521.35/3517.08	c INFO: running cryptominisat-2.9.0@486 for 97 with 1484 remaining (b = 0.05)
3617.71/3613.28	c INFO: running cryptominisat-2.9.0@488 for 97 with 1388 remaining (b = 0.05)
3713.34/3708.72	c INFO: running lingeling-276@195 for 388 with 1292 remaining (b = 0.18)
4103.39/4098.20	c INFO: running precosat-570@392 for 388 with 903 remaining (b = 0.20)
4489.17/4483.67	c INFO: running precosat-570@0 for 388 with 518 remaining (b = 0.20)
4882.16/4876.16	c INFO: running lingeling-276@0 for 125 with 125 remaining (b = 0.06)

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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498462-1307954562/watcher-3498462-1307954562 -o /var/tmp/evaluation-result-3498462-1307954562/solver-3498462-1307954562 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498462-1307954562.cnf -seed 1824615286 -budget 5000 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 2.00 1.99 1.55 2/185 15559
/proc/meminfo: memFree=16226280/32950928 swapFree=67054688/67111528
[pid=15559] ppid=15557 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/15559/stat : 15559 (python) S 15557 15559 15083 0 -1 4202496 728 0 0 0 0 0 0 0 25 0 1 0 363065666 15548416 617 33554432000 4194304 5683644 140734434191760 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/15559/statm: 3796 617 322 364 0 283 0

[startup+0.098633 s]
/proc/loadavg: 2.00 1.99 1.55 2/185 15559
/proc/meminfo: memFree=16226280/32950928 swapFree=67054688/67111528
[pid=15559] ppid=15557 vsize=85624 CPUtime=0.06 cores=0,2,4,6
/proc/15559/stat : 15559 (python) S 15557 15559 15083 0 -1 4202496 2630 0 0 0 5 1 0 0 25 0 1 0 363065666 87678976 2348 33554432000 4194304 5683644 140734434191760 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/15559/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85624

[startup+0.100946 s]
/proc/loadavg: 2.00 1.99 1.55 2/185 15559
/proc/meminfo: memFree=16226280/32950928 swapFree=67054688/67111528
[pid=15559] ppid=15557 vsize=87708 CPUtime=0.06 cores=0,2,4,6
/proc/15559/stat : 15559 (python) S 15557 15559 15083 0 -1 4202496 2639 0 0 0 5 1 0 0 25 0 1 0 363065666 89812992 2354 33554432000 4194304 5683644 140734434191760 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/15559/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.30093 s]
/proc/loadavg: 2.00 1.99 1.55 2/185 15559
/proc/meminfo: memFree=16226280/32950928 swapFree=67054688/67111528
[pid=15559] ppid=15557 vsize=135752 CPUtime=0.18 cores=0,2,4,6
/proc/15559/stat : 15559 (python) S 15557 15559 15083 0 -1 4202496 5972 935 1 0 14 4 0 0 25 0 1 0 363065666 139010048 4149 33554432000 4194304 5683644 140734434191760 18446744073709551615 218880561157 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/15559/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700833 s]
/proc/loadavg: 2.00 1.99 1.55 2/185 15559
/proc/meminfo: memFree=16226280/32950928 swapFree=67054688/67111528
[pid=15559] ppid=15557 vsize=279340 CPUtime=0.42 cores=0,2,4,6
/proc/15559/stat : 15559 (python) R 15557 15559 15083 0 -1 4202496 9585 935 1 0 32 10 0 0 25 0 1 0 363065666 286044160 7241 33554432000 4194304 5683644 140734434191760 18446744073709551615 218880232466 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15559/statm: 69835 7241 1826 364 0 5759 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 279340

[startup+1.50075 s]
/proc/loadavg: 2.00 1.99 1.56 3/189 15567
/proc/meminfo: memFree=16201460/32950928 swapFree=67054688/67111528
[pid=15559] ppid=15557 vsize=289172 CPUtime=0.64 cores=0,2,4,6
/proc/15559/stat : 15559 (python) S 15557 15559 15083 0 -1 4202496 10072 935 1 0 53 11 0 0 25 0 2 0 363065666 296112128 7172 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15559/statm: 72293 7172 1875 364 0 8211 0
[pid=15565] ppid=15559 vsize=278928 CPUtime=0 cores=0,2,4,6
/proc/15565/stat : 15565 (python) S 15559 15559 15083 0 -1 4202560 785 0 0 0 0 0 0 0 25 0 1 0 363065757 285622272 5645 33554432000 4194304 5683644 140734434191760 18446744073709551615 218880585231 0 0 16781312 514 4087904246895214591 0 0 17 6 0 0 0
/proc/15565/statm: 69732 5645 352 364 0 5650 0
[pid=15567] ppid=15565 vsize=5752 CPUtime=0.58 cores=0,2,4,6
/proc/15567/stat : 15567 (lingeling) R 15565 15567 15567 0 -1 4202496 925 0 0 0 58 0 0 0 25 0 1 0 363065757 5890048 639 33554432000 4194304 4352236 140736304675776 18446744073709551615 4328875 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/15567/statm: 1438 639 129 39 0 518 0
[pid=15559/tid=15566] ppid=15557 vsize=289172 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15566/stat : 15566 (python) S 15557 15559 15083 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 363065757 296112128 7172 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 573852

[startup+3.10046 s]
/proc/loadavg: 2.00 1.99 1.56 3/189 15567
/proc/meminfo: memFree=16198484/32950928 swapFree=67054688/67111528
[pid=15559] ppid=15557 vsize=289172 CPUtime=0.64 cores=0,2,4,6
/proc/15559/stat : 15559 (python) S 15557 15559 15083 0 -1 4202496 10072 935 1 0 53 11 0 0 25 0 2 0 363065666 296112128 7172 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15559/statm: 72293 7172 1875 364 0 8211 0
[pid=15565] ppid=15559 vsize=278928 CPUtime=0 cores=0,2,4,6
/proc/15565/stat : 15565 (python) S 15559 15559 15083 0 -1 4202560 808 0 0 0 0 0 0 0 18 0 1 0 363065757 285622272 5652 33554432000 4194304 5683644 140734434191760 18446744073709551615 218880585231 0 0 16781312 514 4087904246895182084 0 0 17 6 0 0 0
/proc/15565/statm: 69732 5652 359 364 0 5650 0
[pid=15567] ppid=15565 vsize=6680 CPUtime=2.18 cores=0,2,4,6
/proc/15567/stat : 15567 (lingeling) R 15565 15567 15567 0 -1 4202496 1519 0 0 0 218 0 0 0 25 0 1 0 363065757 6840320 871 33554432000 4194304 4352236 140736304675776 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/15567/statm: 1670 871 129 39 0 750 0
[pid=15559/tid=15566] ppid=15557 vsize=289172 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15566/stat : 15566 (python) S 15557 15559 15083 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 363065757 296112128 7172 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 574780

[startup+6.3009 s]
/proc/loadavg: 2.00 1.99 1.56 3/189 15567
/proc/meminfo: memFree=16196236/32950928 swapFree=67054688/67111528
[pid=15559] ppid=15557 vsize=289172 CPUtime=0.64 cores=0,2,4,6
/proc/15559/stat : 15559 (python) S 15557 15559 15083 0 -1 4202496 10072 935 1 0 53 11 0 0 25 0 2 0 363065666 296112128 7172 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15559/statm: 72293 7172 1875 364 0 8211 0
[pid=15565] ppid=15559 vsize=278928 CPUtime=0 cores=0,2,4,6
/proc/15565/stat : 15565 (python) S 15559 15559 15083 0 -1 4202560 967 0 0 0 0 0 0 0 18 0 1 0 363065757 285622272 5674 33554432000 4194304 5683644 140734434191760 18446744073709551615 218880585231 0 0 16781312 514 4087904246895182084 0 0 17 6 0 0 0
/proc/15565/statm: 69732 5674 381 364 0 5650 0
[pid=15567] ppid=15565 vsize=7108 CPUtime=5.38 cores=0,2,4,6
/proc/15567/stat : 15567 (lingeling) R 15565 15567 15567 0 -1 4202496 2162 0 0 0 538 0 0 0 25 0 1 0 363065757 7278592 978 33554432000 4194304 4352236 140736304675776 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/15567/statm: 1777 978 129 39 0 857 0
[pid=15559/tid=15566] ppid=15557 vsize=289172 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15566/stat : 15566 (python) S 15557 15559 15083 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 363065757 296112128 7172 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 575208

[startup+12.7007 s]
/proc/loadavg: 2.00 1.99 1.56 3/189 15567
/proc/meminfo: memFree=16192608/32950928 swapFree=67054688/67111528
[pid=15559] ppid=15557 vsize=289172 CPUtime=0.64 cores=0,2,4,6
/proc/15559/stat : 15559 (python) S 15557 15559 15083 0 -1 4202496 10072 935 1 0 53 11 0 0 25 0 2 0 363065666 296112128 7172 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15559/statm: 72293 7172 1875 364 0 8211 0
[pid=15565] ppid=15559 vsize=278928 CPUtime=0.01 cores=0,2,4,6
/proc/15565/stat : 15565 (python) S 15559 15559 15083 0 -1 4202560 970 0 0 0 0 1 0 0 18 0 1 0 363065757 285622272 5675 33554432000 4194304 5683644 140734434191760 18446744073709551615 218880585231 0 0 16781312 514 4087904246895182084 0 0 17 6 0 0 0
/proc/15565/statm: 69732 5675 382 364 0 5650 0
[pid=15567] ppid=15565 vsize=7624 CPUtime=11.78 cores=0,2,4,6
/proc/15567/stat : 15567 (lingeling) R 15565 15567 15567 0 -1 4202496 3027 0 0 0 1178 0 0 0 25 0 1 0 363065757 7806976 1107 33554432000 4194304 4352236 140736304675776 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/15567/statm: 1906 1107 129 39 0 986 0
[pid=15559/tid=15566] ppid=15557 vsize=289172 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15566/stat : 15566 (python) S 15557 15559 15083 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 363065757 296112128 7172 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 575724

[startup+25.5005 s]
/proc/loadavg: 2.00 1.99 1.56 3/189 15568
/proc/meminfo: memFree=16192112/32950928 swapFree=67054688/67111528
[pid=15559] ppid=15557 vsize=289172 CPUtime=0.64 cores=0,2,4,6
/proc/15559/stat : 15559 (python) S 15557 15559 15083 0 -1 4202496 10072 935 1 0 53 11 0 0 25 0 2 0 363065666 296112128 7172 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15559/statm: 72293 7172 1875 364 0 8211 0
[pid=15565] ppid=15559 vsize=278928 CPUtime=0.02 cores=0,2,4,6
/proc/15565/stat : 15565 (python) S 15559 15559 15083 0 -1 4202560 973 0 0 0 0 2 0 0 18 0 1 0 363065757 285622272 5675 33554432000 4194304 5683644 140734434191760 18446744073709551615 218880585231 0 0 16781312 514 15854412314762510596 0 0 17 6 0 0 0
/proc/15565/statm: 69732 5675 382 364 0 5650 0
[pid=15567] ppid=15565 vsize=8264 CPUtime=24.57 cores=0,2,4,6
/proc/15567/stat : 15567 (lingeling) R 15565 15567 15567 0 -1 4202496 4051 0 0 0 2457 0 0 0 25 0 1 0 363065757 8462336 1267 33554432000 4194304 4352236 140736304675776 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/15567/statm: 2066 1267 129 39 0 1146 0
[pid=15559/tid=15566] ppid=15557 vsize=289172 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15566/stat : 15566 (python) S 15557 15559 15083 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 363065757 296112128 7172 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 576364

[startup+51.1009 s]
/proc/loadavg: 2.00 1.99 1.57 3/189 15569
/proc/meminfo: memFree=16190692/32950928 swapFree=67054688/67111528
[pid=15559] ppid=15557 vsize=289172 CPUtime=0.64 cores=0,2,4,6
/proc/15559/stat : 15559 (python) S 15557 15559 15083 0 -1 4202496 10072 935 1 0 53 11 0 0 25 0 2 0 363065666 296112128 7172 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15559/statm: 72293 7172 1875 364 0 8211 0
[pid=15565] ppid=15559 vsize=278928 CPUtime=0.05 cores=0,2,4,6
/proc/15565/stat : 15565 (python) S 15559 15559 15083 0 -1 4202560 981 0 0 0 2 3 0 0 18 0 1 0 363065757 285622272 5675 33554432000 4194304 5683644 140734434191760 18446744073709551615 218880585231 0 0 16781312 514 15854412314762510596 0 0 17 6 0 0 0
/proc/15565/statm: 69732 5675 382 364 0 5650 0
[pid=15567] ppid=15565 vsize=9404 CPUtime=50.17 cores=0,2,4,6
/proc/15567/stat : 15567 (lingeling) R 15565 15567 15567 0 -1 4202496 5812 0 0 0 5017 0 0 0 25 0 1 0 363065757 9629696 1552 33554432000 4194304 4352236 140736304675776 18446744073709551615 4278562 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/15567/statm: 2351 1552 129 39 0 1431 0
[pid=15559/tid=15566] ppid=15557 vsize=289172 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15566/stat : 15566 (python) S 15557 15559 15083 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 363065757 296112128 7172 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 577504

[startup+102.307 s]
/proc/loadavg: 2.00 1.99 1.59 3/190 15571
/proc/meminfo: memFree=16186516/32950928 swapFree=67054688/67111528
[pid=15559] ppid=15557 vsize=289460 CPUtime=0.66 cores=0,2,4,6
/proc/15559/stat : 15559 (python) S 15557 15559 15083 0 -1 4202496 10528 935 1 0 55 11 0 0 18 0 2 0 363065666 296407040 7247 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15559/statm: 72365 7247 1876 364 0 8283 0
[pid=15565] ppid=15559 vsize=289172 CPUtime=0.11 cores=0,2,4,6
/proc/15565/stat : 15565 (python) S 15559 15559 15083 0 -1 4202560 1164 0 0 0 5 6 0 0 18 0 2 0 363065757 296112128 5714 33554432000 4194304 5683644 140734434191760 18446744073709551615 218880585286 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15565/statm: 72293 5714 416 364 0 8211 0
[pid=15567] ppid=15565 vsize=12092 CPUtime=101.36 cores=0,2,4,6
/proc/15567/stat : 15567 (lingeling) R 15565 15567 15567 0 -1 4202496 9684 0 0 0 10135 1 0 0 25 0 1 0 363065757 12382208 2224 33554432000 4194304 4352236 140736304675776 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/15567/statm: 3023 2224 129 39 0 2103 0
[pid=15565/tid=15571] ppid=15559 vsize=289172 CPUtime=0 cores=0,2,4,6
/proc/15565/task/15571/stat : 15571 (python) S 15559 15559 15083 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 363075768 296112128 5714 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 514 18446604453864482624 0 0 -1 2 0 0 0
[pid=15559/tid=15566] ppid=15557 vsize=289460 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15566/stat : 15566 (python) S 15557 15559 15083 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 2 0 363065757 296407040 7247 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 590724

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.62 3/190 15572
/proc/meminfo: memFree=16160436/32950928 swapFree=67054688/67111528
[pid=15559] ppid=15557 vsize=289460 CPUtime=0.66 cores=0,2,4,6
/proc/15559/stat : 15559 (python) S 15557 15559 15083 0 -1 4202496 10528 935 1 0 55 11 0 0 18 0 2 0 363065666 296407040 7247 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15559/statm: 72365 7247 1876 364 0 8283 0
[pid=15565] ppid=15559 vsize=289172 CPUtime=0.18 cores=0,2,4,6
/proc/15565/stat : 15565 (python) S 15559 15559 15083 0 -1 4202560 1183 0 0 0 9 9 0 0 18 0 2 0 363065757 296112128 5714 33554432000 4194304 5683644 140734434191760 18446744073709551615 218880585286 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15565/statm: 72293 5714 416 364 0 8211 0
[pid=15567] ppid=15565 vsize=14528 CPUtime=161.35 cores=0,2,4,6
/proc/15567/stat : 15567 (lingeling) R 15565 15567 15567 0 -1 4202496 12885 0 0 0 16134 1 0 0 25 0 1 0 363065757 14876672 2833 33554432000 4194304 4352236 140736304675776 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/15567/statm: 3632 2833 129 39 0 2712 0
[pid=15565/tid=15571] ppid=15559 vsize=289172 CPUtime=0 cores=0,2,4,6
/proc/15565/task/15571/stat : 15571 (python) S 15559 15559 15083 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 363075768 296112128 5714 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 514 18446604453864482624 0 0 -1 2 0 0 0
[pid=15559/tid=15566] ppid=15557 vsize=289460 CPUtime=0 cores=0,2,4,6

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

[pid=15689] ppid=15559 vsize=330824 CPUtime=0.82 cores=0,2,4,6
/proc/15689/stat : 15689 (python) S 15559 15559 15083 0 -1 4202560 1173 0 0 0 46 36 0 0 15 0 2 0 363348960 338763776 5859 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15689/statm: 82706 5859 400 364 0 18609 0
[pid=15691] ppid=15689 vsize=198968 CPUtime=584.3 cores=0,2,4,6
/proc/15691/stat : 15691 (cryptominisat-2) T 15689 15691 15691 0 -1 4202496 165039 0 0 0 58396 34 0 0 25 0 1 0 363348960 203743232 29554 33554432000 4194304 4677096 140733631761072 18446744073709551615 4355168 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/15691/statm: 49742 29554 392 118 0 44701 0
[pid=15689/tid=15713] ppid=15559 vsize=330824 CPUtime=0 cores=0,2,4,6
/proc/15689/task/15713/stat : 15713 (python) S 15559 15559 15083 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 363397848 338763776 5859 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 514 18446604449388627200 0 0 -1 2 0 0 0
[pid=15714] ppid=15559 vsize=341080 CPUtime=0.79 cores=0,2,4,6
/proc/15714/stat : 15714 (python) S 15559 15559 15083 0 -1 4202560 1169 0 0 0 44 35 0 0 18 0 2 0 363397849 349265920 5863 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15714/statm: 85270 5863 400 364 0 21170 0
[pid=15716] ppid=15714 vsize=21388 CPUtime=584.71 cores=0,2,4,6
/proc/15716/stat : 15716 (lingeling) T 15714 15716 15716 0 -1 4202496 31443 0 0 0 58467 4 0 0 25 0 1 0 363397849 21901312 4548 33554432000 4194304 4352236 140737398502752 18446744073709551615 4329043 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/15716/statm: 5347 4548 129 39 0 4427 0
[pid=15714/tid=15722] ppid=15559 vsize=341080 CPUtime=0 cores=0,2,4,6
/proc/15714/task/15722/stat : 15722 (python) S 15559 15559 15083 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 363417373 349265920 5863 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 514 18446604453985337408 0 0 -1 6 0 0 0
[pid=15774] ppid=15559 vsize=351336 CPUtime=0.5 cores=0,2,4,6
/proc/15774/stat : 15774 (python) S 15559 15559 15083 0 -1 4202560 1205 0 0 0 31 19 0 0 19 0 2 0 363514034 359768064 5895 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15774/statm: 87834 5895 406 364 0 23731 0
[pid=15776] ppid=15774 vsize=32432 CPUtime=392.47 cores=0,2,4,6
/proc/15776/stat : 15776 (precosat) T 15774 15776 15776 0 -1 4202496 8784 0 0 0 39245 2 0 0 25 0 1 0 363514034 33210368 7923 33554432000 4194304 4890832 140734903348480 18446744073709551615 4238643 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/15776/statm: 8108 7923 86 171 0 7935 0
[pid=15774/tid=15796] ppid=15559 vsize=351336 CPUtime=0 cores=0,2,4,6
/proc/15774/task/15796/stat : 15796 (python) S 15559 15559 15083 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 363553281 359768064 5895 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 514 18446604453909173184 0 0 -1 6 0 0 0
[pid=15797] ppid=15559 vsize=361592 CPUtime=0.1 cores=0,2,4,6
/proc/15797/stat : 15797 (python) S 15559 15559 15083 0 -1 4202560 940 0 0 0 5 5 0 0 18 0 1 0 363553282 370270208 5863 33554432000 4194304 5683644 140734434191760 18446744073709551615 218880585286 0 0 16781312 514 15854412314762510596 0 0 17 2 0 0 0
/proc/15797/statm: 90398 5863 371 364 0 26292 0
[pid=15799] ppid=15797 vsize=12580 CPUtime=86.13 cores=0,2,4,6
/proc/15799/stat : 15799 (lingeling) R 15797 15799 15799 0 -1 4202496 7220 0 0 0 8612 1 0 0 25 0 1 0 363553283 12881920 2346 33554432000 4194304 4352236 140734546234368 18446744073709551615 4231284 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/15799/statm: 3145 2346 129 39 0 2225 0
[pid=15559/tid=15566] ppid=15557 vsize=437372 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15566/stat : 15566 (python) S 15557 15559 15083 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 10 0 363065757 447868928 7390 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 6 0 0 0
[pid=15559/tid=15594] ppid=15557 vsize=437372 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15594/stat : 15594 (python) S 15557 15559 15083 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 10 0 363124321 447868928 7390 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 4 0 0 0
[pid=15559/tid=15603] ppid=15557 vsize=437372 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15603/stat : 15603 (python) S 15557 15559 15083 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 10 0 363134334 447868928 7390 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 0 0 0 0
[pid=15559/tid=15630] ppid=15557 vsize=437372 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15630/stat : 15630 (python) S 15557 15559 15083 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 10 0 363183055 447868928 7390 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 4 0 0 0
[pid=15559/tid=15666] ppid=15557 vsize=437372 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15666/stat : 15666 (python) S 15557 15559 15083 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 10 0 363290280 447868928 7390 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 0 0 0 0
[pid=15559/tid=15690] ppid=15557 vsize=437372 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15690/stat : 15690 (python) S 15557 15559 15083 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 10 0 363348960 447868928 7390 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 0 0 0 0
[pid=15559/tid=15715] ppid=15557 vsize=437372 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15715/stat : 15715 (python) S 15557 15559 15083 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 10 0 363397849 447868928 7390 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 0 0 0 0
[pid=15559/tid=15775] ppid=15557 vsize=437372 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15775/stat : 15775 (python) S 15557 15559 15083 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 10 0 363514034 447868928 7390 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 2 0 0 0
[pid=15559/tid=15798] ppid=15557 vsize=437372 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15798/stat : 15798 (python) S 15557 15559 15083 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 10 0 363553282 447868928 7390 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4968.47
Current children cumulated vsize (KiB) 3854864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4993.8 s]
/proc/loadavg: 1.00 1.07 1.40 2/207 15802
/proc/meminfo: memFree=16177460/32950928 swapFree=67054688/67111528
[pid=15559] ppid=15557 vsize=437372 CPUtime=0.86 cores=0,2,4,6
/proc/15559/stat : 15559 (python) S 15557 15559 15083 0 -1 4202496 16689 935 1 0 73 13 0 0 18 0 10 0 363065666 447868928 7390 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15559/statm: 109343 7390 1892 364 0 45237 0
[pid=15565] ppid=15559 vsize=289172 CPUtime=1.51 cores=0,2,4,6
/proc/15565/stat : 15565 (python) S 15559 15559 15083 0 -1 4202560 1213 0 0 0 85 66 0 0 18 0 2 0 363065757 296112128 5714 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15565/statm: 72293 5714 416 364 0 8211 0
[pid=15567] ppid=15565 vsize=23620 CPUtime=1265.34 cores=0,2,4,6
/proc/15567/stat : 15567 (lingeling) T 15565 15567 15567 0 -1 4202496 55062 0 0 0 126525 9 0 0 25 0 1 0 363065757 24186880 5106 33554432000 4194304 4352236 140736304675776 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/15567/statm: 5905 5106 129 39 0 4985 0
[pid=15565/tid=15571] ppid=15559 vsize=289172 CPUtime=0 cores=0,2,4,6
/proc/15565/task/15571/stat : 15571 (python) S 15559 15559 15083 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 363075768 296112128 5714 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 514 18446604453864482624 0 0 -1 2 0 0 0
[pid=15593] ppid=15559 vsize=289296 CPUtime=0.11 cores=0,2,4,6
/proc/15593/stat : 15593 (python) S 15559 15559 15083 0 -1 4202560 1096 0 0 0 7 4 0 0 19 0 2 0 363124321 296239104 5718 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15593/statm: 72324 5718 400 364 0 8239 0
[pid=15595] ppid=15593 vsize=8268 CPUtime=100.09 cores=0,2,4,6
/proc/15595/stat : 15595 (SApperloT-base) T 15593 15595 15595 0 -1 4202496 2003 0 0 0 10009 0 0 0 25 0 1 0 363124321 8466432 1741 33554432000 134512640 135674940 4291860976 18446744073709551615 134561385 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15595/statm: 2067 1741 100 284 0 1781 0
[pid=15593/tid=15601] ppid=15559 vsize=289296 CPUtime=0 cores=0,2,4,6
/proc/15593/task/15601/stat : 15601 (python) S 15559 15559 15083 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 363134332 296239104 5718 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 514 18446604453902107712 0 0 -1 4 0 0 0
[pid=15602] ppid=15559 vsize=299876 CPUtime=0.88 cores=0,2,4,6
/proc/15602/stat : 15602 (python) S 15559 15559 15083 0 -1 4202560 1171 0 0 0 51 37 0 0 16 0 2 0 363134334 307073024 5803 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15602/statm: 74969 5803 401 364 0 10881 0
[pid=15604] ppid=15602 vsize=161396 CPUtime=583.37 cores=0,2,4,6
/proc/15604/stat : 15604 (cryptominisat-2) T 15602 15604 15604 0 -1 4202496 178965 0 0 0 58303 34 0 0 25 0 1 0 363134334 165269504 33166 33554432000 4194304 4677096 140735303350800 18446744073709551615 4502921 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/15604/statm: 40349 33166 392 118 0 35308 0
[pid=15602/tid=15628] ppid=15559 vsize=299876 CPUtime=0 cores=0,2,4,6
/proc/15602/task/15628/stat : 15628 (python) S 15559 15559 15083 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 363183052 307073024 5803 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 514 18446604453852431488 0 0 -1 0 0 0 0
[pid=15629] ppid=15559 vsize=310132 CPUtime=1.06 cores=0,2,4,6
/proc/15629/stat : 15629 (python) S 15559 15559 15083 0 -1 4202560 1166 0 0 0 57 49 0 0 18 0 2 0 363183055 317575168 5806 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15629/statm: 77533 5806 400 364 0 13442 0
[pid=15631] ppid=15629 vsize=48988 CPUtime=777.78 cores=0,2,4,6
/proc/15631/stat : 15631 (precosat) T 15629 15631 15631 0 -1 4202496 13595 0 0 0 77774 4 0 0 25 0 1 0 363183055 50163712 12048 33554432000 4194304 4890832 140735524106304 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/15631/statm: 12247 12048 86 171 0 12074 0
[pid=15629/tid=15643] ppid=15559 vsize=310132 CPUtime=0 cores=0,2,4,6
/proc/15629/task/15643/stat : 15643 (python) S 15559 15559 15083 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 363222303 317575168 5806 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 514 18446604453874870080 0 0 -1 6 0 0 0
[pid=15665] ppid=15559 vsize=320568 CPUtime=0.87 cores=0,2,4,6
/proc/15665/stat : 15665 (python) S 15559 15559 15083 0 -1 4202560 1163 0 0 0 50 37 0 0 19 0 2 0 363290279 328261632 5855 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15665/statm: 80142 5855 400 364 0 16048 0
[pid=15667] ppid=15665 vsize=15976 CPUtime=586.78 cores=0,2,4,6
/proc/15667/stat : 15667 (lingeling) T 15665 15667 15667 0 -1 4202496 35100 0 0 0 58675 3 0 0 25 0 1 0 363290280 16359424 3195 33554432000 4194304 4352236 140735488903376 18446744073709551615 4328122 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/15667/statm: 3994 3195 129 39 0 3074 0
[pid=15665/tid=15688] ppid=15559 vsize=320568 CPUtime=0 cores=0,2,4,6
/proc/15665/task/15688/stat : 15688 (python) S 15559 15559 15083 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 363348958 328261632 5855 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 514 18446604453902108608 0 0 -1 2 0 0 0
[pid=15689] ppid=15559 vsize=330824 CPUtime=0.82 cores=0,2,4,6
/proc/15689/stat : 15689 (python) S 15559 15559 15083 0 -1 4202560 1173 0 0 0 46 36 0 0 15 0 2 0 363348960 338763776 5859 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15689/statm: 82706 5859 400 364 0 18609 0
[pid=15691] ppid=15689 vsize=198968 CPUtime=584.3 cores=0,2,4,6
/proc/15691/stat : 15691 (cryptominisat-2) T 15689 15691 15691 0 -1 4202496 165039 0 0 0 58396 34 0 0 25 0 1 0 363348960 203743232 29554 33554432000 4194304 4677096 140733631761072 18446744073709551615 4355168 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/15691/statm: 49742 29554 392 118 0 44701 0
[pid=15689/tid=15713] ppid=15559 vsize=330824 CPUtime=0 cores=0,2,4,6
/proc/15689/task/15713/stat : 15713 (python) S 15559 15559 15083 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 363397848 338763776 5859 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 514 18446604449388627200 0 0 -1 2 0 0 0
[pid=15714] ppid=15559 vsize=341080 CPUtime=0.79 cores=0,2,4,6
/proc/15714/stat : 15714 (python) S 15559 15559 15083 0 -1 4202560 1169 0 0 0 44 35 0 0 18 0 2 0 363397849 349265920 5863 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15714/statm: 85270 5863 400 364 0 21170 0
[pid=15716] ppid=15714 vsize=21388 CPUtime=584.71 cores=0,2,4,6
/proc/15716/stat : 15716 (lingeling) T 15714 15716 15716 0 -1 4202496 31443 0 0 0 58467 4 0 0 25 0 1 0 363397849 21901312 4548 33554432000 4194304 4352236 140737398502752 18446744073709551615 4329043 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/15716/statm: 5347 4548 129 39 0 4427 0
[pid=15714/tid=15722] ppid=15559 vsize=341080 CPUtime=0 cores=0,2,4,6
/proc/15714/task/15722/stat : 15722 (python) S 15559 15559 15083 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 363417373 349265920 5863 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 514 18446604453985337408 0 0 -1 6 0 0 0
[pid=15774] ppid=15559 vsize=351336 CPUtime=0.5 cores=0,2,4,6
/proc/15774/stat : 15774 (python) S 15559 15559 15083 0 -1 4202560 1205 0 0 0 31 19 0 0 19 0 2 0 363514034 359768064 5895 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15774/statm: 87834 5895 406 364 0 23731 0
[pid=15776] ppid=15774 vsize=32432 CPUtime=392.47 cores=0,2,4,6
/proc/15776/stat : 15776 (precosat) T 15774 15776 15776 0 -1 4202496 8784 0 0 0 39245 2 0 0 25 0 1 0 363514034 33210368 7923 33554432000 4194304 4890832 140734903348480 18446744073709551615 4238643 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/15776/statm: 8108 7923 86 171 0 7935 0
[pid=15774/tid=15796] ppid=15559 vsize=351336 CPUtime=0 cores=0,2,4,6
/proc/15774/task/15796/stat : 15796 (python) S 15559 15559 15083 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 363553281 359768064 5895 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 514 18446604453909173184 0 0 -1 6 0 0 0
[pid=15797] ppid=15559 vsize=361592 CPUtime=0.13 cores=0,2,4,6
/proc/15797/stat : 15797 (python) S 15559 15559 15083 0 -1 4202560 950 0 0 0 7 6 0 0 18 0 1 0 363553282 370270208 5863 33554432000 4194304 5683644 140734434191760 18446744073709551615 218880585286 0 0 16781312 514 15854412314762510596 0 0 17 2 0 0 0
/proc/15797/statm: 90398 5863 371 364 0 26292 0
[pid=15799] ppid=15797 vsize=13992 CPUtime=117.63 cores=0,2,4,6
/proc/15799/stat : 15799 (lingeling) R 15797 15799 15799 0 -1 4202496 9429 0 0 0 11762 1 0 0 25 0 1 0 363553283 14327808 2699 33554432000 4194304 4352236 140734546234368 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/15799/statm: 3498 2699 129 39 0 2578 0
[pid=15559/tid=15566] ppid=15557 vsize=437372 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15566/stat : 15566 (python) S 15557 15559 15083 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 10 0 363065757 447868928 7390 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 6 0 0 0
[pid=15559/tid=15594] ppid=15557 vsize=437372 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15594/stat : 15594 (python) S 15557 15559 15083 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 10 0 363124321 447868928 7390 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 4 0 0 0
[pid=15559/tid=15603] ppid=15557 vsize=437372 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15603/stat : 15603 (python) S 15557 15559 15083 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 10 0 363134334 447868928 7390 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 0 0 0 0
[pid=15559/tid=15630] ppid=15557 vsize=437372 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15630/stat : 15630 (python) S 15557 15559 15083 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 10 0 363183055 447868928 7390 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 4 0 0 0
[pid=15559/tid=15666] ppid=15557 vsize=437372 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15666/stat : 15666 (python) S 15557 15559 15083 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 10 0 363290280 447868928 7390 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 0 0 0 0
[pid=15559/tid=15690] ppid=15557 vsize=437372 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15690/stat : 15690 (python) S 15557 15559 15083 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 10 0 363348960 447868928 7390 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 0 0 0 0
[pid=15559/tid=15715] ppid=15557 vsize=437372 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15715/stat : 15715 (python) S 15557 15559 15083 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 10 0 363397849 447868928 7390 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 0 0 0 0
[pid=15559/tid=15775] ppid=15557 vsize=437372 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15775/stat : 15775 (python) S 15557 15559 15083 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 10 0 363514034 447868928 7390 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 2 0 0 0
[pid=15559/tid=15798] ppid=15557 vsize=437372 CPUtime=0 cores=0,2,4,6
/proc/15559/task/15798/stat : 15798 (python) S 15557 15559 15083 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 10 0 363553282 447868928 7390 33554432000 4194304 5683644 140734434191760 18446744073709551615 218892388785 0 0 16781312 2 18446604453903775552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 3856276

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

Real time (s): 4993.86
CPU time (s): 5000
CPU user time (s): 4996.07
CPU system time (s): 3.93
CPU usage (%): 100.123
Max. virtual memory (cumulated for all children) (KiB): 3858324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.732888
system time used= 0.137979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17630
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= 2909
involuntary context switches= 50

runsolver used 12.7051 second user time and 24.6013 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-13 10:42:42
IDJOB=3498462
IDBENCH=83418
IDSOLVER=1991
FILE ID=node112/3498462-1307954562
RUNJOBID= node112-1307953126-15101
PBS_JOBID= 13559716
Free space on /var/tmp= 2848 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_2_keyfind_1.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498462-1307954562/watcher-3498462-1307954562 -o /var/tmp/evaluation-result-3498462-1307954562/solver-3498462-1307954562 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498462-1307954562.cnf -seed 1824615286 -budget 5000

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

MD5SUM BENCH= 1024a3346322fdba0a20b51f99eae4c0
RANDOM SEED=1824615286

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16226832 kB
Buffers:         76028 kB
Cached:       15668608 kB
SwapCached:      10444 kB
Active:        1047304 kB
Inactive:     15092260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16226832 kB
SwapTotal:    67111528 kB
SwapFree:     67054688 kB
Dirty:           31824 kB
Writeback:           0 kB
AnonPages:      392896 kB
Mapped:          15488 kB
Slab:           517324 kB
PageTables:       7088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   774980 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 /var/tmp at the end= 2852 MiB
End job on node112 at 2011-06-13 12:05:58