Trace number 3377888

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) 1300.07 1300.07

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_k.cnf
MD5SUM932387240a0c17f4c88af52c4ca151c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark325.87
Satisfiable
(Un)Satisfiability was proved
Number of variables89315
Number of clauses5584003
Sum of the clauses size16593705
Maximum clause length295
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25473787
Number of clauses of size 337063
Number of clauses of size 4514
Number of clauses of size 5453
Number of clauses of size over 572185

Solver Data

0.34/0.62	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.63	c INFO: solving HOME/instance-3377888-1305457906.cnf
0.34/0.63	c INFO: computing task features
19.13/19.47	c INFO: computed variable-clause graph statistics
19.84/20.10	c INFO: computed clause balance statistics
105.04/105.33	c INFO: computed variable balance statistics
160.35/160.67	c INFO: computed small-clause counts
161.24/161.51	c INFO: computed Horn-clause counts
179.54/179.83	c INFO: computed variable graph statistics
179.54/179.85	c INFO: collected features for HOME/instance-3377888-1305457906.cnf in 178.38 s
179.54/179.86	c INFO: running lingeling-276@0 for 97 with 2221 remaining (b = 0.59)
279.82/280.16	c INFO: running lingeling-276@99 for 485 with 2121 remaining (b = 0.44)
766.13/766.38	c INFO: running lingeling-276@0 for 97 with 1637 remaining (b = 0.56)
866.44/866.69	c INFO: running cryptominisat-2.9.0@0 for 485 with 1537 remaining (b = 0.40)

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-3377888-1305457906/watcher-3377888-1305457906 -o /tmp/evaluation-result-3377888-1305457906/solver-3377888-1305457906 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377888-1305457906.cnf -seed 399113494 -budget 2400 

running on 2 cores: 1,3

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: 4.21 4.07 4.00 5/374 30397
/proc/meminfo: memFree=18012276/32951124 swapFree=65980216/67111528
[pid=30397] ppid=30395 vsize=15776 CPUtime=0 cores=1,3
/proc/30397/stat : 30397 (python) S 30395 30397 30081 0 -1 4202496 934 0 0 0 0 0 0 0 21 0 1 0 638206201 16154624 813 33554432000 4194304 5683644 140733672302656 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/30397/statm: 3944 813 356 364 0 431 0

[startup+0.057727 s]
/proc/loadavg: 4.21 4.07 4.00 5/374 30397
/proc/meminfo: memFree=18012276/32951124 swapFree=65980216/67111528
[pid=30397] ppid=30395 vsize=29788 CPUtime=0.03 cores=1,3
/proc/30397/stat : 30397 (python) S 30395 30397 30081 0 -1 4202496 1440 0 0 0 2 1 0 0 17 0 1 0 638206201 30502912 1283 33554432000 4194304 5683644 140733672302656 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/30397/statm: 7448 1284 443 364 0 818 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.100721 s]
/proc/loadavg: 4.21 4.07 4.00 5/374 30397
/proc/meminfo: memFree=18012276/32951124 swapFree=65980216/67111528
[pid=30397] ppid=30395 vsize=93960 CPUtime=0.06 cores=1,3
/proc/30397/stat : 30397 (python) S 30395 30397 30081 0 -1 4202496 2694 0 0 0 4 2 0 0 17 0 1 0 638206201 96215040 2407 33554432000 4194304 5683644 140733672302656 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/30397/statm: 23491 2408 764 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.300686 s]
/proc/loadavg: 4.21 4.07 4.00 5/374 30397
/proc/meminfo: memFree=18012276/32951124 swapFree=65980216/67111528
[pid=30397] ppid=30395 vsize=135748 CPUtime=0.18 cores=1,3
/proc/30397/stat : 30397 (python) R 30395 30397 30081 0 -1 4202496 5971 930 1 0 13 5 0 0 18 0 1 0 638206201 139005952 4148 33554432000 4194304 5683644 140733672302656 18446744073709551615 228095447045 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/30397/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700614 s]
/proc/loadavg: 4.21 4.07 4.00 5/374 30397
/proc/meminfo: memFree=18012276/32951124 swapFree=65980216/67111528
[pid=30397] ppid=30395 vsize=383164 CPUtime=0.43 cores=1,3
/proc/30397/stat : 30397 (python) R 30395 30397 30081 0 -1 4202496 35426 930 1 0 29 14 0 0 17 0 1 0 638206201 392359936 33099 33554432000 4194304 5683644 140733672302656 18446744073709551615 228095148232 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30397/statm: 95791 33100 1761 364 0 31715 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 383164

[startup+1.50047 s]
/proc/loadavg: 4.21 4.07 4.00 5/375 30402
/proc/meminfo: memFree=17871280/32951124 swapFree=65980216/67111528
[pid=30397] ppid=30395 vsize=432664 CPUtime=1.24 cores=1,3
/proc/30397/stat : 30397 (python) R 30395 30397 30081 0 -1 4202496 47494 930 1 0 108 16 0 0 18 0 1 0 638206201 443047936 45166 33554432000 4194304 5683644 140733672302656 18446744073709551615 4602993 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30397/statm: 108166 45166 1761 364 0 44090 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 432664

[startup+3.10017 s]
/proc/loadavg: 4.21 4.07 4.00 5/375 30402
/proc/meminfo: memFree=17803572/32951124 swapFree=65980216/67111528
[pid=30397] ppid=30395 vsize=534604 CPUtime=2.83 cores=1,3
/proc/30397/stat : 30397 (python) R 30395 30397 30081 0 -1 4202496 72277 930 1 0 264 19 0 0 21 0 1 0 638206201 547434496 69949 33554432000 4194304 5683644 140733672302656 18446744073709551615 228095112225 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30397/statm: 133651 69949 1761 364 0 69575 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 534604

[startup+6.3006 s]
/proc/loadavg: 4.19 4.07 4.00 5/375 30403
/proc/meminfo: memFree=17602936/32951124 swapFree=65980216/67111528
[pid=30397] ppid=30395 vsize=730068 CPUtime=6.03 cores=1,3
/proc/30397/stat : 30397 (python) R 30395 30397 30081 0 -1 4202496 120462 930 1 0 577 26 0 0 25 0 1 0 638206201 747589632 118134 33554432000 4194304 5683644 140733672302656 18446744073709551615 228095111877 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30397/statm: 182517 118134 1761 364 0 118441 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 730068

[startup+12.7004 s]
/proc/loadavg: 4.17 4.07 4.00 5/375 30403
/proc/meminfo: memFree=17180764/32951124 swapFree=65980216/67111528
[pid=30397] ppid=30395 vsize=1170520 CPUtime=12.44 cores=1,3
/proc/30397/stat : 30397 (python) R 30395 30397 30081 0 -1 4202496 224062 930 1 0 1204 40 0 0 25 0 1 0 638206201 1198612480 221734 33554432000 4194304 5683644 140733672302656 18446744073709551615 228095111877 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30397/statm: 292630 221734 1761 364 0 228554 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 1170520

[startup+25.5011 s]
/proc/loadavg: 4.13 4.06 4.00 5/375 30403
/proc/meminfo: memFree=17014280/32951124 swapFree=65980216/67111528
[pid=30397] ppid=30395 vsize=1257912 CPUtime=25.24 cores=1,3
/proc/30397/stat : 30397 (python) R 30395 30397 30081 0 -1 4202496 588566 930 1 0 2443 81 0 0 25 0 1 0 638206201 1288101888 251863 33554432000 4194304 5683644 140733672302656 18446744073709551615 228095110283 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30397/statm: 314478 251863 1826 364 0 250402 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 1257912

[startup+51.1004 s]
/proc/loadavg: 4.09 4.06 4.00 5/378 30407
/proc/meminfo: memFree=17202992/32951124 swapFree=65980216/67111528
[pid=30397] ppid=30395 vsize=1257912 CPUtime=50.84 cores=1,3
/proc/30397/stat : 30397 (python) R 30395 30397 30081 0 -1 4202496 588566 930 1 0 5003 81 0 0 25 0 1 0 638206201 1288101888 251863 33554432000 4194304 5683644 140733672302656 18446744073709551615 228095109833 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30397/statm: 314478 251863 1826 364 0 250402 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 1257912

[startup+102.313 s]
/proc/loadavg: 4.10 4.06 4.00 5/378 30408
/proc/meminfo: memFree=17170656/32951124 swapFree=65980216/67111528
[pid=30397] ppid=30395 vsize=1257912 CPUtime=102.05 cores=1,3
/proc/30397/stat : 30397 (python) R 30395 30397 30081 0 -1 4202496 588566 930 1 0 10124 81 0 0 25 0 1 0 638206201 1288101888 251863 33554432000 4194304 5683644 140733672302656 18446744073709551615 228095110565 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30397/statm: 314478 251863 1826 364 0 250402 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 1257912

[startup+162.301 s]
/proc/loadavg: 4.04 4.05 4.00 5/379 30411
/proc/meminfo: memFree=17174328/32951124 swapFree=65980216/67111528
[pid=30397] ppid=30395 vsize=1257912 CPUtime=162.04 cores=1,3
/proc/30397/stat : 30397 (python) R 30395 30397 30081 0 -1 4202496 686736 930 1 0 16112 92 0 0 25 0 1 0 638206201 1288101888 251870 33554432000 4194304 5683644 140733672302656 18446744073709551615 47523957447702 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30397/statm: 314478 251870 1833 364 0 250402 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 1257912

[startup+222.301 s]
/proc/loadavg: 4.01 4.04 4.00 5/382 30415
/proc/meminfo: memFree=17482904/32951124 swapFree=65980216/67111528
[pid=30397] ppid=30395 vsize=776416 CPUtime=179.62 cores=1,3
/proc/30397/stat : 30397 (python) S 30395 30397 30081 0 -1 4202496 687021 930 1 0 17867 95 0 0 25 0 2 0 638206201 795049984 128967 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30397/statm: 194104 128967 1867 364 0 130022 0
[pid=30412] ppid=30397 vsize=766172 CPUtime=0.11 cores=1,3
/proc/30412/stat : 30412 (python) S 30397 30397 30081 0 -1 4202560 906 0 0 0 5 6 0 0 18 0 1 0 638224188 784560128 127472 33554432000 4194304 5683644 140733672302656 18446744073709551615 228095471119 0 0 16781312 514 260645828434034950 0 0 17 1 0 0 0
/proc/30412/statm: 191543 127472 376 364 0 127461 0
[pid=30414] ppid=30412 vsize=177780 CPUtime=42.28 cores=1,3
/proc/30414/stat : 30414 (lingeling) R 30412 30414 30414 0 -1 4202496 126224 0 0 0 4210 18 0 0 25 0 1 0 638224189 182046720 43615 33554432000 4194304 4352236 140736654781888 18446744073709551615 4327863 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30414/statm: 44445 43615 129 39 0 43525 0
[pid=30397/tid=30413] ppid=30395 vsize=776416 CPUtime=0 cores=1,3
/proc/30397/task/30413/stat : 30413 (python) S 30395 30397 30081 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 2 0 638224189 795049984 128967 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 2 18446604470822824704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 222.01
Current children cumulated vsize (KiB) 1720368

[startup+282.301 s]
/proc/loadavg: 4.00 4.03 4.00 5/383 30418
/proc/meminfo: memFree=17478424/32951124 swapFree=65980216/67111528
[pid=30397] ppid=30395 vsize=776416 CPUtime=179.63 cores=1,3
/proc/30397/stat : 30397 (python) S 30395 30397 30081 0 -1 4202496 687562 930 1 0 17868 95 0 0 18 0 2 0 638206201 795049984 128976 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30397/statm: 194104 128976 1876 364 0 130022 0
[pid=30412] ppid=30397 vsize=776416 CPUtime=0.27 cores=1,3
/proc/30412/stat : 30412 (python) S 30397 30397 30081 0 -1 4202560 1161 0 0 0 13 14 0 0 18 0 2 0 638224188 795049984 127516 33554432000 4194304 5683644 140733672302656 18446744073709551615 228095471174 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30412/statm: 194104 127516 415 364 0 130022 0
[pid=30414] ppid=30412 vsize=179204 CPUtime=102.12 cores=1,3
/proc/30414/stat : 30414 (lingeling) R 30412 30414 30414 0 -1 4202496 181160 0 0 0 10188 24 0 0 25 0 1 0 638224189 183504896 43971 33554432000 4194304 4352236 140736654781888 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30414/statm: 44801 43971 129 39 0 43881 0
[pid=30412/tid=30418] ppid=30397 vsize=776416 CPUtime=0 cores=1,3
/proc/30412/task/30418/stat : 30418 (python) S 30397 30397 30081 0 -1 4202560 120 0 0 0 0 0 0 0 20 0 2 0 638234217 795049984 127516 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 514 18446604467658887552 0 0 -1 1 0 0 0
[pid=30397/tid=30413] ppid=30395 vsize=776416 CPUtime=0 cores=1,3
/proc/30397/task/30413/stat : 30413 (python) S 30395 30397 30081 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 2 0 638224189 795049984 128976 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 2 18446604470822824704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 282.02
Current children cumulated vsize (KiB) 1732036

[startup+342.301 s]
/proc/loadavg: 4.13 4.05 4.01 5/383 30420
/proc/meminfo: memFree=17439712/32951124 swapFree=65980216/67111528
[pid=30397] ppid=30395 vsize=776416 CPUtime=179.63 cores=1,3
/proc/30397/stat : 30397 (python) S 30395 30397 30081 0 -1 4202496 687562 930 1 0 17868 95 0 0 18 0 2 0 638206201 795049984 128976 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30397/statm: 194104 128976 1876 364 0 130022 0
[pid=30412] ppid=30397 vsize=776416 CPUtime=0.44 cores=1,3
/proc/30412/stat : 30412 (python) S 30397 30397 30081 0 -1 4202560 1180 0 0 0 21 23 0 0 18 0 2 0 638224188 795049984 127516 33554432000 4194304 5683644 140733672302656 18446744073709551615 228095471174 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30412/statm: 194104 127516 415 364 0 130022 0
[pid=30414] ppid=30412 vsize=182832 CPUtime=161.97 cores=1,3
/proc/30414/stat : 30414 (lingeling) R 30412 30414 30414 0 -1 4202496 215393 0 0 0 16169 28 0 0 25 0 1 0 638224189 187219968 44878 33554432000 4194304 4352236 140736654781888 18446744073709551615 4222658 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30414/statm: 45708 44878 129 39 0 44788 0
[pid=30412/tid=30418] ppid=30397 vsize=776416 CPUtime=0 cores=1,3
/proc/30412/task/30418/stat : 30418 (python) S 30397 30397 30081 0 -1 4202560 120 0 0 0 0 0 0 0 20 0 2 0 638234217 795049984 127516 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 514 18446604467658887552 0 0 -1 1 0 0 0
[pid=30397/tid=30413] ppid=30395 vsize=776416 CPUtime=0 cores=1,3
/proc/30397/task/30413/stat : 30413 (python) S 30395 30397 30081 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 2 0 638224189 795049984 128976 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 2 18446604470822824704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 1735664

[startup+402.301 s]
/proc/loadavg: 4.09 4.06 4.01 5/383 30421
/proc/meminfo: memFree=17471932/32951124 swapFree=65980216/67111528
[pid=30397] ppid=30395 vsize=776416 CPUtime=179.63 cores=1,3
/proc/30397/stat : 30397 (python) S 30395 30397 30081 0 -1 4202496 687562 930 1 0 17868 95 0 0 18 0 2 0 638206201 795049984 128976 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30397/statm: 194104 128976 1876 364 0 130022 0
[pid=30412] ppid=30397 vsize=776416 CPUtime=0.6 cores=1,3
/proc/30412/stat : 30412 (python) S 30397 30397 30081 0 -1 4202560 1199 0 0 0 30 30 0 0 18 0 2 0 638224188 795049984 127516 33554432000 4194304 5683644 140733672302656 18446744073709551615 228095471174 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30412/statm: 194104 127516 415 364 0 130022 0

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

[startup+1122.3 s]
/proc/loadavg: 4.23 4.12 4.03 5/408 30468
/proc/meminfo: memFree=13905304/32951124 swapFree=65980216/67111528
[pid=30397] ppid=30395 vsize=796928 CPUtime=179.66 cores=1,3
/proc/30397/stat : 30397 (python) S 30395 30397 30081 0 -1 4202496 688660 930 1 0 17869 97 0 0 19 0 4 0 638206201 816054272 128988 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30397/statm: 199232 128988 1880 364 0 135144 0
[pid=30412] ppid=30397 vsize=776416 CPUtime=1.58 cores=1,3
/proc/30412/stat : 30412 (python) S 30397 30397 30081 0 -1 4202560 1202 0 0 0 78 80 0 0 18 0 2 0 638224188 795049984 127516 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30412/statm: 194104 127516 415 364 0 130022 0
[pid=30414] ppid=30412 vsize=192044 CPUtime=585 cores=1,3
/proc/30414/stat : 30414 (lingeling) T 30412 30414 30414 0 -1 4202496 410666 0 0 0 58449 51 0 0 25 0 1 0 638224189 196653056 47181 33554432000 4194304 4352236 140736654781888 18446744073709551615 4321618 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30414/statm: 48011 47181 129 39 0 47091 0
[pid=30412/tid=30418] ppid=30397 vsize=776416 CPUtime=0 cores=1,3
/proc/30412/task/30418/stat : 30418 (python) S 30397 30397 30081 0 -1 4202560 120 0 0 0 0 0 0 0 18 0 2 0 638234217 795049984 127516 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 514 18446604467658887552 0 0 -1 1 0 0 0
[pid=30443] ppid=30397 vsize=776428 CPUtime=0.29 cores=1,3
/proc/30443/stat : 30443 (python) S 30397 30397 30081 0 -1 4202560 1098 0 0 0 14 15 0 0 19 0 2 0 638282840 795062272 127500 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30443/statm: 194107 127500 399 364 0 130022 0
[pid=30445] ppid=30443 vsize=182172 CPUtime=100.02 cores=1,3
/proc/30445/stat : 30445 (lingeling) T 30443 30445 30445 0 -1 4202496 181905 0 0 0 9976 26 0 0 25 0 1 0 638282841 186544128 44713 33554432000 4194304 4352236 140734703347040 18446744073709551615 4238648 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30445/statm: 45543 44713 129 39 0 44623 0
[pid=30443/tid=30455] ppid=30397 vsize=776428 CPUtime=0 cores=1,3
/proc/30443/task/30455/stat : 30455 (python) S 30397 30397 30081 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 638292870 795062272 127500 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 514 18446604464982377664 0 0 -1 1 0 0 0
[pid=30456] ppid=30397 vsize=786684 CPUtime=0.78 cores=1,3
/proc/30456/stat : 30456 (python) S 30397 30397 30081 0 -1 4202560 992 0 0 0 40 38 0 0 15 0 1 0 638292871 805564416 127474 33554432000 4194304 5683644 140733672302656 18446744073709551615 228095471174 0 0 16781312 514 14923196339075383559 0 0 17 1 0 0 0
/proc/30456/statm: 196671 127474 370 364 0 132583 0
[pid=30458] ppid=30456 vsize=2265104 CPUtime=254.83 cores=1,3
/proc/30458/stat : 30458 (cryptominisat-2) R 30456 30458 30458 0 -1 4202496 496819 0 0 0 25415 68 0 0 25 0 1 0 638292872 2319466496 451579 33554432000 4194304 4677096 140734724313744 18446744073709551615 4569200 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30458/statm: 566276 451579 391 118 0 561235 0
[pid=30397/tid=30413] ppid=30395 vsize=796928 CPUtime=0 cores=1,3
/proc/30397/task/30413/stat : 30413 (python) S 30395 30397 30081 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 4 0 638224189 816054272 128988 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 2 18446604470822824704 0 0 -1 1 0 0 0
[pid=30397/tid=30444] ppid=30395 vsize=796928 CPUtime=0 cores=1,3
/proc/30397/task/30444/stat : 30444 (python) S 30395 30397 30081 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 4 0 638282841 816054272 128988 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 2 18446604470822824704 0 0 -1 3 0 0 0
[pid=30397/tid=30457] ppid=30395 vsize=796928 CPUtime=0 cores=1,3
/proc/30397/task/30457/stat : 30457 (python) S 30395 30397 30081 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 4 0 638292872 816054272 128988 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 2 18446604470822824704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1122.16
Current children cumulated vsize (KiB) 5775776

[startup+1182.3 s]
/proc/loadavg: 4.19 4.13 4.03 5/412 30474
/proc/meminfo: memFree=12592952/32951124 swapFree=65980216/67111528
[pid=30397] ppid=30395 vsize=796928 CPUtime=179.66 cores=1,3
/proc/30397/stat : 30397 (python) S 30395 30397 30081 0 -1 4202496 688660 930 1 0 17869 97 0 0 19 0 4 0 638206201 816054272 128988 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30397/statm: 199232 128988 1880 364 0 135144 0
[pid=30412] ppid=30397 vsize=776416 CPUtime=1.58 cores=1,3
/proc/30412/stat : 30412 (python) S 30397 30397 30081 0 -1 4202560 1202 0 0 0 78 80 0 0 18 0 2 0 638224188 795049984 127516 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30412/statm: 194104 127516 415 364 0 130022 0
[pid=30414] ppid=30412 vsize=192044 CPUtime=585 cores=1,3
/proc/30414/stat : 30414 (lingeling) T 30412 30414 30414 0 -1 4202496 410666 0 0 0 58449 51 0 0 25 0 1 0 638224189 196653056 47181 33554432000 4194304 4352236 140736654781888 18446744073709551615 4321618 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30414/statm: 48011 47181 129 39 0 47091 0
[pid=30412/tid=30418] ppid=30397 vsize=776416 CPUtime=0 cores=1,3
/proc/30412/task/30418/stat : 30418 (python) S 30397 30397 30081 0 -1 4202560 120 0 0 0 0 0 0 0 18 0 2 0 638234217 795049984 127516 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 514 18446604467658887552 0 0 -1 1 0 0 0
[pid=30443] ppid=30397 vsize=776428 CPUtime=0.29 cores=1,3
/proc/30443/stat : 30443 (python) S 30397 30397 30081 0 -1 4202560 1098 0 0 0 14 15 0 0 19 0 2 0 638282840 795062272 127500 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30443/statm: 194107 127500 399 364 0 130022 0
[pid=30445] ppid=30443 vsize=182172 CPUtime=100.02 cores=1,3
/proc/30445/stat : 30445 (lingeling) T 30443 30445 30445 0 -1 4202496 181905 0 0 0 9976 26 0 0 25 0 1 0 638282841 186544128 44713 33554432000 4194304 4352236 140734703347040 18446744073709551615 4238648 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30445/statm: 45543 44713 129 39 0 44623 0
[pid=30443/tid=30455] ppid=30397 vsize=776428 CPUtime=0 cores=1,3
/proc/30443/task/30455/stat : 30455 (python) S 30397 30397 30081 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 638292870 795062272 127500 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 514 18446604464982377664 0 0 -1 1 0 0 0
[pid=30456] ppid=30397 vsize=786684 CPUtime=0.97 cores=1,3
/proc/30456/stat : 30456 (python) S 30397 30397 30081 0 -1 4202560 992 0 0 0 51 46 0 0 15 0 1 0 638292871 805564416 127474 33554432000 4194304 5683644 140733672302656 18446744073709551615 228095471174 0 0 16781312 514 14923196339075383559 0 0 17 1 0 0 0
/proc/30456/statm: 196671 127474 370 364 0 132583 0
[pid=30458] ppid=30456 vsize=2573300 CPUtime=314.67 cores=1,3
/proc/30458/stat : 30458 (cryptominisat-2) R 30456 30458 30458 0 -1 4202496 549967 0 0 0 31392 75 0 0 25 0 1 0 638292872 2635059200 493967 33554432000 4194304 4677096 140734724313744 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30458/statm: 643325 493967 391 118 0 638284 0
[pid=30397/tid=30413] ppid=30395 vsize=796928 CPUtime=0 cores=1,3
/proc/30397/task/30413/stat : 30413 (python) S 30395 30397 30081 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 4 0 638224189 816054272 128988 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 2 18446604470822824704 0 0 -1 1 0 0 0
[pid=30397/tid=30444] ppid=30395 vsize=796928 CPUtime=0 cores=1,3
/proc/30397/task/30444/stat : 30444 (python) S 30395 30397 30081 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 4 0 638282841 816054272 128988 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 2 18446604470822824704 0 0 -1 3 0 0 0
[pid=30397/tid=30457] ppid=30395 vsize=796928 CPUtime=0 cores=1,3
/proc/30397/task/30457/stat : 30457 (python) S 30395 30397 30081 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 4 0 638292872 816054272 128988 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 2 18446604470822824704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1182.19
Current children cumulated vsize (KiB) 6083972

[startup+1242.3 s]
/proc/loadavg: 2.65 3.74 3.91 2/372 30530
/proc/meminfo: memFree=18931628/32951124 swapFree=65980216/67111528
[pid=30397] ppid=30395 vsize=796928 CPUtime=179.66 cores=1,3
/proc/30397/stat : 30397 (python) S 30395 30397 30081 0 -1 4202496 688660 930 1 0 17869 97 0 0 19 0 4 0 638206201 816054272 128988 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30397/statm: 199232 128988 1880 364 0 135144 0
[pid=30412] ppid=30397 vsize=776416 CPUtime=1.58 cores=1,3
/proc/30412/stat : 30412 (python) S 30397 30397 30081 0 -1 4202560 1202 0 0 0 78 80 0 0 18 0 2 0 638224188 795049984 127516 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30412/statm: 194104 127516 415 364 0 130022 0
[pid=30414] ppid=30412 vsize=192044 CPUtime=585 cores=1,3
/proc/30414/stat : 30414 (lingeling) T 30412 30414 30414 0 -1 4202496 410666 0 0 0 58449 51 0 0 25 0 1 0 638224189 196653056 47181 33554432000 4194304 4352236 140736654781888 18446744073709551615 4321618 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30414/statm: 48011 47181 129 39 0 47091 0
[pid=30412/tid=30418] ppid=30397 vsize=776416 CPUtime=0 cores=1,3
/proc/30412/task/30418/stat : 30418 (python) S 30397 30397 30081 0 -1 4202560 120 0 0 0 0 0 0 0 18 0 2 0 638234217 795049984 127516 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 514 18446604467658887552 0 0 -1 1 0 0 0
[pid=30443] ppid=30397 vsize=776428 CPUtime=0.29 cores=1,3
/proc/30443/stat : 30443 (python) S 30397 30397 30081 0 -1 4202560 1098 0 0 0 14 15 0 0 19 0 2 0 638282840 795062272 127500 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30443/statm: 194107 127500 399 364 0 130022 0
[pid=30445] ppid=30443 vsize=182172 CPUtime=100.02 cores=1,3
/proc/30445/stat : 30445 (lingeling) T 30443 30445 30445 0 -1 4202496 181905 0 0 0 9976 26 0 0 25 0 1 0 638282841 186544128 44713 33554432000 4194304 4352236 140734703347040 18446744073709551615 4238648 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30445/statm: 45543 44713 129 39 0 44623 0
[pid=30443/tid=30455] ppid=30397 vsize=776428 CPUtime=0 cores=1,3
/proc/30443/task/30455/stat : 30455 (python) S 30397 30397 30081 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 638292870 795062272 127500 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 514 18446604464982377664 0 0 -1 1 0 0 0
[pid=30456] ppid=30397 vsize=786684 CPUtime=1.15 cores=1,3
/proc/30456/stat : 30456 (python) S 30397 30397 30081 0 -1 4202560 993 0 0 0 60 55 0 0 15 0 1 0 638292871 805564416 127474 33554432000 4194304 5683644 140733672302656 18446744073709551615 228095471174 0 0 16781312 514 260645828434034951 0 0 17 1 0 0 0
/proc/30456/statm: 196671 127474 370 364 0 132583 0
[pid=30458] ppid=30456 vsize=2478952 CPUtime=374.55 cores=1,3
/proc/30458/stat : 30458 (cryptominisat-2) R 30456 30458 30458 0 -1 4202496 577820 0 0 0 37374 81 0 0 25 0 1 0 638292872 2538446848 502272 33554432000 4194304 4677096 140734724313744 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30458/statm: 619738 502272 391 118 0 614697 0
[pid=30397/tid=30413] ppid=30395 vsize=796928 CPUtime=0 cores=1,3
/proc/30397/task/30413/stat : 30413 (python) S 30395 30397 30081 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 4 0 638224189 816054272 128988 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 2 18446604470822824704 0 0 -1 1 0 0 0
[pid=30397/tid=30444] ppid=30395 vsize=796928 CPUtime=0 cores=1,3
/proc/30397/task/30444/stat : 30444 (python) S 30395 30397 30081 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 4 0 638282841 816054272 128988 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 2 18446604470822824704 0 0 -1 3 0 0 0
[pid=30397/tid=30457] ppid=30395 vsize=796928 CPUtime=0 cores=1,3
/proc/30397/task/30457/stat : 30457 (python) S 30395 30397 30081 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 4 0 638292872 816054272 128988 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 2 18446604470822824704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 5989624



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.60 3.24 3.72 2/372 30531
/proc/meminfo: memFree=18912384/32951124 swapFree=65980216/67111528
[pid=30397] ppid=30395 vsize=796928 CPUtime=179.66 cores=1,3
/proc/30397/stat : 30397 (python) S 30395 30397 30081 0 -1 4202496 688660 930 1 0 17869 97 0 0 19 0 4 0 638206201 816054272 128988 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30397/statm: 199232 128988 1880 364 0 135144 0
[pid=30412] ppid=30397 vsize=776416 CPUtime=1.58 cores=1,3
/proc/30412/stat : 30412 (python) S 30397 30397 30081 0 -1 4202560 1202 0 0 0 78 80 0 0 18 0 2 0 638224188 795049984 127516 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30412/statm: 194104 127516 415 364 0 130022 0
[pid=30414] ppid=30412 vsize=192044 CPUtime=585 cores=1,3
/proc/30414/stat : 30414 (lingeling) T 30412 30414 30414 0 -1 4202496 410666 0 0 0 58449 51 0 0 25 0 1 0 638224189 196653056 47181 33554432000 4194304 4352236 140736654781888 18446744073709551615 4321618 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30414/statm: 48011 47181 129 39 0 47091 0
[pid=30412/tid=30418] ppid=30397 vsize=776416 CPUtime=0 cores=1,3
/proc/30412/task/30418/stat : 30418 (python) S 30397 30397 30081 0 -1 4202560 120 0 0 0 0 0 0 0 18 0 2 0 638234217 795049984 127516 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 514 18446604467658887552 0 0 -1 1 0 0 0
[pid=30443] ppid=30397 vsize=776428 CPUtime=0.29 cores=1,3
/proc/30443/stat : 30443 (python) S 30397 30397 30081 0 -1 4202560 1098 0 0 0 14 15 0 0 19 0 2 0 638282840 795062272 127500 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30443/statm: 194107 127500 399 364 0 130022 0
[pid=30445] ppid=30443 vsize=182172 CPUtime=100.02 cores=1,3
/proc/30445/stat : 30445 (lingeling) T 30443 30445 30445 0 -1 4202496 181905 0 0 0 9976 26 0 0 25 0 1 0 638282841 186544128 44713 33554432000 4194304 4352236 140734703347040 18446744073709551615 4238648 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30445/statm: 45543 44713 129 39 0 44623 0
[pid=30443/tid=30455] ppid=30397 vsize=776428 CPUtime=0 cores=1,3
/proc/30443/task/30455/stat : 30455 (python) S 30397 30397 30081 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 638292870 795062272 127500 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 514 18446604464982377664 0 0 -1 1 0 0 0
[pid=30456] ppid=30397 vsize=786684 CPUtime=1.31 cores=1,3
/proc/30456/stat : 30456 (python) S 30397 30397 30081 0 -1 4202560 993 0 0 0 68 63 0 0 15 0 1 0 638292871 805564416 127474 33554432000 4194304 5683644 140733672302656 18446744073709551615 228095471174 0 0 16781312 514 14923196339075383559 0 0 17 1 0 0 0
/proc/30456/statm: 196671 127474 370 364 0 132583 0
[pid=30458] ppid=30456 vsize=2497728 CPUtime=432.21 cores=1,3
/proc/30458/stat : 30458 (cryptominisat-2) R 30456 30458 30458 0 -1 4202496 597790 0 0 0 43135 86 0 0 25 0 1 0 638292872 2557673472 506887 33554432000 4194304 4677096 140734724313744 18446744073709551615 4454526 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30458/statm: 624432 506887 391 118 0 619391 0
[pid=30397/tid=30413] ppid=30395 vsize=796928 CPUtime=0 cores=1,3
/proc/30397/task/30413/stat : 30413 (python) S 30395 30397 30081 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 4 0 638224189 816054272 128988 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 2 18446604470822824704 0 0 -1 1 0 0 0
[pid=30397/tid=30444] ppid=30395 vsize=796928 CPUtime=0 cores=1,3
/proc/30397/task/30444/stat : 30444 (python) S 30395 30397 30081 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 4 0 638282841 816054272 128988 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 2 18446604470822824704 0 0 -1 3 0 0 0
[pid=30397/tid=30457] ppid=30395 vsize=796928 CPUtime=0 cores=1,3
/proc/30397/task/30457/stat : 30457 (python) S 30395 30397 30081 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 4 0 638292872 816054272 128988 33554432000 4194304 5683644 140733672302656 18446744073709551615 228107274673 0 0 16781312 2 18446604470822824704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1300.07
Current children cumulated vsize (KiB) 6008400

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

Real time (s): 1300.07
CPU time (s): 1300.07
CPU user time (s): 1295.89
CPU system time (s): 4.18
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 6118912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 178.696
system time used= 0.999848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 689591
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= 2855
involuntary context switches= 494

runsolver used 4.68729 second user time and 10.8294 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-15 13:11:47
IDJOB=3377888
IDBENCH=88167
IDSOLVER=1858
FILE ID=node142/3377888-1305457906
RUNJOBID= node142-1305456501-30101
PBS_JOBID= 13324890
Free space on /tmp= 72868 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_k.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-3377888-1305457906/watcher-3377888-1305457906 -o /tmp/evaluation-result-3377888-1305457906/solver-3377888-1305457906 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377888-1305457906.cnf -seed 399113494 -budget 2400

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

MD5SUM BENCH= 932387240a0c17f4c88af52c4ca151c6
RANDOM SEED=399113494

node142.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.846
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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:     32951124 kB
MemFree:      18012308 kB
Buffers:        334028 kB
Cached:        5519288 kB
SwapCached:      11520 kB
Active:       11479192 kB
Inactive:      3104816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18012308 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:          135208 kB
Writeback:           0 kB
AnonPages:     8728008 kB
Mapped:          26632 kB
Slab:           244300 kB
PageTables:      43088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81610256 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= 73416 MiB
End job on node142 at 2011-05-15 13:33:29