Trace number 3191308

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.4 1201.71

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1124205008-074.UNKNOWN.cnf
MD5SUM7363c9bb5019132082aeb3e4836ce4d1
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 variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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) 1
0.00/0.02	Starting clasp 1.3.6 on core(s) 5
0.00/0.02	Starting TNM 2009 on core(s) 7
0.00/0.02	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.02	Starting march_hi 2009 on core(s) 7
4800.33/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-3191308-1304077887/watcher-3191308-1304077887 -o /tmp/evaluation-result-3191308-1304077887/solver-3191308-1304077887 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191308-1304077887.cnf 

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

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.33 7.69 7.88 6/182 15439
/proc/meminfo: memFree=26270736/32950928 swapFree=67111364/67111528
[pid=15439] ppid=15437 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15439/stat : 15439 (ppfolio) R 15437 15439 15268 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 519388412 18763776 390 33554432000 4194304 4287625 140735495462560 18446744073709551615 208080252431 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/15439/statm: 4581 390 341 23 0 91 0

[startup+0.459094 s]
/proc/loadavg: 6.33 7.69 7.88 6/182 15439
/proc/meminfo: memFree=26270736/32950928 swapFree=67111364/67111528
[pid=15439] ppid=15437 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15439/stat : 15439 (ppfolio) S 15437 15439 15268 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 519388412 18763776 390 33554432000 4194304 4287625 140735495462560 18446744073709551615 208080252431 0 0 4096 65536 4298536177599774719 0 0 17 5 0 0 0
/proc/15439/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.501086 s]
/proc/loadavg: 6.33 7.69 7.88 6/182 15439
/proc/meminfo: memFree=26270736/32950928 swapFree=67111364/67111528
[pid=15439] ppid=15437 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15439/stat : 15439 (ppfolio) S 15437 15439 15268 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 519388412 18763776 390 33554432000 4194304 4287625 140735495462560 18446744073709551615 208080252431 0 0 4096 65536 4298536177599774719 0 0 17 5 0 0 0
/proc/15439/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.601068 s]
/proc/loadavg: 6.33 7.69 7.88 6/182 15439
/proc/meminfo: memFree=26270736/32950928 swapFree=67111364/67111528
[pid=15439] ppid=15437 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15439/stat : 15439 (ppfolio) S 15437 15439 15268 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 519388412 18763776 390 33554432000 4194304 4287625 140735495462560 18446744073709551615 208080252431 0 0 4096 65536 4298536177599774719 0 0 17 5 0 0 0
/proc/15439/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.701048 s]
/proc/loadavg: 6.33 7.69 7.88 6/182 15439
/proc/meminfo: memFree=26270736/32950928 swapFree=67111364/67111528
[pid=15439] ppid=15437 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15439/stat : 15439 (ppfolio) S 15437 15439 15268 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 519388412 18763776 390 33554432000 4194304 4287625 140735495462560 18446744073709551615 208080252431 0 0 4096 65536 4298536177599774719 0 0 17 5 0 0 0
/proc/15439/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5069 s]
/proc/loadavg: 6.70 7.75 7.90 11/188 15445
/proc/meminfo: memFree=26257552/32950928 swapFree=67111364/67111528
[pid=15439] ppid=15437 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15439/stat : 15439 (ppfolio) S 15437 15439 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519388412 18763776 390 33554432000 4194304 4287625 140735495462560 18446744073709551615 208080252431 0 0 4096 65536 4298536177599774719 0 0 17 5 0 0 0
/proc/15439/statm: 4581 390 341 23 0 91 0
[pid=15440] ppid=15439 vsize=1584472 CPUtime=1.5 cores=1
/proc/15440/stat : 15440 (cryptominisat) R 15439 15439 15268 0 -1 4202496 2822 0 0 0 150 0 0 0 25 0 1 0 519388412 1622499328 1375 33554432000 4194304 4587354 140736670943280 18446744073709551615 208079893189 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15440/statm: 396118 1379 337 96 0 392680 0
[pid=15441] ppid=15439 vsize=14552 CPUtime=1.5 cores=5
/proc/15441/stat : 15441 (clasp) R 15439 15439 15268 0 -1 4202496 1085 0 0 0 150 0 0 0 25 0 1 0 519388412 14901248 971 33554432000 4194304 4785740 140736781305280 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15441/statm: 3638 971 340 145 0 683 0
[pid=15442] ppid=15439 vsize=455960 CPUtime=0.94 cores=7
/proc/15442/stat : 15442 (TNM) R 15439 15439 15268 0 -1 4202496 374 0 0 0 94 0 0 0 25 0 1 0 519388412 466903040 271 33554432000 134512640 134534564 4287721536 18446744073709551615 134529287 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15442/statm: 113990 271 95 6 0 112656 0
[pid=15443] ppid=15439 vsize=6804 CPUtime=1.5 cores=3
/proc/15443/stat : 15443 (lingeling) R 15439 15439 15268 0 -1 4202496 1133 0 0 0 150 0 0 0 25 0 1 0 519388412 6967296 899 33554432000 4194304 4352236 140735831342480 18446744073709551615 4328248 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15443/statm: 1701 899 126 39 0 781 0
[pid=15444] ppid=15439 vsize=8220 CPUtime=0.54 cores=7
/proc/15444/stat : 15444 (march_hi) R 15439 15439 15268 0 -1 4202496 655 0 0 0 54 0 0 0 25 0 1 0 519388412 8417280 548 33554432000 4194304 4331988 140735372152016 18446744073709551615 4229443 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15444/statm: 2055 548 172 34 0 497 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 2088332

[startup+3.10059 s]
/proc/loadavg: 6.70 7.75 7.90 11/188 15445
/proc/meminfo: memFree=26248880/32950928 swapFree=67111364/67111528
[pid=15439] ppid=15437 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15439/stat : 15439 (ppfolio) S 15437 15439 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519388412 18763776 390 33554432000 4194304 4287625 140735495462560 18446744073709551615 208080252431 0 0 4096 65536 4298536177599774719 0 0 17 5 0 0 0
/proc/15439/statm: 4581 390 341 23 0 91 0
[pid=15440] ppid=15439 vsize=1591340 CPUtime=3.09 cores=1
/proc/15440/stat : 15440 (cryptominisat) R 15439 15439 15268 0 -1 4202496 5590 0 0 0 309 0 0 0 25 0 1 0 519388412 1629532160 3096 33554432000 4194304 4587354 140736670943280 18446744073709551615 4244149 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15440/statm: 397835 3096 337 96 0 394397 0
[pid=15441] ppid=15439 vsize=15484 CPUtime=3.09 cores=5
/proc/15441/stat : 15441 (clasp) R 15439 15439 15268 0 -1 4202496 1330 0 0 0 309 0 0 0 25 0 1 0 519388412 15855616 1216 33554432000 4194304 4785740 140736781305280 18446744073709551615 4416852 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15441/statm: 3871 1216 341 145 0 916 0
[pid=15442] ppid=15439 vsize=455960 CPUtime=1.74 cores=7
/proc/15442/stat : 15442 (TNM) R 15439 15439 15268 0 -1 4202496 374 0 0 0 174 0 0 0 25 0 1 0 519388412 466903040 271 33554432000 134512640 134534564 4287721536 18446744073709551615 134528600 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15442/statm: 113990 271 95 6 0 112656 0
[pid=15443] ppid=15439 vsize=6676 CPUtime=3.09 cores=3
/proc/15443/stat : 15443 (lingeling) R 15439 15439 15268 0 -1 4202496 1293 0 0 0 309 0 0 0 25 0 1 0 519388412 6836224 867 33554432000 4194304 4352236 140735831342480 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15443/statm: 1669 867 126 39 0 749 0
[pid=15444] ppid=15439 vsize=8524 CPUtime=1.32 cores=7
/proc/15444/stat : 15444 (march_hi) R 15439 15439 15268 0 -1 4202496 712 0 0 0 132 0 0 0 25 0 1 0 519388412 8728576 605 33554432000 4194304 4331988 140735372152016 18446744073709551615 4229432 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15444/statm: 2131 605 173 34 0 573 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 2096308

[startup+6.30098 s]
/proc/loadavg: 6.97 7.79 7.91 11/188 15445
/proc/meminfo: memFree=26241416/32950928 swapFree=67111364/67111528
[pid=15439] ppid=15437 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15439/stat : 15439 (ppfolio) S 15437 15439 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519388412 18763776 390 33554432000 4194304 4287625 140735495462560 18446744073709551615 208080252431 0 0 4096 65536 4298536177599774719 0 0 17 5 0 0 0
/proc/15439/statm: 4581 390 341 23 0 91 0
[pid=15440] ppid=15439 vsize=1603036 CPUtime=6.28 cores=1
/proc/15440/stat : 15440 (cryptominisat) R 15439 15439 15268 0 -1 4202496 8567 0 0 0 628 0 0 0 25 0 1 0 519388412 1641508864 4109 33554432000 4194304 4587354 140736670943280 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15440/statm: 400759 4109 337 96 0 397321 0
[pid=15441] ppid=15439 vsize=16884 CPUtime=6.29 cores=5
/proc/15441/stat : 15441 (clasp) R 15439 15439 15268 0 -1 4202496 1685 0 0 0 629 0 0 0 25 0 1 0 519388412 17289216 1571 33554432000 4194304 4785740 140736781305280 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15441/statm: 4221 1571 341 145 0 1266 0
[pid=15442] ppid=15439 vsize=455960 CPUtime=3.35 cores=7
/proc/15442/stat : 15442 (TNM) R 15439 15439 15268 0 -1 4202496 374 0 0 0 335 0 0 0 25 0 1 0 519388412 466903040 271 33554432000 134512640 134534564 4287721536 18446744073709551615 134530862 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15442/statm: 113990 271 95 6 0 112656 0
[pid=15443] ppid=15439 vsize=6812 CPUtime=6.29 cores=3
/proc/15443/stat : 15443 (lingeling) R 15439 15439 15268 0 -1 4202496 1677 0 0 0 629 0 0 0 25 0 1 0 519388412 6975488 899 33554432000 4194304 4352236 140735831342480 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15443/statm: 1703 899 126 39 0 783 0
[pid=15444] ppid=15439 vsize=8676 CPUtime=2.9 cores=7
/proc/15444/stat : 15444 (march_hi) R 15439 15439 15268 0 -1 4202496 784 0 0 0 290 0 0 0 25 0 1 0 519388412 8884224 677 33554432000 4194304 4331988 140735372152016 18446744073709551615 4229363 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15444/statm: 2169 677 173 34 0 611 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 2109692

[startup+12.7008 s]
/proc/loadavg: 7.29 7.84 7.93 11/188 15445
/proc/meminfo: memFree=26228468/32950928 swapFree=67111364/67111528
[pid=15439] ppid=15437 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15439/stat : 15439 (ppfolio) S 15437 15439 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519388412 18763776 390 33554432000 4194304 4287625 140735495462560 18446744073709551615 208080252431 0 0 4096 65536 4298536177599774719 0 0 17 5 0 0 0
/proc/15439/statm: 4581 390 341 23 0 91 0
[pid=15440] ppid=15439 vsize=1599124 CPUtime=12.69 cores=1
/proc/15440/stat : 15440 (cryptominisat) R 15439 15439 15268 0 -1 4202496 13020 0 0 0 1268 1 0 0 25 0 1 0 519388412 1637502976 5258 33554432000 4194304 4587354 140736670943280 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15440/statm: 399781 5258 337 96 0 396343 0
[pid=15441] ppid=15439 vsize=18404 CPUtime=12.69 cores=5
/proc/15441/stat : 15441 (clasp) R 15439 15439 15268 0 -1 4202496 2051 0 0 0 1269 0 0 0 25 0 1 0 519388412 18845696 1937 33554432000 4194304 4785740 140736781305280 18446744073709551615 4553083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15441/statm: 4601 1937 341 145 0 1646 0
[pid=15442] ppid=15439 vsize=455960 CPUtime=6.54 cores=7
/proc/15442/stat : 15442 (TNM) R 15439 15439 15268 0 -1 4202496 374 0 0 0 654 0 0 0 25 0 1 0 519388412 466903040 271 33554432000 134512640 134534564 4287721536 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15442/statm: 113990 271 95 6 0 112656 0
[pid=15443] ppid=15439 vsize=8740 CPUtime=12.69 cores=3
/proc/15443/stat : 15443 (lingeling) R 15439 15439 15268 0 -1 4202496 2799 0 0 0 1269 0 0 0 25 0 1 0 519388412 8949760 1381 33554432000 4194304 4352236 140735831342480 18446744073709551615 4328377 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15443/statm: 2185 1381 126 39 0 1265 0
[pid=15444] ppid=15439 vsize=9404 CPUtime=6.07 cores=7
/proc/15444/stat : 15444 (march_hi) R 15439 15439 15268 0 -1 4202496 934 0 0 0 607 0 0 0 25 0 1 0 519388412 9629696 827 33554432000 4194304 4331988 140735372152016 18446744073709551615 4229456 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15444/statm: 2351 827 173 34 0 793 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 2109956

[startup+25.5003 s]
/proc/loadavg: 7.70 7.91 7.95 11/188 15446
/proc/meminfo: memFree=26207320/32950928 swapFree=67111364/67111528
[pid=15439] ppid=15437 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15439/stat : 15439 (ppfolio) S 15437 15439 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519388412 18763776 390 33554432000 4194304 4287625 140735495462560 18446744073709551615 208080252431 0 0 4096 65536 4298536177599774719 0 0 17 5 0 0 0
/proc/15439/statm: 4581 390 341 23 0 91 0
[pid=15440] ppid=15439 vsize=1603972 CPUtime=25.49 cores=1
/proc/15440/stat : 15440 (cryptominisat) R 15439 15439 15268 0 -1 4202496 20460 0 0 0 2547 2 0 0 25 0 1 0 519388412 1642467328 6138 33554432000 4194304 4587354 140736670943280 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15440/statm: 400993 6138 337 96 0 397555 0
[pid=15441] ppid=15439 vsize=21228 CPUtime=25.49 cores=5
/proc/15441/stat : 15441 (clasp) R 15439 15439 15268 0 -1 4202496 2721 0 0 0 2549 0 0 0 25 0 1 0 519388412 21737472 2607 33554432000 4194304 4785740 140736781305280 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15441/statm: 5307 2607 341 145 0 2352 0
[pid=15442] ppid=15439 vsize=455960 CPUtime=12.94 cores=7
/proc/15442/stat : 15442 (TNM) R 15439 15439 15268 0 -1 4202496 374 0 0 0 1294 0 0 0 25 0 1 0 519388412 466903040 271 33554432000 134512640 134534564 4287721536 18446744073709551615 134529833 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15442/statm: 113990 271 95 6 0 112656 0
[pid=15443] ppid=15439 vsize=11180 CPUtime=25.49 cores=3
/proc/15443/stat : 15443 (lingeling) R 15439 15439 15268 0 -1 4202496 4945 0 0 0 2549 0 0 0 25 0 1 0 519388412 11448320 1991 33554432000 4194304 4352236 140735831342480 18446744073709551615 4328114 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15443/statm: 2795 1991 126 39 0 1875 0
[pid=15444] ppid=15439 vsize=10840 CPUtime=12.4 cores=7
/proc/15444/stat : 15444 (march_hi) R 15439 15439 15268 0 -1 4202496 1194 0 0 0 1240 0 0 0 25 0 1 0 519388412 11100160 1087 33554432000 4194304 4331988 140735372152016 18446744073709551615 4229702 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15444/statm: 2710 1087 173 34 0 1152 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 2121504

[startup+51.1004 s]
/proc/loadavg: 8.68 8.12 8.02 11/188 15446
/proc/meminfo: memFree=26184012/32950928 swapFree=67111364/67111528
[pid=15439] ppid=15437 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15439/stat : 15439 (ppfolio) S 15437 15439 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519388412 18763776 390 33554432000 4194304 4287625 140735495462560 18446744073709551615 208080252431 0 0 4096 65536 4298536177599774719 0 0 17 5 0 0 0
/proc/15439/statm: 4581 390 341 23 0 91 0
[pid=15440] ppid=15439 vsize=1605508 CPUtime=51.09 cores=1
/proc/15440/stat : 15440 (cryptominisat) R 15439 15439 15268 0 -1 4202496 30834 0 0 0 5105 4 0 0 25 0 1 0 519388412 1644040192 6711 33554432000 4194304 4587354 140736670943280 18446744073709551615 4238463 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15440/statm: 401377 6711 337 96 0 397939 0
[pid=15441] ppid=15439 vsize=24088 CPUtime=51.09 cores=5
/proc/15441/stat : 15441 (clasp) R 15439 15439 15268 0 -1 4202496 3389 0 0 0 5109 0 0 0 25 0 1 0 519388412 24666112 3275 33554432000 4194304 4785740 140736781305280 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15441/statm: 6022 3275 341 145 0 3067 0
[pid=15442] ppid=15439 vsize=455960 CPUtime=25.64 cores=7
/proc/15442/stat : 15442 (TNM) R 15439 15439 15268 0 -1 4202496 374 0 0 0 2564 0 0 0 25 0 1 0 519388412 466903040 271 33554432000 134512640 134534564 4287721536 18446744073709551615 8030599 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15442/statm: 113990 271 95 6 0 112656 0
[pid=15443] ppid=15439 vsize=11796 CPUtime=51.09 cores=3

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

[pid=15440] ppid=15439 vsize=1660480 CPUtime=942.31 cores=1
/proc/15440/stat : 15440 (cryptominisat) R 15439 15439 15268 0 -1 4202496 159722 0 0 0 94177 54 0 0 25 0 1 0 519388412 1700331520 20237 33554432000 4194304 4587354 140736670943280 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15440/statm: 415120 20237 337 96 0 411682 0
[pid=15441] ppid=15439 vsize=51428 CPUtime=942.3 cores=5
/proc/15441/stat : 15441 (clasp) R 15439 15439 15268 0 -1 4202496 9695 0 0 0 94228 2 0 0 25 0 1 0 519388412 52662272 9581 33554432000 4194304 4785740 140736781305280 18446744073709551615 4287248 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15441/statm: 12857 9581 341 145 0 9902 0
[pid=15442] ppid=15439 vsize=455960 CPUtime=468.84 cores=7
/proc/15442/stat : 15442 (TNM) R 15439 15439 15268 0 -1 4202496 374 0 0 0 46884 0 0 0 25 0 1 0 519388412 466903040 271 33554432000 134512640 134534564 4287721536 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15442/statm: 113990 271 95 6 0 112656 0
[pid=15443] ppid=15439 vsize=21908 CPUtime=942.32 cores=3
/proc/15443/stat : 15443 (lingeling) R 15439 15439 15268 0 -1 4202496 68225 0 0 0 94223 9 0 0 25 0 1 0 519388412 22433792 4649 33554432000 4194304 4352236 140735831342480 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15443/statm: 5477 4649 127 39 0 4557 0
[pid=15444] ppid=15439 vsize=88100 CPUtime=468.33 cores=7
/proc/15444/stat : 15444 (march_hi) R 15439 15439 15268 0 -1 4202496 17523 0 0 0 46822 11 0 0 25 0 1 0 519388412 90214400 17416 33554432000 4194304 4331988 140735372152016 18446744073709551615 4297557 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15444/statm: 22025 17416 173 34 0 20467 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 2296200

[startup+1002.3 s]
/proc/loadavg: 10.27 10.14 9.41 11/188 15484
/proc/meminfo: memFree=25905252/32950928 swapFree=67111364/67111528
[pid=15439] ppid=15437 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15439/stat : 15439 (ppfolio) S 15437 15439 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519388412 18763776 390 33554432000 4194304 4287625 140735495462560 18446744073709551615 208080252431 0 0 4096 65536 4298536177599774719 0 0 17 5 0 0 0
/proc/15439/statm: 4581 390 341 23 0 91 0
[pid=15440] ppid=15439 vsize=1660356 CPUtime=1002.31 cores=1
/proc/15440/stat : 15440 (cryptominisat) R 15439 15439 15268 0 -1 4202496 164327 0 0 0 100175 56 0 0 25 0 1 0 519388412 1700204544 20102 33554432000 4194304 4587354 140736670943280 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15440/statm: 415089 20102 337 96 0 411651 0
[pid=15441] ppid=15439 vsize=52056 CPUtime=1002.3 cores=5
/proc/15441/stat : 15441 (clasp) R 15439 15439 15268 0 -1 4202496 9835 0 0 0 100228 2 0 0 25 0 1 0 519388412 53305344 9721 33554432000 4194304 4785740 140736781305280 18446744073709551615 4538896 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15441/statm: 13014 9721 341 145 0 10059 0
[pid=15442] ppid=15439 vsize=455960 CPUtime=498.67 cores=7
/proc/15442/stat : 15442 (TNM) R 15439 15439 15268 0 -1 4202496 374 0 0 0 49867 0 0 0 25 0 1 0 519388412 466903040 271 33554432000 134512640 134534564 4287721536 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15442/statm: 113990 271 95 6 0 112656 0
[pid=15443] ppid=15439 vsize=25236 CPUtime=1002.32 cores=3
/proc/15443/stat : 15443 (lingeling) R 15439 15439 15268 0 -1 4202496 72481 0 0 0 100223 9 0 0 25 0 1 0 519388412 25841664 5481 33554432000 4194304 4352236 140735831342480 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15443/statm: 6309 5481 127 39 0 5389 0
[pid=15444] ppid=15439 vsize=88100 CPUtime=498.18 cores=7
/proc/15444/stat : 15444 (march_hi) R 15439 15439 15268 0 -1 4202496 18577 0 0 0 49807 11 0 0 25 0 1 0 519388412 90214400 18470 33554432000 4194304 4331988 140735372152016 18446744073709551615 4211480 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15444/statm: 22025 18470 173 34 0 20467 0
Current children cumulated CPU time (s) 4003.78
Current children cumulated vsize (KiB) 2300032

[startup+1062.3 s]
/proc/loadavg: 10.25 10.16 9.46 11/188 15485
/proc/meminfo: memFree=25874220/32950928 swapFree=67111364/67111528
[pid=15439] ppid=15437 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15439/stat : 15439 (ppfolio) S 15437 15439 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519388412 18763776 390 33554432000 4194304 4287625 140735495462560 18446744073709551615 208080252431 0 0 4096 65536 4298536177599774719 0 0 17 5 0 0 0
/proc/15439/statm: 4581 390 341 23 0 91 0
[pid=15440] ppid=15439 vsize=1660688 CPUtime=1062.31 cores=1
/proc/15440/stat : 15440 (cryptominisat) R 15439 15439 15268 0 -1 4202496 168219 0 0 0 106172 59 0 0 25 0 1 0 519388412 1700544512 19167 33554432000 4194304 4587354 140736670943280 18446744073709551615 4243585 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15440/statm: 415172 19167 337 96 0 411734 0
[pid=15441] ppid=15439 vsize=52788 CPUtime=1062.3 cores=5
/proc/15441/stat : 15441 (clasp) R 15439 15439 15268 0 -1 4202496 10001 0 0 0 106228 2 0 0 25 0 1 0 519388412 54054912 9887 33554432000 4194304 4785740 140736781305280 18446744073709551615 4552940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15441/statm: 13197 9887 341 145 0 10242 0
[pid=15442] ppid=15439 vsize=455960 CPUtime=528.5 cores=7
/proc/15442/stat : 15442 (TNM) R 15439 15439 15268 0 -1 4202496 374 0 0 0 52850 0 0 0 25 0 1 0 519388412 466903040 271 33554432000 134512640 134534564 4287721536 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15442/statm: 113990 271 95 6 0 112656 0
[pid=15443] ppid=15439 vsize=30612 CPUtime=1062.33 cores=3
/proc/15443/stat : 15443 (lingeling) R 15439 15439 15268 0 -1 4202496 76577 0 0 0 106223 10 0 0 25 0 1 0 519388412 31346688 6825 33554432000 4194304 4352236 140735831342480 18446744073709551615 4328095 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15443/statm: 7653 6825 127 39 0 6733 0
[pid=15444] ppid=15439 vsize=117568 CPUtime=528.02 cores=7
/proc/15444/stat : 15444 (march_hi) R 15439 15439 15268 0 -1 4202496 19645 0 0 0 52790 12 0 0 25 0 1 0 519388412 120389632 19538 33554432000 4194304 4331988 140735372152016 18446744073709551615 4226438 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15444/statm: 29392 19538 173 34 0 27834 0
Current children cumulated CPU time (s) 4243.46
Current children cumulated vsize (KiB) 2335940

[startup+1122.3 s]
/proc/loadavg: 10.20 10.16 9.50 11/188 15487
/proc/meminfo: memFree=25823580/32950928 swapFree=67111364/67111528
[pid=15439] ppid=15437 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15439/stat : 15439 (ppfolio) S 15437 15439 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519388412 18763776 390 33554432000 4194304 4287625 140735495462560 18446744073709551615 208080252431 0 0 4096 65536 4298536177599774719 0 0 17 5 0 0 0
/proc/15439/statm: 4581 390 341 23 0 91 0
[pid=15440] ppid=15439 vsize=1684700 CPUtime=1122.32 cores=1
/proc/15440/stat : 15440 (cryptominisat) R 15439 15439 15268 0 -1 4202496 181434 0 0 0 112170 62 0 0 25 0 1 0 519388412 1725132800 27906 33554432000 4194304 4587354 140736670943280 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15440/statm: 421175 27906 337 96 0 417737 0
[pid=15441] ppid=15439 vsize=53348 CPUtime=1122.3 cores=5
/proc/15441/stat : 15441 (clasp) R 15439 15439 15268 0 -1 4202496 10148 0 0 0 112228 2 0 0 25 0 1 0 519388412 54628352 10034 33554432000 4194304 4785740 140736781305280 18446744073709551615 4287140 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15441/statm: 13337 10034 341 145 0 10382 0
[pid=15442] ppid=15439 vsize=455960 CPUtime=558.36 cores=7
/proc/15442/stat : 15442 (TNM) R 15439 15439 15268 0 -1 4202496 374 0 0 0 55836 0 0 0 25 0 1 0 519388412 466903040 271 33554432000 134512640 134534564 4287721536 18446744073709551615 134529833 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15442/statm: 113990 271 95 6 0 112656 0
[pid=15443] ppid=15439 vsize=32916 CPUtime=1122.33 cores=3
/proc/15443/stat : 15443 (lingeling) R 15439 15439 15268 0 -1 4202496 80577 0 0 0 112223 10 0 0 25 0 1 0 519388412 33705984 7401 33554432000 4194304 4352236 140735831342480 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15443/statm: 8229 7401 127 39 0 7309 0
[pid=15444] ppid=15439 vsize=117568 CPUtime=557.84 cores=7
/proc/15444/stat : 15444 (march_hi) R 15439 15439 15268 0 -1 4202496 20666 0 0 0 55771 13 0 0 25 0 1 0 519388412 120389632 20559 33554432000 4194304 4331988 140735372152016 18446744073709551615 4229806 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15444/statm: 29392 20559 173 34 0 27834 0
Current children cumulated CPU time (s) 4483.15
Current children cumulated vsize (KiB) 2362816

[startup+1182.3 s]
/proc/loadavg: 10.15 10.15 9.54 11/188 15489
/proc/meminfo: memFree=25850936/32950928 swapFree=67111364/67111528
[pid=15439] ppid=15437 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15439/stat : 15439 (ppfolio) S 15437 15439 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519388412 18763776 390 33554432000 4194304 4287625 140735495462560 18446744073709551615 208080252431 0 0 4096 65536 4298536177599774719 0 0 17 5 0 0 0
/proc/15439/statm: 4581 390 341 23 0 91 0
[pid=15440] ppid=15439 vsize=1645620 CPUtime=1182.31 cores=1
/proc/15440/stat : 15440 (cryptominisat) R 15439 15439 15268 0 -1 4202496 186825 0 0 0 118166 65 0 0 25 0 1 0 519388412 1685114880 19005 33554432000 4194304 4587354 140736670943280 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15440/statm: 411405 19005 337 96 0 407967 0
[pid=15441] ppid=15439 vsize=54644 CPUtime=1182.3 cores=5
/proc/15441/stat : 15441 (clasp) R 15439 15439 15268 0 -1 4202496 10420 0 0 0 118228 2 0 0 25 0 1 0 519388412 55955456 10306 33554432000 4194304 4785740 140736781305280 18446744073709551615 4309551 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15441/statm: 13661 10306 341 145 0 10706 0
[pid=15442] ppid=15439 vsize=455960 CPUtime=588.16 cores=7
/proc/15442/stat : 15442 (TNM) R 15439 15439 15268 0 -1 4202496 374 0 0 0 58816 0 0 0 25 0 1 0 519388412 466903040 271 33554432000 134512640 134534564 4287721536 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15442/statm: 113990 271 95 6 0 112656 0
[pid=15443] ppid=15439 vsize=35604 CPUtime=1182.33 cores=3
/proc/15443/stat : 15443 (lingeling) R 15439 15439 15268 0 -1 4202496 82625 0 0 0 118223 10 0 0 25 0 1 0 519388412 36458496 8073 33554432000 4194304 4352236 140735831342480 18446744073709551615 4328832 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15443/statm: 8901 8073 127 39 0 7981 0
[pid=15444] ppid=15439 vsize=117568 CPUtime=587.71 cores=7
/proc/15444/stat : 15444 (march_hi) R 15439 15439 15268 0 -1 4202496 21656 0 0 0 58758 13 0 0 25 0 1 0 519388412 120389632 21549 33554432000 4194304 4331988 140735372152016 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15444/statm: 29392 21549 173 34 0 27834 0
Current children cumulated CPU time (s) 4722.81
Current children cumulated vsize (KiB) 2327720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 9.70 10.06 9.52 11/188 15554
/proc/meminfo: memFree=26062552/32950928 swapFree=67111364/67111528
[pid=15439] ppid=15437 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15439/stat : 15439 (ppfolio) S 15437 15439 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519388412 18763776 390 33554432000 4194304 4287625 140735495462560 18446744073709551615 208080252431 0 0 4096 65536 4298536177599774719 0 0 17 5 0 0 0
/proc/15439/statm: 4581 390 341 23 0 91 0
[pid=15440] ppid=15439 vsize=1645620 CPUtime=1201.72 cores=1
/proc/15440/stat : 15440 (cryptominisat) R 15439 15439 15268 0 -1 4202496 187116 0 0 0 120107 65 0 0 25 0 1 0 519388412 1685114880 19292 33554432000 4194304 4587354 140736670943280 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15440/statm: 411405 19292 337 96 0 407967 0
[pid=15441] ppid=15439 vsize=54644 CPUtime=1201.71 cores=5
/proc/15441/stat : 15441 (clasp) R 15439 15439 15268 0 -1 4202496 10426 0 0 0 120169 2 0 0 25 0 1 0 519388412 55955456 10312 33554432000 4194304 4785740 140736781305280 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15441/statm: 13661 10312 341 145 0 10706 0
[pid=15442] ppid=15439 vsize=455960 CPUtime=597.85 cores=7
/proc/15442/stat : 15442 (TNM) R 15439 15439 15268 0 -1 4202496 374 0 0 0 59785 0 0 0 25 0 1 0 519388412 466903040 271 33554432000 134512640 134534564 4287721536 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15442/statm: 113990 271 95 6 0 112656 0
[pid=15443] ppid=15439 vsize=22932 CPUtime=1201.74 cores=3
/proc/15443/stat : 15443 (lingeling) R 15439 15439 15268 0 -1 4202496 82881 0 0 0 120163 11 0 0 25 0 1 0 519388412 23482368 4905 33554432000 4194304 4352236 140735831342480 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15443/statm: 5733 4905 127 39 0 4813 0
[pid=15444] ppid=15439 vsize=117568 CPUtime=597.31 cores=7
/proc/15444/stat : 15444 (march_hi) R 15439 15439 15268 0 -1 4202496 22000 0 0 0 59718 13 0 0 25 0 1 0 519388412 120389632 21893 33554432000 4194304 4331988 140735372152016 18446744073709551615 4229375 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15444/statm: 29392 21893 173 34 0 27834 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 2315048

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

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

[startup+1201.7 s]
/proc/loadavg: 9.70 10.06 9.52 11/188 15554
/proc/meminfo: memFree=26062552/32950928 swapFree=67111364/67111528
[pid=15439] ppid=15437 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15439/stat : 15439 (ppfolio) S 15437 15439 15268 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519388412 18763776 390 33554432000 4194304 4287625 140735495462560 18446744073709551615 208080252431 0 0 4096 65536 4298536177599774719 0 0 17 5 0 0 0
/proc/15439/statm: 4581 390 341 23 0 91 0
[pid=15440] ppid=15439 vsize=1645620 CPUtime=1201.72 cores=1
/proc/15440/stat : 15440 (cryptominisat) R 15439 15439 15268 0 -1 4202496 187116 0 0 0 120107 65 0 0 25 0 1 0 519388412 1685114880 19292 33554432000 4194304 4587354 140736670943280 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15440/statm: 411405 19292 337 96 0 407967 0
[pid=15441] ppid=15439 vsize=54644 CPUtime=1201.71 cores=5
/proc/15441/stat : 15441 (clasp) R 15439 15439 15268 0 -1 4202496 10426 0 0 0 120169 2 0 0 25 0 1 0 519388412 55955456 10312 33554432000 4194304 4785740 140736781305280 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15441/statm: 13661 10312 341 145 0 10706 0
[pid=15442] ppid=15439 vsize=455960 CPUtime=597.85 cores=7
/proc/15442/stat : 15442 (TNM) R 15439 15439 15268 0 -1 4202496 374 0 0 0 59785 0 0 0 25 0 1 0 519388412 466903040 271 33554432000 134512640 134534564 4287721536 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15442/statm: 113990 271 95 6 0 112656 0
[pid=15443] ppid=15439 vsize=22932 CPUtime=1201.74 cores=3
/proc/15443/stat : 15443 (lingeling) R 15439 15439 15268 0 -1 4202496 82881 0 0 0 120163 11 0 0 25 0 1 0 519388412 23482368 4905 33554432000 4194304 4352236 140735831342480 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15443/statm: 5733 4905 127 39 0 4813 0
[pid=15444] ppid=15439 vsize=117568 CPUtime=597.31 cores=7
/proc/15444/stat : 15444 (march_hi) R 15439 15439 15268 0 -1 4202496 22000 0 0 0 59718 13 0 0 25 0 1 0 519388412 120389632 21893 33554432000 4194304 4331988 140735372152016 18446744073709551615 4229375 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15444/statm: 29392 21893 173 34 0 27834 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 2315048

Child status: 0
Real time (s): 1201.71
CPU time (s): 4800.4
CPU user time (s): 4799.45
CPU system time (s): 0.952855
CPU usage (%): 399.463
Max. virtual memory (cumulated for all children) (KiB): 3880176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.45
system time used= 0.952855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 303351
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= 414
involuntary context switches= 43436

runsolver used 1.90671 second user time and 4.65929 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 13:51:27
IDJOB=3191308
IDBENCH=83039
IDSOLVER=1612
FILE ID=node127/3191308-1304077887
RUNJOBID= node127-1304077884-15287
PBS_JOBID= 13170516
Free space on /tmp= 71812 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S1124205008-074.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191308-1304077887/watcher-3191308-1304077887 -o /tmp/evaluation-result-3191308-1304077887/solver-3191308-1304077887 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191308-1304077887.cnf

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

MD5SUM BENCH= 7363c9bb5019132082aeb3e4836ce4d1
RANDOM SEED=1774779118

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26270768 kB
Buffers:       1392872 kB
Cached:        4724208 kB
SwapCached:          0 kB
Active:        1795748 kB
Inactive:      4405844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26270768 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           20432 kB
Writeback:          80 kB
AnonPages:       84560 kB
Mapped:          16712 kB
Slab:           411460 kB
PageTables:       4772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1994896 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71800 MiB
End job on node127 at 2011-04-29 14:11:29