Trace number 3380790

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-par-industrial (fixed)? (MO) 5170.63 3388.04

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
MD5SUM48f03e5fbe31fc85b9a464480fc8aa5a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark745.077
Satisfiable
(Un)Satisfiability was proved
Number of variables1575206
Number of clauses8464620
Sum of the clauses size20118920
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 28393300
Number of clauses of size 3400
Number of clauses of size 41600
Number of clauses of size 54000
Number of clauses of size over 564600

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3380790-1305492395.cnf
0.36/0.67	c INFO: computing task features
51.93/52.23	c INFO: computed variable-clause graph statistics
53.03/53.37	c INFO: computed clause balance statistics
181.14/181.41	c INFO: computed variable balance statistics
261.73/262.01	c INFO: computed small-clause counts
275.43/275.75	c INFO: computed Horn-clause counts
3131.90/3132.13	c INFO: computed variable graph statistics
3131.90/3132.16	c INFO: collected features for HOME/instance-3380790-1305492395.cnf in 3128.54 s
3131.90/3132.18	c INFO: running cryptominisat-2.9.0@0 for 1868 with 1868 remaining (b = 0.81)
3131.99/3132.21	c INFO: running lingeling-276@0 for 388 with 1868 remaining (b = 0.27)
3131.99/3132.24	c INFO: running cryptominisat-2.9.0@0 for 1868 with 1868 remaining (b = 0.71)
3131.99/3132.27	c INFO: running precosat-570@0 for 97 with 1868 remaining (b = 0.07)
3132.09/3132.30	c INFO: running cryptominisat-2.9.0@0 for 1868 with 1868 remaining (b = 0.56)
3132.09/3132.33	c INFO: running lingeling-276@0 for 291 with 1868 remaining (b = 0.08)
3132.09/3132.37	c INFO: running lingeling-276@0 for 1746 with 1868 remaining (b = 0.42)
3132.18/3132.40	c INFO: running glucose@0 for 194 with 1868 remaining (b = 0.05)
3932.20/3232.60	c INFO: running cryptominisat-2.9.0@0 for 1768 with 1768 remaining (b = 0.37)
4702.89/3329.10	c INFO: running precosat-570@0 for 1671 with 1671 remaining (b = 0.34)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3380790-1305492395/watcher-3380790-1305492395 -o /tmp/evaluation-result-3380790-1305492395/solver-3380790-1305492395 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380790-1305492395.cnf -seed 8028219 -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: 6.92 7.82 7.93 1/347 10634
/proc/meminfo: memFree=16759396/32950928 swapFree=67111348/67111528
[pid=10634] ppid=10632 vsize=15380 CPUtime=0 cores=0-7
/proc/10634/stat : 10634 (python) S 10632 10634 10428 0 -1 4202496 809 0 0 0 0 0 0 0 21 0 1 0 660839761 15749120 696 33554432000 4194304 5683644 140737022183488 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/10634/statm: 3845 696 334 364 0 332 0

[startup+0.04289 s]
/proc/loadavg: 6.92 7.82 7.93 1/347 10634
/proc/meminfo: memFree=16759396/32950928 swapFree=67111348/67111528
[pid=10634] ppid=10632 vsize=18884 CPUtime=0.02 cores=0-7
/proc/10634/stat : 10634 (python) R 10632 10634 10428 0 -1 4202496 1281 0 0 0 2 0 0 0 21 0 1 0 660839761 19337216 1135 33554432000 4194304 5683644 140737022183488 18446744073709551615 274473628357 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10634/statm: 4721 1135 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.10095 s]
/proc/loadavg: 6.92 7.82 7.93 1/347 10634
/proc/meminfo: memFree=16759396/32950928 swapFree=67111348/67111528
[pid=10634] ppid=10632 vsize=87704 CPUtime=0.06 cores=0-7
/proc/10634/stat : 10634 (python) S 10632 10634 10428 0 -1 4202496 2637 0 0 0 5 1 0 0 17 0 1 0 660839761 89808896 2354 33554432000 4194304 5683644 140737022183488 18446744073709551615 274469043847 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/10634/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300936 s]
/proc/loadavg: 6.92 7.82 7.93 1/347 10634
/proc/meminfo: memFree=16759396/32950928 swapFree=67111348/67111528
[pid=10634] ppid=10632 vsize=135748 CPUtime=0.18 cores=0-7
/proc/10634/stat : 10634 (python) R 10632 10634 10428 0 -1 4202496 5961 932 1 0 13 5 0 0 18 0 1 0 660839761 139005952 4150 33554432000 4194304 5683644 140737022183488 18446744073709551615 274473965568 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/10634/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700761 s]
/proc/loadavg: 6.92 7.82 7.93 1/347 10634
/proc/meminfo: memFree=16759396/32950928 swapFree=67111348/67111528
[pid=10634] ppid=10632 vsize=449036 CPUtime=0.43 cores=0-7
/proc/10634/stat : 10634 (python) R 10632 10634 10428 0 -1 4202496 22610 932 1 0 30 13 0 0 17 0 1 0 660839761 459812864 20292 33554432000 4194304 5683644 140737022183488 18446744073709551615 274473967360 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10634/statm: 112259 20314 1758 364 0 48183 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 449036

[startup+1.50062 s]
/proc/loadavg: 6.92 7.82 7.93 2/348 10639
/proc/meminfo: memFree=16551068/32950928 swapFree=67111348/67111528
[pid=10634] ppid=10632 vsize=497724 CPUtime=1.23 cores=0-7
/proc/10634/stat : 10634 (python) R 10632 10634 10428 0 -1 4202496 63729 932 1 0 102 21 0 0 18 0 1 0 660839761 509669376 61411 33554432000 4194304 5683644 140737022183488 18446744073709551615 274473628357 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10634/statm: 124431 61411 1761 364 0 60355 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 497724

[startup+3.10034 s]
/proc/loadavg: 6.92 7.82 7.93 2/348 10639
/proc/meminfo: memFree=16479652/32950928 swapFree=67111348/67111528
[pid=10634] ppid=10632 vsize=603636 CPUtime=2.83 cores=0-7
/proc/10634/stat : 10634 (python) R 10632 10634 10428 0 -1 4202496 89186 932 1 0 260 23 0 0 20 0 1 0 660839761 618123264 86868 33554432000 4194304 5683644 140737022183488 18446744073709551615 47757415251499 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10634/statm: 150909 86869 1761 364 0 86833 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 603636

[startup+6.30077 s]
/proc/loadavg: 6.45 7.70 7.89 2/348 10639
/proc/meminfo: memFree=16272336/32950928 swapFree=67111348/67111528
[pid=10634] ppid=10632 vsize=809600 CPUtime=6.03 cores=0-7
/proc/10634/stat : 10634 (python) R 10632 10634 10428 0 -1 4202496 140001 932 1 0 573 30 0 0 25 0 1 0 660839761 829030400 137683 33554432000 4194304 5683644 140737022183488 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10634/statm: 202400 137684 1761 364 0 138324 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 809600

[startup+12.7006 s]
/proc/loadavg: 6.01 7.59 7.85 2/348 10640
/proc/meminfo: memFree=15853724/32950928 swapFree=67111348/67111528
[pid=10634] ppid=10632 vsize=1213264 CPUtime=12.43 cores=0-7
/proc/10634/stat : 10634 (python) R 10632 10634 10428 0 -1 4202496 241137 932 1 0 1197 46 0 0 25 0 1 0 660839761 1242382336 238819 33554432000 4194304 5683644 140737022183488 18446744073709551615 274473628357 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10634/statm: 303316 238819 1761 364 0 239240 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 1213264

[startup+25.5004 s]
/proc/loadavg: 4.90 7.27 7.74 2/348 10640
/proc/meminfo: memFree=15117976/32950928 swapFree=67111348/67111528
[pid=10634] ppid=10632 vsize=1924856 CPUtime=25.23 cores=0-7
/proc/10634/stat : 10634 (python) R 10632 10634 10428 0 -1 4202496 720184 932 1 0 2419 104 0 0 25 0 1 0 660839761 1971052544 403533 33554432000 4194304 5683644 140737022183488 18446744073709551615 47757244802682 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10634/statm: 481214 403534 1814 364 0 417138 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 1924856

[startup+51.1009 s]
/proc/loadavg: 3.57 6.76 7.56 2/348 10641
/proc/meminfo: memFree=15277420/32950928 swapFree=67111348/67111528
[pid=10634] ppid=10632 vsize=1738764 CPUtime=50.83 cores=0-7
/proc/10634/stat : 10634 (python) R 10632 10634 10428 0 -1 4202496 1548433 932 1 0 4881 202 0 0 25 0 1 0 660839761 1780494336 372065 33554432000 4194304 5683644 140737022183488 18446744073709551615 47757244374900 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10634/statm: 434691 372065 1815 364 0 370615 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 1738764

[startup+102.312 s]
/proc/loadavg: 2.11 5.87 7.21 2/348 10642
/proc/meminfo: memFree=15343612/32950928 swapFree=67111348/67111528
[pid=10634] ppid=10632 vsize=1672632 CPUtime=102.04 cores=0-7
/proc/10634/stat : 10634 (python) R 10632 10634 10428 0 -1 4202496 1598044 932 1 0 9996 208 0 0 25 0 1 0 660839761 1712775168 355543 33554432000 4194304 5683644 140737022183488 18446744073709551615 47757247258405 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10634/statm: 418158 355543 1826 364 0 354082 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 1672632

[startup+162.3 s]
/proc/loadavg: 1.41 4.98 6.82 2/348 10644
/proc/meminfo: memFree=15342836/32950928 swapFree=67111348/67111528
[pid=10634] ppid=10632 vsize=1672632 CPUtime=162.03 cores=0-7
/proc/10634/stat : 10634 (python) R 10632 10634 10428 0 -1 4202496 1598044 932 1 0 15995 208 0 0 25 0 1 0 660839761 1712775168 355543 33554432000 4194304 5683644 140737022183488 18446744073709551615 47757244666925 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10634/statm: 418158 355543 1826 364 0 354082 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 1672632

[startup+222.301 s]
/proc/loadavg: 1.23 4.27 6.46 2/348 10645
/proc/meminfo: memFree=15342904/32950928 swapFree=67111348/67111528
[pid=10634] ppid=10632 vsize=1672632 CPUtime=222.03 cores=0-7
/proc/10634/stat : 10634 (python) R 10632 10634 10428 0 -1 4202496 1598045 932 1 0 21995 208 0 0 25 0 1 0 660839761 1712775168 355544 33554432000 4194304 5683644 140737022183488 18446744073709551615 4500432 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10634/statm: 418158 355544 1827 364 0 354082 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 1672632

[startup+282.3 s]
/proc/loadavg: 1.08 3.67 6.12 2/348 10647
/proc/meminfo: memFree=15342248/32950928 swapFree=67111348/67111528
[pid=10634] ppid=10632 vsize=1672632 CPUtime=282.03 cores=0-7
/proc/10634/stat : 10634 (python) R 10632 10634 10428 0 -1 4202496 2507366 932 1 0 27893 310 0 0 25 0 1 0 660839761 1712775168 355550 33554432000 4194304 5683644 140737022183488 18446744073709551615 47757244389516 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10634/statm: 418158 355550 1833 364 0 354082 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 1672632

[startup+342.301 s]
/proc/loadavg: 1.03 3.18 5.79 2/348 10648
/proc/meminfo: memFree=15342584/32950928 swapFree=67111348/67111528
[pid=10634] ppid=10632 vsize=1672632 CPUtime=342.03 cores=0-7
/proc/10634/stat : 10634 (python) R 10632 10634 10428 0 -1 4202496 2507366 932 1 0 33893 310 0 0 25 0 1 0 660839761 1712775168 355550 33554432000 4194304 5683644 140737022183488 18446744073709551615 47757244389516 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10634/statm: 418158 355550 1833 364 0 354082 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 1672632

[startup+402.3 s]
/proc/loadavg: 1.01 2.78 5.49 2/348 10650
/proc/meminfo: memFree=15342548/32950928 swapFree=67111348/67111528
[pid=10634] ppid=10632 vsize=1672632 CPUtime=402.04 cores=0-7
/proc/10634/stat : 10634 (python) R 10632 10634 10428 0 -1 4202496 2507366 932 1 0 39894 310 0 0 25 0 1 0 660839761 1712775168 355550 33554432000 4194304 5683644 140737022183488 18446744073709551615 47757244389504 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10634/statm: 418158 355550 1833 364 0 354082 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 1672632

[startup+462.301 s]
/proc/loadavg: 1.00 2.46 5.21 2/348 10652
/proc/meminfo: memFree=15342752/32950928 swapFree=67111348/67111528
[pid=10634] ppid=10632 vsize=1672632 CPUtime=462.04 cores=0-7
/proc/10634/stat : 10634 (python) R 10632 10634 10428 0 -1 4202496 2507366 932 1 0 45894 310 0 0 25 0 1 0 660839761 1712775168 355550 33554432000 4194304 5683644 140737022183488 18446744073709551615 47757244389516 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10634/statm: 418158 355550 1833 364 0 354082 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 1672632

[startup+522.301 s]
/proc/loadavg: 1.00 2.19 4.94 2/348 10653
/proc/meminfo: memFree=15342848/32950928 swapFree=67111348/67111528
[pid=10634] ppid=10632 vsize=1672632 CPUtime=522.04 cores=0-7
/proc/10634/stat : 10634 (python) R 10632 10634 10428 0 -1 4202496 2507366 932 1 0 51894 310 0 0 25 0 1 0 660839761 1712775168 355550 33554432000 4194304 5683644 140737022183488 18446744073709551615 47757244389504 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10634/statm: 418158 355550 1833 364 0 354082 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 1672632

[startup+582.301 s]
/proc/loadavg: 1.00 1.97 4.69 2/348 10655
/proc/meminfo: memFree=15343192/32950928 swapFree=67111348/67111528
[pid=10634] ppid=10632 vsize=1672632 CPUtime=582.04 cores=0-7
/proc/10634/stat : 10634 (python) R 10632 10634 10428 0 -1 4202496 2507366 932 1 0 57894 310 0 0 25 0 1 0 660839761 1712775168 355550 33554432000 4194304 5683644 140737022183488 18446744073709551615 47757244389504 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10634/statm: 418158 355550 1833 364 0 354082 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 1672632

[startup+642.301 s]

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

/proc/10744/stat : 10744 (cryptominisat-2) R 10742 10744 10744 0 -1 4202496 2145669 0 0 0 20301 338 0 0 25 0 1 0 661152988 3111002112 638960 33554432000 4194304 4677096 140735535273248 18446744073709551615 4566602 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/10744/statm: 759522 638960 390 118 0 754481 0
[pid=10745] ppid=10634 vsize=1100572 CPUtime=0.33 cores=0-7
/proc/10745/stat : 10745 (python) S 10634 10634 10428 0 -1 4202560 1124 0 0 0 16 17 0 0 18 0 2 0 661152989 1126985728 203416 33554432000 4194304 5683644 140737022183488 18446744073709551615 274473987654 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10745/statm: 275143 203416 399 364 0 211052 0
[pid=10747] ppid=10745 vsize=1513764 CPUtime=112.84 cores=0-7
/proc/10747/stat : 10747 (precosat) R 10745 10747 10747 0 -1 4202496 465108 0 0 0 11220 64 0 0 25 0 1 0 661152991 1550094336 366387 33554432000 4194304 4890832 140736930988256 18446744073709551615 4450120 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/10747/statm: 378441 366387 86 171 0 378268 0
[pid=10745/tid=10763] ppid=10634 vsize=1100572 CPUtime=0 cores=0-7
/proc/10745/task/10763/stat : 10763 (python) S 10634 10634 10428 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 661163020 1126985728 203416 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485791153 0 0 16781312 514 18446604453862225984 0 0 -1 4 0 0 0
[pid=10748] ppid=10634 vsize=1110828 CPUtime=0.7 cores=0-7
/proc/10748/stat : 10748 (python) S 10634 10634 10428 0 -1 4202560 1175 0 0 0 38 32 0 0 15 0 1 0 661152992 1137487872 203391 33554432000 4194304 5683644 140737022183488 18446744073709551615 274473987654 0 0 16781312 514 11495156578181415172 0 0 17 4 0 0 0
/proc/10748/statm: 277707 203391 371 364 0 213613 0
[pid=10750] ppid=10748 vsize=2900840 CPUtime=208.91 cores=0-7
/proc/10750/stat : 10750 (cryptominisat-2) R 10748 10750 10750 0 -1 4202496 1731397 0 0 0 20564 327 0 0 25 0 1 0 661152994 2970460160 603538 33554432000 4194304 4677096 140735167632288 18446744073709551615 274473664981 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10750/statm: 725210 603544 390 118 0 720169 0
[pid=10751] ppid=10634 vsize=1121084 CPUtime=0.58 cores=0-7
/proc/10751/stat : 10751 (python) S 10634 10634 10428 0 -1 4202560 999 0 0 0 29 29 0 0 18 0 1 0 661152995 1147990016 203394 33554432000 4194304 5683644 140737022183488 18446744073709551615 274473987654 0 0 16781312 514 6236605874605883651 0 0 17 6 0 0 0
/proc/10751/statm: 280271 203394 370 364 0 216174 0
[pid=10753] ppid=10751 vsize=329384 CPUtime=209.06 cores=0-7
/proc/10753/stat : 10753 (lingeling) R 10751 10753 10753 0 -1 4202496 251194 0 0 0 20867 39 0 0 25 0 1 0 661152998 337289216 81516 33554432000 4194304 4352236 140734328105856 18446744073709551615 4267565 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/10753/statm: 82346 81516 129 39 0 81426 0
[pid=10754] ppid=10634 vsize=1131340 CPUtime=0.59 cores=0-7
/proc/10754/stat : 10754 (python) S 10634 10634 10428 0 -1 4202560 992 0 0 0 30 29 0 0 18 0 1 0 661152999 1158492160 203398 33554432000 4194304 5683644 140737022183488 18446744073709551615 274473987654 0 0 16781312 514 6236605874605883652 0 0 17 1 0 0 0
/proc/10754/statm: 282835 203398 370 364 0 218735 0
[pid=10756] ppid=10754 vsize=318732 CPUtime=208.6 cores=0-7
/proc/10756/stat : 10756 (lingeling) R 10754 10756 10756 0 -1 4202496 263659 0 0 0 20818 42 0 0 25 0 1 0 661153002 326381568 78853 33554432000 4194304 4352236 140735738756368 18446744073709551615 4267757 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/10756/statm: 79683 78853 129 39 0 78763 0
[pid=10757] ppid=10634 vsize=1141596 CPUtime=0.54 cores=0-7
/proc/10757/stat : 10757 (python) S 10634 10634 10428 0 -1 4202560 1188 0 0 0 26 28 0 0 19 0 2 0 661153002 1168994304 203438 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10757/statm: 285399 203438 405 364 0 221296 0
[pid=10759] ppid=10757 vsize=742376 CPUtime=195.79 cores=0-7
/proc/10759/stat : 10759 (glucose_static) T 10757 10759 10759 0 -1 4202496 176918 0 0 0 19548 31 0 0 25 0 1 0 661153005 760193024 176614 33554432000 134512640 135217611 4290972112 18446744073709551615 134527815 0 0 16781312 8388611 18446744071562691360 0 0 17 0 0 0 0
/proc/10759/statm: 185594 176614 78 173 0 185419 0
[pid=10757/tid=10769] ppid=10634 vsize=1141596 CPUtime=0 cores=0-7
/proc/10757/task/10769/stat : 10769 (python) S 10634 10634 10428 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 661172671 1168994304 203438 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485791153 0 0 16781312 514 18446604444985083200 0 0 -1 2 0 0 0
[pid=10764] ppid=10634 vsize=1151852 CPUtime=0.33 cores=0-7
/proc/10764/stat : 10764 (python) S 10634 10634 10428 0 -1 4202560 1008 0 0 0 17 16 0 0 15 0 1 0 661163022 1179496448 203412 33554432000 4194304 5683644 140737022183488 18446744073709551615 274473987654 0 0 16781312 514 6236605874605883648 0 0 17 2 0 0 0
/proc/10764/statm: 287963 203412 376 364 0 223857 0
[pid=10766] ppid=10764 vsize=1628920 CPUtime=109.34 cores=0-7
/proc/10766/stat : 10766 (cryptominisat-2) R 10764 10766 10766 0 -1 4202496 367993 0 0 0 10880 54 0 0 25 0 1 0 661163024 1668014080 331948 33554432000 4194304 4677096 140733444859568 18446744073709551615 4336386 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10766/statm: 407230 331948 387 118 0 402189 0
[pid=10634/tid=10737] ppid=10632 vsize=1227632 CPUtime=0 cores=0-7
/proc/10634/task/10737/stat : 10737 (python) S 10632 10634 10428 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 10 0 661152982 1257095168 204934 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 2 0 0 0
[pid=10634/tid=10740] ppid=10632 vsize=1227632 CPUtime=0 cores=0-7
/proc/10634/task/10740/stat : 10740 (python) S 10632 10634 10428 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 10 0 661152985 1257095168 204934 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 4 0 0 0
[pid=10634/tid=10743] ppid=10632 vsize=1227632 CPUtime=0 cores=0-7
/proc/10634/task/10743/stat : 10743 (python) S 10632 10634 10428 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 10 0 661152988 1257095168 204934 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 6 0 0 0
[pid=10634/tid=10746] ppid=10632 vsize=1227632 CPUtime=0 cores=0-7
/proc/10634/task/10746/stat : 10746 (python) S 10632 10634 10428 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 10 0 661152991 1257095168 204934 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 4 0 0 0
[pid=10634/tid=10749] ppid=10632 vsize=1227632 CPUtime=0 cores=0-7
/proc/10634/task/10749/stat : 10749 (python) S 10632 10634 10428 0 -1 4202560 21 932 0 0 0 0 0 0 20 0 10 0 661152994 1257095168 204934 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 6 0 0 0
[pid=10634/tid=10752] ppid=10632 vsize=1227632 CPUtime=0 cores=0-7
/proc/10634/task/10752/stat : 10752 (python) S 10632 10634 10428 0 -1 4202560 25 932 0 0 0 0 0 0 22 0 10 0 661152998 1257095168 204934 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 2 0 0 0
[pid=10634/tid=10755] ppid=10632 vsize=1227632 CPUtime=0 cores=0-7
/proc/10634/task/10755/stat : 10755 (python) S 10632 10634 10428 0 -1 4202560 31 932 0 0 0 0 0 0 23 0 10 0 661153001 1257095168 204934 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 1 0 0 0
[pid=10634/tid=10758] ppid=10632 vsize=1227632 CPUtime=0 cores=0-7
/proc/10634/task/10758/stat : 10758 (python) S 10632 10634 10428 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 10 0 661153005 1257095168 204934 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 2 0 0 0
[pid=10634/tid=10765] ppid=10632 vsize=1227632 CPUtime=0 cores=0-7
/proc/10634/task/10765/stat : 10765 (python) S 10632 10634 10428 0 -1 4202560 73 932 0 0 0 0 0 0 20 0 10 0 661163024 1257095168 204934 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4808.21
Current children cumulated vsize (KiB) 26030160



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+3387.4 s]
/proc/loadavg: 8.07 5.08 2.85 9/377 10771
/proc/meminfo: memFree=333652/32950928 swapFree=67042944/67111528
[pid=10634] ppid=10632 vsize=1227632 CPUtime=3132.26 cores=0-7
/proc/10634/stat : 10634 (python) S 10632 10634 10428 0 -1 4202496 2514338 932 1 0 312892 334 0 0 18 0 10 0 660839761 1257095168 204934 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10634/statm: 306908 204934 1892 364 0 242802 0
[pid=10736] ppid=10634 vsize=1069804 CPUtime=0.82 cores=0-7
/proc/10736/stat : 10736 (python) S 10634 10634 10428 0 -1 4202560 1197 0 0 0 41 41 0 0 15 0 1 0 661152980 1095479296 203381 33554432000 4194304 5683644 140737022183488 18446744073709551615 274473987599 0 0 16781312 514 17921247888671736067 0 0 17 3 0 0 0
/proc/10736/statm: 267451 203381 377 364 0 203369 0
[pid=10738] ppid=10736 vsize=6079476 CPUtime=255.58 cores=0-7
/proc/10738/stat : 10738 (cryptominisat-2) R 10736 10738 10738 0 -1 4202496 8179189 0 0 0 24321 1237 0 0 25 0 1 0 661152982 6225383424 1415699 33554432000 4194304 4677096 140734257096128 18446744073709551615 4365684 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/10738/statm: 1519869 1415702 390 118 0 1514828 0
[pid=10739] ppid=10634 vsize=1080060 CPUtime=0.69 cores=0-7
/proc/10739/stat : 10739 (python) S 10634 10634 10428 0 -1 4202560 966 0 0 0 38 31 0 0 18 0 1 0 661152982 1105981440 203378 33554432000 4194304 5683644 140737022183488 18446744073709551615 274473987654 0 0 16781312 514 6236605874605883652 0 0 17 0 0 0 0
/proc/10739/statm: 270015 203378 370 364 0 205930 0
[pid=10741] ppid=10739 vsize=328696 CPUtime=255.63 cores=0-7
/proc/10741/stat : 10741 (lingeling) R 10739 10741 10741 0 -1 4202496 251064 0 0 0 25520 43 0 0 25 0 1 0 661152985 336584704 81344 33554432000 4194304 4352236 140733262793408 18446744073709551615 4207655 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/10741/statm: 82174 81344 129 39 0 81254 0
[pid=10742] ppid=10634 vsize=1090316 CPUtime=0.81 cores=0-7
/proc/10742/stat : 10742 (python) S 10634 10634 10428 0 -1 4202560 1206 0 0 0 44 37 0 0 15 0 1 0 661152986 1116483584 203383 33554432000 4194304 5683644 140737022183488 18446744073709551615 274473987654 0 0 16781312 514 12446893843184320772 0 0 17 7 0 0 0
/proc/10742/statm: 272579 203383 371 364 0 208491 0
[pid=10744] ppid=10742 vsize=5020328 CPUtime=250.83 cores=0-7
/proc/10744/stat : 10744 (cryptominisat-2) R 10742 10744 10744 0 -1 4202496 6006012 0 0 0 24169 914 0 0 25 0 1 0 661152988 5140815872 1134552 33554432000 4194304 4677096 140735535273248 18446744073709551615 4566645 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/10744/statm: 1255082 1134552 390 118 0 1250041 0
[pid=10745] ppid=10634 vsize=1100572 CPUtime=0.44 cores=0-7
/proc/10745/stat : 10745 (python) S 10634 10634 10428 0 -1 4202560 1139 0 0 0 21 23 0 0 18 0 2 0 661152989 1126985728 203416 33554432000 4194304 5683644 140737022183488 18446744073709551615 274473987654 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10745/statm: 275143 203416 399 364 0 211052 0
[pid=10747] ppid=10745 vsize=1513764 CPUtime=158.06 cores=0-7
/proc/10747/stat : 10747 (precosat) R 10745 10747 10747 0 -1 4202496 520504 0 0 0 15729 77 0 0 25 0 1 0 661152991 1550094336 366403 33554432000 4194304 4890832 140736930988256 18446744073709551615 4293310 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/10747/statm: 378441 366403 86 171 0 378268 0
[pid=10745/tid=10763] ppid=10634 vsize=1100572 CPUtime=0 cores=0-7
/proc/10745/task/10763/stat : 10763 (python) S 10634 10634 10428 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 661163020 1126985728 203416 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485791153 0 0 16781312 514 18446604453862225984 0 0 -1 4 0 0 0
[pid=10748] ppid=10634 vsize=1110828 CPUtime=0.86 cores=0-7
/proc/10748/stat : 10748 (python) S 10634 10634 10428 0 -1 4202560 1190 0 0 0 47 39 0 0 15 0 1 0 661152992 1137487872 203391 33554432000 4194304 5683644 140737022183488 18446744073709551615 274473987654 0 0 16781312 514 11495156578181415172 0 0 17 4 0 0 0
/proc/10748/statm: 277707 203391 371 364 0 213613 0
[pid=10750] ppid=10748 vsize=4435080 CPUtime=254.22 cores=0-7
/proc/10750/stat : 10750 (cryptominisat-2) R 10748 10750 10750 0 -1 4202496 5054267 0 0 0 24525 897 0 0 25 0 1 0 661152994 4541521920 1000471 33554432000 4194304 4677096 140735167632288 18446744073709551615 4365684 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10750/statm: 1108770 1000472 390 118 0 1103729 0
[pid=10751] ppid=10634 vsize=1121084 CPUtime=0.69 cores=0-7
/proc/10751/stat : 10751 (python) S 10634 10634 10428 0 -1 4202560 1004 0 0 0 35 34 0 0 18 0 1 0 661152995 1147990016 203394 33554432000 4194304 5683644 140737022183488 18446744073709551615 274473987654 0 0 16781312 514 6236605874605883651 0 0 17 6 0 0 0
/proc/10751/statm: 280271 203394 370 364 0 216174 0
[pid=10753] ppid=10751 vsize=329384 CPUtime=254.54 cores=0-7
/proc/10753/stat : 10753 (lingeling) R 10751 10753 10753 0 -1 4202496 251194 0 0 0 25415 39 0 0 25 0 1 0 661152998 337289216 81516 33554432000 4194304 4352236 140734328105856 18446744073709551615 4207602 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/10753/statm: 82346 81516 129 39 0 81426 0
[pid=10754] ppid=10634 vsize=1131340 CPUtime=0.71 cores=0-7
/proc/10754/stat : 10754 (python) S 10634 10634 10428 0 -1 4202560 997 0 0 0 36 35 0 0 18 0 1 0 661152999 1158492160 203398 33554432000 4194304 5683644 140737022183488 18446744073709551615 274473987654 0 0 16781312 514 6236605874605883652 0 0 17 1 0 0 0
/proc/10754/statm: 282835 203398 370 364 0 218735 0
[pid=10756] ppid=10754 vsize=318732 CPUtime=253.31 cores=0-7
/proc/10756/stat : 10756 (lingeling) R 10754 10756 10756 0 -1 4202496 263659 0 0 0 25289 42 0 0 25 0 1 0 661153002 326381568 78853 33554432000 4194304 4352236 140735738756368 18446744073709551615 4207615 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/10756/statm: 79683 78853 129 39 0 78763 0
[pid=10757] ppid=10634 vsize=1141596 CPUtime=0.54 cores=0-7
/proc/10757/stat : 10757 (python) S 10634 10634 10428 0 -1 4202560 1188 0 0 0 26 28 0 0 19 0 2 0 661153002 1168994304 203438 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10757/statm: 285399 203438 405 364 0 221296 0
[pid=10759] ppid=10757 vsize=742376 CPUtime=195.79 cores=0-7
/proc/10759/stat : 10759 (glucose_static) T 10757 10759 10759 0 -1 4202496 176918 0 0 0 19548 31 0 0 25 0 1 0 661153005 760193024 176614 33554432000 134512640 135217611 4290972112 18446744073709551615 134527815 0 0 16781312 8388611 18446744071562691360 0 0 17 0 0 0 0
/proc/10759/statm: 185594 176614 78 173 0 185419 0
[pid=10757/tid=10769] ppid=10634 vsize=1141596 CPUtime=0 cores=0-7
/proc/10757/task/10769/stat : 10769 (python) S 10634 10634 10428 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 661172671 1168994304 203438 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485791153 0 0 16781312 514 18446604444985083200 0 0 -1 2 0 0 0
[pid=10764] ppid=10634 vsize=1151852 CPUtime=0.43 cores=0-7
/proc/10764/stat : 10764 (python) S 10634 10634 10428 0 -1 4202560 1020 0 0 0 22 21 0 0 15 0 1 0 661163022 1179496448 203412 33554432000 4194304 5683644 140737022183488 18446744073709551615 274473987654 0 0 16781312 514 6236605874605883648 0 0 17 2 0 0 0
/proc/10764/statm: 287963 203412 376 364 0 223857 0
[pid=10766] ppid=10764 vsize=1542384 CPUtime=154.42 cores=0-7
/proc/10766/stat : 10766 (cryptominisat-2) R 10764 10766 10766 0 -1 4202496 396794 0 0 0 15381 61 0 0 25 0 1 0 661163024 1579401216 323350 33554432000 4194304 4677096 140733444859568 18446744073709551615 4335943 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10766/statm: 385596 323350 387 118 0 380555 0
[pid=10634/tid=10737] ppid=10632 vsize=1227632 CPUtime=0 cores=0-7
/proc/10634/task/10737/stat : 10737 (python) S 10632 10634 10428 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 10 0 661152982 1257095168 204934 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 2 0 0 0
[pid=10634/tid=10740] ppid=10632 vsize=1227632 CPUtime=0 cores=0-7
/proc/10634/task/10740/stat : 10740 (python) S 10632 10634 10428 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 10 0 661152985 1257095168 204934 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 4 0 0 0
[pid=10634/tid=10743] ppid=10632 vsize=1227632 CPUtime=0 cores=0-7
/proc/10634/task/10743/stat : 10743 (python) S 10632 10634 10428 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 10 0 661152988 1257095168 204934 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 6 0 0 0
[pid=10634/tid=10746] ppid=10632 vsize=1227632 CPUtime=0 cores=0-7
/proc/10634/task/10746/stat : 10746 (python) S 10632 10634 10428 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 10 0 661152991 1257095168 204934 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 4 0 0 0
[pid=10634/tid=10749] ppid=10632 vsize=1227632 CPUtime=0 cores=0-7
/proc/10634/task/10749/stat : 10749 (python) S 10632 10634 10428 0 -1 4202560 21 932 0 0 0 0 0 0 20 0 10 0 661152994 1257095168 204934 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 6 0 0 0
[pid=10634/tid=10752] ppid=10632 vsize=1227632 CPUtime=0 cores=0-7
/proc/10634/task/10752/stat : 10752 (python) S 10632 10634 10428 0 -1 4202560 25 932 0 0 0 0 0 0 22 0 10 0 661152998 1257095168 204934 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 2 0 0 0
[pid=10634/tid=10755] ppid=10632 vsize=1227632 CPUtime=0 cores=0-7
/proc/10634/task/10755/stat : 10755 (python) S 10632 10634 10428 0 -1 4202560 31 932 0 0 0 0 0 0 23 0 10 0 661153001 1257095168 204934 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 1 0 0 0
[pid=10634/tid=10758] ppid=10632 vsize=1227632 CPUtime=0 cores=0-7
/proc/10634/task/10758/stat : 10758 (python) S 10632 10634 10428 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 10 0 661153005 1257095168 204934 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 2 0 0 0
[pid=10634/tid=10765] ppid=10632 vsize=1227632 CPUtime=0 cores=0-7
/proc/10634/task/10765/stat : 10765 (python) S 10632 10634 10428 0 -1 4202560 73 932 0 0 0 0 0 0 20 0 10 0 661163024 1257095168 204934 33554432000 4194304 5683644 140737022183488 18446744073709551615 274485791153 0 0 16781312 2 18446604445825660864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5170.63
Current children cumulated vsize (KiB) 31535304

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 10634 and gives
#  childrusage.ru_utime.tv_sec=3128
#  childrusage.ru_utime.tv_usec=925331
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=395483
# CPU time returned by wait4() is 3132.32
# while last known CPU time is 5170.63
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3388.04
CPU time (s): 5170.63
CPU user time (s): 5130.99
CPU system time (s): 39.64
CPU usage (%): 152.614
Max. virtual memory (cumulated for all children) (KiB): 31824116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3128.93
system time used= 3.39548
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2515275
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= 3041
involuntary context switches= 10307

runsolver used 10.8104 second user time and 25.1292 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 22:46:41
IDJOB=3380790
IDBENCH=82388
IDSOLVER=1864
FILE ID=node125/3380790-1305492395
RUNJOBID= node125-1305487384-10442
PBS_JOBID= 13325390
Free space on /tmp= 73024 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.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-3380790-1305492395/watcher-3380790-1305492395 -o /tmp/evaluation-result-3380790-1305492395/solver-3380790-1305492395 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380790-1305492395.cnf -seed 8028219 -budget 40000 -cores 8

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

MD5SUM BENCH= 48f03e5fbe31fc85b9a464480fc8aa5a
RANDOM SEED=8028219

node125.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	: 5266.55
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.84
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.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.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.74
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.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.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:     32950928 kB
MemFree:      16759800 kB
Buffers:        300300 kB
Cached:        5020368 kB
SwapCached:          0 kB
Active:       12023024 kB
Inactive:      3778264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16759800 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          202960 kB
Writeback:           0 kB
AnonPages:    10480772 kB
Mapped:          34412 kB
Slab:           283020 kB
PageTables:      41024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 78493892 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= 72992 MiB
End job on node125 at 2011-05-15 23:43:11