Trace number 3377922

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) 1301.74 1300.04

General information on the benchmark

Nameibm-2002-30r-k85.cnf
MD5SUMc08fe2d9c476652207ada677b7ca59f9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark42.9815
Satisfiable
(Un)Satisfiability was proved
Number of variables181484
Number of clauses890298
Sum of the clauses size2338581
Maximum clause length19
Minimum clause length1
Number of clauses of size 1771
Number of clauses of size 2667172
Number of clauses of size 3144951
Number of clauses of size 424791
Number of clauses of size 511035
Number of clauses of size over 541578

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.46	c INFO: solving HOME/instance-3377922-1305453069.cnf
0.32/0.46	c INFO: computing task features
3.31/3.41	c INFO: computed variable-clause graph statistics
3.40/3.52	c INFO: computed clause balance statistics
16.79/16.99	c INFO: computed variable balance statistics
26.49/26.67	c INFO: computed small-clause counts
26.69/26.86	c INFO: computed Horn-clause counts
64.79/64.93	c INFO: computed variable graph statistics
64.79/64.93	c INFO: collected features for HOME/instance-3377922-1305453069.cnf in 64.35 s
64.79/64.94	c INFO: running lingeling-276@0 for 388 with 2335 remaining (b = 0.34)
459.73/459.82	c INFO: running lingeling-276@393 for 97 with 1941 remaining (b = 0.12)
554.96/555.03	c INFO: running lingeling-276@0 for 97 with 1846 remaining (b = 0.19)
655.39/655.29	c INFO: running lingeling-276@488 for 97 with 1746 remaining (b = 0.03)
752.75/752.53	c INFO: running cryptominisat-2.9.0@0 for 1649 with 1649 remaining (b = 0.42)

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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377922-1305453069/watcher-3377922-1305453069 -o /tmp/evaluation-result-3377922-1305453069/solver-3377922-1305453069 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377922-1305453069.cnf -seed 1791671110 -budget 2400 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.15 3.51 3.79 6/328 30076
/proc/meminfo: memFree=11249644/32950928 swapFree=67085488/67111528
[pid=30076] ppid=30074 vsize=15908 CPUtime=0 cores=5,7
/proc/30076/stat : 30076 (python) S 30074 30076 29010 0 -1 4202496 958 0 0 0 0 0 0 0 17 0 1 0 735537686 16289792 834 33554432000 4194304 5683644 140736483529104 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 0
/proc/30076/statm: 3977 834 357 364 0 464 0

[startup+0.109238 s]
/proc/loadavg: 3.15 3.51 3.79 6/328 30076
/proc/meminfo: memFree=11249644/32950928 swapFree=67085488/67111528
[pid=30076] ppid=30074 vsize=104788 CPUtime=0.07 cores=5,7
/proc/30076/stat : 30076 (python) S 30074 30076 29010 0 -1 4202496 3216 0 0 0 5 2 0 0 17 0 1 0 735537686 107302912 2885 33554432000 4194304 5683644 140736483529104 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 7 0 0 0
/proc/30076/statm: 26197 2885 847 364 0 1945 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104788

[startup+0.201064 s]
/proc/loadavg: 3.15 3.51 3.79 6/328 30076
/proc/meminfo: memFree=11249644/32950928 swapFree=67085488/67111528
[pid=30076] ppid=30074 vsize=128860 CPUtime=0.15 cores=5,7
/proc/30076/stat : 30076 (python) S 30074 30076 29010 0 -1 4202496 5606 930 1 0 11 4 0 0 18 0 1 0 735537686 131952640 4020 33554432000 4194304 5683644 140736483529104 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 7 0 0 0
/proc/30076/statm: 32215 4020 1011 364 0 2994 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 128860

[startup+0.300977 s]
/proc/loadavg: 3.15 3.51 3.79 6/328 30076
/proc/meminfo: memFree=11249644/32950928 swapFree=67085488/67111528
[pid=30076] ppid=30074 vsize=187688 CPUtime=0.23 cores=5,7
/proc/30076/stat : 30076 (python) S 30074 30076 29010 0 -1 4202496 6833 930 1 0 16 7 0 0 17 0 1 0 735537686 192192512 4882 33554432000 4194304 5683644 140736483529104 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 7 0 0 0
/proc/30076/statm: 46922 4882 1399 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187688

[startup+0.700962 s]
/proc/loadavg: 3.15 3.51 3.79 6/328 30076
/proc/meminfo: memFree=11249644/32950928 swapFree=67085488/67111528
[pid=30076] ppid=30074 vsize=310432 CPUtime=0.6 cores=5,7
/proc/30076/stat : 30076 (python) R 30074 30076 29010 0 -1 4202496 17240 930 1 0 49 11 0 0 17 0 1 0 735537686 317882368 14911 33554432000 4194304 5683644 140736483529104 18446744073709551615 231895151301 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30076/statm: 77608 14911 1761 364 0 13532 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 310432

[startup+1.5008 s]
/proc/loadavg: 3.15 3.51 3.79 5/329 30081
/proc/meminfo: memFree=11103812/32950928 swapFree=67085488/67111528
[pid=30076] ppid=30074 vsize=364684 CPUtime=1.4 cores=5,7
/proc/30076/stat : 30076 (python) R 30074 30076 29010 0 -1 4202496 30508 930 1 0 127 13 0 0 18 0 1 0 735537686 373436416 28179 33554432000 4194304 5683644 140736483529104 18446744073709551615 231895151301 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30076/statm: 91171 28180 1761 364 0 27095 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 364684

[startup+3.1005 s]
/proc/loadavg: 3.22 3.51 3.79 5/329 30081
/proc/meminfo: memFree=10964188/32950928 swapFree=67085488/67111528
[pid=30076] ppid=30074 vsize=464988 CPUtime=3 cores=5,7
/proc/30076/stat : 30076 (python) R 30074 30076 29010 0 -1 4202496 78008 930 1 0 281 19 0 0 21 0 1 0 735537686 476147712 53544 33554432000 4194304 5683644 140736483529104 18446744073709551615 47799324505722 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30076/statm: 116247 53546 1812 364 0 52171 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 464988

[startup+6.3009 s]
/proc/loadavg: 3.22 3.51 3.79 5/329 30082
/proc/meminfo: memFree=11029536/32950928 swapFree=67085488/67111528
[pid=30076] ppid=30074 vsize=471940 CPUtime=6.19 cores=5,7
/proc/30076/stat : 30076 (python) R 30074 30076 29010 0 -1 4202496 79839 930 1 0 600 19 0 0 25 0 1 0 735537686 483266560 55370 33554432000 4194304 5683644 140736483529104 18446744073709551615 5006367 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30076/statm: 117985 55370 1826 364 0 53909 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 471940

[startup+12.7007 s]
/proc/loadavg: 3.34 3.53 3.79 5/329 30082
/proc/meminfo: memFree=10762516/32950928 swapFree=67085488/67111528
[pid=30076] ppid=30074 vsize=471940 CPUtime=12.59 cores=5,7
/proc/30076/stat : 30076 (python) R 30074 30076 29010 0 -1 4202496 79839 930 1 0 1240 19 0 0 25 0 1 0 735537686 483266560 55370 33554432000 4194304 5683644 140736483529104 18446744073709551615 231895145825 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30076/statm: 117985 55370 1826 364 0 53909 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 471940

[startup+25.5003 s]
/proc/loadavg: 3.44 3.54 3.80 5/332 30085
/proc/meminfo: memFree=10915208/32950928 swapFree=67085488/67111528
[pid=30076] ppid=30074 vsize=471940 CPUtime=25.39 cores=5,7
/proc/30076/stat : 30076 (python) R 30074 30076 29010 0 -1 4202496 79840 930 1 0 2520 19 0 0 25 0 1 0 735537686 483266560 55371 33554432000 4194304 5683644 140736483529104 18446744073709551615 47799324337934 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30076/statm: 117985 55371 1827 364 0 53909 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 471940

[startup+51.1005 s]
/proc/loadavg: 3.63 3.58 3.80 5/332 30086
/proc/meminfo: memFree=10990180/32950928 swapFree=67085488/67111528
[pid=30076] ppid=30074 vsize=471940 CPUtime=50.98 cores=5,7
/proc/30076/stat : 30076 (python) R 30074 30076 29010 0 -1 4202496 79846 930 1 0 5079 19 0 0 25 0 1 0 735537686 483266560 55377 33554432000 4194304 5683644 140736483529104 18446744073709551615 47799324092556 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30076/statm: 117985 55377 1833 364 0 53909 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 471940

[startup+102.301 s]
/proc/loadavg: 3.93 3.66 3.82 5/338 30093
/proc/meminfo: memFree=11033476/32950928 swapFree=67085488/67111528
[pid=30076] ppid=30074 vsize=467308 CPUtime=64.83 cores=5,7
/proc/30076/stat : 30076 (python) S 30074 30076 29010 0 -1 4202496 80125 930 1 0 6463 20 0 0 25 0 2 0 735537686 478523392 51690 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30076/statm: 116827 51690 1867 364 0 52745 0
[pid=30087] ppid=30076 vsize=457064 CPUtime=0.08 cores=5,7
/proc/30087/stat : 30087 (python) S 30076 30076 29010 0 -1 4202560 899 0 0 0 4 4 0 0 18 0 1 0 735544181 468033536 50195 33554432000 4194304 5683644 140736483529104 18446744073709551615 231895510543 0 0 16781312 514 2500113519702147335 0 0 17 5 0 0 0
/proc/30087/statm: 114266 50195 376 364 0 50184 0
[pid=30089] ppid=30087 vsize=78872 CPUtime=37.25 cores=5,7
/proc/30089/stat : 30089 (lingeling) R 30087 30089 30089 0 -1 4202496 28658 0 0 0 3722 3 0 0 25 0 1 0 735544182 80764928 17866 33554432000 4194304 4352236 140736467406144 18446744073709551615 4328299 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30089/statm: 19718 17866 129 39 0 18798 0
[pid=30076/tid=30088] ppid=30074 vsize=467308 CPUtime=0 cores=5,7
/proc/30076/task/30088/stat : 30088 (python) S 30074 30076 29010 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 2 0 735544182 478523392 51690 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 2 18446604454223472448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 1003244

[startup+162.301 s]
/proc/loadavg: 3.97 3.72 3.82 5/338 30095
/proc/meminfo: memFree=11032068/32950928 swapFree=67085488/67111528
[pid=30076] ppid=30074 vsize=467308 CPUtime=64.83 cores=5,7
/proc/30076/stat : 30076 (python) S 30074 30076 29010 0 -1 4202496 80125 930 1 0 6463 20 0 0 25 0 2 0 735537686 478523392 51690 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30076/statm: 116827 51690 1867 364 0 52745 0
[pid=30087] ppid=30076 vsize=457064 CPUtime=0.22 cores=5,7
/proc/30087/stat : 30087 (python) S 30076 30076 29010 0 -1 4202560 926 0 0 0 12 10 0 0 18 0 1 0 735544181 468033536 50195 33554432000 4194304 5683644 140736483529104 18446744073709551615 231895510543 0 0 16781312 514 2500113519702147335 0 0 17 5 0 0 0
/proc/30087/statm: 114266 50195 376 364 0 50184 0
[pid=30089] ppid=30087 vsize=78760 CPUtime=97.1 cores=5,7
/proc/30089/stat : 30089 (lingeling) R 30087 30089 30089 0 -1 4202496 29579 0 0 0 9707 3 0 0 25 0 1 0 735544182 80650240 17838 33554432000 4194304 4352236 140736467406144 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30089/statm: 19690 17838 129 39 0 18770 0
[pid=30076/tid=30088] ppid=30074 vsize=467308 CPUtime=0 cores=5,7
/proc/30076/task/30088/stat : 30088 (python) S 30074 30076 29010 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 2 0 735544182 478523392 51690 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 2 18446604454223472448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 1003132

[startup+222.312 s]
/proc/loadavg: 3.99 3.77 3.83 5/339 30097
/proc/meminfo: memFree=10963276/32950928 swapFree=67085488/67111528
[pid=30076] ppid=30074 vsize=467308 CPUtime=64.83 cores=5,7
/proc/30076/stat : 30076 (python) S 30074 30076 29010 0 -1 4202496 80125 930 1 0 6463 20 0 0 25 0 2 0 735537686 478523392 51690 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30076/statm: 116827 51690 1867 364 0 52745 0
[pid=30087] ppid=30076 vsize=457064 CPUtime=0.36 cores=5,7
/proc/30087/stat : 30087 (python) S 30076 30076 29010 0 -1 4202560 944 0 0 0 20 16 0 0 18 0 1 0 735544181 468033536 50195 33554432000 4194304 5683644 140736483529104 18446744073709551615 231895510543 0 0 16781312 514 2500113519702147335 0 0 17 5 0 0 0
/proc/30087/statm: 114266 50195 376 364 0 50184 0
[pid=30089] ppid=30087 vsize=80992 CPUtime=156.99 cores=5,7
/proc/30089/stat : 30089 (lingeling) R 30087 30089 30089 0 -1 4202496 32070 0 0 0 15696 3 0 0 25 0 1 0 735544182 82935808 19419 33554432000 4194304 4352236 140736467406144 18446744073709551615 4327971 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30089/statm: 20248 19419 129 39 0 19328 0
[pid=30076/tid=30088] ppid=30074 vsize=467308 CPUtime=0 cores=5,7
/proc/30076/task/30088/stat : 30088 (python) S 30074 30076 29010 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 2 0 735544182 478523392 51690 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 2 18446604454223472448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 1005364

[startup+282.301 s]
/proc/loadavg: 3.99 3.81 3.83 5/339 30099
/proc/meminfo: memFree=11013752/32950928 swapFree=67085488/67111528
[pid=30076] ppid=30074 vsize=467308 CPUtime=64.83 cores=5,7
/proc/30076/stat : 30076 (python) S 30074 30076 29010 0 -1 4202496 80125 930 1 0 6463 20 0 0 25 0 2 0 735537686 478523392 51690 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30076/statm: 116827 51690 1867 364 0 52745 0
[pid=30087] ppid=30076 vsize=457064 CPUtime=0.5 cores=5,7
/proc/30087/stat : 30087 (python) S 30076 30076 29010 0 -1 4202560 961 0 0 0 27 23 0 0 18 0 1 0 735544181 468033536 50195 33554432000 4194304 5683644 140736483529104 18446744073709551615 231895510543 0 0 16781312 514 2500113519702147335 0 0 17 5 0 0 0
/proc/30087/statm: 114266 50195 376 364 0 50184 0
[pid=30089] ppid=30087 vsize=80920 CPUtime=216.87 cores=5,7
/proc/30089/stat : 30089 (lingeling) R 30087 30089 30089 0 -1 4202496 32070 0 0 0 21684 3 0 0 25 0 1 0 735544182 82862080 19401 33554432000 4194304 4352236 140736467406144 18446744073709551615 4328090 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30089/statm: 20230 19401 129 39 0 19310 0
[pid=30076/tid=30088] ppid=30074 vsize=467308 CPUtime=0 cores=5,7
/proc/30076/task/30088/stat : 30088 (python) S 30074 30076 29010 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 2 0 735544182 478523392 51690 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 2 18446604454223472448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 1005292

[startup+342.301 s]
/proc/loadavg: 4.03 3.86 3.85 5/339 30101
/proc/meminfo: memFree=11006256/32950928 swapFree=67085488/67111528
[pid=30076] ppid=30074 vsize=467308 CPUtime=64.83 cores=5,7
/proc/30076/stat : 30076 (python) S 30074 30076 29010 0 -1 4202496 80125 930 1 0 6463 20 0 0 25 0 2 0 735537686 478523392 51690 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30076/statm: 116827 51690 1867 364 0 52745 0
[pid=30087] ppid=30076 vsize=457064 CPUtime=0.64 cores=5,7
/proc/30087/stat : 30087 (python) S 30076 30076 29010 0 -1 4202560 970 0 0 0 35 29 0 0 18 0 1 0 735544181 468033536 50195 33554432000 4194304 5683644 140736483529104 18446744073709551615 231895510543 0 0 16781312 514 2500113519702147335 0 0 17 5 0 0 0
/proc/30087/statm: 114266 50195 376 364 0 50184 0
[pid=30089] ppid=30087 vsize=80880 CPUtime=276.73 cores=5,7
/proc/30089/stat : 30089 (lingeling) R 30087 30089 30089 0 -1 4202496 32070 0 0 0 27670 3 0 0 25 0 1 0 735544182 82821120 19391 33554432000 4194304 4352236 140736467406144 18446744073709551615 4262885 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30089/statm: 20220 19391 129 39 0 19300 0
[pid=30076/tid=30088] ppid=30074 vsize=467308 CPUtime=0 cores=5,7
/proc/30076/task/30088/stat : 30088 (python) S 30074 30076 29010 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 2 0 735544182 478523392 51690 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 2 18446604454223472448 0 0 -1 5 0 0 0

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

[startup+1182.3 s]
/proc/loadavg: 3.15 3.47 3.71 4/356 30180
/proc/meminfo: memFree=9603440/32950928 swapFree=67085488/67111528
[pid=30076] ppid=30074 vsize=487820 CPUtime=64.88 cores=5,7
/proc/30076/stat : 30076 (python) S 30074 30076 29010 0 -1 4202496 81830 930 1 0 6466 22 0 0 19 0 4 0 735537686 499527680 51711 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30076/statm: 121955 51711 1880 364 0 57867 0
[pid=30087] ppid=30076 vsize=467308 CPUtime=1.4 cores=5,7
/proc/30087/stat : 30087 (python) S 30076 30076 29010 0 -1 4202560 1204 0 0 0 75 65 0 0 18 0 2 0 735544181 478523392 50240 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30087/statm: 116827 50240 416 364 0 52745 0
[pid=30089] ppid=30087 vsize=90404 CPUtime=586.04 cores=5,7
/proc/30089/stat : 30089 (lingeling) T 30087 30089 30089 0 -1 4202496 37006 0 0 0 58600 4 0 0 25 0 1 0 735544182 92573696 21772 33554432000 4194304 4352236 140736467406144 18446744073709551615 4329011 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/30089/statm: 22601 21772 129 39 0 21681 0
[pid=30087/tid=30106] ppid=30076 vsize=467308 CPUtime=0 cores=5,7
/proc/30087/task/30106/stat : 30106 (python) S 30076 30076 29010 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 735583668 478523392 50240 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 514 18446604471146767360 0 0 -1 7 0 0 0
[pid=30112] ppid=30076 vsize=467320 CPUtime=0.25 cores=5,7
/proc/30112/stat : 30112 (python) S 30076 30076 29010 0 -1 4202560 1095 0 0 0 13 12 0 0 19 0 2 0 735593190 478535680 50223 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/30112/statm: 116830 50223 399 364 0 52745 0
[pid=30114] ppid=30112 vsize=74716 CPUtime=100.22 cores=5,7
/proc/30114/stat : 30114 (lingeling) T 30112 30114 30114 0 -1 4202496 29595 0 0 0 10019 3 0 0 25 0 1 0 735593191 76509184 17849 33554432000 4194304 4352236 140734585773024 18446744073709551615 4241364 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/30114/statm: 18679 17849 129 39 0 17759 0
[pid=30112/tid=30128] ppid=30076 vsize=467320 CPUtime=0 cores=5,7
/proc/30112/task/30128/stat : 30128 (python) S 30076 30076 29010 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735603215 478535680 50223 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 514 18446604457884354368 0 0 -1 5 0 0 0
[pid=30137] ppid=30076 vsize=477576 CPUtime=1.2 cores=5,7
/proc/30137/stat : 30137 (python) S 30076 30076 29010 0 -1 4202560 1022 0 0 0 63 57 0 0 15 0 1 0 735612940 489037824 50198 33554432000 4194304 5683644 140736483529104 18446744073709551615 231895510598 0 0 16781312 514 2500113519702147332 0 0 17 7 0 0 0
/proc/30137/statm: 119394 50198 371 364 0 55306 0
[pid=30139] ppid=30137 vsize=588840 CPUtime=429.75 cores=5,7
/proc/30139/stat : 30139 (cryptominisat-2) R 30137 30139 30139 0 -1 4202496 214137 0 0 0 42939 36 0 0 25 0 1 0 735612941 602972160 134313 33554432000 4194304 4677096 140734449489200 18446744073709551615 4318905 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30139/statm: 147210 134313 394 118 0 142169 0
[pid=30076/tid=30088] ppid=30074 vsize=487820 CPUtime=0 cores=5,7
/proc/30076/task/30088/stat : 30088 (python) S 30074 30076 29010 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 4 0 735544182 499527680 51711 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 2 18446604454223472448 0 0 -1 5 0 0 0
[pid=30076/tid=30113] ppid=30074 vsize=487820 CPUtime=0 cores=5,7
/proc/30076/task/30113/stat : 30113 (python) S 30074 30076 29010 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 4 0 735593190 499527680 51711 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 2 18446604454223472448 0 0 -1 7 0 0 0
[pid=30076/tid=30138] ppid=30074 vsize=487820 CPUtime=0 cores=5,7
/proc/30076/task/30138/stat : 30138 (python) S 30074 30076 29010 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 4 0 735612940 499527680 51711 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 2 18446604454223472448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1183.74
Current children cumulated vsize (KiB) 2653984

[startup+1242.3 s]
/proc/loadavg: 3.05 3.38 3.66 4/356 30182
/proc/meminfo: memFree=9566060/32950928 swapFree=67085488/67111528
[pid=30076] ppid=30074 vsize=487820 CPUtime=64.88 cores=5,7
/proc/30076/stat : 30076 (python) S 30074 30076 29010 0 -1 4202496 81830 930 1 0 6466 22 0 0 19 0 4 0 735537686 499527680 51711 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30076/statm: 121955 51711 1880 364 0 57867 0
[pid=30087] ppid=30076 vsize=467308 CPUtime=1.4 cores=5,7
/proc/30087/stat : 30087 (python) S 30076 30076 29010 0 -1 4202560 1204 0 0 0 75 65 0 0 18 0 2 0 735544181 478523392 50240 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30087/statm: 116827 50240 416 364 0 52745 0
[pid=30089] ppid=30087 vsize=90404 CPUtime=586.04 cores=5,7
/proc/30089/stat : 30089 (lingeling) T 30087 30089 30089 0 -1 4202496 37006 0 0 0 58600 4 0 0 25 0 1 0 735544182 92573696 21772 33554432000 4194304 4352236 140736467406144 18446744073709551615 4329011 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/30089/statm: 22601 21772 129 39 0 21681 0
[pid=30087/tid=30106] ppid=30076 vsize=467308 CPUtime=0 cores=5,7
/proc/30087/task/30106/stat : 30106 (python) S 30076 30076 29010 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 735583668 478523392 50240 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 514 18446604471146767360 0 0 -1 7 0 0 0
[pid=30112] ppid=30076 vsize=467320 CPUtime=0.25 cores=5,7
/proc/30112/stat : 30112 (python) S 30076 30076 29010 0 -1 4202560 1095 0 0 0 13 12 0 0 19 0 2 0 735593190 478535680 50223 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/30112/statm: 116830 50223 399 364 0 52745 0
[pid=30114] ppid=30112 vsize=74716 CPUtime=100.22 cores=5,7
/proc/30114/stat : 30114 (lingeling) T 30112 30114 30114 0 -1 4202496 29595 0 0 0 10019 3 0 0 25 0 1 0 735593191 76509184 17849 33554432000 4194304 4352236 140734585773024 18446744073709551615 4241364 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/30114/statm: 18679 17849 129 39 0 17759 0
[pid=30112/tid=30128] ppid=30076 vsize=467320 CPUtime=0 cores=5,7
/proc/30112/task/30128/stat : 30128 (python) S 30076 30076 29010 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735603215 478535680 50223 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 514 18446604457884354368 0 0 -1 5 0 0 0
[pid=30137] ppid=30076 vsize=477576 CPUtime=1.35 cores=5,7
/proc/30137/stat : 30137 (python) S 30076 30076 29010 0 -1 4202560 1022 0 0 0 71 64 0 0 15 0 1 0 735612940 489037824 50198 33554432000 4194304 5683644 140736483529104 18446744073709551615 231895510598 0 0 16781312 514 18409030829171769604 0 0 17 7 0 0 0
/proc/30137/statm: 119394 50198 371 364 0 55306 0
[pid=30139] ppid=30137 vsize=589792 CPUtime=489.75 cores=5,7
/proc/30139/stat : 30139 (cryptominisat-2) R 30137 30139 30139 0 -1 4202496 226744 0 0 0 48935 40 0 0 25 0 1 0 735612941 603947008 134137 33554432000 4194304 4677096 140734449489200 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30139/statm: 147448 134137 394 118 0 142407 0
[pid=30076/tid=30088] ppid=30074 vsize=487820 CPUtime=0 cores=5,7
/proc/30076/task/30088/stat : 30088 (python) S 30074 30076 29010 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 4 0 735544182 499527680 51711 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 2 18446604454223472448 0 0 -1 5 0 0 0
[pid=30076/tid=30113] ppid=30074 vsize=487820 CPUtime=0 cores=5,7
/proc/30076/task/30113/stat : 30113 (python) S 30074 30076 29010 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 4 0 735593190 499527680 51711 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 2 18446604454223472448 0 0 -1 7 0 0 0
[pid=30076/tid=30138] ppid=30074 vsize=487820 CPUtime=0 cores=5,7
/proc/30076/task/30138/stat : 30138 (python) S 30074 30076 29010 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 4 0 735612940 499527680 51711 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 2 18446604454223472448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1243.89
Current children cumulated vsize (KiB) 2654936



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.98 3.30 3.62 4/341 30250
/proc/meminfo: memFree=12899940/32950928 swapFree=67085488/67111528
[pid=30076] ppid=30074 vsize=487820 CPUtime=64.88 cores=5,7
/proc/30076/stat : 30076 (python) S 30074 30076 29010 0 -1 4202496 81830 930 1 0 6466 22 0 0 19 0 4 0 735537686 499527680 51711 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30076/statm: 121955 51711 1880 364 0 57867 0
[pid=30087] ppid=30076 vsize=467308 CPUtime=1.4 cores=5,7
/proc/30087/stat : 30087 (python) S 30076 30076 29010 0 -1 4202560 1204 0 0 0 75 65 0 0 18 0 2 0 735544181 478523392 50240 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30087/statm: 116827 50240 416 364 0 52745 0
[pid=30089] ppid=30087 vsize=90404 CPUtime=586.04 cores=5,7
/proc/30089/stat : 30089 (lingeling) T 30087 30089 30089 0 -1 4202496 37006 0 0 0 58600 4 0 0 25 0 1 0 735544182 92573696 21772 33554432000 4194304 4352236 140736467406144 18446744073709551615 4329011 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/30089/statm: 22601 21772 129 39 0 21681 0
[pid=30087/tid=30106] ppid=30076 vsize=467308 CPUtime=0 cores=5,7
/proc/30087/task/30106/stat : 30106 (python) S 30076 30076 29010 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 735583668 478523392 50240 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 514 18446604471146767360 0 0 -1 7 0 0 0
[pid=30112] ppid=30076 vsize=467320 CPUtime=0.25 cores=5,7
/proc/30112/stat : 30112 (python) S 30076 30076 29010 0 -1 4202560 1095 0 0 0 13 12 0 0 19 0 2 0 735593190 478535680 50223 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/30112/statm: 116830 50223 399 364 0 52745 0
[pid=30114] ppid=30112 vsize=74716 CPUtime=100.22 cores=5,7
/proc/30114/stat : 30114 (lingeling) T 30112 30114 30114 0 -1 4202496 29595 0 0 0 10019 3 0 0 25 0 1 0 735593191 76509184 17849 33554432000 4194304 4352236 140734585773024 18446744073709551615 4241364 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/30114/statm: 18679 17849 129 39 0 17759 0
[pid=30112/tid=30128] ppid=30076 vsize=467320 CPUtime=0 cores=5,7
/proc/30112/task/30128/stat : 30128 (python) S 30076 30076 29010 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735603215 478535680 50223 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 514 18446604457884354368 0 0 -1 5 0 0 0
[pid=30137] ppid=30076 vsize=477576 CPUtime=1.51 cores=5,7
/proc/30137/stat : 30137 (python) S 30076 30076 29010 0 -1 4202560 1022 0 0 0 80 71 0 0 15 0 1 0 735612940 489037824 50198 33554432000 4194304 5683644 140736483529104 18446744073709551615 231895510598 0 0 16781312 514 2500113519702147332 0 0 17 7 0 0 0
/proc/30137/statm: 119394 50198 371 364 0 55306 0
[pid=30139] ppid=30137 vsize=602848 CPUtime=547.44 cores=5,7
/proc/30139/stat : 30139 (cryptominisat-2) R 30137 30139 30139 0 -1 4202496 236918 0 0 0 54702 42 0 0 25 0 1 0 735612941 617316352 139822 33554432000 4194304 4677096 140734449489200 18446744073709551615 4336322 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30139/statm: 150712 139822 394 118 0 145671 0
[pid=30076/tid=30088] ppid=30074 vsize=487820 CPUtime=0 cores=5,7
/proc/30076/task/30088/stat : 30088 (python) S 30074 30076 29010 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 4 0 735544182 499527680 51711 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 2 18446604454223472448 0 0 -1 5 0 0 0
[pid=30076/tid=30113] ppid=30074 vsize=487820 CPUtime=0 cores=5,7
/proc/30076/task/30113/stat : 30113 (python) S 30074 30076 29010 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 4 0 735593190 499527680 51711 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 2 18446604454223472448 0 0 -1 7 0 0 0
[pid=30076/tid=30138] ppid=30074 vsize=487820 CPUtime=0 cores=5,7
/proc/30076/task/30138/stat : 30138 (python) S 30074 30076 29010 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 4 0 735612940 499527680 51711 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 2 18446604454223472448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1301.74
Current children cumulated vsize (KiB) 2667992

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

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

[startup+1300 s]
/proc/loadavg: 2.98 3.30 3.62 4/341 30250
/proc/meminfo: memFree=12899940/32950928 swapFree=67085488/67111528
[pid=30076] ppid=30074 vsize=487820 CPUtime=64.88 cores=5,7
/proc/30076/stat : 30076 (python) S 30074 30076 29010 0 -1 4202496 81830 930 1 0 6466 22 0 0 19 0 4 0 735537686 499527680 51711 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30076/statm: 121955 51711 1880 364 0 57867 0
[pid=30087] ppid=30076 vsize=467308 CPUtime=1.4 cores=5,7
/proc/30087/stat : 30087 (python) S 30076 30076 29010 0 -1 4202560 1204 0 0 0 75 65 0 0 18 0 2 0 735544181 478523392 50240 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30087/statm: 116827 50240 416 364 0 52745 0
[pid=30089] ppid=30087 vsize=90404 CPUtime=586.04 cores=5,7
/proc/30089/stat : 30089 (lingeling) T 30087 30089 30089 0 -1 4202496 37006 0 0 0 58600 4 0 0 25 0 1 0 735544182 92573696 21772 33554432000 4194304 4352236 140736467406144 18446744073709551615 4329011 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/30089/statm: 22601 21772 129 39 0 21681 0
[pid=30087/tid=30106] ppid=30076 vsize=467308 CPUtime=0 cores=5,7
/proc/30087/task/30106/stat : 30106 (python) S 30076 30076 29010 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 735583668 478523392 50240 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 514 18446604471146767360 0 0 -1 7 0 0 0
[pid=30112] ppid=30076 vsize=467320 CPUtime=0.25 cores=5,7
/proc/30112/stat : 30112 (python) S 30076 30076 29010 0 -1 4202560 1095 0 0 0 13 12 0 0 19 0 2 0 735593190 478535680 50223 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/30112/statm: 116830 50223 399 364 0 52745 0
[pid=30114] ppid=30112 vsize=74716 CPUtime=100.22 cores=5,7
/proc/30114/stat : 30114 (lingeling) T 30112 30114 30114 0 -1 4202496 29595 0 0 0 10019 3 0 0 25 0 1 0 735593191 76509184 17849 33554432000 4194304 4352236 140734585773024 18446744073709551615 4241364 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/30114/statm: 18679 17849 129 39 0 17759 0
[pid=30112/tid=30128] ppid=30076 vsize=467320 CPUtime=0 cores=5,7
/proc/30112/task/30128/stat : 30128 (python) S 30076 30076 29010 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735603215 478535680 50223 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 514 18446604457884354368 0 0 -1 5 0 0 0
[pid=30137] ppid=30076 vsize=477576 CPUtime=1.51 cores=5,7
/proc/30137/stat : 30137 (python) S 30076 30076 29010 0 -1 4202560 1022 0 0 0 80 71 0 0 15 0 1 0 735612940 489037824 50198 33554432000 4194304 5683644 140736483529104 18446744073709551615 231895510598 0 0 16781312 514 2500113519702147332 0 0 17 7 0 0 0
/proc/30137/statm: 119394 50198 371 364 0 55306 0
[pid=30139] ppid=30137 vsize=602848 CPUtime=547.44 cores=5,7
/proc/30139/stat : 30139 (cryptominisat-2) R 30137 30139 30139 0 -1 4202496 236918 0 0 0 54702 42 0 0 25 0 1 0 735612941 617316352 139822 33554432000 4194304 4677096 140734449489200 18446744073709551615 4336322 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30139/statm: 150712 139822 394 118 0 145671 0
[pid=30076/tid=30088] ppid=30074 vsize=487820 CPUtime=0 cores=5,7
/proc/30076/task/30088/stat : 30088 (python) S 30074 30076 29010 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 4 0 735544182 499527680 51711 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 2 18446604454223472448 0 0 -1 5 0 0 0
[pid=30076/tid=30113] ppid=30074 vsize=487820 CPUtime=0 cores=5,7
/proc/30076/task/30113/stat : 30113 (python) S 30074 30076 29010 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 4 0 735593190 499527680 51711 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 2 18446604454223472448 0 0 -1 7 0 0 0
[pid=30076/tid=30138] ppid=30074 vsize=487820 CPUtime=0 cores=5,7
/proc/30076/task/30138/stat : 30138 (python) S 30074 30076 29010 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 4 0 735612940 499527680 51711 33554432000 4194304 5683644 140736483529104 18446744073709551615 231907314097 0 0 16781312 2 18446604454223472448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1301.74
Current children cumulated vsize (KiB) 2667992

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30076 and gives
#  childrusage.ru_utime.tv_sec=64
#  childrusage.ru_utime.tv_usec=669168
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=231964
# CPU time returned by wait4() is 64.9011
# while last known CPU time is 1301.74
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.04
CPU time (s): 1301.74
CPU user time (s): 1299.55
CPU system time (s): 2.19
CPU usage (%): 100.131
Max. virtual memory (cumulated for all children) (KiB): 2674816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.6692
system time used= 0.231964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82761
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= 1002
involuntary context switches= 129

runsolver used 4.11637 second user time and 9.71252 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 11:51:10
IDJOB=3377922
IDBENCH=69635
IDSOLVER=1858
FILE ID=node114/3377922-1305453069
RUNJOBID= node114-1305453017-29989
PBS_JOBID= 13324876
Free space on /tmp= 72500 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT_RACE08/cnf/ibm-2002-30r-k85.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 /tmp/evaluation-result-3377922-1305453069/watcher-3377922-1305453069 -o /tmp/evaluation-result-3377922-1305453069/solver-3377922-1305453069 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377922-1305453069.cnf -seed 1791671110 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= c08fe2d9c476652207ada677b7ca59f9
RANDOM SEED=1791671110

node114.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11250048 kB
Buffers:        294296 kB
Cached:        7244116 kB
SwapCached:         96 kB
Active:       16048388 kB
Inactive:      5231984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11250048 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:          375312 kB
Writeback:         260 kB
AnonPages:    13742188 kB
Mapped:          32624 kB
Slab:           310260 kB
PageTables:      45568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 56007564 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= 72828 MiB
End job on node114 at 2011-05-15 12:12:52