Trace number 3484681

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, 1200 s timeout)UNSAT 780.823 780.595

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer17.shuffled.cnf
MD5SUMca62f6128dc3cad7229c7b9ee33a7492
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.484925
Satisfiable
(Un)Satisfiability was proved
Number of variables286
Number of clauses1742
Sum of the clauses size3718
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21716
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

Solver Data

0.37/0.54	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.54	c INFO: solving HOME/instance-3484681-1307753212.cnf
0.37/0.54	c INFO: computing task features
0.37/0.54	c INFO: computed variable-clause graph statistics
0.37/0.54	c INFO: computed clause balance statistics
0.37/0.57	c INFO: computed variable balance statistics
0.37/0.58	c INFO: computed small-clause counts
0.37/0.58	c INFO: computed Horn-clause counts
0.37/0.59	c INFO: computed variable graph statistics
0.37/0.59	c INFO: collected features for HOME/instance-3484681-1307753212.cnf in 0.05 s
0.37/0.59	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.57)
587.29/587.27	c INFO: running cryptominisat-2.9.0@0 for 613 with 613 remaining (b = 0.50)
780.66/780.57	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: 988)

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-3484681-1307753212/watcher-3484681-1307753212 -o /tmp/evaluation-result-3484681-1307753212/solver-3484681-1307753212 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484681-1307753212.cnf -seed 730358941 -budget 1200 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.06 4.06 3.92 4/193 16968
/proc/meminfo: memFree=31003904/32951124 swapFree=67063556/67111528
[pid=16968] ppid=16966 vsize=15216 CPUtime=0 cores=5,7
/proc/16968/stat : 16968 (python) R 16966 16968 15206 0 -1 4202496 667 0 0 0 0 0 0 0 18 0 1 0 886919414 15581184 562 33554432000 4194304 5683644 140736623111408 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16968/statm: 3804 563 314 364 0 291 0

[startup+0.0343421 s]
/proc/loadavg: 4.06 4.06 3.92 4/193 16968
/proc/meminfo: memFree=31003904/32951124 swapFree=67063556/67111528
[pid=16968] ppid=16966 vsize=18884 CPUtime=0.01 cores=5,7
/proc/16968/stat : 16968 (python) R 16966 16968 15206 0 -1 4202496 1274 0 0 0 1 0 0 0 17 0 1 0 886919414 19337216 1126 33554432000 4194304 5683644 140736623111408 18446744073709551615 246516495045 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16968/statm: 4721 1126 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.100338 s]
/proc/loadavg: 4.06 4.06 3.92 4/193 16968
/proc/meminfo: memFree=31003904/32951124 swapFree=67063556/67111528
[pid=16968] ppid=16966 vsize=94212 CPUtime=0.06 cores=5,7
/proc/16968/stat : 16968 (python) S 16966 16968 15206 0 -1 4202496 2780 0 0 0 4 2 0 0 17 0 1 0 886919414 96473088 2484 33554432000 4194304 5683644 140736623111408 18446744073709551615 246511910535 0 2147483391 16781312 2 18446744071699453118 0 0 17 5 0 0 0
/proc/16968/statm: 23553 2484 765 364 0 1685 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 94212

[startup+0.300309 s]
/proc/loadavg: 4.06 4.06 3.92 4/193 16968
/proc/meminfo: memFree=31003904/32951124 swapFree=67063556/67111528
[pid=16968] ppid=16966 vsize=135752 CPUtime=0.22 cores=5,7
/proc/16968/stat : 16968 (python) S 16966 16968 15206 0 -1 4202496 5975 932 1 0 14 8 0 0 17 0 1 0 886919414 139010048 4150 33554432000 4194304 5683644 140736623111408 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 5 0 0 0
/proc/16968/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 135752

[startup+0.700161 s]
/proc/loadavg: 4.06 4.06 3.92 4/193 16968
/proc/meminfo: memFree=31003904/32951124 swapFree=67063556/67111528
[pid=16968] ppid=16966 vsize=288532 CPUtime=0.45 cores=5,7
/proc/16968/stat : 16968 (python) S 16966 16968 15206 0 -1 4202496 9686 932 1 0 33 12 0 0 19 0 2 0 886919414 295456768 7007 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16968/statm: 72133 7007 1867 364 0 8051 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 288532

[startup+1.50105 s]
/proc/loadavg: 4.06 4.06 3.92 5/203 16986
/proc/meminfo: memFree=30947728/32951124 swapFree=67063556/67111528
[pid=16968] ppid=16966 vsize=288532 CPUtime=0.45 cores=5,7
/proc/16968/stat : 16968 (python) S 16966 16968 15206 0 -1 4202496 9686 932 1 0 33 12 0 0 19 0 2 0 886919414 295456768 7007 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16968/statm: 72133 7007 1867 364 0 8051 0
[pid=16984] ppid=16968 vsize=278288 CPUtime=0 cores=5,7
/proc/16984/stat : 16984 (python) S 16968 16968 15206 0 -1 4202560 712 0 0 0 0 0 0 0 18 0 1 0 886919473 284966912 5483 33554432000 4194304 5683644 140736623111408 18446744073709551615 246516854287 0 0 16781312 514 2603797745374330879 0 0 17 5 0 0 0
/proc/16984/statm: 69572 5483 347 364 0 5490 0
[pid=16986] ppid=16984 vsize=6724 CPUtime=0.89 cores=5,7
/proc/16986/stat : 16986 (lingeling) R 16984 16986 16986 0 -1 4202496 1341 0 0 0 89 0 0 0 21 0 1 0 886919474 6885376 876 33554432000 4194304 4352236 140736943779152 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16986/statm: 1681 876 128 39 0 761 0
[pid=16968/tid=16985] ppid=16966 vsize=288532 CPUtime=0 cores=5,7
/proc/16968/task/16985/stat : 16985 (python) S 16966 16968 15206 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886919473 295456768 7007 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 2 18446604471110853760 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 573544

[startup+3.10078 s]
/proc/loadavg: 4.06 4.06 3.92 5/203 16986
/proc/meminfo: memFree=30941032/32951124 swapFree=67063556/67111528
[pid=16968] ppid=16966 vsize=288532 CPUtime=0.45 cores=5,7
/proc/16968/stat : 16968 (python) S 16966 16968 15206 0 -1 4202496 9686 932 1 0 33 12 0 0 19 0 2 0 886919414 295456768 7007 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16968/statm: 72133 7007 1867 364 0 8051 0
[pid=16984] ppid=16968 vsize=278288 CPUtime=0 cores=5,7
/proc/16984/stat : 16984 (python) S 16968 16968 15206 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 886919473 284966912 5490 33554432000 4194304 5683644 140736623111408 18446744073709551615 246516854287 0 0 16781312 514 2603797745374298373 0 0 17 5 0 0 0
/proc/16984/statm: 69572 5490 354 364 0 5490 0
[pid=16986] ppid=16984 vsize=8544 CPUtime=2.49 cores=5,7
/proc/16986/stat : 16986 (lingeling) R 16984 16986 16986 0 -1 4202496 2337 0 0 0 249 0 0 0 25 0 1 0 886919474 8749056 1332 33554432000 4194304 4352236 140736943779152 18446744073709551615 4329149 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16986/statm: 2136 1332 129 39 0 1216 0
[pid=16968/tid=16985] ppid=16966 vsize=288532 CPUtime=0 cores=5,7
/proc/16968/task/16985/stat : 16985 (python) S 16966 16968 15206 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886919473 295456768 7007 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 2 18446604471110853760 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 575364

[startup+6.30117 s]
/proc/loadavg: 4.06 4.06 3.92 5/203 16986
/proc/meminfo: memFree=30929156/32951124 swapFree=67063556/67111528
[pid=16968] ppid=16966 vsize=288532 CPUtime=0.45 cores=5,7
/proc/16968/stat : 16968 (python) S 16966 16968 15206 0 -1 4202496 9686 932 1 0 33 12 0 0 19 0 2 0 886919414 295456768 7007 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16968/statm: 72133 7007 1867 364 0 8051 0
[pid=16984] ppid=16968 vsize=278288 CPUtime=0 cores=5,7
/proc/16984/stat : 16984 (python) S 16968 16968 15206 0 -1 4202560 871 0 0 0 0 0 0 0 18 0 1 0 886919473 284966912 5513 33554432000 4194304 5683644 140736623111408 18446744073709551615 246516854287 0 0 16781312 514 2603797745374298373 0 0 17 5 0 0 0
/proc/16984/statm: 69572 5513 377 364 0 5490 0
[pid=16986] ppid=16984 vsize=13224 CPUtime=5.69 cores=5,7
/proc/16986/stat : 16986 (lingeling) R 16984 16986 16986 0 -1 4202496 4418 0 0 0 569 0 0 0 25 0 1 0 886919474 13541376 2502 33554432000 4194304 4352236 140736943779152 18446744073709551615 4270906 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16986/statm: 3306 2502 129 39 0 2386 0
[pid=16968/tid=16985] ppid=16966 vsize=288532 CPUtime=0 cores=5,7
/proc/16968/task/16985/stat : 16985 (python) S 16966 16968 15206 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886919473 295456768 7007 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 2 18446604471110853760 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 580044

[startup+12.701 s]
/proc/loadavg: 4.05 4.06 3.92 5/203 16987
/proc/meminfo: memFree=30925724/32951124 swapFree=67063556/67111528
[pid=16968] ppid=16966 vsize=288532 CPUtime=0.45 cores=5,7
/proc/16968/stat : 16968 (python) S 16966 16968 15206 0 -1 4202496 9686 932 1 0 33 12 0 0 19 0 2 0 886919414 295456768 7007 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16968/statm: 72133 7007 1867 364 0 8051 0
[pid=16984] ppid=16968 vsize=278288 CPUtime=0 cores=5,7
/proc/16984/stat : 16984 (python) S 16968 16968 15206 0 -1 4202560 875 0 0 0 0 0 0 0 18 0 1 0 886919473 284966912 5513 33554432000 4194304 5683644 140736623111408 18446744073709551615 246516854287 0 0 16781312 514 15558793220472144133 0 0 17 5 0 0 0
/proc/16984/statm: 69572 5513 377 364 0 5490 0
[pid=16986] ppid=16984 vsize=13356 CPUtime=12.07 cores=5,7
/proc/16986/stat : 16986 (lingeling) R 16984 16986 16986 0 -1 4202496 6467 0 0 0 1207 0 0 0 25 0 1 0 886919474 13676544 2535 33554432000 4194304 4352236 140736943779152 18446744073709551615 4328184 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16986/statm: 3339 2535 129 39 0 2419 0
[pid=16968/tid=16985] ppid=16966 vsize=288532 CPUtime=0 cores=5,7
/proc/16968/task/16985/stat : 16985 (python) S 16966 16968 15206 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886919473 295456768 7007 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 2 18446604471110853760 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 580176

[startup+25.5007 s]
/proc/loadavg: 4.04 4.05 3.92 5/203 16987
/proc/meminfo: memFree=30920656/32951124 swapFree=67063556/67111528
[pid=16968] ppid=16966 vsize=288532 CPUtime=0.45 cores=5,7
/proc/16968/stat : 16968 (python) S 16966 16968 15206 0 -1 4202496 9686 932 1 0 33 12 0 0 19 0 2 0 886919414 295456768 7007 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16968/statm: 72133 7007 1867 364 0 8051 0
[pid=16984] ppid=16968 vsize=278288 CPUtime=0.02 cores=5,7
/proc/16984/stat : 16984 (python) S 16968 16968 15206 0 -1 4202560 881 0 0 0 1 1 0 0 18 0 1 0 886919473 284966912 5513 33554432000 4194304 5683644 140736623111408 18446744073709551615 246516854287 0 0 16781312 514 15558793220472144133 0 0 17 5 0 0 0
/proc/16984/statm: 69572 5513 377 364 0 5490 0
[pid=16986] ppid=16984 vsize=18888 CPUtime=24.86 cores=5,7
/proc/16986/stat : 16986 (lingeling) R 16984 16986 16986 0 -1 4202496 11296 0 0 0 2485 1 0 0 25 0 1 0 886919474 19341312 3914 33554432000 4194304 4352236 140736943779152 18446744073709551615 246516528109 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16986/statm: 4722 3918 129 39 0 3802 0
[pid=16968/tid=16985] ppid=16966 vsize=288532 CPUtime=0 cores=5,7
/proc/16968/task/16985/stat : 16985 (python) S 16966 16968 15206 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886919473 295456768 7007 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 2 18446604471110853760 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 585708

[startup+51.101 s]
/proc/loadavg: 4.02 4.05 3.92 5/203 16988
/proc/meminfo: memFree=30916632/32951124 swapFree=67063556/67111528
[pid=16968] ppid=16966 vsize=288532 CPUtime=0.45 cores=5,7
/proc/16968/stat : 16968 (python) S 16966 16968 15206 0 -1 4202496 9686 932 1 0 33 12 0 0 19 0 2 0 886919414 295456768 7007 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16968/statm: 72133 7007 1867 364 0 8051 0
[pid=16984] ppid=16968 vsize=278288 CPUtime=0.06 cores=5,7
/proc/16984/stat : 16984 (python) S 16968 16968 15206 0 -1 4202560 892 0 0 0 3 3 0 0 18 0 1 0 886919473 284966912 5513 33554432000 4194304 5683644 140736623111408 18446744073709551615 246516854287 0 0 16781312 514 15558793220472144133 0 0 17 5 0 0 0
/proc/16984/statm: 69572 5513 377 364 0 5490 0
[pid=16986] ppid=16984 vsize=21064 CPUtime=50.43 cores=5,7
/proc/16986/stat : 16986 (lingeling) R 16984 16986 16986 0 -1 4202496 18564 0 0 0 5041 2 0 0 25 0 1 0 886919474 21569536 4462 33554432000 4194304 4352236 140736943779152 18446744073709551615 4328854 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16986/statm: 5266 4462 129 39 0 4346 0
[pid=16968/tid=16985] ppid=16966 vsize=288532 CPUtime=0 cores=5,7
/proc/16968/task/16985/stat : 16985 (python) S 16966 16968 15206 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886919473 295456768 7007 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 2 18446604471110853760 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 587884

[startup+102.301 s]
/proc/loadavg: 4.07 4.06 3.93 5/203 16989
/proc/meminfo: memFree=30890892/32951124 swapFree=67063556/67111528
[pid=16968] ppid=16966 vsize=288532 CPUtime=0.45 cores=5,7
/proc/16968/stat : 16968 (python) S 16966 16968 15206 0 -1 4202496 9686 932 1 0 33 12 0 0 19 0 2 0 886919414 295456768 7007 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16968/statm: 72133 7007 1867 364 0 8051 0
[pid=16984] ppid=16968 vsize=278288 CPUtime=0.12 cores=5,7
/proc/16984/stat : 16984 (python) S 16968 16968 15206 0 -1 4202560 915 0 0 0 6 6 0 0 18 0 1 0 886919473 284966912 5513 33554432000 4194304 5683644 140736623111408 18446744073709551615 246516854287 0 0 16781312 514 15558793220472144133 0 0 17 5 0 0 0
/proc/16984/statm: 69572 5513 377 364 0 5490 0
[pid=16986] ppid=16984 vsize=24844 CPUtime=101.58 cores=5,7
/proc/16986/stat : 16986 (lingeling) R 16984 16986 16986 0 -1 4202496 29285 0 0 0 10155 3 0 0 25 0 1 0 886919474 25440256 5407 33554432000 4194304 4352236 140736943779152 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16986/statm: 6211 5407 129 39 0 5291 0
[pid=16968/tid=16985] ppid=16966 vsize=288532 CPUtime=0 cores=5,7
/proc/16968/task/16985/stat : 16985 (python) S 16966 16968 15206 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886919473 295456768 7007 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 2 18446604471110853760 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 591664

[startup+162.301 s]
/proc/loadavg: 4.02 4.04 3.93 5/203 16991
/proc/meminfo: memFree=30883416/32951124 swapFree=67063556/67111528
[pid=16968] ppid=16966 vsize=288532 CPUtime=0.45 cores=5,7
/proc/16968/stat : 16968 (python) S 16966 16968 15206 0 -1 4202496 9686 932 1 0 33 12 0 0 19 0 2 0 886919414 295456768 7007 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16968/statm: 72133 7007 1867 364 0 8051 0
[pid=16984] ppid=16968 vsize=278288 CPUtime=0.21 cores=5,7
/proc/16984/stat : 16984 (python) S 16968 16968 15206 0 -1 4202560 933 0 0 0 11 10 0 0 18 0 1 0 886919473 284966912 5513 33554432000 4194304 5683644 140736623111408 18446744073709551615 246516854287 0 0 16781312 514 15558793220472144133 0 0 17 5 0 0 0
/proc/16984/statm: 69572 5513 377 364 0 5490 0
[pid=16986] ppid=16984 vsize=35852 CPUtime=161.53 cores=5,7
/proc/16986/stat : 16986 (lingeling) R 16984 16986 16986 0 -1 4202496 45413 0 0 0 16148 5 0 0 25 0 1 0 886919474 36712448 8159 33554432000 4194304 4352236 140736943779152 18446744073709551615 4328380 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16986/statm: 8963 8159 129 39 0 8043 0
[pid=16968/tid=16985] ppid=16966 vsize=288532 CPUtime=0 cores=5,7
/proc/16968/task/16985/stat : 16985 (python) S 16966 16968 15206 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886919473 295456768 7007 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 2 18446604471110853760 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 602672


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

[pid=16968/tid=16985] ppid=16966 vsize=299196 CPUtime=0 cores=5,7
/proc/16968/task/16985/stat : 16985 (python) S 16966 16968 15206 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 3 0 886919473 306376704 7116 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 2 18446604471110853760 0 0 -1 7 0 0 0
[pid=16968/tid=17021] ppid=16966 vsize=299196 CPUtime=0 cores=5,7
/proc/16968/task/17021/stat : 17021 (python) S 16966 16968 15206 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886978141 306376704 7116 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 2 18446604471110853760 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 762.45
Current children cumulated vsize (KiB) 1000912

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

[startup+768.301 s]
/proc/loadavg: 4.01 4.03 3.96 5/223 17027
/proc/meminfo: memFree=28152424/32951124 swapFree=67063556/67111528
[pid=16968] ppid=16966 vsize=299196 CPUtime=0.45 cores=5,7
/proc/16968/stat : 16968 (python) S 16966 16968 15206 0 -1 4202496 10467 932 1 0 33 12 0 0 20 0 3 0 886919414 306376704 7116 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16968/statm: 74799 7116 1870 364 0 10714 0
[pid=16984] ppid=16968 vsize=288532 CPUtime=0.77 cores=5,7
/proc/16984/stat : 16984 (python) S 16968 16968 15206 0 -1 4202560 1180 0 0 0 41 36 0 0 19 0 2 0 886919473 295456768 5556 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16984/statm: 72133 5556 415 364 0 8051 0
[pid=16986] ppid=16984 vsize=45068 CPUtime=586.14 cores=5,7
/proc/16986/stat : 16986 (lingeling) T 16984 16986 16986 0 -1 4202496 130981 0 0 0 58600 14 0 0 25 0 1 0 886919474 46149632 10463 33554432000 4194304 4352236 140736943779152 18446744073709551615 4329024 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/16986/statm: 11267 10463 129 39 0 10347 0
[pid=16984/tid=17019] ppid=16968 vsize=288532 CPUtime=0 cores=5,7
/proc/16984/task/17019/stat : 17019 (python) S 16968 16968 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886978141 295456768 5556 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 514 18446604457813904448 0 0 -1 7 0 0 0
[pid=17020] ppid=16968 vsize=288952 CPUtime=0.24 cores=5,7
/proc/17020/stat : 17020 (python) S 16968 16968 15206 0 -1 4202560 972 0 0 0 12 12 0 0 15 0 1 0 886978141 295886848 5613 33554432000 4194304 5683644 140736623111408 18446744073709551615 246516854342 0 0 16781312 514 15558793220472144136 0 0 17 5 0 0 0
/proc/17020/statm: 72238 5613 371 364 0 8153 0
[pid=17022] ppid=17020 vsize=79164 CPUtime=180.85 cores=5,7
/proc/17022/stat : 17022 (cryptominisat-2) R 17020 17022 17022 0 -1 4202496 50948 0 0 0 18078 7 0 0 25 0 1 0 886978141 81063936 11346 33554432000 4194304 4677096 140735832754864 18446744073709551615 4320251 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17022/statm: 19791 11346 386 118 0 14750 0
[pid=16968/tid=16985] ppid=16966 vsize=299196 CPUtime=0 cores=5,7
/proc/16968/task/16985/stat : 16985 (python) S 16966 16968 15206 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 3 0 886919473 306376704 7116 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 2 18446604471110853760 0 0 -1 7 0 0 0
[pid=16968/tid=17021] ppid=16966 vsize=299196 CPUtime=0 cores=5,7
/proc/16968/task/17021/stat : 17021 (python) S 16966 16968 15206 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886978141 306376704 7116 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 2 18446604471110853760 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 768.45
Current children cumulated vsize (KiB) 1000912

[startup+774.701 s]
/proc/loadavg: 4.01 4.03 3.96 5/223 17027
/proc/meminfo: memFree=28153524/32951124 swapFree=67063556/67111528
[pid=16968] ppid=16966 vsize=299196 CPUtime=0.45 cores=5,7
/proc/16968/stat : 16968 (python) S 16966 16968 15206 0 -1 4202496 10467 932 1 0 33 12 0 0 20 0 3 0 886919414 306376704 7116 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16968/statm: 74799 7116 1870 364 0 10714 0
[pid=16984] ppid=16968 vsize=288532 CPUtime=0.77 cores=5,7
/proc/16984/stat : 16984 (python) S 16968 16968 15206 0 -1 4202560 1180 0 0 0 41 36 0 0 19 0 2 0 886919473 295456768 5556 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16984/statm: 72133 5556 415 364 0 8051 0
[pid=16986] ppid=16984 vsize=45068 CPUtime=586.14 cores=5,7
/proc/16986/stat : 16986 (lingeling) T 16984 16986 16986 0 -1 4202496 130981 0 0 0 58600 14 0 0 25 0 1 0 886919474 46149632 10463 33554432000 4194304 4352236 140736943779152 18446744073709551615 4329024 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/16986/statm: 11267 10463 129 39 0 10347 0
[pid=16984/tid=17019] ppid=16968 vsize=288532 CPUtime=0 cores=5,7
/proc/16984/task/17019/stat : 17019 (python) S 16968 16968 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886978141 295456768 5556 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 514 18446604457813904448 0 0 -1 7 0 0 0
[pid=17020] ppid=16968 vsize=288952 CPUtime=0.26 cores=5,7
/proc/17020/stat : 17020 (python) S 16968 16968 15206 0 -1 4202560 976 0 0 0 13 13 0 0 15 0 1 0 886978141 295886848 5613 33554432000 4194304 5683644 140736623111408 18446744073709551615 246516854342 0 0 16781312 514 15558793220472144136 0 0 17 5 0 0 0
/proc/17020/statm: 72238 5613 371 364 0 8153 0
[pid=17022] ppid=17020 vsize=93464 CPUtime=187.24 cores=5,7
/proc/17022/stat : 17022 (cryptominisat-2) R 17020 17022 17022 0 -1 4202496 52660 0 0 0 18717 7 0 0 25 0 1 0 886978141 95707136 13058 33554432000 4194304 4677096 140735832754864 18446744073709551615 4320184 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17022/statm: 23366 13058 386 118 0 18325 0
[pid=16968/tid=16985] ppid=16966 vsize=299196 CPUtime=0 cores=5,7
/proc/16968/task/16985/stat : 16985 (python) S 16966 16968 15206 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 3 0 886919473 306376704 7116 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 2 18446604471110853760 0 0 -1 7 0 0 0
[pid=16968/tid=17021] ppid=16966 vsize=299196 CPUtime=0 cores=5,7
/proc/16968/task/17021/stat : 17021 (python) S 16966 16968 15206 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886978141 306376704 7116 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 2 18446604471110853760 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 774.86
Current children cumulated vsize (KiB) 1015212

[startup+777.901 s]
/proc/loadavg: 4.01 4.03 3.96 5/223 17027
/proc/meminfo: memFree=28150792/32951124 swapFree=67063556/67111528
[pid=16968] ppid=16966 vsize=299196 CPUtime=0.45 cores=5,7
/proc/16968/stat : 16968 (python) S 16966 16968 15206 0 -1 4202496 10467 932 1 0 33 12 0 0 20 0 3 0 886919414 306376704 7116 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16968/statm: 74799 7116 1870 364 0 10714 0
[pid=16984] ppid=16968 vsize=288532 CPUtime=0.77 cores=5,7
/proc/16984/stat : 16984 (python) S 16968 16968 15206 0 -1 4202560 1180 0 0 0 41 36 0 0 19 0 2 0 886919473 295456768 5556 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16984/statm: 72133 5556 415 364 0 8051 0
[pid=16986] ppid=16984 vsize=45068 CPUtime=586.14 cores=5,7
/proc/16986/stat : 16986 (lingeling) T 16984 16986 16986 0 -1 4202496 130981 0 0 0 58600 14 0 0 25 0 1 0 886919474 46149632 10463 33554432000 4194304 4352236 140736943779152 18446744073709551615 4329024 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/16986/statm: 11267 10463 129 39 0 10347 0
[pid=16984/tid=17019] ppid=16968 vsize=288532 CPUtime=0 cores=5,7
/proc/16984/task/17019/stat : 17019 (python) S 16968 16968 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886978141 295456768 5556 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 514 18446604457813904448 0 0 -1 7 0 0 0
[pid=17020] ppid=16968 vsize=288952 CPUtime=0.26 cores=5,7
/proc/17020/stat : 17020 (python) S 16968 16968 15206 0 -1 4202560 976 0 0 0 13 13 0 0 15 0 1 0 886978141 295886848 5613 33554432000 4194304 5683644 140736623111408 18446744073709551615 246516854342 0 0 16781312 514 15558793220472144136 0 0 17 5 0 0 0
/proc/17020/statm: 72238 5613 371 364 0 8153 0
[pid=17022] ppid=17020 vsize=93464 CPUtime=190.44 cores=5,7
/proc/17022/stat : 17022 (cryptominisat-2) R 17020 17022 17022 0 -1 4202496 52842 0 0 0 19037 7 0 0 25 0 1 0 886978141 95707136 13240 33554432000 4194304 4677096 140735832754864 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17022/statm: 23366 13240 386 118 0 18325 0
[pid=16968/tid=16985] ppid=16966 vsize=299196 CPUtime=0 cores=5,7
/proc/16968/task/16985/stat : 16985 (python) S 16966 16968 15206 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 3 0 886919473 306376704 7116 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 2 18446604471110853760 0 0 -1 7 0 0 0
[pid=16968/tid=17021] ppid=16966 vsize=299196 CPUtime=0 cores=5,7
/proc/16968/task/17021/stat : 17021 (python) S 16966 16968 15206 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886978141 306376704 7116 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 2 18446604471110853760 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 778.06
Current children cumulated vsize (KiB) 1015212

[startup+779.501 s]
/proc/loadavg: 4.01 4.03 3.96 5/223 17027
/proc/meminfo: memFree=28148684/32951124 swapFree=67063556/67111528
[pid=16968] ppid=16966 vsize=299196 CPUtime=0.45 cores=5,7
/proc/16968/stat : 16968 (python) S 16966 16968 15206 0 -1 4202496 10467 932 1 0 33 12 0 0 20 0 3 0 886919414 306376704 7116 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16968/statm: 74799 7116 1870 364 0 10714 0
[pid=16984] ppid=16968 vsize=288532 CPUtime=0.77 cores=5,7
/proc/16984/stat : 16984 (python) S 16968 16968 15206 0 -1 4202560 1180 0 0 0 41 36 0 0 19 0 2 0 886919473 295456768 5556 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16984/statm: 72133 5556 415 364 0 8051 0
[pid=16986] ppid=16984 vsize=45068 CPUtime=586.14 cores=5,7
/proc/16986/stat : 16986 (lingeling) T 16984 16986 16986 0 -1 4202496 130981 0 0 0 58600 14 0 0 25 0 1 0 886919474 46149632 10463 33554432000 4194304 4352236 140736943779152 18446744073709551615 4329024 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/16986/statm: 11267 10463 129 39 0 10347 0
[pid=16984/tid=17019] ppid=16968 vsize=288532 CPUtime=0 cores=5,7
/proc/16984/task/17019/stat : 17019 (python) S 16968 16968 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886978141 295456768 5556 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 514 18446604457813904448 0 0 -1 7 0 0 0
[pid=17020] ppid=16968 vsize=288952 CPUtime=0.27 cores=5,7
/proc/17020/stat : 17020 (python) S 16968 16968 15206 0 -1 4202560 977 0 0 0 13 14 0 0 15 0 1 0 886978141 295886848 5613 33554432000 4194304 5683644 140736623111408 18446744073709551615 246516854342 0 0 16781312 514 15558793220472144136 0 0 17 5 0 0 0
/proc/17020/statm: 72238 5613 371 364 0 8153 0
[pid=17022] ppid=17020 vsize=93464 CPUtime=192.04 cores=5,7
/proc/17022/stat : 17022 (cryptominisat-2) R 17020 17022 17022 0 -1 4202496 52944 0 0 0 19197 7 0 0 25 0 1 0 886978141 95707136 13342 33554432000 4194304 4677096 140735832754864 18446744073709551615 4320980 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/17022/statm: 23366 13342 386 118 0 18325 0
[pid=16968/tid=16985] ppid=16966 vsize=299196 CPUtime=0 cores=5,7
/proc/16968/task/16985/stat : 16985 (python) S 16966 16968 15206 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 3 0 886919473 306376704 7116 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 2 18446604471110853760 0 0 -1 7 0 0 0
[pid=16968/tid=17021] ppid=16966 vsize=299196 CPUtime=0 cores=5,7
/proc/16968/task/17021/stat : 17021 (python) S 16966 16968 15206 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886978141 306376704 7116 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 2 18446604471110853760 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 779.67
Current children cumulated vsize (KiB) 1015212

[startup+780.308 s]
/proc/loadavg: 4.01 4.03 3.96 5/223 17027
/proc/meminfo: memFree=28147072/32951124 swapFree=67063556/67111528
[pid=16968] ppid=16966 vsize=299196 CPUtime=0.45 cores=5,7
/proc/16968/stat : 16968 (python) S 16966 16968 15206 0 -1 4202496 10467 932 1 0 33 12 0 0 20 0 3 0 886919414 306376704 7116 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16968/statm: 74799 7116 1870 364 0 10714 0
[pid=16984] ppid=16968 vsize=288532 CPUtime=0.77 cores=5,7
/proc/16984/stat : 16984 (python) S 16968 16968 15206 0 -1 4202560 1180 0 0 0 41 36 0 0 19 0 2 0 886919473 295456768 5556 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16984/statm: 72133 5556 415 364 0 8051 0
[pid=16986] ppid=16984 vsize=45068 CPUtime=586.14 cores=5,7
/proc/16986/stat : 16986 (lingeling) T 16984 16986 16986 0 -1 4202496 130981 0 0 0 58600 14 0 0 25 0 1 0 886919474 46149632 10463 33554432000 4194304 4352236 140736943779152 18446744073709551615 4329024 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/16986/statm: 11267 10463 129 39 0 10347 0
[pid=16984/tid=17019] ppid=16968 vsize=288532 CPUtime=0 cores=5,7
/proc/16984/task/17019/stat : 17019 (python) S 16968 16968 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886978141 295456768 5556 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 514 18446604457813904448 0 0 -1 7 0 0 0
[pid=17020] ppid=16968 vsize=288952 CPUtime=0.27 cores=5,7
/proc/17020/stat : 17020 (python) S 16968 16968 15206 0 -1 4202560 977 0 0 0 13 14 0 0 15 0 1 0 886978141 295886848 5613 33554432000 4194304 5683644 140736623111408 18446744073709551615 246516854342 0 0 16781312 514 15558793220472144136 0 0 17 5 0 0 0
/proc/17020/statm: 72238 5613 371 364 0 8153 0
[pid=17022] ppid=17020 vsize=93464 CPUtime=192.84 cores=5,7
/proc/17022/stat : 17022 (cryptominisat-2) R 17020 17022 17022 0 -1 4202496 52986 0 0 0 19277 7 0 0 25 0 1 0 886978141 95707136 13384 33554432000 4194304 4677096 140735832754864 18446744073709551615 4355116 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17022/statm: 23366 13384 386 118 0 18325 0
[pid=16968/tid=16985] ppid=16966 vsize=299196 CPUtime=0 cores=5,7
/proc/16968/task/16985/stat : 16985 (python) S 16966 16968 15206 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 3 0 886919473 306376704 7116 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 2 18446604471110853760 0 0 -1 7 0 0 0
[pid=16968/tid=17021] ppid=16966 vsize=299196 CPUtime=0 cores=5,7
/proc/16968/task/17021/stat : 17021 (python) S 16966 16968 15206 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886978141 306376704 7116 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 2 18446604471110853760 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 780.47
Current children cumulated vsize (KiB) 1015212

[startup+780.501 s]
/proc/loadavg: 4.01 4.03 3.96 5/223 17027
/proc/meminfo: memFree=28147072/32951124 swapFree=67063556/67111528
[pid=16968] ppid=16966 vsize=299196 CPUtime=0.45 cores=5,7
/proc/16968/stat : 16968 (python) S 16966 16968 15206 0 -1 4202496 10467 932 1 0 33 12 0 0 20 0 3 0 886919414 306376704 7116 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16968/statm: 74799 7116 1870 364 0 10714 0
[pid=16984] ppid=16968 vsize=288532 CPUtime=0.77 cores=5,7
/proc/16984/stat : 16984 (python) S 16968 16968 15206 0 -1 4202560 1180 0 0 0 41 36 0 0 19 0 2 0 886919473 295456768 5556 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16984/statm: 72133 5556 415 364 0 8051 0
[pid=16986] ppid=16984 vsize=45068 CPUtime=586.14 cores=5,7
/proc/16986/stat : 16986 (lingeling) T 16984 16986 16986 0 -1 4202496 130981 0 0 0 58600 14 0 0 25 0 1 0 886919474 46149632 10463 33554432000 4194304 4352236 140736943779152 18446744073709551615 4329024 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/16986/statm: 11267 10463 129 39 0 10347 0
[pid=16984/tid=17019] ppid=16968 vsize=288532 CPUtime=0 cores=5,7
/proc/16984/task/17019/stat : 17019 (python) S 16968 16968 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886978141 295456768 5556 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 514 18446604457813904448 0 0 -1 7 0 0 0
[pid=17020] ppid=16968 vsize=288952 CPUtime=0.27 cores=5,7
/proc/17020/stat : 17020 (python) S 16968 16968 15206 0 -1 4202560 977 0 0 0 13 14 0 0 15 0 1 0 886978141 295886848 5613 33554432000 4194304 5683644 140736623111408 18446744073709551615 246516854342 0 0 16781312 514 15558793220472144136 0 0 17 5 0 0 0
/proc/17020/statm: 72238 5613 371 364 0 8153 0
[pid=17022] ppid=17020 vsize=93464 CPUtime=193.03 cores=5,7
/proc/17022/stat : 17022 (cryptominisat-2) R 17020 17022 17022 0 -1 4202496 52986 0 0 0 19296 7 0 0 25 0 1 0 886978141 95707136 13384 33554432000 4194304 4677096 140735832754864 18446744073709551615 4355112 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17022/statm: 23366 13384 386 118 0 18325 0
[pid=16968/tid=16985] ppid=16966 vsize=299196 CPUtime=0 cores=5,7
/proc/16968/task/16985/stat : 16985 (python) S 16966 16968 15206 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 3 0 886919473 306376704 7116 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 2 18446604471110853760 0 0 -1 7 0 0 0
[pid=16968/tid=17021] ppid=16966 vsize=299196 CPUtime=0 cores=5,7
/proc/16968/task/17021/stat : 17021 (python) S 16966 16968 15206 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886978141 306376704 7116 33554432000 4194304 5683644 140736623111408 18446744073709551615 246528657841 0 0 16781312 2 18446604471110853760 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 780.66
Current children cumulated vsize (KiB) 1015212

Child status: 0
Real time (s): 780.595
CPU time (s): 780.823
CPU user time (s): 779.948
CPU system time (s): 0.874867
CPU usage (%): 100.029
Max. virtual memory (cumulated for all children) (KiB): 1015212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 779.948
system time used= 0.874867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202119
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= 7642
involuntary context switches= 3147

runsolver used 1.3338 second user time and 3.09353 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-11 02:46:52
IDJOB=3484681
IDBENCH=87946
IDSOLVER=1976
FILE ID=node134/3484681-1307753212
RUNJOBID= node134-1307750805-16437
PBS_JOBID= 13550824
Free space on /tmp= 73952 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT02/industrial/aloul/Homer/homer17.shuffled.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-3484681-1307753212/watcher-3484681-1307753212 -o /tmp/evaluation-result-3484681-1307753212/solver-3484681-1307753212 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484681-1307753212.cnf -seed 730358941 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= ca62f6128dc3cad7229c7b9ee33a7492
RANDOM SEED=730358941

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31005696 kB
Buffers:        280192 kB
Cached:         840332 kB
SwapCached:      10284 kB
Active:        1241256 kB
Inactive:       496148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31005696 kB
SwapTotal:    67111528 kB
SwapFree:     67063556 kB
Dirty:           95556 kB
Writeback:           0 kB
AnonPages:      614024 kB
Mapped:          15728 kB
Slab:           139844 kB
PageTables:       8588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1250816 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= 73920 MiB
End job on node134 at 2011-06-11 02:59:53