Trace number 3498419

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)UNSAT 596.576 596.085

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
MD5SUMa4c7dbdc89378b1335eea4904f9f5cb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark104.513
Satisfiable
(Un)Satisfiability was proved
Number of variables156058
Number of clauses466691
Sum of the clauses size1088943
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2311126
Number of clauses of size 3155563
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.27/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.27/0.48	c INFO: solving HOME/instance-3498419-1307953837.cnf
0.27/0.48	c INFO: computing task features
1.75/1.92	c INFO: computed variable-clause graph statistics
1.75/1.98	c INFO: computed clause balance statistics
8.75/8.91	c INFO: computed variable balance statistics
13.95/14.13	c INFO: computed small-clause counts
14.06/14.23	c INFO: computed Horn-clause counts
42.15/42.35	c INFO: computed variable graph statistics
42.15/42.35	c INFO: collected features for HOME/instance-3498419-1307953837.cnf in 41.81 s
42.15/42.37	c INFO: running lingeling-276@0 for 97 with 4958 remaining (b = 0.49)
142.46/142.51	c INFO: running lingeling-276@100 for 1164 with 4858 remaining (b = 0.52)
596.46/596.04	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.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 /tmp/evaluation-result-3498419-1307953837/watcher-3498419-1307953837 -o /tmp/evaluation-result-3498419-1307953837/solver-3498419-1307953837 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498419-1307953837.cnf -seed 733535067 -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: 2.00 1.83 1.06 2/178 26601
/proc/meminfo: memFree=30548472/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/26601/stat : 26601 (python) R 26599 26601 26390 0 -1 4202496 793 0 0 0 0 0 0 0 25 0 1 0 906981595 15749120 679 33554432000 4194304 5683644 140736178349824 18446744073709551615 255377299456 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/26601/statm: 3846 680 322 364 0 333 0

[startup+0.023229 s]
/proc/loadavg: 2.00 1.83 1.06 2/178 26601
/proc/meminfo: memFree=30548472/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=16396 CPUtime=0.01 cores=1,3,5,7
/proc/26601/stat : 26601 (python) R 26599 26601 26390 0 -1 4202496 1151 0 0 0 1 0 0 0 25 0 1 0 906981595 16789504 1015 33554432000 4194304 5683644 140736178349824 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26601/statm: 4099 1016 413 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100218 s]
/proc/loadavg: 2.00 1.83 1.06 2/178 26601
/proc/meminfo: memFree=30548472/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=101876 CPUtime=0.06 cores=1,3,5,7
/proc/26601/stat : 26601 (python) R 26599 26601 26390 0 -1 4202496 2962 0 0 0 5 1 0 0 17 0 1 0 906981595 104321024 2654 33554432000 4194304 5683644 140736178349824 18446744073709551615 255377299456 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/26601/statm: 25470 2665 841 364 0 1770 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 101876

[startup+0.300216 s]
/proc/loadavg: 2.00 1.83 1.06 2/178 26601
/proc/meminfo: memFree=30548472/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=156692 CPUtime=0.21 cores=1,3,5,7
/proc/26601/stat : 26601 (python) R 26599 26601 26390 0 -1 4202496 6440 932 1 0 16 5 0 0 17 0 1 0 906981595 160452608 4539 33554432000 4194304 5683644 140736178349824 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/26601/statm: 39172 4539 1257 364 0 3280 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 156692

[startup+0.701093 s]
/proc/loadavg: 2.00 1.83 1.06 2/178 26601
/proc/meminfo: memFree=30548472/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=299712 CPUtime=0.55 cores=1,3,5,7
/proc/26601/stat : 26601 (python) R 26599 26601 26390 0 -1 4202496 14528 932 1 0 47 8 0 0 17 0 1 0 906981595 306905088 12195 33554432000 4194304 5683644 140736178349824 18446744073709551615 255376962245 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/26601/statm: 74928 12195 1761 364 0 10852 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 299712

[startup+1.50096 s]
/proc/loadavg: 2.00 1.83 1.06 3/179 26606
/proc/meminfo: memFree=30486364/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=354448 CPUtime=1.35 cores=1,3,5,7
/proc/26601/stat : 26601 (python) R 26599 26601 26390 0 -1 4202496 26303 932 1 0 125 10 0 0 18 0 1 0 906981595 362954752 23970 33554432000 4194304 5683644 140736178349824 18446744073709551615 47103689435845 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/26601/statm: 88612 23971 1761 364 0 24536 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 354448

[startup+3.10066 s]
/proc/loadavg: 2.00 1.83 1.06 3/179 26606
/proc/meminfo: memFree=30432220/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=373016 CPUtime=2.95 cores=1,3,5,7
/proc/26601/stat : 26601 (python) R 26599 26601 26390 0 -1 4202496 43493 932 1 0 283 12 0 0 21 0 1 0 906981595 381968384 30639 33554432000 4194304 5683644 140736178349824 18446744073709551615 47103692124271 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/26601/statm: 93254 30639 1826 364 0 29178 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 373016

[startup+6.30107 s]
/proc/loadavg: 2.00 1.83 1.06 3/179 26607
/proc/meminfo: memFree=30432048/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=373016 CPUtime=6.15 cores=1,3,5,7
/proc/26601/stat : 26601 (python) R 26599 26601 26390 0 -1 4202496 43493 932 1 0 603 12 0 0 25 0 1 0 906981595 381968384 30639 33554432000 4194304 5683644 140736178349824 18446744073709551615 47103689399904 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/26601/statm: 93254 30639 1826 364 0 29178 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 373016

[startup+12.7009 s]
/proc/loadavg: 2.00 1.83 1.07 3/179 26607
/proc/meminfo: memFree=30432040/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=373016 CPUtime=12.55 cores=1,3,5,7
/proc/26601/stat : 26601 (python) R 26599 26601 26390 0 -1 4202496 43494 932 1 0 1243 12 0 0 25 0 1 0 906981595 381968384 30640 33554432000 4194304 5683644 140736178349824 18446744073709551615 255376962137 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/26601/statm: 93254 30640 1827 364 0 29178 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 373016

[startup+25.5005 s]
/proc/loadavg: 2.00 1.84 1.08 3/179 26607
/proc/meminfo: memFree=30432412/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=373016 CPUtime=25.35 cores=1,3,5,7
/proc/26601/stat : 26601 (python) R 26599 26601 26390 0 -1 4202496 43500 932 1 0 2523 12 0 0 25 0 1 0 906981595 381968384 30646 33554432000 4194304 5683644 140736178349824 18446744073709551615 47103689255052 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26601/statm: 93254 30646 1833 364 0 29178 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 373016

[startup+51.1008 s]
/proc/loadavg: 2.00 1.85 1.10 3/182 26611
/proc/meminfo: memFree=30383228/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=376140 CPUtime=42.24 cores=1,3,5,7
/proc/26601/stat : 26601 (python) S 26599 26601 26390 0 -1 4202496 43868 932 1 0 4211 13 0 0 25 0 2 0 906981595 385167360 28906 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26601/statm: 94035 28906 1875 364 0 29953 0
[pid=26609] ppid=26601 vsize=365896 CPUtime=0 cores=1,3,5,7
/proc/26609/stat : 26609 (python) S 26601 26601 26390 0 -1 4202560 957 0 0 0 0 0 0 0 18 0 1 0 906985833 374677504 27408 33554432000 4194304 5683644 140736178349824 18446744073709551615 255377321487 0 0 16781312 514 5636362415210725640 0 0 17 1 0 0 0
/proc/26609/statm: 91474 27408 381 364 0 27392 0
[pid=26611] ppid=26609 vsize=31660 CPUtime=8.7 cores=1,3,5,7
/proc/26611/stat : 26611 (lingeling) R 26609 26611 26611 0 -1 4202496 23682 0 0 0 868 2 0 0 25 0 1 0 906985834 32419840 7085 33554432000 4194304 4352236 140733287799280 18446744073709551615 4329043 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26611/statm: 7915 7085 129 39 0 6995 0
[pid=26601/tid=26610] ppid=26599 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26601/task/26610/stat : 26610 (python) S 26599 26601 26390 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 2 0 906985834 385167360 28906 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 2 18446604471165531392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 773696

[startup+102.306 s]
/proc/loadavg: 2.00 1.87 1.15 3/182 26612
/proc/meminfo: memFree=30409860/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=376140 CPUtime=42.24 cores=1,3,5,7
/proc/26601/stat : 26601 (python) S 26599 26601 26390 0 -1 4202496 43868 932 1 0 4211 13 0 0 25 0 2 0 906981595 385167360 28906 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26601/statm: 94035 28906 1875 364 0 29953 0
[pid=26609] ppid=26601 vsize=365896 CPUtime=0.06 cores=1,3,5,7
/proc/26609/stat : 26609 (python) S 26601 26601 26390 0 -1 4202560 983 0 0 0 3 3 0 0 18 0 1 0 906985833 374677504 27408 33554432000 4194304 5683644 140736178349824 18446744073709551615 255377321487 0 0 16781312 514 3143776422695239944 0 0 17 1 0 0 0
/proc/26609/statm: 91474 27408 381 364 0 27392 0
[pid=26611] ppid=26609 vsize=29448 CPUtime=59.91 cores=1,3,5,7
/proc/26611/stat : 26611 (lingeling) R 26609 26611 26611 0 -1 4202496 25742 0 0 0 5988 3 0 0 25 0 1 0 906985834 30154752 6532 33554432000 4194304 4352236 140733287799280 18446744073709551615 4207863 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26611/statm: 7362 6532 129 39 0 6442 0
[pid=26601/tid=26610] ppid=26599 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26601/task/26610/stat : 26610 (python) S 26599 26601 26390 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 2 0 906985834 385167360 28906 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 2 18446604471165531392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 771484

[startup+162.301 s]
/proc/loadavg: 2.00 1.89 1.20 3/183 26615
/proc/meminfo: memFree=30405820/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=376140 CPUtime=42.26 cores=1,3,5,7
/proc/26601/stat : 26601 (python) S 26599 26601 26390 0 -1 4202496 44363 932 1 0 4213 13 0 0 18 0 2 0 906981595 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26601/statm: 94035 28907 1876 364 0 29953 0
[pid=26609] ppid=26601 vsize=376140 CPUtime=0.14 cores=1,3,5,7
/proc/26609/stat : 26609 (python) S 26601 26601 26390 0 -1 4202560 1167 0 0 0 8 6 0 0 18 0 2 0 906985833 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26609/statm: 94035 27447 415 364 0 29953 0
[pid=26611] ppid=26609 vsize=33232 CPUtime=119.88 cores=1,3,5,7
/proc/26611/stat : 26611 (lingeling) R 26609 26611 26611 0 -1 4202496 26986 0 0 0 11985 3 0 0 25 0 1 0 906985834 34029568 7330 33554432000 4194304 4352236 140733287799280 18446744073709551615 4241241 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26611/statm: 8308 7330 129 39 0 7388 0
[pid=26609/tid=26614] ppid=26601 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26614/stat : 26614 (python) S 26601 26601 26390 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 906995844 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 514 18446604454225011136 0 0 -1 1 0 0 0
[pid=26601/tid=26610] ppid=26599 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26601/task/26610/stat : 26610 (python) S 26599 26601 26390 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 906985834 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 2 18446604471165531392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 785512

[startup+222.301 s]
/proc/loadavg: 2.00 1.91 1.25 3/183 26616
/proc/meminfo: memFree=30405148/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=376140 CPUtime=42.26 cores=1,3,5,7
/proc/26601/stat : 26601 (python) S 26599 26601 26390 0 -1 4202496 44363 932 1 0 4213 13 0 0 18 0 2 0 906981595 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26601/statm: 94035 28907 1876 364 0 29953 0
[pid=26609] ppid=26601 vsize=376140 CPUtime=0.21 cores=1,3,5,7
/proc/26609/stat : 26609 (python) S 26601 26601 26390 0 -1 4202560 1185 0 0 0 12 9 0 0 18 0 2 0 906985833 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26609/statm: 94035 27447 415 364 0 29953 0
[pid=26611] ppid=26609 vsize=33044 CPUtime=179.88 cores=1,3,5,7
/proc/26611/stat : 26611 (lingeling) R 26609 26611 26611 0 -1 4202496 27431 0 0 0 17985 3 0 0 25 0 1 0 906985834 33837056 7431 33554432000 4194304 4352236 140733287799280 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26611/statm: 8261 7431 129 39 0 7341 0
[pid=26609/tid=26614] ppid=26601 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26614/stat : 26614 (python) S 26601 26601 26390 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 906995844 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 514 18446604454225011136 0 0 -1 1 0 0 0
[pid=26601/tid=26610] ppid=26599 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26601/task/26610/stat : 26610 (python) S 26599 26601 26390 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 906985834 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 2 18446604471165531392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 785324

[startup+282.301 s]
/proc/loadavg: 2.00 1.92 1.29 3/183 26618
/proc/meminfo: memFree=30404480/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=376140 CPUtime=42.26 cores=1,3,5,7
/proc/26601/stat : 26601 (python) S 26599 26601 26390 0 -1 4202496 44363 932 1 0 4213 13 0 0 18 0 2 0 906981595 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26601/statm: 94035 28907 1876 364 0 29953 0
[pid=26609] ppid=26601 vsize=376140 CPUtime=0.28 cores=1,3,5,7
/proc/26609/stat : 26609 (python) S 26601 26601 26390 0 -1 4202560 1201 0 0 0 16 12 0 0 18 0 2 0 906985833 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26609/statm: 94035 27447 415 364 0 29953 0
[pid=26611] ppid=26609 vsize=33664 CPUtime=239.88 cores=1,3,5,7
/proc/26611/stat : 26611 (lingeling) R 26609 26611 26611 0 -1 4202496 27593 0 0 0 23985 3 0 0 25 0 1 0 906985834 34471936 7586 33554432000 4194304 4352236 140733287799280 18446744073709551615 4278806 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26611/statm: 8416 7586 129 39 0 7496 0
[pid=26609/tid=26614] ppid=26601 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26614/stat : 26614 (python) S 26601 26601 26390 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 906995844 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 514 18446604454225011136 0 0 -1 1 0 0 0
[pid=26601/tid=26610] ppid=26599 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26601/task/26610/stat : 26610 (python) S 26599 26601 26390 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 906985834 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 2 18446604471165531392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 282.42
Current children cumulated vsize (KiB) 785944


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

/proc/meminfo: memFree=30391032/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=376140 CPUtime=42.26 cores=1,3,5,7
/proc/26601/stat : 26601 (python) S 26599 26601 26390 0 -1 4202496 44363 932 1 0 4213 13 0 0 18 0 2 0 906981595 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26601/statm: 94035 28907 1876 364 0 29953 0
[pid=26609] ppid=26601 vsize=376140 CPUtime=0.56 cores=1,3,5,7
/proc/26609/stat : 26609 (python) S 26601 26601 26390 0 -1 4202560 1201 0 0 0 30 26 0 0 18 0 2 0 906985833 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26609/statm: 94035 27447 415 364 0 29953 0
[pid=26611] ppid=26609 vsize=54488 CPUtime=479.87 cores=1,3,5,7
/proc/26611/stat : 26611 (lingeling) R 26609 26611 26611 0 -1 4202496 37221 0 0 0 47983 4 0 0 25 0 1 0 906985834 55795712 12792 33554432000 4194304 4352236 140733287799280 18446744073709551615 4328479 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26611/statm: 13622 12792 129 39 0 12702 0
[pid=26609/tid=26614] ppid=26601 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26614/stat : 26614 (python) S 26601 26601 26390 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 906995844 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 514 18446604454225011136 0 0 -1 1 0 0 0
[pid=26601/tid=26610] ppid=26599 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26601/task/26610/stat : 26610 (python) S 26599 26601 26390 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 906985834 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 2 18446604471165531392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 522.69
Current children cumulated vsize (KiB) 806768

[startup+582.3 s]
/proc/loadavg: 2.00 1.96 1.47 3/183 26626
/proc/meminfo: memFree=30383400/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=376140 CPUtime=42.26 cores=1,3,5,7
/proc/26601/stat : 26601 (python) S 26599 26601 26390 0 -1 4202496 44363 932 1 0 4213 13 0 0 18 0 2 0 906981595 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26601/statm: 94035 28907 1876 364 0 29953 0
[pid=26609] ppid=26601 vsize=376140 CPUtime=0.62 cores=1,3,5,7
/proc/26609/stat : 26609 (python) S 26601 26601 26390 0 -1 4202560 1201 0 0 0 33 29 0 0 18 0 2 0 906985833 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26609/statm: 94035 27447 415 364 0 29953 0
[pid=26611] ppid=26609 vsize=54484 CPUtime=539.87 cores=1,3,5,7
/proc/26611/stat : 26611 (lingeling) R 26609 26611 26611 0 -1 4202496 39269 0 0 0 53983 4 0 0 25 0 1 0 906985834 55791616 12791 33554432000 4194304 4352236 140733287799280 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26611/statm: 13621 12791 129 39 0 12701 0
[pid=26609/tid=26614] ppid=26601 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26614/stat : 26614 (python) S 26601 26601 26390 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 906995844 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 514 18446604454225011136 0 0 -1 1 0 0 0
[pid=26601/tid=26610] ppid=26599 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26601/task/26610/stat : 26610 (python) S 26599 26601 26390 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 906985834 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 2 18446604471165531392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 582.75
Current children cumulated vsize (KiB) 806764

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

[startup+588.701 s]
/proc/loadavg: 2.00 1.96 1.48 3/183 26626
/proc/meminfo: memFree=30383276/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=376140 CPUtime=42.26 cores=1,3,5,7
/proc/26601/stat : 26601 (python) S 26599 26601 26390 0 -1 4202496 44363 932 1 0 4213 13 0 0 18 0 2 0 906981595 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26601/statm: 94035 28907 1876 364 0 29953 0
[pid=26609] ppid=26601 vsize=376140 CPUtime=0.63 cores=1,3,5,7
/proc/26609/stat : 26609 (python) S 26601 26601 26390 0 -1 4202560 1201 0 0 0 33 30 0 0 18 0 2 0 906985833 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26609/statm: 94035 27447 415 364 0 29953 0
[pid=26611] ppid=26609 vsize=54484 CPUtime=546.27 cores=1,3,5,7
/proc/26611/stat : 26611 (lingeling) R 26609 26611 26611 0 -1 4202496 39269 0 0 0 54623 4 0 0 25 0 1 0 906985834 55791616 12791 33554432000 4194304 4352236 140733287799280 18446744073709551615 4329202 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26611/statm: 13621 12791 129 39 0 12701 0
[pid=26609/tid=26614] ppid=26601 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26614/stat : 26614 (python) S 26601 26601 26390 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 906995844 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 514 18446604454225011136 0 0 -1 1 0 0 0
[pid=26601/tid=26610] ppid=26599 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26601/task/26610/stat : 26610 (python) S 26599 26601 26390 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 906985834 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 2 18446604471165531392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 589.16
Current children cumulated vsize (KiB) 806764

[startup+591.901 s]
/proc/loadavg: 2.00 1.96 1.48 3/183 26626
/proc/meminfo: memFree=30382652/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=376140 CPUtime=42.26 cores=1,3,5,7
/proc/26601/stat : 26601 (python) S 26599 26601 26390 0 -1 4202496 44363 932 1 0 4213 13 0 0 18 0 2 0 906981595 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26601/statm: 94035 28907 1876 364 0 29953 0
[pid=26609] ppid=26601 vsize=376140 CPUtime=0.63 cores=1,3,5,7
/proc/26609/stat : 26609 (python) S 26601 26601 26390 0 -1 4202560 1201 0 0 0 33 30 0 0 18 0 2 0 906985833 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26609/statm: 94035 27447 415 364 0 29953 0
[pid=26611] ppid=26609 vsize=55508 CPUtime=549.47 cores=1,3,5,7
/proc/26611/stat : 26611 (lingeling) R 26609 26611 26611 0 -1 4202496 39525 0 0 0 54943 4 0 0 25 0 1 0 906985834 56840192 13047 33554432000 4194304 4352236 140733287799280 18446744073709551615 4279064 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26611/statm: 13877 13047 129 39 0 12957 0
[pid=26609/tid=26614] ppid=26601 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26614/stat : 26614 (python) S 26601 26601 26390 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 906995844 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 514 18446604454225011136 0 0 -1 1 0 0 0
[pid=26601/tid=26610] ppid=26599 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26601/task/26610/stat : 26610 (python) S 26599 26601 26390 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 906985834 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 2 18446604471165531392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 592.36
Current children cumulated vsize (KiB) 807788

[startup+593.5 s]
/proc/loadavg: 2.00 1.96 1.48 3/183 26626
/proc/meminfo: memFree=30382652/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=376140 CPUtime=42.26 cores=1,3,5,7
/proc/26601/stat : 26601 (python) S 26599 26601 26390 0 -1 4202496 44363 932 1 0 4213 13 0 0 18 0 2 0 906981595 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26601/statm: 94035 28907 1876 364 0 29953 0
[pid=26609] ppid=26601 vsize=376140 CPUtime=0.64 cores=1,3,5,7
/proc/26609/stat : 26609 (python) S 26601 26601 26390 0 -1 4202560 1201 0 0 0 34 30 0 0 18 0 2 0 906985833 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26609/statm: 94035 27447 415 364 0 29953 0
[pid=26611] ppid=26609 vsize=55508 CPUtime=551.06 cores=1,3,5,7
/proc/26611/stat : 26611 (lingeling) R 26609 26611 26611 0 -1 4202496 39525 0 0 0 55102 4 0 0 25 0 1 0 906985834 56840192 13047 33554432000 4194304 4352236 140733287799280 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26611/statm: 13877 13047 129 39 0 12957 0
[pid=26609/tid=26614] ppid=26601 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26614/stat : 26614 (python) S 26601 26601 26390 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 906995844 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 514 18446604454225011136 0 0 -1 1 0 0 0
[pid=26601/tid=26610] ppid=26599 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26601/task/26610/stat : 26610 (python) S 26599 26601 26390 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 906985834 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 2 18446604471165531392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 593.96
Current children cumulated vsize (KiB) 807788

[startup+595.107 s]
/proc/loadavg: 2.00 1.96 1.48 3/183 26626
/proc/meminfo: memFree=30382772/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=376140 CPUtime=42.26 cores=1,3,5,7
/proc/26601/stat : 26601 (python) S 26599 26601 26390 0 -1 4202496 44363 932 1 0 4213 13 0 0 18 0 2 0 906981595 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26601/statm: 94035 28907 1876 364 0 29953 0
[pid=26609] ppid=26601 vsize=376140 CPUtime=0.64 cores=1,3,5,7
/proc/26609/stat : 26609 (python) S 26601 26601 26390 0 -1 4202560 1201 0 0 0 34 30 0 0 18 0 2 0 906985833 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26609/statm: 94035 27447 415 364 0 29953 0
[pid=26611] ppid=26609 vsize=55508 CPUtime=552.67 cores=1,3,5,7
/proc/26611/stat : 26611 (lingeling) R 26609 26611 26611 0 -1 4202496 39525 0 0 0 55263 4 0 0 25 0 1 0 906985834 56840192 13047 33554432000 4194304 4352236 140733287799280 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26611/statm: 13877 13047 129 39 0 12957 0
[pid=26609/tid=26614] ppid=26601 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26614/stat : 26614 (python) S 26601 26601 26390 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 906995844 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 514 18446604454225011136 0 0 -1 1 0 0 0
[pid=26601/tid=26610] ppid=26599 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26601/task/26610/stat : 26610 (python) S 26599 26601 26390 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 906985834 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 2 18446604471165531392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 595.57
Current children cumulated vsize (KiB) 807788

[startup+595.501 s]
/proc/loadavg: 2.00 1.96 1.48 3/183 26626
/proc/meminfo: memFree=30382772/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=376140 CPUtime=42.26 cores=1,3,5,7
/proc/26601/stat : 26601 (python) S 26599 26601 26390 0 -1 4202496 44363 932 1 0 4213 13 0 0 18 0 2 0 906981595 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26601/statm: 94035 28907 1876 364 0 29953 0
[pid=26609] ppid=26601 vsize=376140 CPUtime=0.64 cores=1,3,5,7
/proc/26609/stat : 26609 (python) S 26601 26601 26390 0 -1 4202560 1201 0 0 0 34 30 0 0 18 0 2 0 906985833 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26609/statm: 94035 27447 415 364 0 29953 0
[pid=26611] ppid=26609 vsize=55508 CPUtime=553.06 cores=1,3,5,7
/proc/26611/stat : 26611 (lingeling) R 26609 26611 26611 0 -1 4202496 39525 0 0 0 55302 4 0 0 25 0 1 0 906985834 56840192 13047 33554432000 4194304 4352236 140733287799280 18446744073709551615 4328403 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26611/statm: 13877 13047 129 39 0 12957 0
[pid=26609/tid=26614] ppid=26601 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26614/stat : 26614 (python) S 26601 26601 26390 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 906995844 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 514 18446604454225011136 0 0 -1 1 0 0 0
[pid=26601/tid=26610] ppid=26599 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26601/task/26610/stat : 26610 (python) S 26599 26601 26390 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 906985834 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 2 18446604471165531392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 595.96
Current children cumulated vsize (KiB) 807788

[startup+595.901 s]
/proc/loadavg: 2.00 1.96 1.48 3/183 26626
/proc/meminfo: memFree=30382772/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=376140 CPUtime=42.26 cores=1,3,5,7
/proc/26601/stat : 26601 (python) S 26599 26601 26390 0 -1 4202496 44363 932 1 0 4213 13 0 0 18 0 2 0 906981595 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26601/statm: 94035 28907 1876 364 0 29953 0
[pid=26609] ppid=26601 vsize=376140 CPUtime=0.64 cores=1,3,5,7
/proc/26609/stat : 26609 (python) S 26601 26601 26390 0 -1 4202560 1201 0 0 0 34 30 0 0 18 0 2 0 906985833 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26609/statm: 94035 27447 415 364 0 29953 0
[pid=26611] ppid=26609 vsize=55508 CPUtime=553.46 cores=1,3,5,7
/proc/26611/stat : 26611 (lingeling) R 26609 26611 26611 0 -1 4202496 39525 0 0 0 55342 4 0 0 25 0 1 0 906985834 56840192 13047 33554432000 4194304 4352236 140733287799280 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26611/statm: 13877 13047 129 39 0 12957 0
[pid=26609/tid=26614] ppid=26601 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26614/stat : 26614 (python) S 26601 26601 26390 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 906995844 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 514 18446604454225011136 0 0 -1 1 0 0 0
[pid=26601/tid=26610] ppid=26599 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26601/task/26610/stat : 26610 (python) S 26599 26601 26390 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 906985834 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 2 18446604471165531392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 596.36
Current children cumulated vsize (KiB) 807788

[startup+596.001 s]
/proc/loadavg: 2.00 1.96 1.48 3/183 26626
/proc/meminfo: memFree=30382772/32951124 swapFree=67072804/67111528
[pid=26601] ppid=26599 vsize=376140 CPUtime=42.26 cores=1,3,5,7
/proc/26601/stat : 26601 (python) S 26599 26601 26390 0 -1 4202496 44363 932 1 0 4213 13 0 0 18 0 2 0 906981595 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26601/statm: 94035 28907 1876 364 0 29953 0
[pid=26609] ppid=26601 vsize=376140 CPUtime=0.64 cores=1,3,5,7
/proc/26609/stat : 26609 (python) S 26601 26601 26390 0 -1 4202560 1201 0 0 0 34 30 0 0 18 0 2 0 906985833 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26609/statm: 94035 27447 415 364 0 29953 0
[pid=26611] ppid=26609 vsize=55508 CPUtime=553.56 cores=1,3,5,7
/proc/26611/stat : 26611 (lingeling) R 26609 26611 26611 0 -1 4202496 39525 0 0 0 55352 4 0 0 25 0 1 0 906985834 56840192 13047 33554432000 4194304 4352236 140733287799280 18446744073709551615 4328068 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26611/statm: 13877 13047 129 39 0 12957 0
[pid=26609/tid=26614] ppid=26601 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26609/task/26614/stat : 26614 (python) S 26601 26601 26390 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 906995844 385167360 27447 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 514 18446604454225011136 0 0 -1 1 0 0 0
[pid=26601/tid=26610] ppid=26599 vsize=376140 CPUtime=0 cores=1,3,5,7
/proc/26601/task/26610/stat : 26610 (python) S 26599 26601 26390 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 906985834 385167360 28907 33554432000 4194304 5683644 140736178349824 18446744073709551615 255389125041 0 0 16781312 2 18446604471165531392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 596.46
Current children cumulated vsize (KiB) 807788

Child status: 0
Real time (s): 596.085
CPU time (s): 596.576
CPU user time (s): 596.073
CPU system time (s): 0.502923
CPU usage (%): 100.082
Max. virtual memory (cumulated for all children) (KiB): 807788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 596.073
system time used= 0.502923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99289
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= 1596
involuntary context switches= 1208

runsolver used 0.943856 second user time and 2.26166 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-13 10:30:37
IDJOB=3498419
IDBENCH=82488
IDSOLVER=1991
FILE ID=node135/3498419-1307953837
RUNJOBID= node135-1307953114-26409
PBS_JOBID= 13559693
Free space on /tmp= 73688 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.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 /tmp/evaluation-result-3498419-1307953837/watcher-3498419-1307953837 -o /tmp/evaluation-result-3498419-1307953837/solver-3498419-1307953837 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498419-1307953837.cnf -seed 733535067 -budget 5000

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

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=733535067

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30549024 kB
Buffers:        184448 kB
Cached:         605340 kB
SwapCached:       6348 kB
Active:        1857112 kB
Inactive:       332608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30549024 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:           40028 kB
Writeback:           0 kB
AnonPages:     1398464 kB
Mapped:          15872 kB
Slab:           144684 kB
PageTables:       7140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1556704 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73656 MiB
End job on node135 at 2011-06-13 10:40:33