Trace number 3498537

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-seq-industrial (fixed)? (MO) 2092.65 2091.5

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 benchmark718.86
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.22/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.22/0.47	c INFO: solving HOME/instance-3498537-1307958133.cnf
0.22/0.47	c INFO: computing task features
45.39/45.52	c INFO: computed variable-clause graph statistics
46.59/46.72	c INFO: computed clause balance statistics
197.09/197.24	c INFO: computed variable balance statistics
300.39/300.56	c INFO: computed small-clause counts
307.10/307.21	c INFO: computed Horn-clause counts
797.70/797.85	c INFO: computed variable graph statistics
797.70/797.89	c INFO: collected features for HOME/instance-3498537-1307958133.cnf in 795.14 s
797.80/797.91	c INFO: running lingeling-276@0 for 97 with 4204 remaining (b = 0.78)
897.99/898.09	c INFO: running lingeling-276@99 for 388 with 4105 remaining (b = 0.90)
1287.84/1287.49	c INFO: running lingeling-276@0 for 97 with 3715 remaining (b = 0.78)
1388.15/1387.67	c INFO: running glucosER@0 for 291 with 3616 remaining (b = 0.87)
1680.86/1680.11	c INFO: running precosat-570@0 for 97 with 3324 remaining (b = 0.59)
1781.19/1780.30	c INFO: running precosat-570@99 for 97 with 3224 remaining (b = 0.40)
1876.42/1875.43	c INFO: running precosat-570@0 for 97 with 3129 remaining (b = 0.47)
1976.70/1975.62	c INFO: running lingeling-276@0 for 97 with 3029 remaining (b = 0.29)
2077.02/2075.82	c INFO: running cryptominisat-2.9.0@0 for 1455 with 2930 remaining (b = 0.73)

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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498537-1307958133/watcher-3498537-1307958133 -o /var/tmp/evaluation-result-3498537-1307958133/solver-3498537-1307958133 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498537-1307958133.cnf -seed 454281895 -budget 5000 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 1.96 2.02 1.96 2/177 18591
/proc/meminfo: memFree=4228992/32951124 swapFree=67051728/67111528
[pid=18591] ppid=18589 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/18591/stat : 18591 (python) R 18589 18591 18249 0 -1 4202496 810 0 0 0 0 0 0 0 24 0 1 0 907412024 15753216 694 33554432000 4194304 5683644 140736991006368 18446744073709551615 228122713744 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/18591/statm: 3846 694 332 364 0 333 0

[startup+0.0432711 s]
/proc/loadavg: 1.96 2.02 1.96 2/177 18591
/proc/meminfo: memFree=4228992/32951124 swapFree=67051728/67111528
[pid=18591] ppid=18589 vsize=25312 CPUtime=0.02 cores=1,3,5,7
/proc/18591/stat : 18591 (python) R 18589 18591 18249 0 -1 4202496 1346 0 0 0 2 0 0 0 24 0 1 0 907412024 25919488 1191 33554432000 4194304 5683644 140736991006368 18446744073709551615 228122712064 0 2147483391 16781312 2 0 0 0 17 7 0 0 0
/proc/18591/statm: 6328 1191 438 364 0 729 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25312

[startup+0.100418 s]
/proc/loadavg: 1.96 2.02 1.96 2/177 18591
/proc/meminfo: memFree=4228992/32951124 swapFree=67051728/67111528
[pid=18591] ppid=18589 vsize=104220 CPUtime=0.07 cores=1,3,5,7
/proc/18591/stat : 18591 (python) S 18589 18591 18249 0 -1 4202496 3050 0 0 0 5 2 0 0 17 0 1 0 907412024 106721280 2733 33554432000 4194304 5683644 140736991006368 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/18591/statm: 26055 2733 847 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104220

[startup+0.300212 s]
/proc/loadavg: 1.96 2.02 1.96 2/177 18591
/proc/meminfo: memFree=4228992/32951124 swapFree=67051728/67111528
[pid=18591] ppid=18589 vsize=170756 CPUtime=0.22 cores=1,3,5,7
/proc/18591/stat : 18591 (python) S 18589 18591 18249 0 -1 4202496 6735 936 1 0 16 6 0 0 17 0 1 0 907412024 174854144 4805 33554432000 4194304 5683644 140736991006368 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/18591/statm: 42689 4805 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 170756

[startup+1.25007 s]
/proc/loadavg: 1.96 2.02 1.96 2/177 18591
/proc/meminfo: memFree=4228992/32951124 swapFree=67051728/67111528
[pid=18591] ppid=18589 vsize=545292 CPUtime=1.14 cores=1,3,5,7
/proc/18591/stat : 18591 (python) R 18589 18591 18249 0 -1 4202496 76047 936 1 0 93 21 0 0 18 0 1 0 907412024 558379008 73614 33554432000 4194304 5683644 140736991006368 18446744073709551615 4302577 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/18591/statm: 136323 73615 1761 364 0 72247 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 545292

[startup+1.50103 s]
/proc/loadavg: 1.96 2.02 1.96 2/177 18591
/proc/meminfo: memFree=4228992/32951124 swapFree=67051728/67111528
[pid=18591] ppid=18589 vsize=562020 CPUtime=1.38 cores=1,3,5,7
/proc/18591/stat : 18591 (python) R 18589 18591 18249 0 -1 4202496 80038 936 1 0 117 21 0 0 19 0 1 0 907412024 575508480 77605 33554432000 4194304 5683644 140736991006368 18446744073709551615 228122374853 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/18591/statm: 140505 77606 1761 364 0 76429 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 562020

[startup+3.10073 s]
/proc/loadavg: 2.04 2.03 1.97 3/178 18596
/proc/meminfo: memFree=3597732/32951124 swapFree=67051728/67111528
[pid=18591] ppid=18589 vsize=669260 CPUtime=2.98 cores=1,3,5,7
/proc/18591/stat : 18591 (python) R 18589 18591 18249 0 -1 4202496 105661 936 1 0 273 25 0 0 22 0 1 0 907412024 685322240 103228 33554432000 4194304 5683644 140736991006368 18446744073709551615 4962267 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/18591/statm: 167315 103229 1761 364 0 103239 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 669260

[startup+6.30615 s]
/proc/loadavg: 2.04 2.03 1.97 3/178 18596
/proc/meminfo: memFree=3192152/32951124 swapFree=67051728/67111528
[pid=18591] ppid=18589 vsize=877696 CPUtime=6.2 cores=1,3,5,7
/proc/18591/stat : 18591 (python) R 18589 18591 18249 0 -1 4202496 156066 936 1 0 587 33 0 0 25 0 1 0 907412024 898760704 153633 33554432000 4194304 5683644 140736991006368 18446744073709551615 228122374853 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/18591/statm: 219424 153633 1761 364 0 155348 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 877696

[startup+12.701 s]
/proc/loadavg: 2.04 2.03 1.97 3/178 18596
/proc/meminfo: memFree=2498884/32951124 swapFree=67051728/67111528
[pid=18591] ppid=18589 vsize=1288732 CPUtime=12.59 cores=1,3,5,7
/proc/18591/stat : 18591 (python) R 18589 18591 18249 0 -1 4202496 257124 936 1 0 1214 45 0 0 25 0 1 0 907412024 1319661568 254691 33554432000 4194304 5683644 140736991006368 18446744073709551615 4602354 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/18591/statm: 322183 254692 1761 364 0 258107 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 1288732

[startup+25.5007 s]
/proc/loadavg: 2.03 2.03 1.97 3/178 18597
/proc/meminfo: memFree=977032/32951124 swapFree=67051728/67111528
[pid=18591] ppid=18589 vsize=1959908 CPUtime=25.38 cores=1,3,5,7
/proc/18591/stat : 18591 (python) R 18589 18591 18249 0 -1 4202496 426521 936 1 0 2471 67 0 0 25 0 1 0 907412024 2006945792 424088 33554432000 4194304 5683644 140736991006368 18446744073709551615 47718575943160 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/18591/statm: 489977 424088 1761 364 0 425901 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 1959908

[startup+51.101 s]
/proc/loadavg: 2.02 2.03 1.97 3/178 18597
/proc/meminfo: memFree=932560/32951124 swapFree=67051728/67111528
[pid=18591] ppid=18589 vsize=2112852 CPUtime=50.98 cores=1,3,5,7
/proc/18591/stat : 18591 (python) R 18589 18591 18249 0 -1 4202496 1378930 936 1 0 4917 181 0 0 25 0 1 0 907412024 2163560448 465598 33554432000 4194304 5683644 140736991006368 18446744073709551615 228122372364 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/18591/statm: 528213 465598 1826 364 0 464137 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 2112852

[startup+102.301 s]
/proc/loadavg: 2.01 2.02 1.97 3/178 18599
/proc/meminfo: memFree=932912/32951124 swapFree=67051728/67111528
[pid=18591] ppid=18589 vsize=2112852 CPUtime=102.18 cores=1,3,5,7
/proc/18591/stat : 18591 (python) R 18589 18591 18249 0 -1 4202496 1378930 936 1 0 10037 181 0 0 25 0 1 0 907412024 2163560448 465598 33554432000 4194304 5683644 140736991006368 18446744073709551615 228126122677 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/18591/statm: 528213 465598 1826 364 0 464137 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 2112852

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 1.97 3/178 18600
/proc/meminfo: memFree=933244/32951124 swapFree=67051728/67111528
[pid=18591] ppid=18589 vsize=2112852 CPUtime=162.19 cores=1,3,5,7
/proc/18591/stat : 18591 (python) R 18589 18591 18249 0 -1 4202496 1378930 936 1 0 16038 181 0 0 25 0 1 0 907412024 2163560448 465598 33554432000 4194304 5683644 140736991006368 18446744073709551615 47718578775737 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/18591/statm: 528213 465598 1826 364 0 464137 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 2112852

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 1.97 3/178 18602
/proc/meminfo: memFree=933304/32951124 swapFree=67051728/67111528
[pid=18591] ppid=18589 vsize=2112852 CPUtime=222.19 cores=1,3,5,7
/proc/18591/stat : 18591 (python) R 18589 18591 18249 0 -1 4202496 1378931 936 1 0 22038 181 0 0 25 0 1 0 907412024 2163560448 465599 33554432000 4194304 5683644 140736991006368 18446744073709551615 4303041 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/18591/statm: 528213 465599 1827 364 0 464137 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 2112852

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18604
/proc/meminfo: memFree=933188/32951124 swapFree=67051728/67111528
[pid=18591] ppid=18589 vsize=2112852 CPUtime=282.19 cores=1,3,5,7
/proc/18591/stat : 18591 (python) R 18589 18591 18249 0 -1 4202496 1378931 936 1 0 28038 181 0 0 25 0 1 0 907412024 2163560448 465599 33554432000 4194304 5683644 140736991006368 18446744073709551615 228122410522 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/18591/statm: 528213 465599 1827 364 0 464137 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 2112852

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18605
/proc/meminfo: memFree=933200/32951124 swapFree=67051728/67111528
[pid=18591] ppid=18589 vsize=2112852 CPUtime=342.19 cores=1,3,5,7
/proc/18591/stat : 18591 (python) R 18589 18591 18249 0 -1 4202496 1863712 936 1 0 33985 234 0 0 25 0 1 0 907412024 2163560448 465605 33554432000 4194304 5683644 140736991006368 18446744073709551615 47718576003203 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/18591/statm: 528213 465605 1833 364 0 464137 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 2112852

[startup+402.306 s]
/proc/loadavg: 2.07 2.02 1.97 3/178 18607
/proc/meminfo: memFree=933236/32951124 swapFree=67051728/67111528
[pid=18591] ppid=18589 vsize=2112852 CPUtime=402.2 cores=1,3,5,7
/proc/18591/stat : 18591 (python) R 18589 18591 18249 0 -1 4202496 1863712 936 1 0 39986 234 0 0 25 0 1 0 907412024 2163560448 465605 33554432000 4194304 5683644 140736991006368 18446744073709551615 47718576003212 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/18591/statm: 528213 465605 1833 364 0 464137 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 2112852

[startup+462.301 s]
/proc/loadavg: 2.02 2.01 1.97 3/178 18608
/proc/meminfo: memFree=933184/32951124 swapFree=67051728/67111528
[pid=18591] ppid=18589 vsize=2112852 CPUtime=462.19 cores=1,3,5,7
/proc/18591/stat : 18591 (python) R 18589 18591 18249 0 -1 4202496 1863712 936 1 0 45985 234 0 0 25 0 1 0 907412024 2163560448 465605 33554432000 4194304 5683644 140736991006368 18446744073709551615 47718576003200 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/18591/statm: 528213 465605 1833 364 0 464137 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 2112852

[startup+522.301 s]
/proc/loadavg: 2.01 2.00 1.97 3/178 18610
/proc/meminfo: memFree=933268/32951124 swapFree=67051728/67111528
[pid=18591] ppid=18589 vsize=2112852 CPUtime=522.2 cores=1,3,5,7
/proc/18591/stat : 18591 (python) R 18589 18591 18249 0 -1 4202496 1863712 936 1 0 51986 234 0 0 25 0 1 0 907412024 2163560448 465605 33554432000 4194304 5683644 140736991006368 18446744073709551615 47718576003212 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/18591/statm: 528213 465605 1833 364 0 464137 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 2112852

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18611
/proc/meminfo: memFree=933172/32951124 swapFree=67051728/67111528
[pid=18591] ppid=18589 vsize=2112852 CPUtime=582.2 cores=1,3,5,7
/proc/18591/stat : 18591 (python) R 18589 18591 18249 0 -1 4202496 1863712 936 1 0 57986 234 0 0 25 0 1 0 907412024 2163560448 465605 33554432000 4194304 5683644 140736991006368 18446744073709551615 47718576003212 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/18591/statm: 528213 465605 1833 364 0 464137 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2112852

[startup+642.301 s]

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

[pid=18622] ppid=18591 vsize=1268100 CPUtime=0.59 cores=1,3,5,7
/proc/18622/stat : 18622 (python) S 18591 18591 18249 0 -1 4202560 1209 0 0 0 30 29 0 0 18 0 2 0 907491816 1298534400 250437 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18622/statm: 317025 250437 415 364 0 252943 0
[pid=18624] ppid=18622 vsize=357928 CPUtime=489.5 cores=1,3,5,7
/proc/18624/stat : 18624 (lingeling) T 18622 18624 18624 0 -1 4202496 342542 0 0 0 48899 51 0 0 25 0 1 0 907491818 366518272 88652 33554432000 4194304 4352236 140733547849120 18446744073709551615 4328102 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/18624/statm: 89482 88652 129 39 0 88562 0
[pid=18622/tid=18628] ppid=18591 vsize=1268100 CPUtime=0 cores=1,3,5,7
/proc/18622/task/18628/stat : 18628 (python) S 18591 18591 18249 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 907501832 1298534400 250437 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 514 18446604471161512960 0 0 -1 5 0 0 0
[pid=18655] ppid=18591 vsize=1268112 CPUtime=0.14 cores=1,3,5,7
/proc/18655/stat : 18655 (python) S 18591 18591 18249 0 -1 4202560 1088 0 0 0 7 7 0 0 19 0 2 0 907540774 1298546688 250421 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18655/statm: 317028 250421 399 364 0 252943 0
[pid=18657] ppid=18655 vsize=386556 CPUtime=100.11 cores=1,3,5,7
/proc/18657/stat : 18657 (lingeling) T 18655 18657 18657 0 -1 4202496 203648 0 0 0 9976 35 0 0 25 0 1 0 907540776 395833344 95808 33554432000 4194304 4352236 140733559014144 18446744073709551615 4238671 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/18657/statm: 96639 95808 129 39 0 95719 0
[pid=18655/tid=18668] ppid=18591 vsize=1268112 CPUtime=0 cores=1,3,5,7
/proc/18655/task/18668/stat : 18668 (python) S 18591 18591 18249 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907550791 1298546688 250421 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 514 18446604471161514752 0 0 -1 1 0 0 0
[pid=18669] ppid=18591 vsize=1278368 CPUtime=0.4 cores=1,3,5,7
/proc/18669/stat : 18669 (python) S 18591 18591 18249 0 -1 4202560 1144 0 0 0 21 19 0 0 19 0 2 0 907550792 1309048832 250425 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18669/statm: 319592 250425 399 364 0 255504 0
[pid=18671] ppid=18669 vsize=709772 CPUtime=292.19 cores=1,3,5,7
/proc/18671/stat : 18671 (glucoser_static) T 18669 18671 18671 0 -1 4202496 169985 0 18 0 29189 30 0 0 25 0 1 0 907550795 726806528 169730 33554432000 134512640 134580299 4292783312 18446744073709551615 134553258 0 0 16781312 8388611 18446744071562691360 0 0 17 3 0 0 14
/proc/18671/statm: 177443 169730 243 17 0 176771 0
[pid=18669/tid=18680] ppid=18591 vsize=1278368 CPUtime=0 cores=1,3,5,7
/proc/18669/task/18680/stat : 18680 (python) S 18591 18591 18249 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907580034 1309048832 250425 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 514 18446604471106922304 0 0 -1 7 0 0 0
[pid=18681] ppid=18591 vsize=1288624 CPUtime=0.27 cores=1,3,5,7
/proc/18681/stat : 18681 (python) S 18591 18591 18249 0 -1 4202560 1146 0 0 0 13 14 0 0 18 0 2 0 907580035 1319550976 250429 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18681/statm: 322156 250429 399 364 0 258065 0
[pid=18683] ppid=18681 vsize=1263376 CPUtime=195.24 cores=1,3,5,7
/proc/18683/stat : 18683 (precosat) T 18681 18683 18683 0 -1 4202496 318403 0 0 0 19462 62 0 0 25 0 1 0 907580038 1293697024 307604 33554432000 4194304 4890832 140735827495184 18446744073709551615 4238265 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/18683/statm: 315844 307604 86 171 0 315671 0
[pid=18681/tid=18686] ppid=18591 vsize=1288624 CPUtime=0 cores=1,3,5,7
/proc/18681/task/18686/stat : 18686 (python) S 18591 18591 18249 0 -1 4202560 51 0 0 0 0 0 0 0 18 0 2 0 907590053 1319550976 250429 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 514 18446604471098582144 0 0 -1 3 0 0 0
[pid=18691] ppid=18591 vsize=1298880 CPUtime=0.15 cores=1,3,5,7
/proc/18691/stat : 18691 (python) S 18591 18591 18249 0 -1 4202560 1105 0 0 0 7 8 0 0 19 0 2 0 907599568 1330053120 250433 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18691/statm: 324720 250433 399 364 0 260626 0
[pid=18693] ppid=18691 vsize=1263260 CPUtime=100.12 cores=1,3,5,7
/proc/18693/stat : 18693 (precosat) T 18691 18693 18693 0 -1 4202496 318481 0 0 0 9959 53 0 0 25 0 1 0 907599570 1293578240 307683 33554432000 4194304 4890832 140734614955968 18446744073709551615 4213873 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/18693/statm: 315815 307683 86 171 0 315642 0
[pid=18691/tid=18700] ppid=18591 vsize=1298880 CPUtime=0 cores=1,3,5,7
/proc/18691/task/18700/stat : 18700 (python) S 18591 18591 18249 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 907609585 1330053120 250433 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 514 18446604458093024320 0 0 -1 3 0 0 0
[pid=18701] ppid=18591 vsize=1309136 CPUtime=0.15 cores=1,3,5,7
/proc/18701/stat : 18701 (python) S 18591 18591 18249 0 -1 4202560 1107 0 0 0 6 9 0 0 19 0 2 0 907609587 1340555264 250437 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18701/statm: 327284 250437 399 364 0 263187 0
[pid=18703] ppid=18701 vsize=394668 CPUtime=100.13 cores=1,3,5,7
/proc/18703/stat : 18703 (lingeling) T 18701 18703 18703 0 -1 4202496 205681 0 0 0 9978 35 0 0 25 0 1 0 907609589 404140032 97837 33554432000 4194304 4352236 140733885429296 18446744073709551615 4235610 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/18703/statm: 98667 97837 129 39 0 97747 0
[pid=18701/tid=18710] ppid=18591 vsize=1309136 CPUtime=0 cores=1,3,5,7
/proc/18701/task/18710/stat : 18710 (python) S 18591 18591 18249 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907619605 1340555264 250437 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 514 18446604454985179328 0 0 -1 3 0 0 0
[pid=18711] ppid=18591 vsize=1319392 CPUtime=0.02 cores=1,3,5,7
/proc/18711/stat : 18711 (python) S 18591 18591 18249 0 -1 4202560 917 0 0 0 0 2 0 0 15 0 1 0 907619607 1351057408 250411 33554432000 4194304 5683644 140736991006368 18446744073709551615 228122734150 0 0 16781312 514 8901267635891568901 0 0 17 1 0 0 0
/proc/18711/statm: 329848 250411 370 364 0 265748 0
[pid=18713] ppid=18711 vsize=741288 CPUtime=6.42 cores=1,3,5,7
/proc/18713/stat : 18713 (cryptominisat-2) R 18711 18713 18713 0 -1 4202496 154028 0 0 0 619 23 0 0 25 0 1 0 907619609 759078912 136133 33554432000 4194304 4677096 140735544632336 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/18713/statm: 185322 136133 361 118 0 180281 0
[pid=18591/tid=18623] ppid=18589 vsize=1329636 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18623/stat : 18623 (python) S 18589 18591 18249 0 -1 4202560 28 936 0 0 0 0 0 0 18 0 8 0 907491818 1361547264 251933 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 2 18446604458093023424 0 0 -1 7 0 0 0
[pid=18591/tid=18656] ppid=18589 vsize=1329636 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18656/stat : 18656 (python) S 18589 18591 18249 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 8 0 907540776 1361547264 251933 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 2 18446604458093023424 0 0 -1 5 0 0 0
[pid=18591/tid=18670] ppid=18589 vsize=1329636 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18670/stat : 18670 (python) S 18589 18591 18249 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 8 0 907550794 1361547264 251933 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 2 18446604458093023424 0 0 -1 1 0 0 0
[pid=18591/tid=18682] ppid=18589 vsize=1329636 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18682/stat : 18682 (python) S 18589 18591 18249 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 8 0 907580037 1361547264 251933 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 2 18446604458093023424 0 0 -1 1 0 0 0
[pid=18591/tid=18692] ppid=18589 vsize=1329636 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18692/stat : 18692 (python) S 18589 18591 18249 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 8 0 907599570 1361547264 251933 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 2 18446604458093023424 0 0 -1 1 0 0 0
[pid=18591/tid=18702] ppid=18589 vsize=1329636 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18702/stat : 18702 (python) S 18589 18591 18249 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 8 0 907609589 1361547264 251933 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 2 18446604458093023424 0 0 -1 3 0 0 0
[pid=18591/tid=18712] ppid=18589 vsize=1329636 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18712/stat : 18712 (python) S 18589 18591 18249 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 8 0 907619609 1361547264 251933 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 2 18446604458093023424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2083.53
Current children cumulated vsize (KiB) 15477096



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+2091.4 s]
/proc/loadavg: 2.00 2.00 1.99 3/228 18714
/proc/meminfo: memFree=98824/32951124 swapFree=67051728/67111528
[pid=18591] ppid=18589 vsize=1329636 CPUtime=798.1 cores=1,3,5,7
/proc/18591/stat : 18591 (python) S 18589 18591 18249 0 -1 4202496 1868931 936 1 0 79557 253 0 0 20 0 8 0 907412024 1361547264 251933 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18591/statm: 332409 251933 1888 364 0 268309 0
[pid=18622] ppid=18591 vsize=1268100 CPUtime=0.59 cores=1,3,5,7
/proc/18622/stat : 18622 (python) S 18591 18591 18249 0 -1 4202560 1209 0 0 0 30 29 0 0 18 0 2 0 907491816 1298534400 250437 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18622/statm: 317025 250437 415 364 0 252943 0
[pid=18624] ppid=18622 vsize=357928 CPUtime=489.5 cores=1,3,5,7
/proc/18624/stat : 18624 (lingeling) T 18622 18624 18624 0 -1 4202496 342542 0 0 0 48899 51 0 0 25 0 1 0 907491818 366518272 88652 33554432000 4194304 4352236 140733547849120 18446744073709551615 4328102 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/18624/statm: 89482 88652 129 39 0 88562 0
[pid=18622/tid=18628] ppid=18591 vsize=1268100 CPUtime=0 cores=1,3,5,7
/proc/18622/task/18628/stat : 18628 (python) S 18591 18591 18249 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 907501832 1298534400 250437 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 514 18446604471161512960 0 0 -1 5 0 0 0
[pid=18655] ppid=18591 vsize=1268112 CPUtime=0.14 cores=1,3,5,7
/proc/18655/stat : 18655 (python) S 18591 18591 18249 0 -1 4202560 1088 0 0 0 7 7 0 0 19 0 2 0 907540774 1298546688 250421 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18655/statm: 317028 250421 399 364 0 252943 0
[pid=18657] ppid=18655 vsize=386556 CPUtime=100.11 cores=1,3,5,7
/proc/18657/stat : 18657 (lingeling) T 18655 18657 18657 0 -1 4202496 203648 0 0 0 9976 35 0 0 25 0 1 0 907540776 395833344 95808 33554432000 4194304 4352236 140733559014144 18446744073709551615 4238671 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/18657/statm: 96639 95808 129 39 0 95719 0
[pid=18655/tid=18668] ppid=18591 vsize=1268112 CPUtime=0 cores=1,3,5,7
/proc/18655/task/18668/stat : 18668 (python) S 18591 18591 18249 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907550791 1298546688 250421 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 514 18446604471161514752 0 0 -1 1 0 0 0
[pid=18669] ppid=18591 vsize=1278368 CPUtime=0.4 cores=1,3,5,7
/proc/18669/stat : 18669 (python) S 18591 18591 18249 0 -1 4202560 1144 0 0 0 21 19 0 0 19 0 2 0 907550792 1309048832 250425 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18669/statm: 319592 250425 399 364 0 255504 0
[pid=18671] ppid=18669 vsize=709772 CPUtime=292.19 cores=1,3,5,7
/proc/18671/stat : 18671 (glucoser_static) T 18669 18671 18671 0 -1 4202496 169985 0 18 0 29189 30 0 0 25 0 1 0 907550795 726806528 169730 33554432000 134512640 134580299 4292783312 18446744073709551615 134553258 0 0 16781312 8388611 18446744071562691360 0 0 17 3 0 0 14
/proc/18671/statm: 177443 169730 243 17 0 176771 0
[pid=18669/tid=18680] ppid=18591 vsize=1278368 CPUtime=0 cores=1,3,5,7
/proc/18669/task/18680/stat : 18680 (python) S 18591 18591 18249 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907580034 1309048832 250425 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 514 18446604471106922304 0 0 -1 7 0 0 0
[pid=18681] ppid=18591 vsize=1288624 CPUtime=0.27 cores=1,3,5,7
/proc/18681/stat : 18681 (python) S 18591 18591 18249 0 -1 4202560 1146 0 0 0 13 14 0 0 18 0 2 0 907580035 1319550976 250429 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18681/statm: 322156 250429 399 364 0 258065 0
[pid=18683] ppid=18681 vsize=1263376 CPUtime=195.24 cores=1,3,5,7
/proc/18683/stat : 18683 (precosat) T 18681 18683 18683 0 -1 4202496 318403 0 0 0 19462 62 0 0 25 0 1 0 907580038 1293697024 307604 33554432000 4194304 4890832 140735827495184 18446744073709551615 4238265 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/18683/statm: 315844 307604 86 171 0 315671 0
[pid=18681/tid=18686] ppid=18591 vsize=1288624 CPUtime=0 cores=1,3,5,7
/proc/18681/task/18686/stat : 18686 (python) S 18591 18591 18249 0 -1 4202560 51 0 0 0 0 0 0 0 18 0 2 0 907590053 1319550976 250429 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 514 18446604471098582144 0 0 -1 3 0 0 0
[pid=18691] ppid=18591 vsize=1298880 CPUtime=0.15 cores=1,3,5,7
/proc/18691/stat : 18691 (python) S 18591 18591 18249 0 -1 4202560 1105 0 0 0 7 8 0 0 19 0 2 0 907599568 1330053120 250433 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18691/statm: 324720 250433 399 364 0 260626 0
[pid=18693] ppid=18691 vsize=1263260 CPUtime=100.12 cores=1,3,5,7
/proc/18693/stat : 18693 (precosat) T 18691 18693 18693 0 -1 4202496 318481 0 0 0 9959 53 0 0 25 0 1 0 907599570 1293578240 307683 33554432000 4194304 4890832 140734614955968 18446744073709551615 4213873 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/18693/statm: 315815 307683 86 171 0 315642 0
[pid=18691/tid=18700] ppid=18591 vsize=1298880 CPUtime=0 cores=1,3,5,7
/proc/18691/task/18700/stat : 18700 (python) S 18591 18591 18249 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 907609585 1330053120 250433 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 514 18446604458093024320 0 0 -1 3 0 0 0
[pid=18701] ppid=18591 vsize=1309136 CPUtime=0.15 cores=1,3,5,7
/proc/18701/stat : 18701 (python) S 18591 18591 18249 0 -1 4202560 1107 0 0 0 6 9 0 0 19 0 2 0 907609587 1340555264 250437 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18701/statm: 327284 250437 399 364 0 263187 0
[pid=18703] ppid=18701 vsize=394668 CPUtime=100.13 cores=1,3,5,7
/proc/18703/stat : 18703 (lingeling) T 18701 18703 18703 0 -1 4202496 205681 0 0 0 9978 35 0 0 25 0 1 0 907609589 404140032 97837 33554432000 4194304 4352236 140733885429296 18446744073709551615 4235610 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/18703/statm: 98667 97837 129 39 0 97747 0
[pid=18701/tid=18710] ppid=18591 vsize=1309136 CPUtime=0 cores=1,3,5,7
/proc/18701/task/18710/stat : 18710 (python) S 18591 18591 18249 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907619605 1340555264 250437 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 514 18446604454985179328 0 0 -1 3 0 0 0
[pid=18711] ppid=18591 vsize=1319392 CPUtime=0.03 cores=1,3,5,7
/proc/18711/stat : 18711 (python) S 18591 18591 18249 0 -1 4202560 919 0 0 0 0 3 0 0 15 0 1 0 907619607 1351057408 250411 33554432000 4194304 5683644 140736991006368 18446744073709551615 228122734150 0 0 16781312 514 6209597475276161285 0 0 17 1 0 0 0
/proc/18711/statm: 329848 250411 370 364 0 265748 0
[pid=18713] ppid=18711 vsize=1140148 CPUtime=15.53 cores=1,3,5,7
/proc/18713/stat : 18713 (cryptominisat-2) R 18711 18713 18713 0 -1 4202496 236121 0 0 0 1518 35 0 0 25 0 1 0 907619609 1167511552 218226 33554432000 4194304 4677096 140735544632336 18446744073709551615 228122411193 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/18713/statm: 285037 218229 366 118 0 279996 0
[pid=18591/tid=18623] ppid=18589 vsize=1329636 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18623/stat : 18623 (python) S 18589 18591 18249 0 -1 4202560 28 936 0 0 0 0 0 0 18 0 8 0 907491818 1361547264 251933 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 2 18446604458093023424 0 0 -1 7 0 0 0
[pid=18591/tid=18656] ppid=18589 vsize=1329636 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18656/stat : 18656 (python) S 18589 18591 18249 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 8 0 907540776 1361547264 251933 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 2 18446604458093023424 0 0 -1 5 0 0 0
[pid=18591/tid=18670] ppid=18589 vsize=1329636 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18670/stat : 18670 (python) S 18589 18591 18249 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 8 0 907550794 1361547264 251933 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 2 18446604458093023424 0 0 -1 1 0 0 0
[pid=18591/tid=18682] ppid=18589 vsize=1329636 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18682/stat : 18682 (python) S 18589 18591 18249 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 8 0 907580037 1361547264 251933 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 2 18446604458093023424 0 0 -1 1 0 0 0
[pid=18591/tid=18692] ppid=18589 vsize=1329636 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18692/stat : 18692 (python) S 18589 18591 18249 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 8 0 907599570 1361547264 251933 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 2 18446604458093023424 0 0 -1 1 0 0 0
[pid=18591/tid=18702] ppid=18589 vsize=1329636 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18702/stat : 18702 (python) S 18589 18591 18249 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 8 0 907609589 1361547264 251933 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 2 18446604458093023424 0 0 -1 3 0 0 0
[pid=18591/tid=18712] ppid=18589 vsize=1329636 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18712/stat : 18712 (python) S 18589 18591 18249 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 8 0 907619609 1361547264 251933 33554432000 4194304 5683644 140736991006368 18446744073709551615 228134537649 0 0 16781312 2 18446604458093023424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2092.65
Current children cumulated vsize (KiB) 15875956

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 18591 and gives
#  childrusage.ru_utime.tv_sec=795
#  childrusage.ru_utime.tv_usec=575054
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=574608
# CPU time returned by wait4() is 798.15
# while last known CPU time is 2092.65
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 2091.5
CPU time (s): 2092.65
CPU user time (s): 2086.22
CPU system time (s): 6.43
CPU usage (%): 100.055
Max. virtual memory (cumulated for all children) (KiB): 15875956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 795.575
system time used= 2.57461
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1869871
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= 1046
involuntary context switches= 8754

runsolver used 3.2895 second user time and 7.69283 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-13 11:42:20
IDJOB=3498537
IDBENCH=88158
IDSOLVER=1991
FILE ID=node138/3498537-1307958133
RUNJOBID= node138-1307953114-18268
PBS_JOBID= 13559690
Free space on /var/tmp= 2456 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
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
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498537-1307958133/watcher-3498537-1307958133 -o /var/tmp/evaluation-result-3498537-1307958133/solver-3498537-1307958133 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498537-1307958133.cnf -seed 454281895 -budget 5000

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

MD5SUM BENCH= 1e60a63f1ba68b9b3c423ca413b4fa2b
RANDOM SEED=454281895

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       4256088 kB
Buffers:        111940 kB
Cached:       27533892 kB
SwapCached:      13136 kB
Active:       12705472 kB
Inactive:     15092428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4256088 kB
SwapTotal:    67111528 kB
SwapFree:     67051728 kB
Dirty:          482260 kB
Writeback:           0 kB
AnonPages:      149504 kB
Mapped:          14060 kB
Slab:           831056 kB
PageTables:       5448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   426816 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 /var/tmp at the end= 2424 MiB
End job on node138 at 2011-06-13 12:17:14