Trace number 3190963

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
ppfolio par? (TO) 4800.3 1201.71

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S1116436500-050-UNKNOWN.cnf
MD5SUMcfa9ddae87a68697f7100e24d97d7728
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses21250
Sum of the clauses size148750
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 521250

Solver Data

0.00/0.02	This is pico-portfolio, a naive parallel portfolio
0.00/0.02	Copyright (C) 2011 Olivier Roussel
0.00/0.02	Using 4 processing units
0.00/0.02	This portfolio uses the following solvers:
0.00/0.02	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.02	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.02	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.02	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.02	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.02	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.02	Starting clasp 1.3.6 on core(s) 4
0.00/0.02	Starting TNM 2009 on core(s) 6
0.00/0.02	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.02	Starting march_hi 2009 on core(s) 6
4800.21/1201.71	Done

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3190963-1304049145/watcher-3190963-1304049145 -o /tmp/evaluation-result-3190963-1304049145/solver-3190963-1304049145 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190963-1304049145.cnf 

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

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


[startup+0 s]
/proc/loadavg: 6.64 7.90 8.03 3/176 5032
/proc/meminfo: memFree=25090712/32951124 swapFree=67111352/67111528
[pid=5032] ppid=5030 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/5032/stat : 5032 (ppfolio) R 5030 5032 4269 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 516512739 18763776 389 33554432000 4194304 4287625 140736669247920 18446744073709551615 246516854287 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/5032/statm: 4581 389 341 23 0 91 0

[startup+0.100812 s]
/proc/loadavg: 6.64 7.90 8.03 3/176 5032
/proc/meminfo: memFree=25090712/32951124 swapFree=67111352/67111528
[pid=5032] ppid=5030 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/5032/stat : 5032 (ppfolio) S 5030 5032 4269 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 516512739 18763776 389 33554432000 4194304 4287625 140736669247920 18446744073709551615 246516854287 0 0 4096 65536 2826088513535 0 0 17 4 0 0 0
/proc/5032/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200796 s]
/proc/loadavg: 6.64 7.90 8.03 3/176 5032
/proc/meminfo: memFree=25090712/32951124 swapFree=67111352/67111528
[pid=5032] ppid=5030 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/5032/stat : 5032 (ppfolio) S 5030 5032 4269 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 516512739 18763776 389 33554432000 4194304 4287625 140736669247920 18446744073709551615 246516854287 0 0 4096 65536 2826088513535 0 0 17 4 0 0 0
/proc/5032/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300775 s]
/proc/loadavg: 6.64 7.90 8.03 3/176 5032
/proc/meminfo: memFree=25090712/32951124 swapFree=67111352/67111528
[pid=5032] ppid=5030 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/5032/stat : 5032 (ppfolio) S 5030 5032 4269 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 516512739 18763776 389 33554432000 4194304 4287625 140736669247920 18446744073709551615 246516854287 0 0 4096 65536 2826088513535 0 0 17 4 0 0 0
/proc/5032/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700703 s]
/proc/loadavg: 6.64 7.90 8.03 3/176 5032
/proc/meminfo: memFree=25090712/32951124 swapFree=67111352/67111528
[pid=5032] ppid=5030 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/5032/stat : 5032 (ppfolio) S 5030 5032 4269 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 516512739 18763776 389 33554432000 4194304 4287625 140736669247920 18446744073709551615 246516854287 0 0 4096 65536 627232630156296191 0 0 17 4 0 0 0
/proc/5032/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50056 s]
/proc/loadavg: 6.64 7.90 8.03 11/192 5048
/proc/meminfo: memFree=25026468/32951124 swapFree=67111352/67111528
[pid=5032] ppid=5030 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/5032/stat : 5032 (ppfolio) S 5030 5032 4269 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516512739 18763776 389 33554432000 4194304 4287625 140736669247920 18446744073709551615 246516854287 0 0 4096 65536 627232630156296191 0 0 17 4 0 0 0
/proc/5032/statm: 4581 389 341 23 0 91 0
[pid=5033] ppid=5032 vsize=651940 CPUtime=1.49 cores=0
/proc/5033/stat : 5033 (cryptominisat) R 5032 5032 4269 0 -1 4202496 5340 0 0 0 148 1 0 0 20 0 1 0 516512739 667586560 1886 33554432000 4194304 4587354 140737455331504 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5033/statm: 162985 1886 327 96 0 159547 0
[pid=5034] ppid=5032 vsize=19772 CPUtime=1.49 cores=4
/proc/5034/stat : 5034 (clasp) R 5032 5032 4269 0 -1 4202496 2457 0 0 0 149 0 0 0 25 0 1 0 516512739 20246528 2269 33554432000 4194304 4785740 140736782950160 18446744073709551615 4287073 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5034/statm: 4943 2269 340 145 0 1988 0
[pid=5035] ppid=5032 vsize=454504 CPUtime=0.78 cores=6
/proc/5035/stat : 5035 (TNM) R 5032 5032 4269 0 -1 4202496 997 0 0 0 78 0 0 0 25 0 1 0 516512739 465412096 894 33554432000 134512640 134534564 4291483808 18446744073709551615 134524536 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5035/statm: 113626 894 91 6 0 112292 0
[pid=5036] ppid=5032 vsize=6972 CPUtime=1.49 cores=2
/proc/5036/stat : 5036 (lingeling) R 5032 5032 4269 0 -1 4202496 1654 0 0 0 149 0 0 0 20 0 1 0 516512739 7139328 913 33554432000 4194304 4352236 140733266140384 18446744073709551615 4328159 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/5036/statm: 1743 913 127 39 0 823 0
[pid=5037] ppid=5032 vsize=10204 CPUtime=0.69 cores=6
/proc/5037/stat : 5037 (march_hi) R 5032 5032 4269 0 -1 4202496 3930 0 0 0 69 0 0 0 25 0 1 0 516512739 10448896 918 33554432000 4194304 4331988 140734614750528 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5037/statm: 2551 918 150 34 0 993 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 1161716

[startup+3.10127 s]
/proc/loadavg: 6.64 7.90 8.03 12/192 5048
/proc/meminfo: memFree=25021320/32951124 swapFree=67111352/67111528
[pid=5032] ppid=5030 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/5032/stat : 5032 (ppfolio) S 5030 5032 4269 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516512739 18763776 389 33554432000 4194304 4287625 140736669247920 18446744073709551615 246516854287 0 0 4096 65536 627232630156296191 0 0 17 4 0 0 0
/proc/5032/statm: 4581 389 341 23 0 91 0
[pid=5033] ppid=5032 vsize=667848 CPUtime=3.09 cores=0
/proc/5033/stat : 5033 (cryptominisat) R 5032 5032 4269 0 -1 4202496 11074 0 0 0 307 2 0 0 25 0 1 0 516512739 683876352 5782 33554432000 4194304 4587354 140737455331504 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5033/statm: 166962 5782 337 96 0 163524 0
[pid=5034] ppid=5032 vsize=21164 CPUtime=3.09 cores=4
/proc/5034/stat : 5034 (clasp) R 5032 5032 4269 0 -1 4202496 2813 0 0 0 309 0 0 0 25 0 1 0 516512739 21671936 2625 33554432000 4194304 4785740 140736782950160 18446744073709551615 4553388 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5034/statm: 5291 2625 340 145 0 2336 0
[pid=5035] ppid=5032 vsize=454504 CPUtime=1.58 cores=6
/proc/5035/stat : 5035 (TNM) R 5032 5032 4269 0 -1 4202496 997 0 0 0 158 0 0 0 25 0 1 0 516512739 465412096 894 33554432000 134512640 134534564 4291483808 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5035/statm: 113626 894 91 6 0 112292 0
[pid=5036] ppid=5032 vsize=7616 CPUtime=3.09 cores=2
/proc/5036/stat : 5036 (lingeling) R 5032 5032 4269 0 -1 4202496 1839 0 0 0 309 0 0 0 25 0 1 0 516512739 7798784 1098 33554432000 4194304 4352236 140733266140384 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/5036/statm: 1904 1098 127 39 0 984 0
[pid=5037] ppid=5032 vsize=10204 CPUtime=1.49 cores=6
/proc/5037/stat : 5037 (march_hi) R 5032 5032 4269 0 -1 4202496 3930 0 0 0 149 0 0 0 25 0 1 0 516512739 10448896 918 33554432000 4194304 4331988 140734614750528 18446744073709551615 4271136 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5037/statm: 2551 918 150 34 0 993 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 1179660

[startup+6.30068 s]
/proc/loadavg: 6.91 7.94 8.04 11/192 5048
/proc/meminfo: memFree=24996152/32951124 swapFree=67111352/67111528
[pid=5032] ppid=5030 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/5032/stat : 5032 (ppfolio) S 5030 5032 4269 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516512739 18763776 389 33554432000 4194304 4287625 140736669247920 18446744073709551615 246516854287 0 0 4096 65536 627232630156296191 0 0 17 4 0 0 0
/proc/5032/statm: 4581 389 341 23 0 91 0
[pid=5033] ppid=5032 vsize=670976 CPUtime=6.29 cores=0
/proc/5033/stat : 5033 (cryptominisat) R 5032 5032 4269 0 -1 4202496 12433 0 0 0 627 2 0 0 25 0 1 0 516512739 687079424 6052 33554432000 4194304 4587354 140737455331504 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5033/statm: 167744 6052 337 96 0 164306 0
[pid=5034] ppid=5032 vsize=23484 CPUtime=6.29 cores=4
/proc/5034/stat : 5034 (clasp) R 5032 5032 4269 0 -1 4202496 3354 0 0 0 629 0 0 0 25 0 1 0 516512739 24047616 3166 33554432000 4194304 4785740 140736782950160 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5034/statm: 5871 3166 340 145 0 2916 0
[pid=5035] ppid=5032 vsize=454504 CPUtime=3.16 cores=6
/proc/5035/stat : 5035 (TNM) R 5032 5032 4269 0 -1 4202496 997 0 0 0 316 0 0 0 25 0 1 0 516512739 465412096 894 33554432000 134512640 134534564 4291483808 18446744073709551615 134524552 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5035/statm: 113626 894 91 6 0 112292 0
[pid=5036] ppid=5032 vsize=8532 CPUtime=6.28 cores=2
/proc/5036/stat : 5036 (lingeling) R 5032 5032 4269 0 -1 4202496 2052 0 0 0 628 0 0 0 25 0 1 0 516512739 8736768 1311 33554432000 4194304 4352236 140733266140384 18446744073709551615 4267799 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/5036/statm: 2133 1311 127 39 0 1213 0
[pid=5037] ppid=5032 vsize=13112 CPUtime=3.09 cores=6
/proc/5037/stat : 5037 (march_hi) R 5032 5032 4269 0 -1 4202496 4801 0 0 0 309 0 0 0 25 0 1 0 516512739 13426688 1476 33554432000 4194304 4331988 140734614750528 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5037/statm: 3278 1476 174 34 0 1720 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1188932

[startup+12.7005 s]
/proc/loadavg: 7.24 7.99 8.06 12/192 5049
/proc/meminfo: memFree=24955156/32951124 swapFree=67111352/67111528
[pid=5032] ppid=5030 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/5032/stat : 5032 (ppfolio) S 5030 5032 4269 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516512739 18763776 389 33554432000 4194304 4287625 140736669247920 18446744073709551615 246516854287 0 0 4096 65536 627232630156296191 0 0 17 4 0 0 0
/proc/5032/statm: 4581 389 341 23 0 91 0
[pid=5033] ppid=5032 vsize=6710788 CPUtime=12.69 cores=0
/proc/5033/stat : 5033 (cryptominisat) R 5032 5032 4269 0 -1 4202496 16832 0 0 0 1266 3 0 0 25 0 1 0 516512739 6871846912 7895 33554432000 4194304 4587354 140737455331504 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5033/statm: 1677697 7895 337 96 0 1674259 0
[pid=5034] ppid=5032 vsize=26880 CPUtime=12.68 cores=4
/proc/5034/stat : 5034 (clasp) R 5032 5032 4269 0 -1 4202496 4142 0 0 0 1268 0 0 0 25 0 1 0 516512739 27525120 3954 33554432000 4194304 4785740 140736782950160 18446744073709551615 4277553 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5034/statm: 6720 3954 340 145 0 3765 0
[pid=5035] ppid=5032 vsize=458608 CPUtime=6.32 cores=6
/proc/5035/stat : 5035 (TNM) R 5032 5032 4269 0 -1 4202496 1199 0 0 0 632 0 0 0 25 0 1 0 516512739 469614592 1096 33554432000 134512640 134534564 4291483808 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5035/statm: 114652 1096 95 6 0 113318 0
[pid=5036] ppid=5032 vsize=7980 CPUtime=12.68 cores=2
/proc/5036/stat : 5036 (lingeling) R 5032 5032 4269 0 -1 4202496 2698 0 0 0 1268 0 0 0 25 0 1 0 516512739 8171520 1189 33554432000 4194304 4352236 140733266140384 18446744073709551615 4328095 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/5036/statm: 1995 1189 127 39 0 1075 0
[pid=5037] ppid=5032 vsize=13112 CPUtime=6.29 cores=6
/proc/5037/stat : 5037 (march_hi) R 5032 5032 4269 0 -1 4202496 4801 0 0 0 629 0 0 0 25 0 1 0 516512739 13426688 1476 33554432000 4194304 4331988 140734614750528 18446744073709551615 4287504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5037/statm: 3278 1476 174 34 0 1720 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 7235692

[startup+25.5012 s]
/proc/loadavg: 7.85 8.08 8.09 12/192 5049
/proc/meminfo: memFree=24953836/32951124 swapFree=67111352/67111528
[pid=5032] ppid=5030 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/5032/stat : 5032 (ppfolio) S 5030 5032 4269 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516512739 18763776 389 33554432000 4194304 4287625 140736669247920 18446744073709551615 246516854287 0 0 4096 65536 627232630156296191 0 0 17 4 0 0 0
/proc/5032/statm: 4581 389 341 23 0 91 0
[pid=5033] ppid=5032 vsize=655888 CPUtime=25.49 cores=0
/proc/5033/stat : 5033 (cryptominisat) R 5032 5032 4269 0 -1 4202496 29620 0 0 0 2544 5 0 0 25 0 1 0 516512739 671629312 4089 33554432000 4194304 4587354 140737455331504 18446744073709551615 4238591 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5033/statm: 163972 4089 337 96 0 160534 0
[pid=5034] ppid=5032 vsize=31072 CPUtime=25.48 cores=4
/proc/5034/stat : 5034 (clasp) R 5032 5032 4269 0 -1 4202496 5098 0 0 0 2548 0 0 0 25 0 1 0 516512739 31817728 4910 33554432000 4194304 4785740 140736782950160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5034/statm: 7768 4910 340 145 0 4813 0
[pid=5035] ppid=5032 vsize=458608 CPUtime=12.71 cores=6
/proc/5035/stat : 5035 (TNM) R 5032 5032 4269 0 -1 4202496 1199 0 0 0 1271 0 0 0 25 0 1 0 516512739 469614592 1096 33554432000 134512640 134534564 4291483808 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5035/statm: 114652 1096 95 6 0 113318 0
[pid=5036] ppid=5032 vsize=8364 CPUtime=25.49 cores=2
/proc/5036/stat : 5036 (lingeling) R 5032 5032 4269 0 -1 4202496 3634 0 0 0 2548 1 0 0 25 0 1 0 516512739 8564736 1261 33554432000 4194304 4352236 140733266140384 18446744073709551615 4328090 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/5036/statm: 2091 1261 127 39 0 1171 0
[pid=5037] ppid=5032 vsize=14648 CPUtime=12.64 cores=6
/proc/5037/stat : 5037 (march_hi) R 5032 5032 4269 0 -1 4202496 5069 0 0 0 1264 0 0 0 25 0 1 0 516512739 14999552 1744 33554432000 4194304 4331988 140734614750528 18446744073709551615 4299232 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5037/statm: 3662 1744 174 34 0 2104 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 1186904

[startup+51.1005 s]
/proc/loadavg: 8.58 8.24 8.14 13/192 5050
/proc/meminfo: memFree=24910740/32951124 swapFree=67111352/67111528
[pid=5032] ppid=5030 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/5032/stat : 5032 (ppfolio) S 5030 5032 4269 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516512739 18763776 389 33554432000 4194304 4287625 140736669247920 18446744073709551615 246516854287 0 0 4096 65536 627232630156296191 0 0 17 4 0 0 0
/proc/5032/statm: 4581 389 341 23 0 91 0
[pid=5033] ppid=5032 vsize=691412 CPUtime=51.09 cores=0
/proc/5033/stat : 5033 (cryptominisat) R 5032 5032 4269 0 -1 4202496 53356 0 0 0 5100 9 0 0 25 0 1 0 516512739 708005888 13088 33554432000 4194304 4587354 140737455331504 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5033/statm: 172853 13088 337 96 0 169415 0
[pid=5034] ppid=5032 vsize=36420 CPUtime=51.08 cores=4
/proc/5034/stat : 5034 (clasp) R 5032 5032 4269 0 -1 4202496 6383 0 0 0 5107 1 0 0 25 0 1 0 516512739 37294080 6195 33554432000 4194304 4785740 140736782950160 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5034/statm: 9105 6195 340 145 0 6150 0
[pid=5035] ppid=5032 vsize=458608 CPUtime=25.42 cores=6
/proc/5035/stat : 5035 (TNM) R 5032 5032 4269 0 -1 4202496 1199 0 0 0 2542 0 0 0 25 0 1 0 516512739 469614592 1096 33554432000 134512640 134534564 4291483808 18446744073709551615 134529777 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5035/statm: 114652 1096 95 6 0 113318 0
[pid=5036] ppid=5032 vsize=9648 CPUtime=51.08 cores=2

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

[pid=5033] ppid=5032 vsize=245028 CPUtime=882.32 cores=0
/proc/5033/stat : 5033 (cryptominisat) R 5032 5032 4269 0 -1 4202496 330751 0 0 0 88135 97 0 0 25 0 1 0 516512739 250908672 41505 33554432000 4194304 4587354 140737455331504 18446744073709551615 4364793 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5033/statm: 61257 41505 337 96 0 57819 0
[pid=5034] ppid=5032 vsize=84332 CPUtime=882.31 cores=4
/proc/5034/stat : 5034 (clasp) R 5032 5032 4269 0 -1 4202496 17209 0 0 0 88228 3 0 0 25 0 1 0 516512739 86355968 16855 33554432000 4194304 4785740 140736782950160 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5034/statm: 21083 16855 341 145 0 18128 0
[pid=5035] ppid=5032 vsize=458608 CPUtime=438.77 cores=6
/proc/5035/stat : 5035 (TNM) R 5032 5032 4269 0 -1 4202496 1199 0 0 0 43877 0 0 0 25 0 1 0 516512739 469614592 1096 33554432000 134512640 134534564 4291483808 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5035/statm: 114652 1096 95 6 0 113318 0
[pid=5036] ppid=5032 vsize=15128 CPUtime=882.23 cores=2
/proc/5036/stat : 5036 (lingeling) R 5032 5032 4269 0 -1 4202496 36717 0 0 0 88218 5 0 0 25 0 1 0 516512739 15491072 2976 33554432000 4194304 4352236 140733266140384 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/5036/statm: 3782 2976 127 39 0 2862 0
[pid=5037] ppid=5032 vsize=72048 CPUtime=438.72 cores=6
/proc/5037/stat : 5037 (march_hi) R 5032 5032 4269 0 -1 4202496 16183 0 0 0 43867 5 0 0 25 0 1 0 516512739 73777152 12858 33554432000 4194304 4331988 140734614750528 18446744073709551615 4263319 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5037/statm: 18012 12858 175 34 0 16454 0
Current children cumulated CPU time (s) 3524.35
Current children cumulated vsize (KiB) 893468

[startup+942.301 s]
/proc/loadavg: 10.31 10.24 9.48 12/192 5085
/proc/meminfo: memFree=24402188/32951124 swapFree=67111352/67111528
[pid=5032] ppid=5030 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/5032/stat : 5032 (ppfolio) S 5030 5032 4269 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516512739 18763776 389 33554432000 4194304 4287625 140736669247920 18446744073709551615 246516854287 0 0 4096 65536 627232630156296191 0 0 17 4 0 0 0
/proc/5032/statm: 4581 389 341 23 0 91 0
[pid=5033] ppid=5032 vsize=707956 CPUtime=942.31 cores=0
/proc/5033/stat : 5033 (cryptominisat) R 5032 5032 4269 0 -1 4202496 333500 0 0 0 94132 99 0 0 25 0 1 0 516512739 724946944 14992 33554432000 4194304 4587354 140737455331504 18446744073709551615 4230288 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5033/statm: 176989 14992 337 96 0 173551 0
[pid=5034] ppid=5032 vsize=85140 CPUtime=942.31 cores=4
/proc/5034/stat : 5034 (clasp) R 5032 5032 4269 0 -1 4202496 17401 0 0 0 94227 4 0 0 25 0 1 0 516512739 87183360 17047 33554432000 4194304 4785740 140736782950160 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5034/statm: 21285 17047 341 145 0 18330 0
[pid=5035] ppid=5032 vsize=458608 CPUtime=468.63 cores=6
/proc/5035/stat : 5035 (TNM) R 5032 5032 4269 0 -1 4202496 1199 0 0 0 46863 0 0 0 25 0 1 0 516512739 469614592 1096 33554432000 134512640 134534564 4291483808 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5035/statm: 114652 1096 95 6 0 113318 0
[pid=5036] ppid=5032 vsize=15128 CPUtime=942.22 cores=2
/proc/5036/stat : 5036 (lingeling) R 5032 5032 4269 0 -1 4202496 38541 0 0 0 94217 5 0 0 25 0 1 0 516512739 15491072 2976 33554432000 4194304 4352236 140733266140384 18446744073709551615 4328013 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/5036/statm: 3782 2976 127 39 0 2862 0
[pid=5037] ppid=5032 vsize=72048 CPUtime=468.54 cores=6
/proc/5037/stat : 5037 (march_hi) R 5032 5032 4269 0 -1 4202496 16985 0 0 0 46848 6 0 0 25 0 1 0 516512739 73777152 13660 33554432000 4194304 4331988 140734614750528 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5037/statm: 18012 13660 175 34 0 16454 0
Current children cumulated CPU time (s) 3764.01
Current children cumulated vsize (KiB) 1357204

[startup+1002.3 s]
/proc/loadavg: 10.37 10.27 9.53 12/192 5087
/proc/meminfo: memFree=24365696/32951124 swapFree=67111352/67111528
[pid=5032] ppid=5030 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/5032/stat : 5032 (ppfolio) S 5030 5032 4269 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516512739 18763776 389 33554432000 4194304 4287625 140736669247920 18446744073709551615 246516854287 0 0 4096 65536 627232630156296191 0 0 17 4 0 0 0
/proc/5032/statm: 4581 389 341 23 0 91 0
[pid=5033] ppid=5032 vsize=726564 CPUtime=1002.31 cores=0
/proc/5033/stat : 5033 (cryptominisat) R 5032 5032 4269 0 -1 4202496 346152 0 0 0 100126 105 0 0 25 0 1 0 516512739 744001536 16165 33554432000 4194304 4587354 140737455331504 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5033/statm: 181641 16165 337 96 0 178203 0
[pid=5034] ppid=5032 vsize=85896 CPUtime=1002.31 cores=4
/proc/5034/stat : 5034 (clasp) R 5032 5032 4269 0 -1 4202496 17567 0 0 0 100227 4 0 0 25 0 1 0 516512739 87957504 17213 33554432000 4194304 4785740 140736782950160 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5034/statm: 21474 17213 341 145 0 18519 0
[pid=5035] ppid=5032 vsize=458608 CPUtime=498.43 cores=6
/proc/5035/stat : 5035 (TNM) R 5032 5032 4269 0 -1 4202496 1199 0 0 0 49843 0 0 0 25 0 1 0 516512739 469614592 1096 33554432000 134512640 134534564 4291483808 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5035/statm: 114652 1096 95 6 0 113318 0
[pid=5036] ppid=5032 vsize=19224 CPUtime=1002.21 cores=2
/proc/5036/stat : 5036 (lingeling) R 5032 5032 4269 0 -1 4202496 40365 0 0 0 100216 5 0 0 25 0 1 0 516512739 19685376 4000 33554432000 4194304 4352236 140733266140384 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/5036/statm: 4806 4000 127 39 0 3886 0
[pid=5037] ppid=5032 vsize=72048 CPUtime=498.42 cores=6
/proc/5037/stat : 5037 (march_hi) R 5032 5032 4269 0 -1 4202496 17782 0 0 0 49835 7 0 0 25 0 1 0 516512739 73777152 14457 33554432000 4194304 4331988 140734614750528 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5037/statm: 18012 14457 175 34 0 16454 0
Current children cumulated CPU time (s) 4003.68
Current children cumulated vsize (KiB) 1380664

[startup+1062.3 s]
/proc/loadavg: 10.43 10.29 9.59 11/192 5089
/proc/meminfo: memFree=24368908/32951124 swapFree=67111352/67111528
[pid=5032] ppid=5030 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/5032/stat : 5032 (ppfolio) S 5030 5032 4269 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516512739 18763776 389 33554432000 4194304 4287625 140736669247920 18446744073709551615 246516854287 0 0 4096 65536 627232630156296191 0 0 17 4 0 0 0
/proc/5032/statm: 4581 389 341 23 0 91 0
[pid=5033] ppid=5032 vsize=684444 CPUtime=1062.31 cores=0
/proc/5033/stat : 5033 (cryptominisat) R 5032 5032 4269 0 -1 4202496 356896 0 0 0 106120 111 0 0 25 0 1 0 516512739 700870656 13528 33554432000 4194304 4587354 140737455331504 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5033/statm: 171111 13528 337 96 0 167673 0
[pid=5034] ppid=5032 vsize=89704 CPUtime=1062.32 cores=4
/proc/5034/stat : 5034 (clasp) R 5032 5032 4269 0 -1 4202496 18452 0 0 0 106228 4 0 0 25 0 1 0 516512739 91856896 18017 33554432000 4194304 4785740 140736782950160 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5034/statm: 22426 18017 341 145 0 19471 0
[pid=5035] ppid=5032 vsize=458608 CPUtime=528.31 cores=6
/proc/5035/stat : 5035 (TNM) R 5032 5032 4269 0 -1 4202496 1199 0 0 0 52831 0 0 0 25 0 1 0 516512739 469614592 1096 33554432000 134512640 134534564 4291483808 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5035/statm: 114652 1096 95 6 0 113318 0
[pid=5036] ppid=5032 vsize=19224 CPUtime=1062.22 cores=2
/proc/5036/stat : 5036 (lingeling) R 5032 5032 4269 0 -1 4202496 41165 0 0 0 106216 6 0 0 25 0 1 0 516512739 19685376 4000 33554432000 4194304 4352236 140733266140384 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/5036/statm: 4806 4000 127 39 0 3886 0
[pid=5037] ppid=5032 vsize=72048 CPUtime=528.21 cores=6
/proc/5037/stat : 5037 (march_hi) R 5032 5032 4269 0 -1 4202496 18587 0 0 0 52814 7 0 0 25 0 1 0 516512739 73777152 15262 33554432000 4194304 4331988 140734614750528 18446744073709551615 4210412 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5037/statm: 18012 15262 175 34 0 16454 0
Current children cumulated CPU time (s) 4243.37
Current children cumulated vsize (KiB) 1342352

[startup+1122.3 s]
/proc/loadavg: 10.35 10.28 9.62 11/192 5090
/proc/meminfo: memFree=24581652/32951124 swapFree=67111352/67111528
[pid=5032] ppid=5030 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/5032/stat : 5032 (ppfolio) S 5030 5032 4269 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516512739 18763776 389 33554432000 4194304 4287625 140736669247920 18446744073709551615 246516854287 0 0 4096 65536 627232630156296191 0 0 17 4 0 0 0
/proc/5032/statm: 4581 389 341 23 0 91 0
[pid=5033] ppid=5032 vsize=130108 CPUtime=1122.31 cores=0
/proc/5033/stat : 5033 (cryptominisat) R 5032 5032 4269 0 -1 4202496 367185 0 0 0 112116 115 0 0 25 0 1 0 516512739 133230592 14130 33554432000 4194304 4587354 140737455331504 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5033/statm: 32527 14130 337 96 0 29089 0
[pid=5034] ppid=5032 vsize=93072 CPUtime=1122.32 cores=4
/proc/5034/stat : 5034 (clasp) R 5032 5032 4269 0 -1 4202496 19242 0 0 0 112228 4 0 0 25 0 1 0 516512739 95305728 18807 33554432000 4194304 4785740 140736782950160 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5034/statm: 23268 18807 341 145 0 20313 0
[pid=5035] ppid=5032 vsize=458608 CPUtime=558.12 cores=6
/proc/5035/stat : 5035 (TNM) R 5032 5032 4269 0 -1 4202496 1199 0 0 0 55812 0 0 0 25 0 1 0 516512739 469614592 1096 33554432000 134512640 134534564 4291483808 18446744073709551615 134528497 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5035/statm: 114652 1096 95 6 0 113318 0
[pid=5036] ppid=5032 vsize=19224 CPUtime=1122.21 cores=2
/proc/5036/stat : 5036 (lingeling) R 5032 5032 4269 0 -1 4202496 41965 0 0 0 112215 6 0 0 25 0 1 0 516512739 19685376 4000 33554432000 4194304 4352236 140733266140384 18446744073709551615 4328159 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/5036/statm: 4806 4000 127 39 0 3886 0
[pid=5037] ppid=5032 vsize=72048 CPUtime=558.07 cores=6
/proc/5037/stat : 5037 (march_hi) R 5032 5032 4269 0 -1 4202496 19394 0 0 0 55800 7 0 0 25 0 1 0 516512739 73777152 16069 33554432000 4194304 4331988 140734614750528 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5037/statm: 18012 16069 175 34 0 16454 0
Current children cumulated CPU time (s) 4483.03
Current children cumulated vsize (KiB) 791384

[startup+1182.3 s]
/proc/loadavg: 10.38 10.29 9.67 12/192 5092
/proc/meminfo: memFree=24579904/32951124 swapFree=67111352/67111528
[pid=5032] ppid=5030 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/5032/stat : 5032 (ppfolio) S 5030 5032 4269 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516512739 18763776 389 33554432000 4194304 4287625 140736669247920 18446744073709551615 246516854287 0 0 4096 65536 627232630156296191 0 0 17 4 0 0 0
/proc/5032/statm: 4581 389 341 23 0 91 0
[pid=5033] ppid=5032 vsize=723248 CPUtime=1182.32 cores=0
/proc/5033/stat : 5033 (cryptominisat) R 5032 5032 4269 0 -1 4202496 381427 0 0 0 118110 122 0 0 25 0 1 0 516512739 740605952 18370 33554432000 4194304 4587354 140737455331504 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5033/statm: 180812 18370 337 96 0 177374 0
[pid=5034] ppid=5032 vsize=94540 CPUtime=1182.31 cores=4
/proc/5034/stat : 5034 (clasp) R 5032 5032 4269 0 -1 4202496 19577 0 0 0 118227 4 0 0 25 0 1 0 516512739 96808960 19142 33554432000 4194304 4785740 140736782950160 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5034/statm: 23635 19142 341 145 0 20680 0
[pid=5035] ppid=5032 vsize=458608 CPUtime=587.97 cores=6
/proc/5035/stat : 5035 (TNM) R 5032 5032 4269 0 -1 4202496 1199 0 0 0 58797 0 0 0 25 0 1 0 516512739 469614592 1096 33554432000 134512640 134534564 4291483808 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5035/statm: 114652 1096 95 6 0 113318 0
[pid=5036] ppid=5032 vsize=22424 CPUtime=1182.21 cores=2
/proc/5036/stat : 5036 (lingeling) R 5032 5032 4269 0 -1 4202496 42765 0 0 0 118215 6 0 0 25 0 1 0 516512739 22962176 4800 33554432000 4194304 4352236 140733266140384 18446744073709551615 4328901 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/5036/statm: 5606 4800 127 39 0 4686 0
[pid=5037] ppid=5032 vsize=102820 CPUtime=587.9 cores=6
/proc/5037/stat : 5037 (march_hi) R 5032 5032 4269 0 -1 4202496 20354 0 0 0 58782 8 0 0 25 0 1 0 516512739 105287680 17029 33554432000 4194304 4331988 140734614750528 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5037/statm: 25705 17029 175 34 0 24147 0
Current children cumulated CPU time (s) 4722.71
Current children cumulated vsize (KiB) 1419964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.27 10.27 9.67 11/192 5092
/proc/meminfo: memFree=24569484/32951124 swapFree=67111352/67111528
[pid=5032] ppid=5030 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/5032/stat : 5032 (ppfolio) S 5030 5032 4269 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516512739 18763776 389 33554432000 4194304 4287625 140736669247920 18446744073709551615 246516854287 0 0 4096 65536 627232630156296191 0 0 17 4 0 0 0
/proc/5032/statm: 4581 389 341 23 0 91 0
[pid=5033] ppid=5032 vsize=65248 CPUtime=1201.72 cores=0
/proc/5033/stat : 5033 (cryptominisat) R 5032 5032 4269 0 -1 4202496 383154 0 0 0 120050 122 0 0 25 0 1 0 516512739 66813952 13002 33554432000 4194304 4587354 140737455331504 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5033/statm: 16312 13002 337 96 0 12874 0
[pid=5034] ppid=5032 vsize=94920 CPUtime=1201.72 cores=4
/proc/5034/stat : 5034 (clasp) R 5032 5032 4269 0 -1 4202496 19670 0 0 0 120168 4 0 0 25 0 1 0 516512739 97198080 19235 33554432000 4194304 4785740 140736782950160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5034/statm: 23730 19235 341 145 0 20775 0
[pid=5035] ppid=5032 vsize=458608 CPUtime=597.61 cores=6
/proc/5035/stat : 5035 (TNM) R 5032 5032 4269 0 -1 4202496 1199 0 0 0 59761 0 0 0 25 0 1 0 516512739 469614592 1096 33554432000 134512640 134534564 4291483808 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5035/statm: 114652 1096 95 6 0 113318 0
[pid=5036] ppid=5032 vsize=19224 CPUtime=1201.61 cores=2
/proc/5036/stat : 5036 (lingeling) R 5032 5032 4269 0 -1 4202496 42765 0 0 0 120155 6 0 0 25 0 1 0 516512739 19685376 4000 33554432000 4194304 4352236 140733266140384 18446744073709551615 4328090 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/5036/statm: 4806 4000 127 39 0 3886 0
[pid=5037] ppid=5032 vsize=102820 CPUtime=597.55 cores=6
/proc/5037/stat : 5037 (march_hi) R 5032 5032 4269 0 -1 4202496 20610 0 0 0 59747 8 0 0 25 0 1 0 516512739 105287680 17285 33554432000 4194304 4331988 140734614750528 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5037/statm: 25705 17285 175 34 0 24147 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 759144

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

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

Child status: 0
Real time (s): 1201.71
CPU time (s): 4800.3
CPU user time (s): 4798.84
CPU system time (s): 1.45578
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 7324304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.84
system time used= 1.45578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 467951
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 399
involuntary context switches= 82932

runsolver used 1.79073 second user time and 4.77327 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-29 05:52:25
IDJOB=3190963
IDBENCH=82694
IDSOLVER=1612
FILE ID=node134/3190963-1304049145
RUNJOBID= node134-1304049145-5017
PBS_JOBID= 13170388
Free space on /tmp= 71584 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S1116436500-050-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190963-1304049145/watcher-3190963-1304049145 -o /tmp/evaluation-result-3190963-1304049145/solver-3190963-1304049145 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190963-1304049145.cnf

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

MD5SUM BENCH= cfa9ddae87a68697f7100e24d97d7728
RANDOM SEED=920805777

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:      25090984 kB
Buffers:       1473196 kB
Cached:        5801280 kB
SwapCached:         64 kB
Active:        1407052 kB
Inactive:      5931244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25090984 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           21528 kB
Writeback:           0 kB
AnonPages:       63424 kB
Mapped:          14592 kB
Slab:           458568 kB
PageTables:       4600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186260 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= 71564 MiB
End job on node134 at 2011-04-29 06:12:27