Trace number 3317733

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrial? (MO) 2220.08 1044.94

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq57_a.cnf
MD5SUM953b9cb99bfd26cff0e1ac65be1241f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark630.301
Satisfiable
(Un)Satisfiability was proved
Number of variables569795
Number of clauses8562505
Sum of the clauses size24843745
Maximum clause length186
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27567948
Number of clauses of size 3724416
Number of clauses of size 49898
Number of clauses of size 560873
Number of clauses of size over 5199369

Solver Data

0.45/0.77	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.45/0.77	c INFO: solving HOME/instance-3317733-1304271185.cnf
0.45/0.77	c INFO: computing task features
37.82/38.14	c INFO: computed variable-clause graph statistics
38.82/39.19	c INFO: computed clause balance statistics
177.62/177.92	c INFO: computed variable balance statistics
270.42/270.74	c INFO: computed small-clause counts
275.63/275.93	c INFO: computed Horn-clause counts
651.43/651.73	c INFO: computed variable graph statistics
651.43/651.76	c INFO: collected features for HOME/instance-3317733-1304271185.cnf in 649.11 s
651.43/651.78	c INFO: running lingeling-276@0 for 97 with 4149 remaining (b = 0.77)
651.52/651.82	c INFO: running precosat-570@0 for 97 with 4148 remaining (b = 0.59)
651.52/651.85	c INFO: running lingeling-276@0 for 97 with 4148 remaining (b = 0.39)
651.52/651.89	c INFO: running cryptominisat-2.9.0@0 for 1261 with 4148 remaining (b = 0.69)
1047.32/751.04	c INFO: running lingeling-276@0 for 291 with 4049 remaining (b = 0.34)
1047.32/751.07	c INFO: running lingeling-276@0 for 388 with 4049 remaining (b = 0.56)
1050.71/752.12	c INFO: running precosat-570@0 for 97 with 4048 remaining (b = 0.31)
1451.70/852.31	c INFO: running precosat-570@100 for 97 with 3948 remaining (b = 0.31)
1831.28/947.50	c INFO: running precosat-570@0 for 97 with 3853 remaining (b = 0.40)
2218.84/1044.56	c INFO: running cryptominisat-2.9.0@0 for 97 with 3756 remaining (b = 0.18)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317733-1304271185/watcher-3317733-1304271185 -o /tmp/evaluation-result-3317733-1304271185/solver-3317733-1304271185 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317733-1304271185.cnf -seed 1199711537 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 0.17 0.89 3.50 3/230 2735
/proc/meminfo: memFree=28341832/32950928 swapFree=67111448/67111528
[pid=2735] ppid=2733 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/2735/stat : 2735 (python) S 2733 2735 1708 0 -1 4202496 791 0 0 0 0 0 0 0 20 0 1 0 538717523 15749120 678 33554432000 4194304 5683644 140736011027088 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 3 0 0 0
/proc/2735/statm: 3845 678 322 364 0 332 0

[startup+0.083473 s]
/proc/loadavg: 0.17 0.89 3.50 3/230 2735
/proc/meminfo: memFree=28341832/32950928 swapFree=67111448/67111528
[pid=2735] ppid=2733 vsize=36832 CPUtime=0.04 cores=1,3,5,7
/proc/2735/stat : 2735 (python) S 2733 2735 1708 0 -1 4202496 1622 0 0 0 3 1 0 0 17 0 1 0 538717523 37715968 1451 33554432000 4194304 5683644 140736011027088 18446744073709551615 251809316487 0 2147483391 16781312 2 18446744071699215550 0 0 17 7 0 0 0
/proc/2735/statm: 9725 1457 455 364 0 1025 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36832

[startup+0.100683 s]
/proc/loadavg: 0.17 0.89 3.50 3/230 2735
/proc/meminfo: memFree=28341832/32950928 swapFree=67111448/67111528
[pid=2735] ppid=2733 vsize=54532 CPUtime=0.06 cores=1,3,5,7
/proc/2735/stat : 2735 (python) S 2733 2735 1708 0 -1 4202496 2049 0 0 0 4 2 0 0 17 0 1 0 538717523 55840768 1807 33554432000 4194304 5683644 140736011027088 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 7 0 0 0
/proc/2735/statm: 13633 1807 492 364 0 1283 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 54532

[startup+0.300453 s]
/proc/loadavg: 0.17 0.89 3.50 3/230 2735
/proc/meminfo: memFree=28341832/32950928 swapFree=67111448/67111528
[pid=2735] ppid=2733 vsize=135580 CPUtime=0.21 cores=1,3,5,7
/proc/2735/stat : 2735 (python) S 2733 2735 1708 0 -1 4202496 5895 934 1 0 14 7 0 0 17 0 1 0 538717523 138833920 4130 33554432000 4194304 5683644 140736011027088 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699962003 0 0 17 7 0 0 0
/proc/2735/statm: 33895 4130 1031 364 0 3081 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135580

[startup+0.700367 s]
/proc/loadavg: 0.17 0.89 3.50 3/230 2735
/proc/meminfo: memFree=28341832/32950928 swapFree=67111448/67111528
[pid=2735] ppid=2733 vsize=246572 CPUtime=0.45 cores=1,3,5,7
/proc/2735/stat : 2735 (python) R 2733 2735 1708 0 -1 4202496 8235 934 1 0 29 16 0 0 16 0 1 0 538717523 252489728 6129 33554432000 4194304 5683644 140736011027088 18446744073709551615 4572082 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/2735/statm: 61643 6129 1621 364 0 4645 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 246572

[startup+1.50023 s]
/proc/loadavg: 0.17 0.89 3.50 4/232 2749
/proc/meminfo: memFree=28002740/32950928 swapFree=67111448/67111528
[pid=2735] ppid=2733 vsize=511924 CPUtime=1.21 cores=1,3,5,7
/proc/2735/stat : 2735 (python) R 2733 2735 1708 0 -1 4202496 67384 934 1 0 93 28 0 0 17 0 1 0 538717523 524210176 65062 33554432000 4194304 5683644 140736011027088 18446744073709551615 4539777 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2735/statm: 127981 65062 1761 364 0 63905 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 511924

[startup+3.10096 s]
/proc/loadavg: 0.17 0.89 3.50 4/232 2749
/proc/meminfo: memFree=27857536/32950928 swapFree=67111448/67111528
[pid=2735] ppid=2733 vsize=618252 CPUtime=2.82 cores=1,3,5,7
/proc/2735/stat : 2735 (python) R 2733 2735 1708 0 -1 4202496 92821 934 1 0 250 32 0 0 19 0 1 0 538717523 633090048 90499 33554432000 4194304 5683644 140736011027088 18446744073709551615 4602441 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2735/statm: 154563 90500 1761 364 0 90487 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 618252

[startup+6.30042 s]
/proc/loadavg: 0.48 0.94 3.50 3/232 2749
/proc/meminfo: memFree=27445280/32950928 swapFree=67111448/67111528
[pid=2735] ppid=2733 vsize=819924 CPUtime=6.02 cores=1,3,5,7
/proc/2735/stat : 2735 (python) R 2733 2735 1708 0 -1 4202496 143234 934 1 0 562 40 0 0 25 0 1 0 538717523 839602176 140912 33554432000 4194304 5683644 140736011027088 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2735/statm: 204981 140912 1761 364 0 140905 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 819924

[startup+12.7003 s]
/proc/loadavg: 0.60 0.95 3.49 3/232 2749
/proc/meminfo: memFree=26625216/32950928 swapFree=67111448/67111528
[pid=2735] ppid=2733 vsize=1245068 CPUtime=12.42 cores=1,3,5,7
/proc/2735/stat : 2735 (python) R 2733 2735 1708 0 -1 4202496 244378 934 1 0 1189 53 0 0 25 0 1 0 538717523 1274949632 242056 33554432000 4194304 5683644 140736011027088 18446744073709551615 251813926608 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2735/statm: 311267 242056 1761 364 0 247191 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 1245068

[startup+25.5002 s]
/proc/loadavg: 0.91 1.01 3.47 3/232 2750
/proc/meminfo: memFree=25783636/32950928 swapFree=67111448/67111528
[pid=2735] ppid=2733 vsize=2026560 CPUtime=25.22 cores=1,3,5,7
/proc/2735/stat : 2735 (python) R 2733 2735 1708 0 -1 4202496 435224 934 1 0 2445 77 0 0 25 0 1 0 538717523 2075197440 432902 33554432000 4194304 5683644 140736011027088 18446744073709551615 4539209 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2735/statm: 506640 432902 1761 364 0 442564 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 2026560

[startup+51.1009 s]
/proc/loadavg: 1.28 1.08 3.43 3/232 2751
/proc/meminfo: memFree=25891808/32950928 swapFree=67111448/67111528
[pid=2735] ppid=2733 vsize=1859720 CPUtime=50.82 cores=1,3,5,7
/proc/2735/stat : 2735 (python) R 2733 2735 1708 0 -1 4202496 1156519 934 1 0 4922 160 0 0 25 0 1 0 538717523 1904353280 402315 33554432000 4194304 5683644 140736011027088 18446744073709551615 5102953 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2735/statm: 464930 402315 1826 364 0 400854 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 1859720

[startup+102.3 s]
/proc/loadavg: 1.69 1.22 3.35 3/232 2752
/proc/meminfo: memFree=25891696/32950928 swapFree=67111448/67111528
[pid=2735] ppid=2733 vsize=1859720 CPUtime=102.02 cores=1,3,5,7
/proc/2735/stat : 2735 (python) R 2733 2735 1708 0 -1 4202496 1156519 934 1 0 10042 160 0 0 25 0 1 0 538717523 1904353280 402315 33554432000 4194304 5683644 140736011027088 18446744073709551615 47342136758573 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2735/statm: 464930 402315 1826 364 0 400854 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 1859720

[startup+162.3 s]
/proc/loadavg: 2.73 1.56 3.33 6/244 2766
/proc/meminfo: memFree=24963652/32950928 swapFree=67111448/67111528
[pid=2735] ppid=2733 vsize=1859720 CPUtime=162.02 cores=1,3,5,7
/proc/2735/stat : 2735 (python) R 2733 2735 1708 0 -1 4202496 1156519 934 1 0 16042 160 0 0 25 0 1 0 538717523 1904353280 402315 33554432000 4194304 5683644 140736011027088 18446744073709551615 47342136886009 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2735/statm: 464930 402315 1826 364 0 400854 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 1859720

[startup+222.3 s]
/proc/loadavg: 4.17 2.18 3.43 6/244 2768
/proc/meminfo: memFree=24528248/32950928 swapFree=67111448/67111528
[pid=2735] ppid=2733 vsize=1859720 CPUtime=222.02 cores=1,3,5,7
/proc/2735/stat : 2735 (python) R 2733 2735 1708 0 -1 4202496 1156520 934 1 0 22042 160 0 0 25 0 1 0 538717523 1904353280 402316 33554432000 4194304 5683644 140736011027088 18446744073709551615 47342144016760 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2735/statm: 464930 402316 1827 364 0 400854 0
Current children cumulated CPU time (s) 222.02
Current children cumulated vsize (KiB) 1859720

[startup+282.301 s]
/proc/loadavg: 4.74 2.71 3.53 6/252 2780
/proc/meminfo: memFree=23210740/32950928 swapFree=67111448/67111528
[pid=2735] ppid=2733 vsize=1859720 CPUtime=282.03 cores=1,3,5,7
/proc/2735/stat : 2735 (python) R 2733 2735 1708 0 -1 4202496 1541178 934 1 0 27999 204 0 0 25 0 1 0 538717523 1904353280 402322 33554432000 4194304 5683644 140736011027088 18446744073709551615 47342136608896 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2735/statm: 464930 402322 1833 364 0 400854 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 1859720

[startup+342.301 s]
/proc/loadavg: 4.94 3.14 3.62 6/253 2783
/proc/meminfo: memFree=22635956/32950928 swapFree=67111448/67111528
[pid=2735] ppid=2733 vsize=1859720 CPUtime=342.03 cores=1,3,5,7
/proc/2735/stat : 2735 (python) R 2733 2735 1708 0 -1 4202496 1541178 934 1 0 33999 204 0 0 25 0 1 0 538717523 1904353280 402322 33554432000 4194304 5683644 140736011027088 18446744073709551615 47342136608908 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2735/statm: 464930 402322 1833 364 0 400854 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 1859720

[startup+402.301 s]
/proc/loadavg: 4.98 3.47 3.71 7/253 2784
/proc/meminfo: memFree=21950320/32950928 swapFree=67111448/67111528
[pid=2735] ppid=2733 vsize=1859720 CPUtime=402.03 cores=1,3,5,7
/proc/2735/stat : 2735 (python) R 2733 2735 1708 0 -1 4202496 1541178 934 1 0 39999 204 0 0 25 0 1 0 538717523 1904353280 402322 33554432000 4194304 5683644 140736011027088 18446744073709551615 47342169287430 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2735/statm: 464930 402322 1833 364 0 400854 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 1859720

[startup+462.301 s]
/proc/loadavg: 5.07 3.78 3.80 6/253 2785
/proc/meminfo: memFree=21813848/32950928 swapFree=67111448/67111528
[pid=2735] ppid=2733 vsize=1859720 CPUtime=462.03 cores=1,3,5,7
/proc/2735/stat : 2735 (python) R 2733 2735 1708 0 -1 4202496 1541178 934 1 0 45999 204 0 0 25 0 1 0 538717523 1904353280 402322 33554432000 4194304 5683644 140736011027088 18446744073709551615 47342136608908 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2735/statm: 464930 402322 1833 364 0 400854 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 1859720

[startup+522.301 s]
/proc/loadavg: 5.08 4.01 3.87 6/253 2787
/proc/meminfo: memFree=21770748/32950928 swapFree=67111448/67111528
[pid=2735] ppid=2733 vsize=1859720 CPUtime=522.04 cores=1,3,5,7
/proc/2735/stat : 2735 (python) R 2733 2735 1708 0 -1 4202496 1541178 934 1 0 52000 204 0 0 25 0 1 0 538717523 1904353280 402322 33554432000 4194304 5683644 140736011027088 18446744073709551615 47342136608908 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2735/statm: 464930 402322 1833 364 0 400854 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 1859720

[startup+582.301 s]
/proc/loadavg: 5.03 4.19 3.94 6/253 2789
/proc/meminfo: memFree=21746000/32950928 swapFree=67111448/67111528
[pid=2735] ppid=2733 vsize=1859720 CPUtime=582.03 cores=1,3,5,7
/proc/2735/stat : 2735 (python) R 2733 2735 1708 0 -1 4202496 1541178 934 1 0 57999 204 0 0 25 0 1 0 538717523 1904353280 402322 33554432000 4194304 5683644 140736011027088 18446744073709551615 47342136608896 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2735/statm: 464930 402322 1833 364 0 400854 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 1859720

[startup+642.308 s]

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

/proc/2825/statm: 88996 88166 129 39 0 88076 0
[pid=2735/tid=2802] ppid=2733 vsize=1173972 CPUtime=0 cores=1,3,5,7
/proc/2735/task/2802/stat : 2802 (python) S 2733 2735 1708 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 6 0 538782704 1202147328 218133 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 2 18446604471100422976 0 0 -1 5 0 0 0
[pid=2735/tid=2805] ppid=2733 vsize=1173972 CPUtime=0 cores=1,3,5,7
/proc/2735/task/2805/stat : 2805 (python) S 2733 2735 1708 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 6 0 538782708 1202147328 218133 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 2 18446604471100422976 0 0 -1 7 0 0 0
[pid=2735/tid=2808] ppid=2733 vsize=1173972 CPUtime=0 cores=1,3,5,7
/proc/2735/task/2808/stat : 2808 (python) S 2733 2735 1708 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 6 0 538782711 1202147328 218133 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 2 18446604471100422976 0 0 -1 7 0 0 0
[pid=2735/tid=2812] ppid=2733 vsize=1173972 CPUtime=0 cores=1,3,5,7
/proc/2735/task/2812/stat : 2812 (python) S 2733 2735 1708 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 6 0 538782715 1202147328 218133 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 2 18446604471100422976 0 0 -1 5 0 0 0
[pid=2735/tid=2824] ppid=2733 vsize=1173972 CPUtime=0 cores=1,3,5,7
/proc/2735/task/2824/stat : 2824 (python) S 2733 2735 1708 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 6 0 538792633 1202147328 218133 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 2 18446604471100422976 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1810.91
Current children cumulated vsize (KiB) 11902496

[startup+1002.3 s]
/proc/loadavg: 8.10 6.96 5.30 9/293 2842
/proc/meminfo: memFree=15095092/32950928 swapFree=67111448/67111528
[pid=2735] ppid=2733 vsize=1184228 CPUtime=651.78 cores=1,3,5,7
/proc/2735/stat : 2735 (python) S 2733 2735 1708 0 -1 4202496 1545530 934 1 0 64959 219 0 0 19 0 7 0 538717523 1212649472 218139 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2735/statm: 296057 218139 1886 364 0 231960 0
[pid=2801] ppid=2735 vsize=1132948 CPUtime=0.65 cores=1,3,5,7
/proc/2801/stat : 2801 (python) S 2735 2735 1708 0 -1 4202560 1199 0 0 0 29 36 0 0 18 0 2 0 538782702 1160138752 216649 33554432000 4194304 5683644 140736011027088 18446744073709551615 251814260294 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/2801/statm: 283237 216649 415 364 0 219155 0
[pid=2803] ppid=2801 vsize=302476 CPUtime=348.59 cores=1,3,5,7
/proc/2803/stat : 2803 (lingeling) R 2801 2803 2803 0 -1 4202496 198054 0 0 0 34824 35 0 0 25 0 1 0 538782704 309735424 74789 33554432000 4194304 4352236 140733229094848 18446744073709551615 4233979 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/2803/statm: 75619 74789 129 39 0 74699 0
[pid=2801/tid=2821] ppid=2735 vsize=1132948 CPUtime=0 cores=1,3,5,7
/proc/2801/task/2821/stat : 2821 (python) S 2735 2735 1708 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 538792626 1160138752 216649 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 514 18446604455777227840 0 0 -1 7 0 0 0
[pid=2804] ppid=2735 vsize=1132960 CPUtime=0.56 cores=1,3,5,7
/proc/2804/stat : 2804 (python) S 2735 2735 1708 0 -1 4202560 1156 0 0 0 28 28 0 0 18 0 2 0 538782706 1160151040 216633 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/2804/statm: 283240 216633 399 364 0 219155 0
[pid=2806] ppid=2804 vsize=1127572 CPUtime=293.57 cores=1,3,5,7
/proc/2806/stat : 2806 (precosat) T 2804 2806 2806 0 -1 4202496 281957 0 0 0 29301 56 0 0 25 0 1 0 538782708 1154633728 272302 33554432000 4194304 4890832 140735663255552 18446744073709551615 4454033 0 0 16781312 17442 18446744071562691360 0 0 17 7 0 0 0
/proc/2806/statm: 281893 272302 86 171 0 281720 0
[pid=2804/tid=2822] ppid=2735 vsize=1132960 CPUtime=0 cores=1,3,5,7
/proc/2804/task/2822/stat : 2822 (python) S 2735 2735 1708 0 -1 4202560 53 0 0 0 0 0 0 0 18 0 2 0 538792629 1160151040 216633 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 514 18446604455777226944 0 0 -1 7 0 0 0
[pid=2807] ppid=2735 vsize=1143216 CPUtime=0.2 cores=1,3,5,7
/proc/2807/stat : 2807 (python) S 2735 2735 1708 0 -1 4202560 1100 0 0 0 9 11 0 0 19 0 2 0 538782709 1170653184 216637 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/2807/statm: 285804 216637 399 364 0 221716 0
[pid=2809] ppid=2807 vsize=244116 CPUtime=99.02 cores=1,3,5,7
/proc/2809/stat : 2809 (lingeling) T 2807 2809 2809 0 -1 4202496 133261 0 0 0 9874 28 0 0 25 0 1 0 538782711 249974784 60200 33554432000 4194304 4352236 140735011466656 18446744073709551615 4208085 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/2809/statm: 61029 60200 129 39 0 60109 0
[pid=2807/tid=2826] ppid=2735 vsize=1143216 CPUtime=0 cores=1,3,5,7
/proc/2807/task/2826/stat : 2826 (python) S 2735 2735 1708 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 538792734 1170653184 216637 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 514 18446604455129833920 0 0 -1 5 0 0 0
[pid=2810] ppid=2735 vsize=1153472 CPUtime=0.71 cores=1,3,5,7
/proc/2810/stat : 2810 (python) S 2735 2735 1708 0 -1 4202560 1026 0 0 0 31 40 0 0 15 0 1 0 538782713 1181155328 216611 33554432000 4194304 5683644 140736011027088 18446744073709551615 251814260294 0 0 16781312 514 12696438997929394440 0 0 17 5 0 0 0
/proc/2810/statm: 288368 216611 370 364 0 224277 0
[pid=2813] ppid=2810 vsize=3147900 CPUtime=349.99 cores=1,3,5,7
/proc/2813/stat : 2813 (cryptominisat-2) R 2810 2813 2813 0 -1 4202496 785664 0 0 0 34879 120 0 0 25 0 1 0 538782715 3223449600 660029 33554432000 4194304 4677096 140734990618160 18446744073709551615 4238084 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2813/statm: 786975 660029 393 118 0 781934 0
[pid=2823] ppid=2735 vsize=1163728 CPUtime=0.47 cores=1,3,5,7
/proc/2823/stat : 2823 (python) S 2735 2735 1708 0 -1 4202560 997 0 0 0 23 24 0 0 18 0 1 0 538792631 1191657472 216615 33554432000 4194304 5683644 140736011027088 18446744073709551615 251814260294 0 0 16781312 514 12696438997929394440 0 0 17 3 0 0 0
/proc/2823/statm: 290932 216615 370 364 0 226838 0
[pid=2825] ppid=2823 vsize=384420 CPUtime=250.31 cores=1,3,5,7
/proc/2825/stat : 2825 (lingeling) R 2823 2825 2825 0 -1 4202496 213313 0 0 0 24990 41 0 0 25 0 1 0 538792633 393646080 95291 33554432000 4194304 4352236 140734621587920 18446744073709551615 4241739 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2825/statm: 96105 95291 129 39 0 95185 0
[pid=2839] ppid=2735 vsize=1173984 CPUtime=0.11 cores=1,3,5,7
/proc/2839/stat : 2839 (python) S 2735 2735 1708 0 -1 4202560 953 0 0 0 5 6 0 0 18 0 1 0 538812274 1202159616 216619 33554432000 4194304 5683644 140736011027088 18446744073709551615 251814260294 0 0 16781312 514 12696438997929394440 0 0 17 5 0 0 0
/proc/2839/statm: 293496 216619 370 364 0 229399 0
[pid=2841] ppid=2839 vsize=1108940 CPUtime=54.44 cores=1,3,5,7
/proc/2841/stat : 2841 (precosat) R 2839 2841 2841 0 -1 4202496 277559 0 0 0 5390 54 0 0 25 0 1 0 538812276 1135554560 268115 33554432000 4194304 4890832 140735564621072 18446744073709551615 4301784 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/2841/statm: 277235 268115 86 171 0 277062 0
[pid=2735/tid=2802] ppid=2733 vsize=1184228 CPUtime=0 cores=1,3,5,7
/proc/2735/task/2802/stat : 2802 (python) S 2733 2735 1708 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 7 0 538782704 1212649472 218139 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 2 18446604471100422976 0 0 -1 5 0 0 0
[pid=2735/tid=2805] ppid=2733 vsize=1184228 CPUtime=0 cores=1,3,5,7
/proc/2735/task/2805/stat : 2805 (python) S 2733 2735 1708 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 7 0 538782708 1212649472 218139 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 2 18446604471100422976 0 0 -1 7 0 0 0
[pid=2735/tid=2808] ppid=2733 vsize=1184228 CPUtime=0 cores=1,3,5,7
/proc/2735/task/2808/stat : 2808 (python) S 2733 2735 1708 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 7 0 538782711 1212649472 218139 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 2 18446604471100422976 0 0 -1 7 0 0 0
[pid=2735/tid=2812] ppid=2733 vsize=1184228 CPUtime=0 cores=1,3,5,7
/proc/2735/task/2812/stat : 2812 (python) S 2733 2735 1708 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 7 0 538782715 1212649472 218139 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 2 18446604471100422976 0 0 -1 5 0 0 0
[pid=2735/tid=2824] ppid=2733 vsize=1184228 CPUtime=0 cores=1,3,5,7
/proc/2735/task/2824/stat : 2824 (python) S 2733 2735 1708 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 7 0 538792633 1212649472 218139 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 2 18446604471100422976 0 0 -1 5 0 0 0
[pid=2735/tid=2840] ppid=2733 vsize=1184228 CPUtime=0 cores=1,3,5,7
/proc/2735/task/2840/stat : 2840 (python) S 2733 2735 1708 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 7 0 538812275 1212649472 218139 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 2 18446604471100422976 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2050.4
Current children cumulated vsize (KiB) 14399960



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1044.8 s]
/proc/loadavg: 8.29 7.16 5.45 10/296 2846
/proc/meminfo: memFree=14693024/32950928 swapFree=67111448/67111528
[pid=2735] ppid=2733 vsize=1194484 CPUtime=651.81 cores=1,3,5,7
/proc/2735/stat : 2735 (python) S 2733 2735 1708 0 -1 4202496 1546339 934 1 0 64960 221 0 0 19 0 8 0 538717523 1223151616 218145 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2735/statm: 298621 218145 1888 364 0 234521 0
[pid=2801] ppid=2735 vsize=1132948 CPUtime=0.74 cores=1,3,5,7
/proc/2801/stat : 2801 (python) S 2735 2735 1708 0 -1 4202560 1199 0 0 0 33 41 0 0 18 0 2 0 538782702 1160138752 216649 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/2801/statm: 283237 216649 415 364 0 219155 0
[pid=2803] ppid=2801 vsize=392024 CPUtime=390.47 cores=1,3,5,7
/proc/2803/stat : 2803 (lingeling) T 2801 2803 2803 0 -1 4202496 220474 0 0 0 39010 37 0 0 25 0 1 0 538782704 401432576 97176 33554432000 4194304 4352236 140733229094848 18446744073709551615 4207636 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/2803/statm: 98006 97176 129 39 0 97086 0
[pid=2801/tid=2821] ppid=2735 vsize=1132948 CPUtime=0 cores=1,3,5,7
/proc/2801/task/2821/stat : 2821 (python) S 2735 2735 1708 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 538792626 1160138752 216649 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 514 18446604455777227840 0 0 -1 7 0 0 0
[pid=2804] ppid=2735 vsize=1132960 CPUtime=0.56 cores=1,3,5,7
/proc/2804/stat : 2804 (python) S 2735 2735 1708 0 -1 4202560 1156 0 0 0 28 28 0 0 18 0 2 0 538782706 1160151040 216633 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/2804/statm: 283240 216633 399 364 0 219155 0
[pid=2806] ppid=2804 vsize=1127572 CPUtime=293.57 cores=1,3,5,7
/proc/2806/stat : 2806 (precosat) T 2804 2806 2806 0 -1 4202496 281957 0 0 0 29301 56 0 0 25 0 1 0 538782708 1154633728 272302 33554432000 4194304 4890832 140735663255552 18446744073709551615 4454033 0 0 16781312 17442 18446744071562691360 0 0 17 7 0 0 0
/proc/2806/statm: 281893 272302 86 171 0 281720 0
[pid=2804/tid=2822] ppid=2735 vsize=1132960 CPUtime=0 cores=1,3,5,7
/proc/2804/task/2822/stat : 2822 (python) S 2735 2735 1708 0 -1 4202560 53 0 0 0 0 0 0 0 18 0 2 0 538792629 1160151040 216633 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 514 18446604455777226944 0 0 -1 7 0 0 0
[pid=2807] ppid=2735 vsize=1143216 CPUtime=0.2 cores=1,3,5,7
/proc/2807/stat : 2807 (python) S 2735 2735 1708 0 -1 4202560 1100 0 0 0 9 11 0 0 19 0 2 0 538782709 1170653184 216637 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/2807/statm: 285804 216637 399 364 0 221716 0
[pid=2809] ppid=2807 vsize=244116 CPUtime=99.02 cores=1,3,5,7
/proc/2809/stat : 2809 (lingeling) T 2807 2809 2809 0 -1 4202496 133261 0 0 0 9874 28 0 0 25 0 1 0 538782711 249974784 60200 33554432000 4194304 4352236 140735011466656 18446744073709551615 4208085 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/2809/statm: 61029 60200 129 39 0 60109 0
[pid=2807/tid=2826] ppid=2735 vsize=1143216 CPUtime=0 cores=1,3,5,7
/proc/2807/task/2826/stat : 2826 (python) S 2735 2735 1708 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 538792734 1170653184 216637 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 514 18446604455129833920 0 0 -1 5 0 0 0
[pid=2810] ppid=2735 vsize=1153472 CPUtime=0.8 cores=1,3,5,7
/proc/2810/stat : 2810 (python) S 2735 2735 1708 0 -1 4202560 1027 0 0 0 36 44 0 0 15 0 1 0 538782713 1181155328 216611 33554432000 4194304 5683644 140736011027088 18446744073709551615 251814260294 0 0 16781312 514 12696438997929394440 0 0 17 5 0 0 0
/proc/2810/statm: 288368 216611 370 364 0 224277 0
[pid=2813] ppid=2810 vsize=3456400 CPUtime=392.51 cores=1,3,5,7
/proc/2813/stat : 2813 (cryptominisat-2) R 2810 2813 2813 0 -1 4202496 849387 0 0 0 39121 130 0 0 25 0 1 0 538782715 3539353600 723752 33554432000 4194304 4677096 140734990618160 18446744073709551615 4358608 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2813/statm: 864100 723752 393 118 0 859059 0
[pid=2823] ppid=2735 vsize=1163728 CPUtime=0.55 cores=1,3,5,7
/proc/2823/stat : 2823 (python) S 2735 2735 1708 0 -1 4202560 997 0 0 0 27 28 0 0 18 0 1 0 538792631 1191657472 216615 33554432000 4194304 5683644 140736011027088 18446744073709551615 251814260294 0 0 16781312 514 12696438997929394440 0 0 17 3 0 0 0
/proc/2823/statm: 290932 216615 370 364 0 226838 0
[pid=2825] ppid=2823 vsize=356152 CPUtime=292.75 cores=1,3,5,7
/proc/2825/stat : 2825 (lingeling) R 2823 2825 2825 0 -1 4202496 213313 0 0 0 29234 41 0 0 25 0 1 0 538792633 364699648 88224 33554432000 4194304 4352236 140734621587920 18446744073709551615 4283883 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2825/statm: 89038 88224 129 39 0 88118 0
[pid=2839] ppid=2735 vsize=1173984 CPUtime=0.19 cores=1,3,5,7
/proc/2839/stat : 2839 (python) S 2735 2735 1708 0 -1 4202560 966 0 0 0 9 10 0 0 18 0 1 0 538812274 1202159616 216619 33554432000 4194304 5683644 140736011027088 18446744073709551615 251814260294 0 0 16781312 514 12696438997929394440 0 0 17 5 0 0 0
/proc/2839/statm: 293496 216619 370 364 0 229399 0
[pid=2841] ppid=2839 vsize=1109452 CPUtime=96.69 cores=1,3,5,7
/proc/2841/stat : 2841 (precosat) R 2839 2841 2841 0 -1 4202496 278725 0 0 0 9615 54 0 0 25 0 1 0 538812276 1136078848 269281 33554432000 4194304 4890832 140735564621072 18446744073709551615 4229325 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/2841/statm: 277363 269281 86 171 0 277190 0
[pid=2844] ppid=2735 vsize=1184240 CPUtime=0.02 cores=1,3,5,7
/proc/2844/stat : 2844 (python) S 2735 2735 1708 0 -1 4202560 774 0 0 0 0 2 0 0 19 0 1 0 538821980 1212661760 216600 33554432000 4194304 5683644 140736011027088 18446744073709551615 251814260294 0 0 16781312 514 5601806590110826756 0 0 17 5 0 0 0
/proc/2844/statm: 296060 216600 347 364 0 231960 0
[pid=2846] ppid=2844 vsize=58168 CPUtime=0.2 cores=1,3,5,7
/proc/2846/stat : 2846 (cryptominisat-2) R 2844 2846 2846 0 -1 4202496 9142 0 0 0 17 3 0 0 21 0 1 0 538821982 59564032 7781 33554432000 4194304 4677096 140735815029600 18446744073709551615 251814240000 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2846/statm: 14542 7781 336 118 0 9501 0
[pid=2735/tid=2802] ppid=2733 vsize=1194484 CPUtime=0 cores=1,3,5,7
/proc/2735/task/2802/stat : 2802 (python) S 2733 2735 1708 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 8 0 538782704 1223151616 218145 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 2 18446604471100422976 0 0 -1 5 0 0 0
[pid=2735/tid=2805] ppid=2733 vsize=1194484 CPUtime=0 cores=1,3,5,7
/proc/2735/task/2805/stat : 2805 (python) S 2733 2735 1708 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 8 0 538782708 1223151616 218145 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 2 18446604471100422976 0 0 -1 7 0 0 0
[pid=2735/tid=2808] ppid=2733 vsize=1194484 CPUtime=0 cores=1,3,5,7
/proc/2735/task/2808/stat : 2808 (python) S 2733 2735 1708 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 8 0 538782711 1223151616 218145 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 2 18446604471100422976 0 0 -1 7 0 0 0
[pid=2735/tid=2812] ppid=2733 vsize=1194484 CPUtime=0 cores=1,3,5,7
/proc/2735/task/2812/stat : 2812 (python) S 2733 2735 1708 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 8 0 538782715 1223151616 218145 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 2 18446604471100422976 0 0 -1 5 0 0 0
[pid=2735/tid=2824] ppid=2733 vsize=1194484 CPUtime=0 cores=1,3,5,7
/proc/2735/task/2824/stat : 2824 (python) S 2733 2735 1708 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 8 0 538792633 1223151616 218145 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 2 18446604471100422976 0 0 -1 5 0 0 0
[pid=2735/tid=2840] ppid=2733 vsize=1194484 CPUtime=0 cores=1,3,5,7
/proc/2735/task/2840/stat : 2840 (python) S 2733 2735 1708 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 8 0 538812275 1223151616 218145 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 2 18446604471100422976 0 0 -1 5 0 0 0
[pid=2735/tid=2845] ppid=2733 vsize=1194484 CPUtime=0 cores=1,3,5,7
/proc/2735/task/2845/stat : 2845 (python) S 2733 2735 1708 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 8 0 538821982 1223151616 218145 33554432000 4194304 5683644 140736011027088 18446744073709551615 251826063793 0 0 16781312 2 18446604471100422976 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2220.08
Current children cumulated vsize (KiB) 16022916

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 2735 and gives
#  childrusage.ru_utime.tv_sec=649
#  childrusage.ru_utime.tv_usec=609244
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=274654
# CPU time returned by wait4() is 651.884
# while last known CPU time is 2220.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1044.94
CPU time (s): 2220.08
CPU user time (s): 2212.74
CPU system time (s): 7.34
CPU usage (%): 212.461
Max. virtual memory (cumulated for all children) (KiB): 16022916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 649.609
system time used= 2.27465
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1547278
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= 12744
involuntary context switches= 963

runsolver used 2.18667 second user time and 5.39818 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-01 19:33:06
IDJOB=3317733
IDBENCH=88159
IDSOLVER=1706
FILE ID=node126/3317733-1304271185
RUNJOBID= node126-1304271185-2719
PBS_JOBID= 13173953
Free space on /tmp= 73012 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq57_a.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-3317733-1304271185/watcher-3317733-1304271185 -o /tmp/evaluation-result-3317733-1304271185/solver-3317733-1304271185 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317733-1304271185.cnf -seed 1199711537 -budget 4800 -cores 4

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

MD5SUM BENCH= 953b9cb99bfd26cff0e1ac65be1241f6
RANDOM SEED=1199711537

node126.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.783
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.56
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.783
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	: 5332.75
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.783
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.783
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.74
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28342136 kB
Buffers:        318636 kB
Cached:        2050396 kB
SwapCached:         76 kB
Active:        2507540 kB
Inactive:      1763392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28342136 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:          338492 kB
Writeback:           0 kB
AnonPages:     1901940 kB
Mapped:          19392 kB
Slab:           264212 kB
PageTables:      14064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 23540444 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= 72896 MiB
End job on node126 at 2011-05-01 19:50:35