Trace number 3317734

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) 2461.45 1288.34

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq60_a.cnf
MD5SUM1e60a63f1ba68b9b3c423ca413b4fa2b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark802.03
Satisfiable
(Un)Satisfiability was proved
Number of variables651875
Number of clauses9927770
Sum of the clauses size28821360
Maximum clause length195
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28783867
Number of clauses of size 3839934
Number of clauses of size 410777
Number of clauses of size 570916
Number of clauses of size over 5222275

Solver Data

0.30/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.30/0.47	c INFO: solving HOME/instance-3317734-1304271185.cnf
0.30/0.47	c INFO: computing task features
49.19/49.36	c INFO: computed variable-clause graph statistics
50.49/50.70	c INFO: computed clause balance statistics
220.39/220.56	c INFO: computed variable balance statistics
340.50/340.67	c INFO: computed small-clause counts
347.80/347.98	c INFO: computed Horn-clause counts
895.82/895.96	c INFO: computed variable graph statistics
895.82/895.99	c INFO: collected features for HOME/instance-3317734-1304271185.cnf in 893.02 s
895.92/896.02	c INFO: running lingeling-276@0 for 97 with 3904 remaining (b = 0.78)
895.92/896.07	c INFO: running lingeling-276@0 for 485 with 3904 remaining (b = 0.92)
896.01/896.11	c INFO: running precosat-570@0 for 97 with 3904 remaining (b = 0.62)
896.01/896.16	c INFO: running lingeling-276@0 for 97 with 3904 remaining (b = 0.43)
1291.62/995.27	c INFO: running cryptominisat-2.9.0@0 for 1261 with 3805 remaining (b = 0.73)
1295.99/996.36	c INFO: running precosat-570@0 for 97 with 3804 remaining (b = 0.21)
1296.39/996.41	c INFO: running lingeling-276@0 for 291 with 3804 remaining (b = 0.34)
1696.05/1096.53	c INFO: running precosat-570@98 for 97 with 3703 remaining (b = 0.41)
2075.75/1191.70	c INFO: running glucosER@0 for 291 with 3608 remaining (b = 0.74)
2460.21/1287.91	c INFO: running precosat-570@0 for 97 with 3512 remaining (b = 0.43)

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-3317734-1304271185/watcher-3317734-1304271185 -o /tmp/evaluation-result-3317734-1304271185/solver-3317734-1304271185 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317734-1304271185.cnf -seed 1199711537 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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: 3.73 5.99 7.12 2/239 22787
/proc/meminfo: memFree=26700960/32951124 swapFree=67111348/67111528
[pid=22787] ppid=22785 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/22787/stat : 22787 (python) R 22785 22787 21419 0 -1 4202496 895 0 0 0 0 0 0 0 18 0 1 0 617349359 16154624 776 33554432000 4194304 5683644 140733214461328 18446744073709551615 252458065552 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22787/statm: 3944 776 343 364 0 431 0

[startup+0.086759 s]
/proc/loadavg: 3.73 5.99 7.12 2/239 22787
/proc/meminfo: memFree=26700960/32951124 swapFree=67111348/67111528
[pid=22787] ppid=22785 vsize=85620 CPUtime=0.07 cores=0,2,4,6
/proc/22787/stat : 22787 (python) S 22785 22787 21419 0 -1 4202496 2630 0 0 0 5 2 0 0 17 0 1 0 617349359 87674880 2348 33554432000 4194304 5683644 140733214461328 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/22787/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85620

[startup+0.100535 s]
/proc/loadavg: 3.73 5.99 7.12 2/239 22787
/proc/meminfo: memFree=26700960/32951124 swapFree=67111348/67111528
[pid=22787] ppid=22785 vsize=101744 CPUtime=0.07 cores=0,2,4,6
/proc/22787/stat : 22787 (python) S 22785 22787 21419 0 -1 4202496 2932 0 0 0 5 2 0 0 17 0 1 0 617349359 104185856 2627 33554432000 4194304 5683644 140733214461328 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/22787/statm: 25436 2627 837 364 0 1736 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 101744

[startup+0.300506 s]
/proc/loadavg: 3.73 5.99 7.12 2/239 22787
/proc/meminfo: memFree=26700960/32951124 swapFree=67111348/67111528
[pid=22787] ppid=22785 vsize=166548 CPUtime=0.22 cores=0,2,4,6
/proc/22787/stat : 22787 (python) R 22785 22787 21419 0 -1 4202496 6681 937 1 0 15 7 0 0 18 0 1 0 617349359 170545152 4771 33554432000 4194304 5683644 140733214461328 18446744073709551615 46922235535840 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22787/statm: 41637 4771 1319 364 0 3454 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 166548

[startup+0.70039 s]
/proc/loadavg: 3.73 5.99 7.12 2/239 22787
/proc/meminfo: memFree=26700960/32951124 swapFree=67111348/67111528
[pid=22787] ppid=22785 vsize=510020 CPUtime=0.6 cores=0,2,4,6
/proc/22787/stat : 22787 (python) R 22785 22787 21419 0 -1 4202496 67267 937 1 0 39 21 0 0 19 0 1 0 617349359 522260480 64843 33554432000 4194304 5683644 140733214461328 18446744073709551615 46922342027267 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/22787/statm: 127505 64843 1761 364 0 63429 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 510020

[startup+1.50027 s]
/proc/loadavg: 3.73 5.99 7.12 3/240 22792
/proc/meminfo: memFree=26352512/32951124 swapFree=67111348/67111528
[pid=22787] ppid=22785 vsize=560168 CPUtime=1.39 cores=0,2,4,6
/proc/22787/stat : 22787 (python) R 22785 22787 21419 0 -1 4202496 79284 937 1 0 116 23 0 0 20 0 1 0 617349359 573612032 76860 33554432000 4194304 5683644 140733214461328 18446744073709551615 4540560 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22787/statm: 140042 76861 1761 364 0 75966 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 560168

[startup+3.10097 s]
/proc/loadavg: 3.73 5.99 7.12 3/240 22792
/proc/meminfo: memFree=26352512/32951124 swapFree=67111348/67111528
[pid=22787] ppid=22785 vsize=655708 CPUtime=2.99 cores=0,2,4,6
/proc/22787/stat : 22787 (python) R 22785 22787 21419 0 -1 4202496 103140 937 1 0 273 26 0 0 25 0 1 0 617349359 671444992 100716 33554432000 4194304 5683644 140733214461328 18446744073709551615 4539670 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22787/statm: 163927 100717 1761 364 0 99851 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 655708

[startup+6.30038 s]
/proc/loadavg: 3.75 5.96 7.10 3/240 22792
/proc/meminfo: memFree=26039556/32951124 swapFree=67111348/67111528
[pid=22787] ppid=22785 vsize=849064 CPUtime=6.19 cores=0,2,4,6
/proc/22787/stat : 22787 (python) R 22785 22787 21419 0 -1 4202496 150279 937 1 0 586 33 0 0 25 0 1 0 617349359 869441536 147855 33554432000 4194304 5683644 140733214461328 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22787/statm: 212266 147856 1761 364 0 148190 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 849064

[startup+12.7012 s]
/proc/loadavg: 3.56 5.84 7.05 3/240 22792
/proc/meminfo: memFree=25664452/32951124 swapFree=67111348/67111528
[pid=22787] ppid=22785 vsize=1219876 CPUtime=12.59 cores=0,2,4,6
/proc/22787/stat : 22787 (python) R 22785 22787 21419 0 -1 4202496 243125 937 1 0 1210 49 0 0 25 0 1 0 617349359 1249153024 240701 33554432000 4194304 5683644 140733214461328 18446744073709551615 252457726661 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22787/statm: 304969 240701 1761 364 0 240893 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 1219876

[startup+25.5088 s]
/proc/loadavg: 3.32 5.71 6.99 3/240 22793
/proc/meminfo: memFree=24896776/32951124 swapFree=67111348/67111528
[pid=22787] ppid=22785 vsize=1959904 CPUtime=25.41 cores=0,2,4,6
/proc/22787/stat : 22787 (python) R 22785 22787 21419 0 -1 4202496 426511 937 1 0 2461 80 0 0 25 0 1 0 617349359 2006941696 424087 33554432000 4194304 5683644 140733214461328 18446744073709551615 5114100 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22787/statm: 489976 424087 1761 364 0 425900 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 1959904

[startup+51.1011 s]
/proc/loadavg: 2.87 5.41 6.86 3/240 22793
/proc/meminfo: memFree=24652816/32951124 swapFree=67111348/67111528
[pid=22787] ppid=22785 vsize=2112848 CPUtime=51 cores=0,2,4,6
/proc/22787/stat : 22787 (python) R 22785 22787 21419 0 -1 4202496 1378919 937 1 0 4896 204 0 0 25 0 1 0 617349359 2163556352 465597 33554432000 4194304 5683644 140733214461328 18446744073709551615 46922203819183 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22787/statm: 528212 465597 1826 364 0 464136 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 2112848

[startup+102.301 s]
/proc/loadavg: 3.78 5.23 6.72 2/235 22825
/proc/meminfo: memFree=24909848/32951124 swapFree=67111348/67111528
[pid=22787] ppid=22785 vsize=2112848 CPUtime=102.2 cores=0,2,4,6
/proc/22787/stat : 22787 (python) R 22785 22787 21419 0 -1 4202496 1378919 937 1 0 10016 204 0 0 25 0 1 0 617349359 2163556352 465597 33554432000 4194304 5683644 140733214461328 18446744073709551615 4619985 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22787/statm: 528212 465597 1826 364 0 464136 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 2112848

[startup+162.3 s]
/proc/loadavg: 1.94 4.40 6.33 2/234 22826
/proc/meminfo: memFree=24909900/32951124 swapFree=67111348/67111528
[pid=22787] ppid=22785 vsize=2112848 CPUtime=162.2 cores=0,2,4,6
/proc/22787/stat : 22787 (python) R 22785 22787 21419 0 -1 4202496 1378919 937 1 0 16016 204 0 0 25 0 1 0 617349359 2163556352 465597 33554432000 4194304 5683644 140733214461328 18446744073709551615 252457726491 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22787/statm: 528212 465597 1826 364 0 464136 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 2112848

[startup+222.3 s]
/proc/loadavg: 1.34 3.78 5.99 2/234 22828
/proc/meminfo: memFree=24909996/32951124 swapFree=67111348/67111528
[pid=22787] ppid=22785 vsize=2112848 CPUtime=222.2 cores=0,2,4,6
/proc/22787/stat : 22787 (python) R 22785 22787 21419 0 -1 4202496 1378920 937 1 0 22016 204 0 0 25 0 1 0 617349359 2163556352 465598 33554432000 4194304 5683644 140733214461328 18446744073709551615 5005624 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22787/statm: 528212 465598 1827 364 0 464136 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 2112848

[startup+282.301 s]
/proc/loadavg: 1.12 3.27 5.68 2/234 22829
/proc/meminfo: memFree=24910472/32951124 swapFree=67111348/67111528
[pid=22787] ppid=22785 vsize=2112848 CPUtime=282.2 cores=0,2,4,6
/proc/22787/stat : 22787 (python) R 22785 22787 21419 0 -1 4202496 1378920 937 1 0 28016 204 0 0 25 0 1 0 617349359 2163556352 465598 33554432000 4194304 5683644 140733214461328 18446744073709551615 252457762243 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22787/statm: 528212 465598 1827 364 0 464136 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 2112848

[startup+342.309 s]
/proc/loadavg: 1.04 2.86 5.38 2/234 22833
/proc/meminfo: memFree=24676096/32951124 swapFree=67111348/67111528
[pid=22787] ppid=22785 vsize=2345540 CPUtime=342.21 cores=0,2,4,6
/proc/22787/stat : 22787 (python) R 22785 22787 21419 0 -1 4202496 1535218 937 1 0 34000 221 0 0 25 0 1 0 617349359 2401832960 505550 33554432000 4194304 5683644 140733214461328 18446744073709551615 46922171577978 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22787/statm: 586385 505551 1829 364 0 522309 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 2345540

[startup+402.301 s]
/proc/loadavg: 1.01 2.51 5.11 2/234 22836
/proc/meminfo: memFree=24910924/32951124 swapFree=67111348/67111528
[pid=22787] ppid=22785 vsize=2112848 CPUtime=402.21 cores=0,2,4,6
/proc/22787/stat : 22787 (python) R 22785 22787 21419 0 -1 4202496 1863701 937 1 0 39963 258 0 0 25 0 1 0 617349359 2163556352 465604 33554432000 4194304 5683644 140733214461328 18446744073709551615 46922171164812 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22787/statm: 528212 465604 1833 364 0 464136 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 2112848

[startup+462.301 s]
/proc/loadavg: 1.00 2.24 4.85 2/234 22837
/proc/meminfo: memFree=24910912/32951124 swapFree=67111348/67111528
[pid=22787] ppid=22785 vsize=2112848 CPUtime=462.21 cores=0,2,4,6
/proc/22787/stat : 22787 (python) R 22785 22787 21419 0 -1 4202496 1863701 937 1 0 45963 258 0 0 25 0 1 0 617349359 2163556352 465604 33554432000 4194304 5683644 140733214461328 18446744073709551615 46922171164812 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22787/statm: 528212 465604 1833 364 0 464136 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 2112848

[startup+522.3 s]
/proc/loadavg: 1.04 2.02 4.61 2/234 22839
/proc/meminfo: memFree=24910904/32951124 swapFree=67111348/67111528
[pid=22787] ppid=22785 vsize=2112848 CPUtime=522.21 cores=0,2,4,6
/proc/22787/stat : 22787 (python) R 22785 22787 21419 0 -1 4202496 1863701 937 1 0 51963 258 0 0 25 0 1 0 617349359 2163556352 465604 33554432000 4194304 5683644 140733214461328 18446744073709551615 46922171164800 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22787/statm: 528212 465604 1833 364 0 464136 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2112848

[startup+582.3 s]
/proc/loadavg: 1.01 1.83 4.38 2/234 22841
/proc/meminfo: memFree=24910876/32951124 swapFree=67111348/67111528
[pid=22787] ppid=22785 vsize=2112848 CPUtime=582.21 cores=0,2,4,6
/proc/22787/stat : 22787 (python) R 22785 22787 21419 0 -1 4202496 1863701 937 1 0 57963 258 0 0 25 0 1 0 617349359 2163556352 465604 33554432000 4194304 5683644 140733214461328 18446744073709551615 46922171164812 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22787/statm: 528212 465604 1833 364 0 464136 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 2112848

[startup+642.301 s]

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

/proc/22787/task/22866/stat : 22866 (python) S 22785 22787 21419 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 7 0 617448889 1351041024 251926 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469889457 0 0 16781312 2 18446604453856281856 0 0 -1 6 0 0 0
[pid=22787/tid=22877] ppid=22785 vsize=1319376 CPUtime=0 cores=0,2,4,6
/proc/22787/task/22877/stat : 22877 (python) S 22785 22787 21419 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 7 0 617468532 1351041024 251926 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469889457 0 0 16781312 2 18446604453856281856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2278.13
Current children cumulated vsize (KiB) 14476532



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1288.2 s]
/proc/loadavg: 4.01 3.31 3.62 5/258 22883
/proc/meminfo: memFree=20275328/32951124 swapFree=67111348/67111528
[pid=22787] ppid=22785 vsize=1329632 CPUtime=896.3 cores=0,2,4,6
/proc/22787/stat : 22787 (python) S 22785 22787 21419 0 -1 4202496 1868784 937 1 0 89347 283 0 0 20 0 8 0 617349359 1361543168 251932 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22787/statm: 332408 251932 1888 364 0 268308 0
[pid=22850] ppid=22787 vsize=1268096 CPUtime=0.68 cores=0,2,4,6
/proc/22850/stat : 22850 (python) S 22787 22787 21419 0 -1 4202560 1203 0 0 0 38 30 0 0 18 0 2 0 617438962 1298530304 250436 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22850/statm: 317024 250436 415 364 0 252942 0
[pid=22852] ppid=22850 vsize=372252 CPUtime=390.16 cores=0,2,4,6
/proc/22852/stat : 22852 (lingeling) T 22850 22852 22852 0 -1 4202496 295294 0 0 0 38971 45 0 0 25 0 1 0 617438965 381186048 92233 33554432000 4194304 4352236 140733978998960 18446744073709551615 4331517 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/22852/statm: 93063 92233 129 39 0 92143 0
[pid=22850/tid=22864] ppid=22787 vsize=1268096 CPUtime=0 cores=0,2,4,6
/proc/22850/task/22864/stat : 22864 (python) S 22787 22787 21419 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 617448885 1298530304 250436 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469889457 0 0 16781312 514 18446604453859182656 0 0 -1 6 0 0 0
[pid=22853] ppid=22787 vsize=1268108 CPUtime=0.73 cores=0,2,4,6
/proc/22853/stat : 22853 (python) S 22787 22787 21419 0 -1 4202560 974 0 0 0 38 35 0 0 18 0 1 0 617438966 1298542592 250390 33554432000 4194304 5683644 140733214461328 18446744073709551615 252458085958 0 0 16781312 514 16739510379029168386 0 0 17 0 0 0 0
/proc/22853/statm: 317027 250390 370 364 0 252942 0
[pid=22855] ppid=22853 vsize=398376 CPUtime=392.1 cores=0,2,4,6
/proc/22855/stat : 22855 (lingeling) R 22853 22855 22855 0 -1 4202496 299336 0 0 0 39168 42 0 0 25 0 1 0 617438969 407937024 98668 33554432000 4194304 4352236 140734815715712 18446744073709551615 4233813 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/22855/statm: 99594 98668 129 39 0 98674 0
[pid=22856] ppid=22787 vsize=1278364 CPUtime=0.52 cores=0,2,4,6
/proc/22856/stat : 22856 (python) S 22787 22787 21419 0 -1 4202560 1149 0 0 0 26 26 0 0 18 0 2 0 617438971 1309044736 250424 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22856/statm: 319591 250424 399 364 0 255503 0
[pid=22858] ppid=22856 vsize=1278284 CPUtime=294.07 cores=0,2,4,6
/proc/22858/stat : 22858 (precosat) T 22856 22858 22858 0 -1 4202496 321143 0 0 0 29355 52 0 0 25 0 1 0 617438974 1308962816 310057 33554432000 4194304 4890832 140736293155072 18446744073709551615 4238509 0 0 16781312 17442 18446744071562691360 0 0 17 6 0 0 0
/proc/22858/statm: 319571 310057 86 171 0 319398 0
[pid=22856/tid=22869] ppid=22787 vsize=1278364 CPUtime=0 cores=0,2,4,6
/proc/22856/task/22869/stat : 22869 (python) S 22787 22787 21419 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 617448993 1309044736 250424 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469889457 0 0 16781312 514 18446604453859183552 0 0 -1 6 0 0 0
[pid=22859] ppid=22787 vsize=1288620 CPUtime=0.19 cores=0,2,4,6
/proc/22859/stat : 22859 (python) S 22787 22787 21419 0 -1 4202560 1122 0 0 0 10 9 0 0 19 0 2 0 617438975 1319546880 250428 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22859/statm: 322155 250428 399 364 0 258064 0
[pid=22861] ppid=22859 vsize=380688 CPUtime=98.93 cores=0,2,4,6
/proc/22861/stat : 22861 (lingeling) T 22859 22861 22861 0 -1 4202496 202181 0 0 0 9860 33 0 0 25 0 1 0 617438978 389824512 94341 33554432000 4194304 4352236 140733606199968 18446744073709551615 4328411 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/22861/statm: 95172 94341 129 39 0 94252 0
[pid=22859/tid=22870] ppid=22787 vsize=1288620 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22870/stat : 22870 (python) S 22787 22787 21419 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617448998 1319546880 250428 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469889457 0 0 16781312 514 18446604453864449088 0 0 -1 6 0 0 0
[pid=22865] ppid=22787 vsize=1298876 CPUtime=0.52 cores=0,2,4,6
/proc/22865/stat : 22865 (python) S 22787 22787 21419 0 -1 4202560 1007 0 0 0 27 25 0 0 15 0 1 0 617448887 1330049024 250402 33554432000 4194304 5683644 140733214461328 18446744073709551615 252458085958 0 0 16781312 514 16739510379029168386 0 0 17 2 0 0 0
/proc/22865/statm: 324719 250402 370 364 0 260625 0
[pid=22867] ppid=22865 vsize=2666008 CPUtime=291.46 cores=0,2,4,6
/proc/22867/stat : 22867 (cryptominisat-2) R 22865 22867 22867 0 -1 4202496 609955 0 0 0 29045 101 0 0 25 0 1 0 617448890 2729992192 552179 33554432000 4194304 4677096 140734102917888 18446744073709551615 4318894 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22867/statm: 666502 552179 391 118 0 661461 0
[pid=22876] ppid=22787 vsize=1309132 CPUtime=0.18 cores=0,2,4,6
/proc/22876/stat : 22876 (python) S 22787 22787 21419 0 -1 4202560 955 0 0 0 8 10 0 0 18 0 1 0 617468529 1340551168 250406 33554432000 4194304 5683644 140733214461328 18446744073709551615 252458085958 0 0 16781312 514 16739510379029168386 0 0 17 6 0 0 0
/proc/22876/statm: 327283 250406 370 364 0 263186 0
[pid=22878] ppid=22876 vsize=693192 CPUtime=95.37 cores=0,2,4,6
/proc/22878/stat : 22878 (glucoser_static) R 22876 22878 22878 0 -1 4202496 165845 0 1 0 9504 33 0 0 25 0 1 0 617468534 709828608 165569 33554432000 134512640 134580299 4288883472 18446744073709551615 134552965 0 0 16781312 8388611 0 0 0 17 2 0 0 2
/proc/22878/statm: 173298 165569 243 17 0 172626 0
[pid=22881] ppid=22787 vsize=1319388 CPUtime=0.02 cores=0,2,4,6
/proc/22881/stat : 22881 (python) S 22787 22787 21419 0 -1 4202560 748 0 0 0 0 2 0 0 20 0 1 0 617478151 1351053312 250383 33554432000 4194304 5683644 140733214461328 18446744073709551615 252458085958 0 0 16781312 514 3901666218603446271 0 0 17 6 0 0 0
/proc/22881/statm: 329847 250383 343 364 0 265747 0
[pid=22883] ppid=22881 vsize=206296 CPUtime=0.22 cores=0,2,4,6
/proc/22883/stat : 22883 (precosat) R 22881 22883 22883 0 -1 4202496 47424 0 0 0 16 6 0 0 21 0 1 0 617478154 211247104 47161 33554432000 4194304 4890832 140734379457648 18446744073709551615 4262000 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/22883/statm: 51574 47161 65 171 0 51401 0
[pid=22787/tid=22851] ppid=22785 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/22787/task/22851/stat : 22851 (python) S 22785 22787 21419 0 -1 4202560 111 937 0 0 0 0 0 0 18 0 8 0 617438965 1361543168 251932 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469889457 0 0 16781312 2 18446604453856281856 0 0 -1 6 0 0 0
[pid=22787/tid=22854] ppid=22785 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/22787/task/22854/stat : 22854 (python) S 22785 22787 21419 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 8 0 617438969 1361543168 251932 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469889457 0 0 16781312 2 18446604453856281856 0 0 -1 0 0 0 0
[pid=22787/tid=22857] ppid=22785 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/22787/task/22857/stat : 22857 (python) S 22785 22787 21419 0 -1 4202560 43 937 0 0 0 0 0 0 18 0 8 0 617438973 1361543168 251932 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469889457 0 0 16781312 2 18446604453856281856 0 0 -1 6 0 0 0
[pid=22787/tid=22860] ppid=22785 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/22787/task/22860/stat : 22860 (python) S 22785 22787 21419 0 -1 4202560 25 937 0 0 0 0 0 0 22 0 8 0 617438978 1361543168 251932 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469889457 0 0 16781312 2 18446604453856281856 0 0 -1 6 0 0 0
[pid=22787/tid=22866] ppid=22785 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/22787/task/22866/stat : 22866 (python) S 22785 22787 21419 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 8 0 617448889 1361543168 251932 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469889457 0 0 16781312 2 18446604453856281856 0 0 -1 6 0 0 0
[pid=22787/tid=22877] ppid=22785 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/22787/task/22877/stat : 22877 (python) S 22785 22787 21419 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 8 0 617468532 1361543168 251932 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469889457 0 0 16781312 2 18446604453856281856 0 0 -1 6 0 0 0
[pid=22787/tid=22882] ppid=22785 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/22787/task/22882/stat : 22882 (python) S 22785 22787 21419 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 8 0 617478153 1361543168 251932 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469889457 0 0 16781312 2 18446604453856281856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2461.45
Current children cumulated vsize (KiB) 16355312

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1288.2 s]
/proc/loadavg: 4.01 3.31 3.62 5/258 22883
/proc/meminfo: memFree=20275328/32951124 swapFree=67111348/67111528
[pid=22787] ppid=22785 vsize=1329632 CPUtime=896.3 cores=0,2,4,6
/proc/22787/stat : 22787 (python) S 22785 22787 21419 0 -1 4202496 1868784 937 1 0 89347 283 0 0 20 0 8 0 617349359 1361543168 251932 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22787/statm: 332408 251932 1888 364 0 268308 0
[pid=22850] ppid=22787 vsize=1268096 CPUtime=0.68 cores=0,2,4,6
/proc/22850/stat : 22850 (python) S 22787 22787 21419 0 -1 4202560 1203 0 0 0 38 30 0 0 18 0 2 0 617438962 1298530304 250436 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22850/statm: 317024 250436 415 364 0 252942 0
[pid=22852] ppid=22850 vsize=372252 CPUtime=390.16 cores=0,2,4,6
/proc/22852/stat : 22852 (lingeling) T 22850 22852 22852 0 -1 4202496 295294 0 0 0 38971 45 0 0 25 0 1 0 617438965 381186048 92233 33554432000 4194304 4352236 140733978998960 18446744073709551615 4331517 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/22852/statm: 93063 92233 129 39 0 92143 0
[pid=22850/tid=22864] ppid=22787 vsize=1268096 CPUtime=0 cores=0,2,4,6
/proc/22850/task/22864/stat : 22864 (python) S 22787 22787 21419 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 617448885 1298530304 250436 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469889457 0 0 16781312 514 18446604453859182656 0 0 -1 6 0 0 0
[pid=22853] ppid=22787 vsize=1268108 CPUtime=0.73 cores=0,2,4,6
/proc/22853/stat : 22853 (python) S 22787 22787 21419 0 -1 4202560 974 0 0 0 38 35 0 0 18 0 1 0 617438966 1298542592 250390 33554432000 4194304 5683644 140733214461328 18446744073709551615 252458085958 0 0 16781312 514 16739510379029168386 0 0 17 0 0 0 0
/proc/22853/statm: 317027 250390 370 364 0 252942 0
[pid=22855] ppid=22853 vsize=398376 CPUtime=392.1 cores=0,2,4,6
/proc/22855/stat : 22855 (lingeling) R 22853 22855 22855 0 -1 4202496 299336 0 0 0 39168 42 0 0 25 0 1 0 617438969 407937024 98668 33554432000 4194304 4352236 140734815715712 18446744073709551615 4233813 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/22855/statm: 99594 98668 129 39 0 98674 0
[pid=22856] ppid=22787 vsize=1278364 CPUtime=0.52 cores=0,2,4,6
/proc/22856/stat : 22856 (python) S 22787 22787 21419 0 -1 4202560 1149 0 0 0 26 26 0 0 18 0 2 0 617438971 1309044736 250424 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22856/statm: 319591 250424 399 364 0 255503 0
[pid=22858] ppid=22856 vsize=1278284 CPUtime=294.07 cores=0,2,4,6
/proc/22858/stat : 22858 (precosat) T 22856 22858 22858 0 -1 4202496 321143 0 0 0 29355 52 0 0 25 0 1 0 617438974 1308962816 310057 33554432000 4194304 4890832 140736293155072 18446744073709551615 4238509 0 0 16781312 17442 18446744071562691360 0 0 17 6 0 0 0
/proc/22858/statm: 319571 310057 86 171 0 319398 0
[pid=22856/tid=22869] ppid=22787 vsize=1278364 CPUtime=0 cores=0,2,4,6
/proc/22856/task/22869/stat : 22869 (python) S 22787 22787 21419 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 617448993 1309044736 250424 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469889457 0 0 16781312 514 18446604453859183552 0 0 -1 6 0 0 0
[pid=22859] ppid=22787 vsize=1288620 CPUtime=0.19 cores=0,2,4,6
/proc/22859/stat : 22859 (python) S 22787 22787 21419 0 -1 4202560 1122 0 0 0 10 9 0 0 19 0 2 0 617438975 1319546880 250428 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22859/statm: 322155 250428 399 364 0 258064 0
[pid=22861] ppid=22859 vsize=380688 CPUtime=98.93 cores=0,2,4,6
/proc/22861/stat : 22861 (lingeling) T 22859 22861 22861 0 -1 4202496 202181 0 0 0 9860 33 0 0 25 0 1 0 617438978 389824512 94341 33554432000 4194304 4352236 140733606199968 18446744073709551615 4328411 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/22861/statm: 95172 94341 129 39 0 94252 0
[pid=22859/tid=22870] ppid=22787 vsize=1288620 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22870/stat : 22870 (python) S 22787 22787 21419 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617448998 1319546880 250428 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469889457 0 0 16781312 514 18446604453864449088 0 0 -1 6 0 0 0
[pid=22865] ppid=22787 vsize=1298876 CPUtime=0.52 cores=0,2,4,6
/proc/22865/stat : 22865 (python) S 22787 22787 21419 0 -1 4202560 1007 0 0 0 27 25 0 0 15 0 1 0 617448887 1330049024 250402 33554432000 4194304 5683644 140733214461328 18446744073709551615 252458085958 0 0 16781312 514 16739510379029168386 0 0 17 2 0 0 0
/proc/22865/statm: 324719 250402 370 364 0 260625 0
[pid=22867] ppid=22865 vsize=2666008 CPUtime=291.46 cores=0,2,4,6
/proc/22867/stat : 22867 (cryptominisat-2) R 22865 22867 22867 0 -1 4202496 609955 0 0 0 29045 101 0 0 25 0 1 0 617448890 2729992192 552179 33554432000 4194304 4677096 140734102917888 18446744073709551615 4318894 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22867/statm: 666502 552179 391 118 0 661461 0
[pid=22876] ppid=22787 vsize=1309132 CPUtime=0.18 cores=0,2,4,6
/proc/22876/stat : 22876 (python) S 22787 22787 21419 0 -1 4202560 955 0 0 0 8 10 0 0 18 0 1 0 617468529 1340551168 250406 33554432000 4194304 5683644 140733214461328 18446744073709551615 252458085958 0 0 16781312 514 16739510379029168386 0 0 17 6 0 0 0
/proc/22876/statm: 327283 250406 370 364 0 263186 0
[pid=22878] ppid=22876 vsize=693192 CPUtime=95.37 cores=0,2,4,6
/proc/22878/stat : 22878 (glucoser_static) R 22876 22878 22878 0 -1 4202496 165845 0 1 0 9504 33 0 0 25 0 1 0 617468534 709828608 165569 33554432000 134512640 134580299 4288883472 18446744073709551615 134552965 0 0 16781312 8388611 0 0 0 17 2 0 0 2
/proc/22878/statm: 173298 165569 243 17 0 172626 0
[pid=22881] ppid=22787 vsize=1319388 CPUtime=0.02 cores=0,2,4,6
/proc/22881/stat : 22881 (python) S 22787 22787 21419 0 -1 4202560 748 0 0 0 0 2 0 0 20 0 1 0 617478151 1351053312 250383 33554432000 4194304 5683644 140733214461328 18446744073709551615 252458085958 0 0 16781312 514 3901666218603446271 0 0 17 6 0 0 0
/proc/22881/statm: 329847 250383 343 364 0 265747 0
[pid=22883] ppid=22881 vsize=206296 CPUtime=0.22 cores=0,2,4,6
/proc/22883/stat : 22883 (precosat) R 22881 22883 22883 0 -1 4202496 47424 0 0 0 16 6 0 0 21 0 1 0 617478154 211247104 47161 33554432000 4194304 4890832 140734379457648 18446744073709551615 4262000 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/22883/statm: 51574 47161 65 171 0 51401 0
[pid=22787/tid=22851] ppid=22785 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/22787/task/22851/stat : 22851 (python) S 22785 22787 21419 0 -1 4202560 111 937 0 0 0 0 0 0 18 0 8 0 617438965 1361543168 251932 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469889457 0 0 16781312 2 18446604453856281856 0 0 -1 6 0 0 0
[pid=22787/tid=22854] ppid=22785 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/22787/task/22854/stat : 22854 (python) S 22785 22787 21419 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 8 0 617438969 1361543168 251932 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469889457 0 0 16781312 2 18446604453856281856 0 0 -1 0 0 0 0
[pid=22787/tid=22857] ppid=22785 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/22787/task/22857/stat : 22857 (python) S 22785 22787 21419 0 -1 4202560 43 937 0 0 0 0 0 0 18 0 8 0 617438973 1361543168 251932 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469889457 0 0 16781312 2 18446604453856281856 0 0 -1 6 0 0 0
[pid=22787/tid=22860] ppid=22785 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/22787/task/22860/stat : 22860 (python) S 22785 22787 21419 0 -1 4202560 25 937 0 0 0 0 0 0 22 0 8 0 617438978 1361543168 251932 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469889457 0 0 16781312 2 18446604453856281856 0 0 -1 6 0 0 0
[pid=22787/tid=22866] ppid=22785 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/22787/task/22866/stat : 22866 (python) S 22785 22787 21419 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 8 0 617448889 1361543168 251932 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469889457 0 0 16781312 2 18446604453856281856 0 0 -1 6 0 0 0
[pid=22787/tid=22877] ppid=22785 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/22787/task/22877/stat : 22877 (python) S 22785 22787 21419 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 8 0 617468532 1361543168 251932 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469889457 0 0 16781312 2 18446604453856281856 0 0 -1 6 0 0 0
[pid=22787/tid=22882] ppid=22785 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/22787/task/22882/stat : 22882 (python) S 22785 22787 21419 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 8 0 617478153 1361543168 251932 33554432000 4194304 5683644 140733214461328 18446744073709551615 252469889457 0 0 16781312 2 18446604453856281856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2461.45
Current children cumulated vsize (KiB) 16355312

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22787 and gives
#  childrusage.ru_utime.tv_sec=893
#  childrusage.ru_utime.tv_usec=472171
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=900559
# CPU time returned by wait4() is 896.373
# while last known CPU time is 2461.45
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1288.34
CPU time (s): 2461.45
CPU user time (s): 2454.13
CPU system time (s): 7.32
CPU usage (%): 191.056
Max. virtual memory (cumulated for all children) (KiB): 16355312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 893.472
system time used= 2.90056
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1869726
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= 1343
involuntary context switches= 2734

runsolver used 2.88856 second user time and 5.80112 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-01 19:33:09
IDJOB=3317734
IDBENCH=88158
IDSOLVER=1706
FILE ID=node111/3317734-1304271185
RUNJOBID= node111-1304271185-22765
PBS_JOBID= 13173967
Free space on /tmp= 72256 MiB

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

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

MD5SUM BENCH= 1e60a63f1ba68b9b3c423ca413b4fa2b
RANDOM SEED=1199711537

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.75
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.849
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.83
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.849
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.67
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.849
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:      26700992 kB
Buffers:       1054740 kB
Cached:        2974172 kB
SwapCached:          0 kB
Active:        2351636 kB
Inactive:      3420780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26700992 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          298968 kB
Writeback:           0 kB
AnonPages:     1742860 kB
Mapped:          26384 kB
Slab:           401808 kB
PageTables:      14464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 32976232 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= 72268 MiB
End job on node111 at 2011-05-01 19:54:39