Trace number 3321663

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-industrialUNSAT 8.06277 4.44599

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-ext_con_032_008_0256-tseitin.cnf
MD5SUMee9a3768141236efcc4a858e8f92a7e9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.347946
Satisfiable
(Un)Satisfiability was proved
Number of variables27224
Number of clauses68879
Sum of the clauses size160715
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 245918
Number of clauses of size 322959
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.67	c INFO: solving HOME/instance-3321663-1304348856.cnf
0.34/0.67	c INFO: computing task features
0.51/0.86	c INFO: computed variable-clause graph statistics
0.51/0.87	c INFO: computed clause balance statistics
1.62/1.97	c INFO: computed variable balance statistics
2.42/2.77	c INFO: computed small-clause counts
2.42/2.78	c INFO: computed Horn-clause counts
3.42/3.72	c INFO: computed variable graph statistics
3.42/3.72	c INFO: collected features for HOME/instance-3321663-1304348856.cnf in 3.04 s
3.42/3.75	c INFO: running lingeling-276@0 for 97 with 39996 remaining (b = 0.32)
3.42/3.78	c INFO: running cryptominisat-2.9.0@0 for 485 with 39996 remaining (b = 0.33)
3.51/3.81	c INFO: running lingeling-276@0 for 1261 with 39996 remaining (b = 0.50)
3.51/3.84	c INFO: running lingeling-276@0 for 1261 with 39996 remaining (b = 0.43)
3.51/3.87	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39996 remaining (b = 0.50)
3.61/3.90	c INFO: running precosat-570@0 for 388 with 39996 remaining (b = 0.21)
3.61/3.93	c INFO: running lingeling-276@0 for 1261 with 39996 remaining (b = 0.34)
3.61/3.96	c INFO: running SApperloT@0 for 97 with 39996 remaining (b = 0.03)
7.87/4.42	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3321663-1304348856/watcher-3321663-1304348856 -o /tmp/evaluation-result-3321663-1304348856/solver-3321663-1304348856 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321663-1304348856.cnf -seed 796299299 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.51 3.91 4.18 2/223 10962
/proc/meminfo: memFree=28420960/32951124 swapFree=67111416/67111528
[pid=10962] ppid=10960 vsize=15380 CPUtime=0 cores=0-7
/proc/10962/stat : 10962 (python) S 10960 10962 10653 0 -1 4202496 795 0 0 0 0 0 0 0 17 0 1 0 546487967 15749120 681 33554432000 4194304 5683644 140735543980016 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/10962/statm: 3845 681 322 364 0 332 0

[startup+0.0800179 s]
/proc/loadavg: 1.51 3.91 4.18 2/223 10962
/proc/meminfo: memFree=28420960/32951124 swapFree=67111416/67111528
[pid=10962] ppid=10960 vsize=50008 CPUtime=0.05 cores=0-7
/proc/10962/stat : 10962 (python) R 10960 10962 10653 0 -1 4202496 1953 0 0 0 4 1 0 0 17 0 1 0 546487967 51208192 1716 33554432000 4194304 5683644 140735543980016 18446744073709551615 212436015104 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/10962/statm: 12502 1716 476 364 0 1202 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50008

[startup+0.101016 s]
/proc/loadavg: 1.51 3.91 4.18 2/223 10962
/proc/meminfo: memFree=28420960/32951124 swapFree=67111416/67111528
[pid=10962] ppid=10960 vsize=91824 CPUtime=0.07 cores=0-7
/proc/10962/stat : 10962 (python) R 10960 10962 10653 0 -1 4202496 2678 0 0 0 5 2 0 0 17 0 1 0 546487967 94027776 2393 33554432000 4194304 5683644 140735543980016 18446744073709551615 212436015104 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10962/statm: 22956 2393 755 364 0 1621 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 91824

[startup+0.30101 s]
/proc/loadavg: 1.51 3.91 4.18 2/223 10962
/proc/meminfo: memFree=28420960/32951124 swapFree=67111416/67111528
[pid=10962] ppid=10960 vsize=135748 CPUtime=0.19 cores=0-7
/proc/10962/stat : 10962 (python) R 10960 10962 10653 0 -1 4202496 5965 935 1 0 13 6 0 0 17 0 1 0 546487967 139005952 4150 33554432000 4194304 5683644 140735543980016 18446744073709551615 212436013061 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10962/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700913 s]
/proc/loadavg: 1.51 3.91 4.18 2/223 10962
/proc/meminfo: memFree=28420960/32951124 swapFree=67111416/67111528
[pid=10962] ppid=10960 vsize=281236 CPUtime=0.42 cores=0-7
/proc/10962/stat : 10962 (python) R 10960 10962 10653 0 -1 4202496 9950 935 1 0 31 11 0 0 16 0 1 0 546487967 287985664 7629 33554432000 4194304 5683644 140735543980016 18446744073709551615 47551910429933 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10962/statm: 70309 7629 1761 364 0 6233 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 281236

[startup+1.50074 s]
/proc/loadavg: 1.51 3.91 4.18 2/224 10967
/proc/meminfo: memFree=28387100/32951124 swapFree=67111416/67111528
[pid=10962] ppid=10960 vsize=290496 CPUtime=1.22 cores=0-7
/proc/10962/stat : 10962 (python) R 10960 10962 10653 0 -1 4202496 14655 935 1 0 110 12 0 0 17 0 1 0 546487967 297467904 10009 33554432000 4194304 5683644 140735543980016 18446744073709551615 47551742352115 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10962/statm: 72624 10009 1826 364 0 8548 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 290496

[startup+3.10044 s]
/proc/loadavg: 1.51 3.91 4.18 2/224 10967
/proc/meminfo: memFree=28386604/32951124 swapFree=67111416/67111528
[pid=10962] ppid=10960 vsize=291572 CPUtime=2.82 cores=0-7
/proc/10962/stat : 10962 (python) R 10960 10962 10653 0 -1 4202496 14931 935 1 0 270 12 0 0 19 0 1 0 546487967 298569728 10285 33554432000 4194304 5683644 140735543980016 18446744073709551615 47551739578499 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10962/statm: 72893 10285 1833 364 0 8817 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 291572

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

[startup+3.90029 s]
/proc/loadavg: 1.47 3.86 4.17 2/224 10967
/proc/meminfo: memFree=28386356/32951124 swapFree=67111416/67111528
[pid=10962] ppid=10960 vsize=401172 CPUtime=3.61 cores=0-7
/proc/10962/stat : 10962 (python) R 10960 10962 10653 0 -1 4202496 18452 935 1 0 348 13 0 0 20 0 6 0 546487967 410800128 8713 33554432000 4194304 5683644 140735543980016 18446744073709551615 212439498973 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10962/statm: 100293 8713 1882 364 0 36199 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 401172

[startup+4.30018 s]
/proc/loadavg: 1.47 3.86 4.17 9/248 10991
/proc/meminfo: memFree=28268116/32951124 swapFree=67111416/67111528
[pid=10962] ppid=10960 vsize=431940 CPUtime=3.68 cores=0-7
/proc/10962/stat : 10962 (python) S 10960 10962 10653 0 -1 4202496 20251 935 1 0 354 14 0 0 20 0 9 0 546487967 442306560 8686 33554432000 4194304 5683644 140735543980016 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10962/statm: 107985 8686 1889 364 0 43882 0
[pid=10968] ppid=10962 vsize=285032 CPUtime=0 cores=0-7
/proc/10968/stat : 10968 (python) S 10962 10962 10653 0 -1 4202560 716 0 0 0 0 0 0 0 18 0 1 0 546488343 291872768 6904 33554432000 4194304 5683644 140735543980016 18446744073709551615 212436037135 0 0 16781312 514 4438887599934799871 0 0 17 1 0 0 0
/proc/10968/statm: 71258 6904 348 364 0 7176 0
[pid=10970] ppid=10968 vsize=12124 CPUtime=0.54 cores=0-7
/proc/10970/stat : 10970 (lingeling) R 10968 10970 10970 0 -1 4202496 3735 0 0 0 54 0 0 0 20 0 1 0 546488343 12414976 2199 33554432000 4194304 4352236 140736256640640 18446744073709551615 4298797 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/10970/statm: 3031 2199 127 39 0 2111 0
[pid=10971] ppid=10962 vsize=295064 CPUtime=0 cores=0-7
/proc/10971/stat : 10971 (python) S 10962 10962 10653 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 546488346 302145536 6999 33554432000 4194304 5683644 140735543980016 18446744073709551615 212436037190 0 0 16781312 514 12163734414659911937 0 0 17 1 0 0 0
/proc/10971/statm: 73766 6999 349 364 0 9681 0
[pid=10973] ppid=10971 vsize=54612 CPUtime=0.51 cores=0-7
/proc/10973/stat : 10973 (cryptominisat-2) R 10971 10973 10973 0 -1 4202496 7731 0 0 0 50 1 0 0 21 0 1 0 546488346 55922688 6930 33554432000 4194304 4677096 140733924231792 18446744073709551615 212435713681 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/10973/statm: 13653 6930 387 118 0 8612 0
[pid=10974] ppid=10962 vsize=370416 CPUtime=0 cores=0-7
/proc/10974/stat : 10974 (python) S 10962 10962 10653 0 -1 4202560 691 0 0 0 0 0 0 0 19 0 1 0 546488349 379305984 7114 33554432000 4194304 5683644 140735543980016 18446744073709551615 212436037190 0 0 16781312 514 4386595651551494143 0 0 17 1 0 0 0
/proc/10974/statm: 92604 7114 344 364 0 28516 0
[pid=10976] ppid=10974 vsize=12124 CPUtime=0.47 cores=0-7
/proc/10976/stat : 10976 (lingeling) R 10974 10976 10976 0 -1 4202496 3323 0 0 0 47 0 0 0 21 0 1 0 546488349 12414976 1801 33554432000 4194304 4352236 140737321401584 18446744073709551615 212435714517 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/10976/statm: 3031 1812 127 39 0 2111 0
[pid=10977] ppid=10962 vsize=380672 CPUtime=0 cores=0-7
/proc/10977/stat : 10977 (python) S 10962 10962 10653 0 -1 4202560 699 0 0 0 0 0 0 0 20 0 1 0 546488351 389808128 7098 33554432000 4194304 5683644 140735543980016 18446744073709551615 212436037190 0 0 16781312 514 4438883751644102655 0 0 17 1 0 0 0
/proc/10977/statm: 95168 7098 344 364 0 31077 0
[pid=10979] ppid=10977 vsize=10072 CPUtime=0.45 cores=0-7
/proc/10979/stat : 10979 (lingeling) R 10977 10979 10979 0 -1 4202496 3212 0 0 0 45 0 0 0 23 0 1 0 546488352 10313728 1686 33554432000 4194304 4352236 140736869241904 18446744073709551615 4252933 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/10979/statm: 2518 1686 127 39 0 1598 0
[pid=10980] ppid=10962 vsize=390928 CPUtime=0 cores=0-7
/proc/10980/stat : 10980 (python) S 10962 10962 10653 0 -1 4202560 725 0 0 0 0 0 0 0 17 0 1 0 546488354 400310272 7175 33554432000 4194304 5683644 140735543980016 18446744073709551615 212436037190 0 0 16781312 514 2714091680901857539 0 0 17 6 0 0 0
/proc/10980/statm: 97732 7175 348 364 0 33638 0
[pid=10982] ppid=10980 vsize=52152 CPUtime=0.41 cores=0-7
/proc/10982/stat : 10982 (cryptominisat-2) R 10980 10982 10982 0 -1 4202496 7092 0 0 0 40 1 0 0 23 0 1 0 546488355 53403648 6302 33554432000 4194304 4677096 140735054968432 18446744073709551615 212435713803 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10982/statm: 13038 6302 378 118 0 7997 0
[pid=10983] ppid=10962 vsize=401184 CPUtime=0 cores=0-7
/proc/10983/stat : 10983 (python) S 10962 10962 10653 0 -1 4202560 715 0 0 0 0 0 0 0 22 0 1 0 546488357 410812416 7175 33554432000 4194304 5683644 140735543980016 18446744073709551615 212436037190 0 0 16781312 514 4389149542184910847 0 0 17 1 0 0 0
/proc/10983/statm: 100296 7175 344 364 0 36199 0
[pid=10985] ppid=10983 vsize=20500 CPUtime=0.38 cores=0-7
/proc/10985/stat : 10985 (precosat) R 10983 10985 10985 0 -1 4202496 5564 0 0 0 38 0 0 0 25 0 1 0 546488358 20992000 4878 33554432000 4194304 4890832 140736888931424 18446744073709551615 4202735 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/10985/statm: 5125 4878 86 171 0 4952 0
[pid=10986] ppid=10962 vsize=411440 CPUtime=0 cores=0-7
/proc/10986/stat : 10986 (python) S 10962 10962 10653 0 -1 4202560 724 0 0 0 0 0 0 0 19 0 1 0 546488361 421314560 7132 33554432000 4194304 5683644 140735543980016 18446744073709551615 212436037190 0 0 16781312 514 13199066724088938495 0 0 17 1 0 0 0
/proc/10986/statm: 102860 7132 344 364 0 38760 0
[pid=10988] ppid=10986 vsize=9184 CPUtime=0.32 cores=0-7
/proc/10988/stat : 10988 (lingeling) R 10986 10988 10988 0 -1 4202496 2986 0 0 0 32 0 0 0 21 0 1 0 546488363 9404416 1454 33554432000 4194304 4352236 140733980501440 18446744073709551615 4287580 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/10988/statm: 2296 1454 123 39 0 1376 0
[pid=10989] ppid=10962 vsize=421696 CPUtime=0 cores=0-7
/proc/10989/stat : 10989 (python) S 10962 10962 10653 0 -1 4202560 753 0 0 0 0 0 0 0 21 0 1 0 546488364 431816704 7143 33554432000 4194304 5683644 140735543980016 18446744073709551615 212436037190 0 0 16781312 514 13199074420670332927 0 0 17 1 0 0 0
/proc/10989/statm: 105424 7143 350 364 0 41321 0
[pid=10991] ppid=10989 vsize=5108 CPUtime=0.31 cores=0-7
/proc/10991/stat : 10991 (SApperloT-base) R 10989 10991 10991 0 -1 4202496 1257 0 0 0 31 0 0 0 23 0 1 0 546488364 5230592 994 33554432000 134512640 135674940 4292852560 18446744073709551615 134557239 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10991/statm: 1277 994 99 284 0 991 0
[pid=10962/tid=10969] ppid=10960 vsize=431940 CPUtime=0 cores=0-7
/proc/10962/task/10969/stat : 10969 (python) S 10960 10962 10653 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 9 0 546488343 442306560 8686 33554432000 4194304 5683644 140735543980016 18446744073709551615 212447840689 0 0 16781312 2 18446604448959260672 0 0 -1 2 0 0 0
[pid=10962/tid=10972] ppid=10960 vsize=431940 CPUtime=0 cores=0-7
/proc/10962/task/10972/stat : 10972 (python) S 10960 10962 10653 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 546488346 442306560 8686 33554432000 4194304 5683644 140735543980016 18446744073709551615 212447840689 0 0 16781312 2 18446604448959260672 0 0 -1 3 0 0 0
[pid=10962/tid=10975] ppid=10960 vsize=431940 CPUtime=0 cores=0-7
/proc/10962/task/10975/stat : 10975 (python) S 10960 10962 10653 0 -1 4202560 81 935 0 0 0 0 0 0 19 0 9 0 546488349 442306560 8686 33554432000 4194304 5683644 140735543980016 18446744073709551615 212447840689 0 0 16781312 2 18446604448959260672 0 0 -1 0 0 0 0
[pid=10962/tid=10978] ppid=10960 vsize=431940 CPUtime=0 cores=0-7
/proc/10962/task/10978/stat : 10978 (python) S 10960 10962 10653 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 546488352 442306560 8686 33554432000 4194304 5683644 140735543980016 18446744073709551615 212447840689 0 0 16781312 2 18446604448959260672 0 0 -1 5 0 0 0
[pid=10962/tid=10981] ppid=10960 vsize=431940 CPUtime=0 cores=0-7
/proc/10962/task/10981/stat : 10981 (python) S 10960 10962 10653 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 9 0 546488355 442306560 8686 33554432000 4194304 5683644 140735543980016 18446744073709551615 212447840689 0 0 16781312 2 18446604448959260672 0 0 -1 0 0 0 0
[pid=10962/tid=10984] ppid=10960 vsize=431940 CPUtime=0 cores=0-7
/proc/10962/task/10984/stat : 10984 (python) S 10960 10962 10653 0 -1 4202560 31 935 0 0 0 0 0 0 21 0 9 0 546488358 442306560 8686 33554432000 4194304 5683644 140735543980016 18446744073709551615 212447840689 0 0 16781312 2 18446604448959260672 0 0 -1 7 0 0 0
[pid=10962/tid=10987] ppid=10960 vsize=431940 CPUtime=0 cores=0-7
/proc/10962/task/10987/stat : 10987 (python) S 10960 10962 10653 0 -1 4202560 33 935 0 0 0 0 0 0 19 0 9 0 546488361 442306560 8686 33554432000 4194304 5683644 140735543980016 18446744073709551615 212447840689 0 0 16781312 2 18446604448959260672 0 0 -1 1 0 0 0
[pid=10962/tid=10990] ppid=10960 vsize=431940 CPUtime=0 cores=0-7
/proc/10962/task/10990/stat : 10990 (python) S 10960 10962 10653 0 -1 4202560 34 935 0 0 0 0 0 0 20 0 9 0 546488364 442306560 8686 33554432000 4194304 5683644 140735543980016 18446744073709551615 212447840689 0 0 16781312 2 18446604448959260672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 3564248

[startup+4.40916 s]
/proc/loadavg: 1.47 3.86 4.17 9/248 10991
/proc/meminfo: memFree=28268116/32951124 swapFree=67111416/67111528
[pid=10962] ppid=10960 vsize=431940 CPUtime=3.68 cores=0-7
/proc/10962/stat : 10962 (python) S 10960 10962 10653 0 -1 4202496 20284 935 1 0 354 14 0 0 18 0 9 0 546487967 442306560 8687 33554432000 4194304 5683644 140735543980016 18446744073709551615 212447847231 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10962/statm: 107985 8687 1890 364 0 43882 0
[pid=10968] ppid=10962 vsize=285032 CPUtime=0 cores=0-7
/proc/10968/stat : 10968 (python) S 10962 10962 10653 0 -1 4202560 716 0 0 0 0 0 0 0 18 0 1 0 546488343 291872768 6904 33554432000 4194304 5683644 140735543980016 18446744073709551615 212436037135 0 0 16781312 514 4438887599934799871 0 0 17 1 0 0 0
/proc/10968/statm: 71258 6904 348 364 0 7176 0
[pid=10970] ppid=10968 vsize=12124 CPUtime=0.64 cores=0-7
/proc/10970/stat : 10970 (lingeling) R 10968 10970 10970 0 -1 4202496 3735 0 0 0 64 0 0 0 21 0 1 0 546488343 12414976 2199 33554432000 4194304 4352236 140736256640640 18446744073709551615 4267594 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/10970/statm: 3031 2199 127 39 0 2111 0
[pid=10971] ppid=10962 vsize=295064 CPUtime=0 cores=0-7
/proc/10971/stat : 10971 (python) S 10962 10962 10653 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 546488346 302145536 7004 33554432000 4194304 5683644 140735543980016 18446744073709551615 212447847231 0 0 16781824 2 18446744071562232103 0 0 17 1 0 0 0
/proc/10971/statm: 73766 7004 354 364 0 9681 0
[pid=10973] ppid=10971 vsize=0 CPUtime=0.61 cores=0-7
/proc/10973/stat : 10973 (cryptominisat-2) R 10971 10973 10973 0 -1 4203524 7735 0 0 0 60 1 0 0 22 0 1 0 546488346 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10973/statm: 0 0 0 0 0 0 0
[pid=10974] ppid=10962 vsize=370416 CPUtime=0 cores=0-7
/proc/10974/stat : 10974 (python) S 10962 10962 10653 0 -1 4202560 691 0 0 0 0 0 0 0 19 0 1 0 546488349 379305984 7114 33554432000 4194304 5683644 140735543980016 18446744073709551615 212436037190 0 0 16781312 514 4386595651551494143 0 0 17 1 0 0 0
/proc/10974/statm: 92604 7114 344 364 0 28516 0
[pid=10976] ppid=10974 vsize=12124 CPUtime=0.57 cores=0-7
/proc/10976/stat : 10976 (lingeling) R 10974 10976 10976 0 -1 4202496 3721 0 0 0 57 0 0 0 22 0 1 0 546488349 12414976 2199 33554432000 4194304 4352236 140737321401584 18446744073709551615 4309684 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/10976/statm: 3031 2199 127 39 0 2111 0
[pid=10977] ppid=10962 vsize=380672 CPUtime=0 cores=0-7
/proc/10977/stat : 10977 (python) S 10962 10962 10653 0 -1 4202560 699 0 0 0 0 0 0 0 20 0 1 0 546488351 389808128 7098 33554432000 4194304 5683644 140735543980016 18446744073709551615 212436037190 0 0 16781312 514 4438883751644102655 0 0 17 1 0 0 0
/proc/10977/statm: 95168 7098 344 364 0 31077 0
[pid=10979] ppid=10977 vsize=12124 CPUtime=0.55 cores=0-7
/proc/10979/stat : 10979 (lingeling) R 10977 10979 10979 0 -1 4202496 3725 0 0 0 55 0 0 0 23 0 1 0 546488352 12414976 2199 33554432000 4194304 4352236 140736869241904 18446744073709551615 4230352 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/10979/statm: 3031 2199 127 39 0 2111 0
[pid=10980] ppid=10962 vsize=390928 CPUtime=0 cores=0-7
/proc/10980/stat : 10980 (python) S 10962 10962 10653 0 -1 4202560 727 0 0 0 0 0 0 0 16 0 1 0 546488354 400310272 7175 33554432000 4194304 5683644 140735543980016 18446744073709551615 212436037190 0 0 16781312 514 5602135704864784643 0 0 17 6 0 0 0
/proc/10980/statm: 97732 7175 348 364 0 33638 0
[pid=10982] ppid=10980 vsize=54608 CPUtime=0.51 cores=0-7
/proc/10982/stat : 10982 (cryptominisat-2) R 10980 10982 10982 0 -1 4202496 7720 0 0 0 50 1 0 0 23 0 1 0 546488355 55918592 6930 33554432000 4194304 4677096 140735054968432 18446744073709551615 4321413 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10982/statm: 13652 6930 387 118 0 8611 0
[pid=10983] ppid=10962 vsize=0 CPUtime=0.48 cores=0-7
/proc/10983/stat : 10983 (python) Z 10962 10962 10653 0 -1 4202588 1035 6038 0 0 0 0 47 1 18 0 2 0 546488357 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10983/statm: 0 0 0 0 0 0 0
[pid=10986] ppid=10962 vsize=411440 CPUtime=0 cores=0-7
/proc/10986/stat : 10986 (python) S 10962 10962 10653 0 -1 4202560 724 0 0 0 0 0 0 0 19 0 1 0 546488361 421314560 7132 33554432000 4194304 5683644 140735543980016 18446744073709551615 212436037190 0 0 16781312 514 13199066724088938495 0 0 17 1 0 0 0
/proc/10986/statm: 102860 7132 344 364 0 38760 0
[pid=10988] ppid=10986 vsize=10072 CPUtime=0.42 cores=0-7
/proc/10988/stat : 10988 (lingeling) R 10986 10988 10988 0 -1 4202496 3218 0 0 0 42 0 0 0 21 0 1 0 546488363 10313728 1686 33554432000 4194304 4352236 140733980501440 18446744073709551615 4301214 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/10988/statm: 2518 1686 127 39 0 1598 0
[pid=10989] ppid=10962 vsize=421696 CPUtime=0 cores=0-7
/proc/10989/stat : 10989 (python) S 10962 10962 10653 0 -1 4202560 753 0 0 0 0 0 0 0 21 0 1 0 546488364 431816704 7143 33554432000 4194304 5683644 140735543980016 18446744073709551615 212436037190 0 0 16781312 514 13199074420670332927 0 0 17 1 0 0 0
/proc/10989/statm: 105424 7143 350 364 0 41321 0
[pid=10991] ppid=10989 vsize=5108 CPUtime=0.41 cores=0-7
/proc/10991/stat : 10991 (SApperloT-base) R 10989 10991 10991 0 -1 4202496 1257 0 0 0 41 0 0 0 24 0 1 0 546488364 5230592 994 33554432000 134512640 135674940 4292852560 18446744073709551615 134550836 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10991/statm: 1277 994 99 284 0 991 0
[pid=10962/tid=10969] ppid=10960 vsize=431940 CPUtime=0 cores=0-7
/proc/10962/task/10969/stat : 10969 (python) S 10960 10962 10653 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 9 0 546488343 442306560 8687 33554432000 4194304 5683644 140735543980016 18446744073709551615 212447840689 0 0 16781312 2 18446604448959260672 0 0 -1 2 0 0 0
[pid=10962/tid=10972] ppid=10960 vsize=431940 CPUtime=0 cores=0-7
/proc/10962/task/10972/stat : 10972 (python) S 10960 10962 10653 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 546488346 442306560 8687 33554432000 4194304 5683644 140735543980016 18446744073709551615 212447840689 0 0 16781312 2 18446604448959260672 0 0 -1 3 0 0 0
[pid=10962/tid=10975] ppid=10960 vsize=431940 CPUtime=0 cores=0-7
/proc/10962/task/10975/stat : 10975 (python) S 10960 10962 10653 0 -1 4202560 81 935 0 0 0 0 0 0 19 0 9 0 546488349 442306560 8687 33554432000 4194304 5683644 140735543980016 18446744073709551615 212447840689 0 0 16781312 2 18446604448959260672 0 0 -1 0 0 0 0
[pid=10962/tid=10978] ppid=10960 vsize=431940 CPUtime=0 cores=0-7
/proc/10962/task/10978/stat : 10978 (python) S 10960 10962 10653 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 546488352 442306560 8687 33554432000 4194304 5683644 140735543980016 18446744073709551615 212447840689 0 0 16781312 2 18446604448959260672 0 0 -1 5 0 0 0
[pid=10962/tid=10981] ppid=10960 vsize=431940 CPUtime=0 cores=0-7
/proc/10962/task/10981/stat : 10981 (python) S 10960 10962 10653 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 9 0 546488355 442306560 8687 33554432000 4194304 5683644 140735543980016 18446744073709551615 212447840689 0 0 16781312 2 18446604448959260672 0 0 -1 0 0 0 0
[pid=10962/tid=10984] ppid=10960 vsize=431940 CPUtime=0 cores=0-7
/proc/10962/task/10984/stat : 10984 (python) S 10960 10962 10653 0 -1 4202560 31 935 0 0 0 0 0 0 21 0 9 0 546488358 442306560 8687 33554432000 4194304 5683644 140735543980016 18446744073709551615 212447840689 0 0 16781312 2 18446604448959260672 0 0 -1 7 0 0 0
[pid=10962/tid=10987] ppid=10960 vsize=431940 CPUtime=0 cores=0-7
/proc/10962/task/10987/stat : 10987 (python) S 10960 10962 10653 0 -1 4202560 33 935 0 0 0 0 0 0 19 0 9 0 546488361 442306560 8687 33554432000 4194304 5683644 140735543980016 18446744073709551615 212447840689 0 0 16781312 2 18446604448959260672 0 0 -1 1 0 0 0
[pid=10962/tid=10990] ppid=10960 vsize=431940 CPUtime=0 cores=0-7
/proc/10962/task/10990/stat : 10990 (python) S 10960 10962 10653 0 -1 4202560 34 935 0 0 0 0 0 0 20 0 9 0 546488364 442306560 8687 33554432000 4194304 5683644 140735543980016 18446744073709551615 212447840689 0 0 16781312 2 18446604448959260672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 3093348

Child status: 0
Real time (s): 4.44599
CPU time (s): 8.06277
CPU user time (s): 7.80781
CPU system time (s): 0.254961
CPU usage (%): 181.349
Max. virtual memory (cumulated for all children) (KiB): 3564248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.80781
system time used= 0.254961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70591
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= 3147
involuntary context switches= 100

runsolver used 0.014997 second user time and 0.022996 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-02 17:07:36
IDJOB=3321663
IDBENCH=82463
IDSOLVER=1710
FILE ID=node102/3321663-1304348856
RUNJOBID= node102-1304347539-10667
PBS_JOBID= 13178657
Free space on /tmp= 73456 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-ext_con_032_008_0256-tseitin.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3321663-1304348856/watcher-3321663-1304348856 -o /tmp/evaluation-result-3321663-1304348856/solver-3321663-1304348856 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321663-1304348856.cnf -seed 796299299 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= ee9a3768141236efcc4a858e8f92a7e9
RANDOM SEED=796299299

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.82
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.828
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.828
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.828
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:      28421240 kB
Buffers:        665712 kB
Cached:        1883648 kB
SwapCached:          0 kB
Active:        1997468 kB
Inactive:      2097408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28421240 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           33028 kB
Writeback:           0 kB
AnonPages:     1545612 kB
Mapped:          19268 kB
Slab:           357076 kB
PageTables:      12648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 25037932 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= 73424 MiB
End job on node102 at 2011-05-02 17:07:41