Trace number 3317670

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 423.269 396.088

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-25-U-7061.cnf
MD5SUM23c04ef615431bf15ef9eafe9b944fb8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.571912
Satisfiable
(Un)Satisfiability was proved
Number of variables541150
Number of clauses1645836
Sum of the clauses size4001876
Maximum clause length1576
Minimum clause length1
Number of clauses of size 1141
Number of clauses of size 21092306
Number of clauses of size 3543262
Number of clauses of size 44256
Number of clauses of size 51339
Number of clauses of size over 54532

Solver Data

0.38/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/0.66	c INFO: solving HOME/instance-3317670-1304271204.cnf
0.38/0.66	c INFO: computing task features
6.66/7.00	c INFO: computed variable-clause graph statistics
6.85/7.19	c INFO: computed clause balance statistics
32.95/33.24	c INFO: computed variable balance statistics
52.25/52.53	c INFO: computed small-clause counts
53.15/53.47	c INFO: computed Horn-clause counts
386.46/386.78	c INFO: computed variable graph statistics
386.46/386.78	c INFO: collected features for HOME/instance-3317670-1304271204.cnf in 385.96 s
386.56/386.80	c INFO: running lingeling-276@0 for 194 with 4413 remaining (b = 0.93)
386.56/386.83	c INFO: running lingeling-276@0 for 97 with 4413 remaining (b = 0.83)
386.56/386.85	c INFO: running cryptominisat-2.9.0@0 for 582 with 4413 remaining (b = 0.58)
386.56/386.88	c INFO: running cryptominisat-2.9.0@0 for 485 with 4413 remaining (b = 0.47)
423.11/396.01	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-3317670-1304271204/watcher-3317670-1304271204 -o /tmp/evaluation-result-3317670-1304271204/solver-3317670-1304271204 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317670-1304271204.cnf -seed 469319439 -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: 7.77 7.89 7.62 5/208 7766
/proc/meminfo: memFree=26126700/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=15188 CPUtime=0 cores=1,3,5,7
/proc/7766/stat : 7766 (python) R 7764 7766 6903 0 -1 4202496 735 0 0 0 0 0 0 0 25 0 1 0 538720856 15552512 623 33554432000 4194304 5683644 140733852829104 18446744073709551615 253640855476 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/7766/statm: 3846 626 322 364 0 333 0

[startup+0.0609159 s]
/proc/loadavg: 7.77 7.89 7.62 5/208 7766
/proc/meminfo: memFree=26126700/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=29788 CPUtime=0.03 cores=1,3,5,7
/proc/7766/stat : 7766 (python) R 7764 7766 6903 0 -1 4202496 1456 0 0 0 3 0 0 0 25 0 1 0 538720856 30502912 1296 33554432000 4194304 5683644 140733852829104 18446744073709551615 253640857600 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/7766/statm: 7447 1296 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.100914 s]
/proc/loadavg: 7.77 7.89 7.62 5/208 7766
/proc/meminfo: memFree=26126700/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=89768 CPUtime=0.06 cores=1,3,5,7
/proc/7766/stat : 7766 (python) R 7764 7766 6903 0 -1 4202496 2673 0 0 0 5 1 0 0 17 0 1 0 538720856 91922432 2388 33554432000 4194304 5683644 140733852829104 18446744073709551615 253635935879 0 2147483391 16781312 2 0 0 0 17 3 0 0 0
/proc/7766/statm: 22957 2390 751 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.300874 s]
/proc/loadavg: 7.77 7.89 7.62 5/208 7766
/proc/meminfo: memFree=26126700/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=135748 CPUtime=0.18 cores=1,3,5,7
/proc/7766/stat : 7766 (python) R 7764 7766 6903 0 -1 4202496 5965 934 1 0 13 5 0 0 18 0 1 0 538720856 139005952 4150 33554432000 4194304 5683644 140733852829104 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7766/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700802 s]
/proc/loadavg: 7.77 7.89 7.62 5/208 7766
/proc/meminfo: memFree=26126700/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=310872 CPUtime=0.45 cores=1,3,5,7
/proc/7766/stat : 7766 (python) R 7764 7766 6903 0 -1 4202496 17365 934 1 0 32 13 0 0 16 0 1 0 538720856 318332928 15043 33554432000 4194304 5683644 140733852829104 18446744073709551615 47314165100808 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7766/statm: 77718 15043 1761 364 0 13642 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 310872

[startup+1.50065 s]
/proc/loadavg: 7.77 7.89 7.62 6/209 7771
/proc/meminfo: memFree=26052788/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=363436 CPUtime=1.25 cores=1,3,5,7
/proc/7766/stat : 7766 (python) R 7764 7766 6903 0 -1 4202496 30367 934 1 0 110 15 0 0 17 0 1 0 538720856 372158464 28045 33554432000 4194304 5683644 140733852829104 18446744073709551615 253640520389 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7766/statm: 90859 28045 1761 364 0 26783 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 363436

[startup+3.10036 s]
/proc/loadavg: 7.77 7.89 7.62 6/209 7771
/proc/meminfo: memFree=25970432/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=470608 CPUtime=2.86 cores=1,3,5,7
/proc/7766/stat : 7766 (python) R 7764 7766 6903 0 -1 4202496 56907 934 1 0 267 19 0 0 19 0 1 0 538720856 481902592 54585 33554432000 4194304 5683644 140733852829104 18446744073709551615 253640520389 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7766/statm: 117652 54585 1761 364 0 53576 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 470608

[startup+6.3008 s]
/proc/loadavg: 7.63 7.86 7.61 6/209 7771
/proc/meminfo: memFree=25741652/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=622628 CPUtime=6.06 cores=1,3,5,7
/proc/7766/stat : 7766 (python) R 7764 7766 6903 0 -1 4202496 134079 934 1 0 579 27 0 0 25 0 1 0 538720856 637571072 93031 33554432000 4194304 5683644 140733852829104 18446744073709551615 47313994651213 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7766/statm: 155657 93031 1815 364 0 91581 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 622628

[startup+12.7006 s]
/proc/loadavg: 7.42 7.81 7.59 6/209 7771
/proc/meminfo: memFree=25752740/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=596912 CPUtime=12.45 cores=1,3,5,7
/proc/7766/stat : 7766 (python) R 7764 7766 6903 0 -1 4202496 143703 934 1 0 1217 28 0 0 25 0 1 0 538720856 611237888 86613 33554432000 4194304 5683644 140733852829104 18446744073709551615 4619985 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7766/statm: 149228 86613 1826 364 0 85152 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 596912

[startup+25.5003 s]
/proc/loadavg: 6.88 7.67 7.55 6/209 7771
/proc/meminfo: memFree=25766508/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=596912 CPUtime=25.25 cores=1,3,5,7
/proc/7766/stat : 7766 (python) R 7764 7766 6903 0 -1 4202496 143703 934 1 0 2497 28 0 0 25 0 1 0 538720856 611237888 86613 33554432000 4194304 5683644 140733852829104 18446744073709551615 4539424 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7766/statm: 149228 86613 1826 364 0 85152 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 596912

[startup+51.1006 s]
/proc/loadavg: 6.24 7.46 7.48 6/209 7772
/proc/meminfo: memFree=25757652/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=596912 CPUtime=50.85 cores=1,3,5,7
/proc/7766/stat : 7766 (python) R 7764 7766 6903 0 -1 4202496 143704 934 1 0 5057 28 0 0 25 0 1 0 538720856 611237888 86614 33554432000 4194304 5683644 140733852829104 18446744073709551615 4602441 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7766/statm: 149228 86614 1827 364 0 85152 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 596912

[startup+102.307 s]
/proc/loadavg: 5.73 7.12 7.36 6/209 7773
/proc/meminfo: memFree=25733928/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=609768 CPUtime=102.06 cores=1,3,5,7
/proc/7766/stat : 7766 (python) R 7764 7766 6903 0 -1 4202496 146924 934 1 0 10178 28 0 0 25 0 1 0 538720856 624402432 89834 33554432000 4194304 5683644 140733852829104 18446744073709551615 47313994238080 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7766/statm: 152442 89834 1833 364 0 88366 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 609768

[startup+162.3 s]
/proc/loadavg: 5.43 6.78 7.23 6/214 7780
/proc/meminfo: memFree=25707924/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=609768 CPUtime=162.05 cores=1,3,5,7
/proc/7766/stat : 7766 (python) R 7764 7766 6903 0 -1 4202496 146924 934 1 0 16177 28 0 0 25 0 1 0 538720856 624402432 89834 33554432000 4194304 5683644 140733852829104 18446744073709551615 47313994238080 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7766/statm: 152442 89834 1833 364 0 88366 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 609768

[startup+222.3 s]
/proc/loadavg: 5.22 6.47 7.09 6/218 7785
/proc/meminfo: memFree=25646440/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=609768 CPUtime=222.06 cores=1,3,5,7
/proc/7766/stat : 7766 (python) R 7764 7766 6903 0 -1 4202496 146924 934 1 0 22178 28 0 0 25 0 1 0 538720856 624402432 89834 33554432000 4194304 5683644 140733852829104 18446744073709551615 47313994238092 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7766/statm: 152442 89834 1833 364 0 88366 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 609768

[startup+282.3 s]
/proc/loadavg: 5.08 6.20 6.96 6/218 7787
/proc/meminfo: memFree=25618972/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=609768 CPUtime=282.06 cores=1,3,5,7
/proc/7766/stat : 7766 (python) R 7764 7766 6903 0 -1 4202496 146924 934 1 0 28178 28 0 0 25 0 1 0 538720856 624402432 89834 33554432000 4194304 5683644 140733852829104 18446744073709551615 47313994238080 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7766/statm: 152442 89834 1833 364 0 88366 0
Current children cumulated CPU time (s) 282.06
Current children cumulated vsize (KiB) 609768

[startup+342.3 s]
/proc/loadavg: 5.07 5.99 6.84 7/218 7789
/proc/meminfo: memFree=25593000/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=609768 CPUtime=342.06 cores=1,3,5,7
/proc/7766/stat : 7766 (python) R 7764 7766 6903 0 -1 4202496 146924 934 1 0 34178 28 0 0 25 0 1 0 538720856 624402432 89834 33554432000 4194304 5683644 140733852829104 18446744073709551615 47313994238080 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7766/statm: 152442 89834 1833 364 0 88366 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 609768

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

[startup+358.301 s]
/proc/loadavg: 5.05 5.94 6.81 6/218 7789
/proc/meminfo: memFree=25581832/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=609768 CPUtime=358.06 cores=1,3,5,7
/proc/7766/stat : 7766 (python) R 7764 7766 6903 0 -1 4202496 146924 934 1 0 35778 28 0 0 25 0 1 0 538720856 624402432 89834 33554432000 4194304 5683644 140733852829104 18446744073709551615 47313994238092 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7766/statm: 152442 89834 1833 364 0 88366 0
Current children cumulated CPU time (s) 358.06
Current children cumulated vsize (KiB) 609768

[startup+371.1 s]
/proc/loadavg: 5.04 5.90 6.78 6/218 7789
/proc/meminfo: memFree=25573256/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=609768 CPUtime=370.86 cores=1,3,5,7
/proc/7766/stat : 7766 (python) R 7764 7766 6903 0 -1 4202496 146924 934 1 0 37058 28 0 0 25 0 1 0 538720856 624402432 89834 33554432000 4194304 5683644 140733852829104 18446744073709551615 47313994238092 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7766/statm: 152442 89834 1833 364 0 88366 0
Current children cumulated CPU time (s) 370.86
Current children cumulated vsize (KiB) 609768

[startup+383.907 s]
/proc/loadavg: 5.03 5.85 6.75 6/218 7790
/proc/meminfo: memFree=25566552/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=609768 CPUtime=383.67 cores=1,3,5,7
/proc/7766/stat : 7766 (python) R 7764 7766 6903 0 -1 4202496 146924 934 1 0 38339 28 0 0 25 0 1 0 538720856 624402432 89834 33554432000 4194304 5683644 140733852829104 18446744073709551615 47313994238092 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7766/statm: 152442 89834 1833 364 0 88366 0
Current children cumulated CPU time (s) 383.67
Current children cumulated vsize (KiB) 609768

[startup+390.301 s]
/proc/loadavg: 5.27 5.89 6.76 9/230 7802
/proc/meminfo: memFree=24880856/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=624824 CPUtime=386.65 cores=1,3,5,7
/proc/7766/stat : 7766 (python) S 7764 7766 6903 0 -1 4202496 149623 934 1 0 38633 32 0 0 20 0 5 0 538720856 639819776 83403 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7766/statm: 156206 83403 1881 364 0 92115 0
[pid=7791] ppid=7766 vsize=583812 CPUtime=0 cores=1,3,5,7
/proc/7791/stat : 7791 (python) S 7766 7766 6903 0 -1 4202560 814 0 0 0 0 0 0 0 18 0 1 0 538759537 597823488 81864 33554432000 4194304 5683644 140733852829104 18446744073709551615 253640879631 0 0 16781312 514 4444653438910824712 0 0 17 5 0 0 0

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

/proc/7797/stat : 7797 (python) S 7766 7766 6903 0 -1 4202560 937 0 0 0 0 1 0 0 15 0 1 0 538759542 618827776 81884 33554432000 4194304 5683644 140733852829104 18446744073709551615 253640879686 0 0 16781312 514 4442929679556378888 0 0 17 3 0 0 0
/proc/7797/statm: 151081 81884 370 364 0 86993 0
[pid=7799] ppid=7797 vsize=536296 CPUtime=6.6 cores=1,3,5,7
/proc/7799/stat : 7799 (cryptominisat-2) R 7797 7799 7799 0 -1 4202496 110069 0 0 0 645 15 0 0 25 0 1 0 538759543 549167104 92895 33554432000 4194304 4677096 140736923039440 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/7799/statm: 134074 92895 362 118 0 129033 0
[pid=7800] ppid=7766 vsize=614580 CPUtime=0.01 cores=1,3,5,7
/proc/7800/stat : 7800 (python) S 7766 7766 6903 0 -1 4202560 941 0 0 0 0 1 0 0 15 0 1 0 538759545 629329920 81888 33554432000 4194304 5683644 140733852829104 18446744073709551615 253640879686 0 0 16781312 514 4442925831265681672 0 0 17 5 0 0 0
/proc/7800/statm: 153645 81888 370 364 0 89554 0
[pid=7802] ppid=7800 vsize=531500 CPUtime=6.54 cores=1,3,5,7
/proc/7802/stat : 7802 (cryptominisat-2) R 7800 7802 7802 0 -1 4202496 109330 0 0 0 640 14 0 0 25 0 1 0 538759546 544256000 92157 33554432000 4194304 4677096 140734191641456 18446744073709551615 4310534 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/7802/statm: 132875 92157 362 118 0 127834 0
[pid=7766/tid=7792] ppid=7764 vsize=624824 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7792/stat : 7792 (python) S 7764 7766 6903 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 538759537 639819776 83403 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652683185 0 0 16781312 2 18446604471145001344 0 0 -1 5 0 0 0
[pid=7766/tid=7795] ppid=7764 vsize=624824 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7795/stat : 7795 (python) S 7764 7766 6903 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 5 0 538759540 639819776 83403 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652683185 0 0 16781312 2 18446604471145001344 0 0 -1 3 0 0 0
[pid=7766/tid=7798] ppid=7764 vsize=624824 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7798/stat : 7798 (python) S 7764 7766 6903 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 538759543 639819776 83403 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652683185 0 0 16781312 2 18446604471145001344 0 0 -1 3 0 0 0
[pid=7766/tid=7801] ppid=7764 vsize=624824 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7801/stat : 7801 (python) S 7764 7766 6903 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 5 0 538759546 639819776 83403 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652683185 0 0 16781312 2 18446604471145001344 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 413.12
Current children cumulated vsize (KiB) 4354216

[startup+395.101 s]
/proc/loadavg: 5.49 5.92 6.76 9/230 7802
/proc/meminfo: memFree=24466432/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=624824 CPUtime=386.65 cores=1,3,5,7
/proc/7766/stat : 7766 (python) S 7764 7766 6903 0 -1 4202496 149623 934 1 0 38633 32 0 0 20 0 5 0 538720856 639819776 83403 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7766/statm: 156206 83403 1881 364 0 92115 0
[pid=7791] ppid=7766 vsize=583812 CPUtime=0 cores=1,3,5,7
/proc/7791/stat : 7791 (python) S 7766 7766 6903 0 -1 4202560 981 0 0 0 0 0 0 0 18 0 1 0 538759537 597823488 81886 33554432000 4194304 5683644 140733852829104 18446744073709551615 253640879631 0 0 16781312 514 4444653438910824712 0 0 17 5 0 0 0
/proc/7791/statm: 145953 81886 380 364 0 81871 0
[pid=7793] ppid=7791 vsize=149208 CPUtime=8.25 cores=1,3,5,7
/proc/7793/stat : 7793 (lingeling) R 7791 7793 7793 0 -1 4202496 58776 0 0 0 816 9 0 0 25 0 1 0 538759537 152788992 36470 33554432000 4194304 4352236 140736940233440 18446744073709551615 4228457 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/7793/statm: 37302 36470 127 39 0 36382 0
[pid=7794] ppid=7766 vsize=594068 CPUtime=0.01 cores=1,3,5,7
/proc/7794/stat : 7794 (python) S 7766 7766 6903 0 -1 4202560 907 0 0 0 0 1 0 0 18 0 1 0 538759539 608325632 81880 33554432000 4194304 5683644 140733852829104 18446744073709551615 253640879686 0 0 16781312 514 9693694737000661256 0 0 17 3 0 0 0
/proc/7794/statm: 148517 81880 370 364 0 84432 0
[pid=7796] ppid=7794 vsize=151188 CPUtime=8.25 cores=1,3,5,7
/proc/7796/stat : 7796 (lingeling) R 7794 7796 7796 0 -1 4202496 59282 0 0 0 816 9 0 0 25 0 1 0 538759540 154816512 36965 33554432000 4194304 4352236 140735235130576 18446744073709551615 4252570 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7796/statm: 37797 36965 127 39 0 36877 0
[pid=7797] ppid=7766 vsize=604324 CPUtime=0.01 cores=1,3,5,7
/proc/7797/stat : 7797 (python) S 7766 7766 6903 0 -1 4202560 937 0 0 0 0 1 0 0 15 0 1 0 538759542 618827776 81884 33554432000 4194304 5683644 140733852829104 18446744073709551615 253640879686 0 0 16781312 514 4442929679556378888 0 0 17 3 0 0 0
/proc/7797/statm: 151081 81884 370 364 0 86993 0
[pid=7799] ppid=7797 vsize=611372 CPUtime=8.19 cores=1,3,5,7
/proc/7799/stat : 7799 (cryptominisat-2) R 7797 7799 7799 0 -1 4202496 122675 0 0 0 804 15 0 0 25 0 1 0 538759543 626044928 105501 33554432000 4194304 4677096 140736923039440 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/7799/statm: 152843 105501 362 118 0 147802 0
[pid=7800] ppid=7766 vsize=614580 CPUtime=0.01 cores=1,3,5,7
/proc/7800/stat : 7800 (python) S 7766 7766 6903 0 -1 4202560 941 0 0 0 0 1 0 0 15 0 1 0 538759545 629329920 81888 33554432000 4194304 5683644 140733852829104 18446744073709551615 253640879686 0 0 16781312 514 4442925831265681672 0 0 17 5 0 0 0
/proc/7800/statm: 153645 81888 370 364 0 89554 0
[pid=7802] ppid=7800 vsize=605936 CPUtime=8.13 cores=1,3,5,7
/proc/7802/stat : 7802 (cryptominisat-2) R 7800 7802 7802 0 -1 4202496 121656 0 0 0 797 16 0 0 25 0 1 0 538759546 620478464 104483 33554432000 4194304 4677096 140734191641456 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/7802/statm: 151484 104483 362 118 0 146443 0
[pid=7766/tid=7792] ppid=7764 vsize=624824 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7792/stat : 7792 (python) S 7764 7766 6903 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 538759537 639819776 83403 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652683185 0 0 16781312 2 18446604471145001344 0 0 -1 5 0 0 0
[pid=7766/tid=7795] ppid=7764 vsize=624824 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7795/stat : 7795 (python) S 7764 7766 6903 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 5 0 538759540 639819776 83403 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652683185 0 0 16781312 2 18446604471145001344 0 0 -1 3 0 0 0
[pid=7766/tid=7798] ppid=7764 vsize=624824 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7798/stat : 7798 (python) S 7764 7766 6903 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 538759543 639819776 83403 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652683185 0 0 16781312 2 18446604471145001344 0 0 -1 3 0 0 0
[pid=7766/tid=7801] ppid=7764 vsize=624824 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7801/stat : 7801 (python) S 7764 7766 6903 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 5 0 538759546 639819776 83403 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652683185 0 0 16781312 2 18446604471145001344 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 419.5
Current children cumulated vsize (KiB) 4539312

[startup+395.501 s]
/proc/loadavg: 5.49 5.92 6.76 9/230 7802
/proc/meminfo: memFree=24466432/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=624824 CPUtime=386.65 cores=1,3,5,7
/proc/7766/stat : 7766 (python) S 7764 7766 6903 0 -1 4202496 149623 934 1 0 38633 32 0 0 20 0 5 0 538720856 639819776 83403 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7766/statm: 156206 83403 1881 364 0 92115 0
[pid=7791] ppid=7766 vsize=583812 CPUtime=0 cores=1,3,5,7
/proc/7791/stat : 7791 (python) S 7766 7766 6903 0 -1 4202560 981 0 0 0 0 0 0 0 18 0 1 0 538759537 597823488 81886 33554432000 4194304 5683644 140733852829104 18446744073709551615 253640879631 0 0 16781312 514 4444653438910824712 0 0 17 5 0 0 0
/proc/7791/statm: 145953 81886 380 364 0 81871 0
[pid=7793] ppid=7791 vsize=149208 CPUtime=8.65 cores=1,3,5,7
/proc/7793/stat : 7793 (lingeling) R 7791 7793 7793 0 -1 4202496 58776 0 0 0 856 9 0 0 25 0 1 0 538759537 152788992 36470 33554432000 4194304 4352236 140736940233440 18446744073709551615 4228410 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/7793/statm: 37302 36470 127 39 0 36382 0
[pid=7794] ppid=7766 vsize=594068 CPUtime=0.01 cores=1,3,5,7
/proc/7794/stat : 7794 (python) S 7766 7766 6903 0 -1 4202560 907 0 0 0 0 1 0 0 18 0 1 0 538759539 608325632 81880 33554432000 4194304 5683644 140733852829104 18446744073709551615 253640879686 0 0 16781312 514 9693694737000661256 0 0 17 3 0 0 0
/proc/7794/statm: 148517 81880 370 364 0 84432 0
[pid=7796] ppid=7794 vsize=151188 CPUtime=8.65 cores=1,3,5,7
/proc/7796/stat : 7796 (lingeling) R 7794 7796 7796 0 -1 4202496 59282 0 0 0 856 9 0 0 25 0 1 0 538759540 154816512 36965 33554432000 4194304 4352236 140735235130576 18446744073709551615 4214760 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7796/statm: 37797 36965 127 39 0 36877 0
[pid=7797] ppid=7766 vsize=604324 CPUtime=0.01 cores=1,3,5,7
/proc/7797/stat : 7797 (python) S 7766 7766 6903 0 -1 4202560 937 0 0 0 0 1 0 0 15 0 1 0 538759542 618827776 81884 33554432000 4194304 5683644 140733852829104 18446744073709551615 253640879686 0 0 16781312 514 4442929679556378888 0 0 17 3 0 0 0
/proc/7797/statm: 151081 81884 370 364 0 86993 0
[pid=7799] ppid=7797 vsize=628432 CPUtime=8.6 cores=1,3,5,7
/proc/7799/stat : 7799 (cryptominisat-2) R 7797 7799 7799 0 -1 4202496 126221 0 0 0 844 16 0 0 25 0 1 0 538759543 643514368 109047 33554432000 4194304 4677096 140736923039440 18446744073709551615 4319256 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/7799/statm: 157108 109047 362 118 0 152067 0
[pid=7800] ppid=7766 vsize=614580 CPUtime=0.01 cores=1,3,5,7
/proc/7800/stat : 7800 (python) S 7766 7766 6903 0 -1 4202560 941 0 0 0 0 1 0 0 15 0 1 0 538759545 629329920 81888 33554432000 4194304 5683644 140733852829104 18446744073709551615 253640879686 0 0 16781312 514 4442925831265681672 0 0 17 5 0 0 0
/proc/7800/statm: 153645 81888 370 364 0 89554 0
[pid=7802] ppid=7800 vsize=623412 CPUtime=8.54 cores=1,3,5,7
/proc/7802/stat : 7802 (cryptominisat-2) R 7800 7802 7802 0 -1 4202496 125106 0 0 0 837 17 0 0 25 0 1 0 538759546 638373888 107933 33554432000 4194304 4677096 140734191641456 18446744073709551615 4236679 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/7802/statm: 155853 107933 362 118 0 150812 0
[pid=7766/tid=7792] ppid=7764 vsize=624824 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7792/stat : 7792 (python) S 7764 7766 6903 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 538759537 639819776 83403 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652683185 0 0 16781312 2 18446604471145001344 0 0 -1 5 0 0 0
[pid=7766/tid=7795] ppid=7764 vsize=624824 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7795/stat : 7795 (python) S 7764 7766 6903 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 5 0 538759540 639819776 83403 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652683185 0 0 16781312 2 18446604471145001344 0 0 -1 3 0 0 0
[pid=7766/tid=7798] ppid=7764 vsize=624824 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7798/stat : 7798 (python) S 7764 7766 6903 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 538759543 639819776 83403 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652683185 0 0 16781312 2 18446604471145001344 0 0 -1 3 0 0 0
[pid=7766/tid=7801] ppid=7764 vsize=624824 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7801/stat : 7801 (python) S 7764 7766 6903 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 5 0 538759546 639819776 83403 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652683185 0 0 16781312 2 18446604471145001344 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 421.12
Current children cumulated vsize (KiB) 4573848

[startup+395.901 s]
/proc/loadavg: 5.49 5.92 6.76 11/230 7802
/proc/meminfo: memFree=24844260/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=624824 CPUtime=386.65 cores=1,3,5,7
/proc/7766/stat : 7766 (python) S 7764 7766 6903 0 -1 4202496 149623 934 1 0 38633 32 0 0 20 0 5 0 538720856 639819776 83403 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7766/statm: 156206 83403 1881 364 0 92115 0
[pid=7791] ppid=7766 vsize=583812 CPUtime=0 cores=1,3,5,7
/proc/7791/stat : 7791 (python) S 7766 7766 6903 0 -1 4202560 981 0 0 0 0 0 0 0 18 0 1 0 538759537 597823488 81886 33554432000 4194304 5683644 140733852829104 18446744073709551615 253640879631 0 0 16781312 514 4444653438910824712 0 0 17 5 0 0 0
/proc/7791/statm: 145953 81886 380 364 0 81871 0
[pid=7793] ppid=7791 vsize=149208 CPUtime=9.06 cores=1,3,5,7
/proc/7793/stat : 7793 (lingeling) R 7791 7793 7793 0 -1 4202496 58776 0 0 0 897 9 0 0 25 0 1 0 538759537 152788992 36470 33554432000 4194304 4352236 140736940233440 18446744073709551615 4228199 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/7793/statm: 37302 36470 127 39 0 36382 0
[pid=7794] ppid=7766 vsize=594068 CPUtime=0.01 cores=1,3,5,7
/proc/7794/stat : 7794 (python) R 7766 7766 6903 0 -1 4202560 907 0 0 0 0 1 0 0 18 0 1 0 538759539 608325632 81880 33554432000 4194304 5683644 140733852829104 18446744073709551615 253640879686 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/7794/statm: 148517 81880 370 364 0 84432 0
[pid=7796] ppid=7794 vsize=151188 CPUtime=9.06 cores=1,3,5,7
/proc/7796/stat : 7796 (lingeling) R 7794 7796 7796 0 -1 4202496 59282 0 0 0 897 9 0 0 25 0 1 0 538759540 154816512 36965 33554432000 4194304 4352236 140735235130576 18446744073709551615 4297676 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7796/statm: 37797 36965 127 39 0 36877 0
[pid=7797] ppid=7766 vsize=604324 CPUtime=0.06 cores=1,3,5,7
/proc/7797/stat : 7797 (python) R 7766 7766 6903 0 -1 4202560 943 0 0 0 5 1 0 0 15 0 1 0 538759542 618827776 81884 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652689727 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/7797/statm: 151081 81884 370 364 0 86993 0
[pid=7799] ppid=7797 vsize=0 CPUtime=8.95 cores=1,3,5,7
/proc/7799/stat : 7799 (cryptominisat-2) R 7797 7799 7799 0 -1 4202500 127813 0 0 0 877 18 0 0 25 0 1 0 538759543 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7799/statm: 0 0 0 0 0 0 0
[pid=7800] ppid=7766 vsize=614580 CPUtime=0.01 cores=1,3,5,7
/proc/7800/stat : 7800 (python) S 7766 7766 6903 0 -1 4202560 942 0 0 0 0 1 0 0 15 0 1 0 538759545 629329920 81888 33554432000 4194304 5683644 140733852829104 18446744073709551615 253640879686 0 0 16781312 514 5601803875691495688 0 0 17 5 0 0 0
/proc/7800/statm: 153645 81888 370 364 0 89554 0
[pid=7802] ppid=7800 vsize=635348 CPUtime=8.93 cores=1,3,5,7
/proc/7802/stat : 7802 (cryptominisat-2) R 7800 7802 7802 0 -1 4202496 127812 0 0 0 876 17 0 0 25 0 1 0 538759546 650596352 110638 33554432000 4194304 4677096 140734191641456 18446744073709551615 4386336 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/7802/statm: 158837 110638 369 118 0 153796 0
[pid=7766/tid=7792] ppid=7764 vsize=624824 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7792/stat : 7792 (python) S 7764 7766 6903 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 538759537 639819776 83403 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652683185 0 0 16781312 2 18446604471145001344 0 0 -1 5 0 0 0
[pid=7766/tid=7795] ppid=7764 vsize=624824 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7795/stat : 7795 (python) S 7764 7766 6903 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 5 0 538759540 639819776 83403 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652683185 0 0 16781312 2 18446604471145001344 0 0 -1 3 0 0 0
[pid=7766/tid=7798] ppid=7764 vsize=624824 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7798/stat : 7798 (python) S 7764 7766 6903 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 538759543 639819776 83403 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652683185 0 0 16781312 2 18446604471145001344 0 0 -1 3 0 0 0
[pid=7766/tid=7801] ppid=7764 vsize=624824 CPUtime=0 cores=1,3,5,7
/proc/7766/task/7801/stat : 7801 (python) S 7764 7766 6903 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 5 0 538759546 639819776 83403 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652683185 0 0 16781312 2 18446604471145001344 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 422.73
Current children cumulated vsize (KiB) 3957352

[startup+396.008 s]
/proc/loadavg: 5.49 5.92 6.76 11/230 7802
/proc/meminfo: memFree=24844260/32951124 swapFree=67111364/67111528
[pid=7766] ppid=7764 vsize=624824 CPUtime=404.93 cores=1,3,5,7
/proc/7766/stat : 7766 (python) S 7764 7766 6903 0 -1 4202496 149667 189544 1 0 38633 32 1795 33 17 0 5 0 538720856 639819776 83404 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652689727 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7766/statm: 156206 83404 1882 364 0 92115 0
[pid=7794] ppid=7766 vsize=594068 CPUtime=0.01 cores=1,3,5,7
/proc/7794/stat : 7794 (python) S 7766 7766 6903 0 -1 4202560 941 0 0 0 0 1 0 0 17 0 1 0 538759539 608325632 81894 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652689727 0 0 16781824 2 18446744071562232103 0 0 17 7 0 0 0
/proc/7794/statm: 148517 81894 384 364 0 84432 0
[pid=7796] ppid=7794 vsize=0 CPUtime=9.15 cores=1,3,5,7
/proc/7796/stat : 7796 (lingeling) R 7794 7796 7796 0 -1 4203524 59282 0 0 0 906 9 0 0 25 0 1 0 538759540 0 0 33554432000 0 0 0 0 0 0 0 16781312 17506 18446744073709551615 0 0 17 1 0 0 0
/proc/7796/statm: 0 0 0 0 0 0 0
[pid=7800] ppid=7766 vsize=0 CPUtime=9.02 cores=1,3,5,7
/proc/7800/stat : 7800 (python) Z 7766 7766 6903 0 -1 4202588 1176 127813 0 0 0 1 882 19 15 0 1 0 538759545 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7800/statm: 0 0 0 0 0 0 0
[pid=7766/tid=7792] ppid=7764 vsize=624824 CPUtime=18.28 cores=1,3,5,7
/proc/7766/task/7792/stat : 7792 (python) S 7764 7766 6903 0 -1 4202560 26 189544 0 0 0 0 1795 33 25 0 5 0 538759537 639819776 83404 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652683185 0 0 16781312 2 18446604471145001344 0 0 -1 5 0 0 0
[pid=7766/tid=7795] ppid=7764 vsize=624824 CPUtime=18.28 cores=1,3,5,7
/proc/7766/task/7795/stat : 7795 (python) S 7764 7766 6903 0 -1 4202560 21 189544 0 0 0 0 1795 33 25 0 5 0 538759540 639819776 83404 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652683185 0 0 16781312 2 18446604471145001344 0 0 -1 3 0 0 0
[pid=7766/tid=7798] ppid=7764 vsize=624824 CPUtime=18.28 cores=1,3,5,7
/proc/7766/task/7798/stat : 7798 (python) S 7764 7766 6903 0 -1 4202560 22 189544 0 0 0 0 1795 33 25 0 5 0 538759543 639819776 83404 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652683185 0 0 16781312 2 18446604471145001344 0 0 -1 3 0 0 0
[pid=7766/tid=7801] ppid=7764 vsize=624824 CPUtime=18.28 cores=1,3,5,7
/proc/7766/task/7801/stat : 7801 (python) S 7764 7766 6903 0 -1 4202560 28 189544 0 0 0 0 1795 33 20 0 5 0 538759546 639819776 83404 33554432000 4194304 5683644 140733852829104 18446744073709551615 253652683185 0 0 16781312 2 18446604471145001344 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 423.11
Current children cumulated vsize (KiB) 1218892

Child status: 0
Real time (s): 396.088
CPU time (s): 423.269
CPU user time (s): 422.252
CPU system time (s): 1.01684
CPU usage (%): 106.862
Max. virtual memory (cumulated for all children) (KiB): 4587408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 422.252
system time used= 1.01684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 566615
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= 3062
involuntary context switches= 1415

runsolver used 0.594909 second user time and 1.58376 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-01 19:33:24
IDJOB=3317670
IDBENCH=88185
IDSOLVER=1706
FILE ID=node106/3317670-1304271204
RUNJOBID= node106-1304267295-6922
PBS_JOBID= 13173972
Free space on /tmp= 72912 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-25-U-7061.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-3317670-1304271204/watcher-3317670-1304271204 -o /tmp/evaluation-result-3317670-1304271204/solver-3317670-1304271204 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317670-1304271204.cnf -seed 469319439 -budget 4800 -cores 4

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

MD5SUM BENCH= 23c04ef615431bf15ef9eafe9b944fb8
RANDOM SEED=469319439

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26126988 kB
Buffers:        301024 kB
Cached:        2605440 kB
SwapCached:         88 kB
Active:        4870136 kB
Inactive:      1722416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26126988 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           63308 kB
Writeback:           0 kB
AnonPages:     3685740 kB
Mapped:          26072 kB
Slab:           155644 kB
PageTables:      17292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4746600 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= 72880 MiB
End job on node106 at 2011-05-01 19:40:01