Trace number 3191009

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) 4275.37 1300.01

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1254276596-021.UNKNOWN.cnf
MD5SUM38eb341db913fde0f11427c4d808f2c9
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 variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 4 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7
4275.31/1300.00	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-3191009-1304052504/watcher-3191009-1304052504 -o /tmp/evaluation-result-3191009-1304052504/solver-3191009-1304052504 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191009-1304052504.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: 9.27 8.66 8.17 6/181 31310
/proc/meminfo: memFree=21350776/32951124 swapFree=67111528/67111528
[pid=31310] ppid=31308 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31310/stat : 31310 (ppfolio) R 31308 31310 30178 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 249441683 18763776 389 33554432000 4194304 4287625 140736848659424 18446744073709551615 268660682255 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/31310/statm: 4581 389 341 23 0 91 0

[startup+0.23632 s]
/proc/loadavg: 9.27 8.66 8.17 6/181 31310
/proc/meminfo: memFree=21350776/32951124 swapFree=67111528/67111528
[pid=31310] ppid=31308 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31310/stat : 31310 (ppfolio) S 31308 31310 30178 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 249441683 18763776 389 33554432000 4194304 4287625 140736848659424 18446744073709551615 268660682255 0 0 4096 65536 15008747277248364543 0 0 17 1 0 0 0
/proc/31310/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30031 s]
/proc/loadavg: 9.27 8.66 8.17 6/181 31310
/proc/meminfo: memFree=21350776/32951124 swapFree=67111528/67111528
[pid=31310] ppid=31308 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31310/stat : 31310 (ppfolio) S 31308 31310 30178 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 249441683 18763776 389 33554432000 4194304 4287625 140736848659424 18446744073709551615 268660682255 0 0 4096 65536 15008747277248364543 0 0 17 1 0 0 0
/proc/31310/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.40029 s]
/proc/loadavg: 9.27 8.66 8.17 6/181 31310
/proc/meminfo: memFree=21350776/32951124 swapFree=67111528/67111528
[pid=31310] ppid=31308 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31310/stat : 31310 (ppfolio) S 31308 31310 30178 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 249441683 18763776 389 33554432000 4194304 4287625 140736848659424 18446744073709551615 268660682255 0 0 4096 65536 15008747277248364543 0 0 17 1 0 0 0
/proc/31310/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700238 s]
/proc/loadavg: 9.27 8.66 8.17 6/181 31310
/proc/meminfo: memFree=21350776/32951124 swapFree=67111528/67111528
[pid=31310] ppid=31308 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31310/stat : 31310 (ppfolio) S 31308 31310 30178 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 249441683 18763776 389 33554432000 4194304 4287625 140736848659424 18446744073709551615 268660682255 0 0 4096 65536 15008747277248364543 0 0 17 1 0 0 0
/proc/31310/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5011 s]
/proc/loadavg: 9.27 8.66 8.17 10/187 31316
/proc/meminfo: memFree=21338612/32951124 swapFree=67111528/67111528
[pid=31310] ppid=31308 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31310/stat : 31310 (ppfolio) S 31308 31310 30178 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 249441683 18763776 389 33554432000 4194304 4287625 140736848659424 18446744073709551615 268660682255 0 0 4096 65536 15008747277248364543 0 0 17 1 0 0 0
/proc/31310/statm: 4581 389 341 23 0 91 0
[pid=31311] ppid=31310 vsize=2018564 CPUtime=1.49 cores=1
/proc/31311/stat : 31311 (cryptominisat) R 31310 31310 30178 0 -1 4202496 4252 0 0 0 149 0 0 0 25 0 1 0 249441684 2067009536 2587 33554432000 4194304 4587354 140734378186160 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31311/statm: 504641 2587 336 96 0 501203 0
[pid=31312] ppid=31310 vsize=14884 CPUtime=1.49 cores=5
/proc/31312/stat : 31312 (clasp) R 31310 31310 30178 0 -1 4202496 1168 0 0 0 149 0 0 0 25 0 1 0 249441684 15241216 1059 33554432000 4194304 4785740 140736938646448 18446744073709551615 4287201 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31312/statm: 3721 1059 341 145 0 766 0
[pid=31313] ppid=31310 vsize=452656 CPUtime=0.78 cores=7
/proc/31313/stat : 31313 (TNM) R 31310 31310 30178 0 -1 4202496 452 0 0 0 78 0 0 0 25 0 1 0 249441684 463519744 348 33554432000 134512640 134534564 4291743440 18446744073709551615 134524734 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31313/statm: 113164 348 91 6 0 111830 0
[pid=31314] ppid=31310 vsize=6220 CPUtime=1.49 cores=3
/proc/31314/stat : 31314 (lingeling) R 31310 31310 30178 0 -1 4202496 1089 0 0 0 149 0 0 0 20 0 1 0 249441684 6369280 750 33554432000 4194304 4352236 140735823580624 18446744073709551615 4328032 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31314/statm: 1555 750 127 39 0 635 0
[pid=31315] ppid=31310 vsize=8088 CPUtime=0.7 cores=7
/proc/31315/stat : 31315 (march_hi) R 31310 31310 30178 0 -1 4202496 1399 0 0 0 70 0 0 0 25 0 1 0 249441684 8282112 523 33554432000 4194304 4331988 140736881431456 18446744073709551615 4308944 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31315/statm: 2022 523 174 34 0 464 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 2518736

[startup+3.10082 s]
/proc/loadavg: 9.27 8.66 8.17 10/187 31316
/proc/meminfo: memFree=21329560/32951124 swapFree=67111528/67111528
[pid=31310] ppid=31308 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31310/stat : 31310 (ppfolio) S 31308 31310 30178 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 249441683 18763776 389 33554432000 4194304 4287625 140736848659424 18446744073709551615 268660682255 0 0 4096 65536 15008747277248364543 0 0 17 1 0 0 0
/proc/31310/statm: 4581 389 341 23 0 91 0
[pid=31311] ppid=31310 vsize=2019892 CPUtime=3.08 cores=1
/proc/31311/stat : 31311 (cryptominisat) R 31310 31310 30178 0 -1 4202496 5358 0 0 0 308 0 0 0 25 0 1 0 249441684 2068369408 2775 33554432000 4194304 4587354 140734378186160 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31311/statm: 504973 2775 336 96 0 501535 0
[pid=31312] ppid=31310 vsize=15748 CPUtime=3.09 cores=5
/proc/31312/stat : 31312 (clasp) R 31310 31310 30178 0 -1 4202496 1364 0 0 0 309 0 0 0 25 0 1 0 249441684 16125952 1255 33554432000 4194304 4785740 140736938646448 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31312/statm: 3937 1255 341 145 0 982 0
[pid=31313] ppid=31310 vsize=456488 CPUtime=1.57 cores=7
/proc/31313/stat : 31313 (TNM) R 31310 31310 30178 0 -1 4202496 520 0 0 0 157 0 0 0 25 0 1 0 249441684 467443712 416 33554432000 134512640 134534564 4291743440 18446744073709551615 134528991 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31313/statm: 114122 416 95 6 0 112788 0
[pid=31314] ppid=31310 vsize=7560 CPUtime=3.09 cores=3
/proc/31314/stat : 31314 (lingeling) R 31310 31310 30178 0 -1 4202496 1731 0 0 0 309 0 0 0 25 0 1 0 249441684 7741440 1085 33554432000 4194304 4352236 140735823580624 18446744073709551615 4328377 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31314/statm: 1890 1085 127 39 0 970 0
[pid=31315] ppid=31310 vsize=8088 CPUtime=1.5 cores=7
/proc/31315/stat : 31315 (march_hi) R 31310 31310 30178 0 -1 4202496 1399 0 0 0 150 0 0 0 25 0 1 0 249441684 8282112 523 33554432000 4194304 4331988 140736881431456 18446744073709551615 4226457 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31315/statm: 2022 523 174 34 0 464 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 2526100

[startup+6.30126 s]
/proc/loadavg: 9.25 8.67 8.17 10/187 31316
/proc/meminfo: memFree=21325096/32951124 swapFree=67111528/67111528
[pid=31310] ppid=31308 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31310/stat : 31310 (ppfolio) S 31308 31310 30178 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 249441683 18763776 389 33554432000 4194304 4287625 140736848659424 18446744073709551615 268660682255 0 0 4096 65536 15008747277248364543 0 0 17 1 0 0 0
/proc/31310/statm: 4581 389 341 23 0 91 0
[pid=31311] ppid=31310 vsize=2020104 CPUtime=6.28 cores=1
/proc/31311/stat : 31311 (cryptominisat) R 31310 31310 30178 0 -1 4202496 7211 0 0 0 628 0 0 0 25 0 1 0 249441684 2068586496 2967 33554432000 4194304 4587354 140734378186160 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31311/statm: 505026 2967 336 96 0 501588 0
[pid=31312] ppid=31310 vsize=17024 CPUtime=6.29 cores=5
/proc/31312/stat : 31312 (clasp) R 31310 31310 30178 0 -1 4202496 1663 0 0 0 629 0 0 0 25 0 1 0 249441684 17432576 1554 33554432000 4194304 4785740 140736938646448 18446744073709551615 268660320665 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31312/statm: 4256 1554 341 145 0 1301 0
[pid=31313] ppid=31310 vsize=456488 CPUtime=3.15 cores=7
/proc/31313/stat : 31313 (TNM) R 31310 31310 30178 0 -1 4202496 520 0 0 0 315 0 0 0 25 0 1 0 249441684 467443712 416 33554432000 134512640 134534564 4291743440 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31313/statm: 114122 416 95 6 0 112788 0
[pid=31314] ppid=31310 vsize=7944 CPUtime=6.29 cores=3
/proc/31314/stat : 31314 (lingeling) R 31310 31310 30178 0 -1 4202496 2339 0 0 0 629 0 0 0 25 0 1 0 249441684 8134656 1181 33554432000 4194304 4352236 140735823580624 18446744073709551615 4328233 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31314/statm: 1986 1181 127 39 0 1066 0
[pid=31315] ppid=31310 vsize=8088 CPUtime=3.1 cores=7
/proc/31315/stat : 31315 (march_hi) R 31310 31310 30178 0 -1 4202496 1399 0 0 0 310 0 0 0 25 0 1 0 249441684 8282112 523 33554432000 4194304 4331988 140736881431456 18446744073709551615 268664122364 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31315/statm: 2022 523 174 34 0 464 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 2527972

[startup+12.7011 s]
/proc/loadavg: 9.23 8.67 8.18 10/187 31316
/proc/meminfo: memFree=21316444/32951124 swapFree=67111528/67111528
[pid=31310] ppid=31308 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31310/stat : 31310 (ppfolio) S 31308 31310 30178 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 249441683 18763776 389 33554432000 4194304 4287625 140736848659424 18446744073709551615 268660682255 0 0 4096 65536 15008747277248364543 0 0 17 1 0 0 0
/proc/31310/statm: 4581 389 341 23 0 91 0
[pid=31311] ppid=31310 vsize=2026432 CPUtime=12.68 cores=1
/proc/31311/stat : 31311 (cryptominisat) R 31310 31310 30178 0 -1 4202496 11554 0 0 0 1267 1 0 0 25 0 1 0 249441684 2075066368 4521 33554432000 4194304 4587354 140734378186160 18446744073709551615 4238459 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31311/statm: 506608 4521 336 96 0 503170 0
[pid=31312] ppid=31310 vsize=18496 CPUtime=12.69 cores=5
/proc/31312/stat : 31312 (clasp) R 31310 31310 30178 0 -1 4202496 2003 0 0 0 1269 0 0 0 25 0 1 0 249441684 18939904 1894 33554432000 4194304 4785740 140736938646448 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31312/statm: 4624 1894 341 145 0 1669 0
[pid=31313] ppid=31310 vsize=456488 CPUtime=6.32 cores=7
/proc/31313/stat : 31313 (TNM) R 31310 31310 30178 0 -1 4202496 520 0 0 0 632 0 0 0 25 0 1 0 249441684 467443712 416 33554432000 134512640 134534564 4291743440 18446744073709551615 134530504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31313/statm: 114122 416 95 6 0 112788 0
[pid=31314] ppid=31310 vsize=10892 CPUtime=12.69 cores=3
/proc/31314/stat : 31314 (lingeling) R 31310 31310 30178 0 -1 4202496 3844 0 0 0 1269 0 0 0 25 0 1 0 249441684 11153408 1918 33554432000 4194304 4352236 140735823580624 18446744073709551615 4328349 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31314/statm: 2723 1918 127 39 0 1803 0
[pid=31315] ppid=31310 vsize=8088 CPUtime=6.3 cores=7
/proc/31315/stat : 31315 (march_hi) R 31310 31310 30178 0 -1 4202496 1399 0 0 0 630 0 0 0 25 0 1 0 249441684 8282112 523 33554432000 4194304 4331988 140736881431456 18446744073709551615 4299267 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31315/statm: 2022 523 174 34 0 464 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 2538720

[startup+25.5069 s]
/proc/loadavg: 9.26 8.70 8.19 10/187 31317
/proc/meminfo: memFree=21308944/32951124 swapFree=67111528/67111528
[pid=31310] ppid=31308 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31310/stat : 31310 (ppfolio) S 31308 31310 30178 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 249441683 18763776 389 33554432000 4194304 4287625 140736848659424 18446744073709551615 268660682255 0 0 4096 65536 15008747277248364543 0 0 17 1 0 0 0
/proc/31310/statm: 4581 389 341 23 0 91 0
[pid=31311] ppid=31310 vsize=43636 CPUtime=25.48 cores=1
/proc/31311/stat : 31311 (cryptominisat) R 31310 31310 30178 0 -1 4202496 16864 0 0 0 2546 2 0 0 25 0 1 0 249441684 44683264 5495 33554432000 4194304 4587354 140734378186160 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31311/statm: 10909 5495 336 96 0 7471 0
[pid=31312] ppid=31310 vsize=20128 CPUtime=25.5 cores=5
/proc/31312/stat : 31312 (clasp) R 31310 31310 30178 0 -1 4202496 2369 0 0 0 2550 0 0 0 25 0 1 0 249441684 20611072 2260 33554432000 4194304 4785740 140736938646448 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31312/statm: 5032 2260 341 145 0 2077 0
[pid=31313] ppid=31310 vsize=456488 CPUtime=12.72 cores=7
/proc/31313/stat : 31313 (TNM) R 31310 31310 30178 0 -1 4202496 520 0 0 0 1272 0 0 0 25 0 1 0 249441684 467443712 416 33554432000 134512640 134534564 4291743440 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31313/statm: 114122 416 95 6 0 112788 0
[pid=31314] ppid=31310 vsize=11604 CPUtime=25.49 cores=3
/proc/31314/stat : 31314 (lingeling) R 31310 31310 30178 0 -1 4202496 5926 0 0 0 2549 0 0 0 25 0 1 0 249441684 11882496 2080 33554432000 4194304 4352236 140735823580624 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31314/statm: 2901 2080 127 39 0 1981 0
[pid=31315] ppid=31310 vsize=8088 CPUtime=12.63 cores=7
/proc/31315/stat : 31315 (march_hi) R 31310 31310 30178 0 -1 4202496 1399 0 0 0 1263 0 0 0 25 0 1 0 249441684 8282112 523 33554432000 4194304 4331988 140736881431456 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31315/statm: 2022 523 174 34 0 464 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 558268

[startup+51.1004 s]
/proc/loadavg: 9.31 8.76 8.22 10/187 31317
/proc/meminfo: memFree=21302096/32951124 swapFree=67111528/67111528
[pid=31310] ppid=31308 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31310/stat : 31310 (ppfolio) S 31308 31310 30178 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 249441683 18763776 389 33554432000 4194304 4287625 140736848659424 18446744073709551615 268660682255 0 0 4096 65536 15008747277248364543 0 0 17 1 0 0 0
/proc/31310/statm: 4581 389 341 23 0 91 0
[pid=31311] ppid=31310 vsize=47100 CPUtime=51.08 cores=1
/proc/31311/stat : 31311 (cryptominisat) R 31310 31310 30178 0 -1 4202496 26356 0 0 0 5104 4 0 0 25 0 1 0 249441684 48230400 6089 33554432000 4194304 4587354 140734378186160 18446744073709551615 4238509 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31311/statm: 11775 6089 336 96 0 8337 0
[pid=31312] ppid=31310 vsize=22656 CPUtime=51.08 cores=5
/proc/31312/stat : 31312 (clasp) R 31310 31310 30178 0 -1 4202496 2912 0 0 0 5108 0 0 0 25 0 1 0 249441684 23199744 2803 33554432000 4194304 4785740 140736938646448 18446744073709551615 4287042 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31312/statm: 5664 2803 341 145 0 2709 0
[pid=31313] ppid=31310 vsize=456488 CPUtime=25.42 cores=7
/proc/31313/stat : 31313 (TNM) R 31310 31310 30178 0 -1 4202496 520 0 0 0 2542 0 0 0 25 0 1 0 249441684 467443712 416 33554432000 134512640 134534564 4291743440 18446744073709551615 134528288 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31313/statm: 114122 416 95 6 0 112788 0
[pid=31314] ppid=31310 vsize=11860 CPUtime=51.09 cores=3

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

[pid=31312] ppid=31310 vsize=40088 CPUtime=882.22 cores=5
/proc/31312/stat : 31312 (clasp) R 31310 31310 30178 0 -1 4202496 6896 0 0 0 88222 0 0 0 25 0 1 0 249441684 41050112 6751 33554432000 4194304 4785740 140736938646448 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31312/statm: 10022 6751 341 145 0 7067 0
[pid=31313] ppid=31310 vsize=456488 CPUtime=438.75 cores=7
/proc/31313/stat : 31313 (TNM) R 31310 31310 30178 0 -1 4202496 520 0 0 0 43875 0 0 0 25 0 1 0 249441684 467443712 416 33554432000 134512640 134534564 4291743440 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31313/statm: 114122 416 95 6 0 112788 0
[pid=31314] ppid=31310 vsize=36612 CPUtime=882.32 cores=3
/proc/31314/stat : 31314 (lingeling) R 31310 31310 30178 0 -1 4202496 72108 0 0 0 88223 9 0 0 25 0 1 0 249441684 37490688 8344 33554432000 4194304 4352236 140735823580624 18446744073709551615 4328013 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31314/statm: 9153 8344 127 39 0 8233 0
[pid=31315] ppid=31310 vsize=10596 CPUtime=438.73 cores=7
/proc/31315/stat : 31315 (march_hi) R 31310 31310 30178 0 -1 4202496 1826 0 0 0 43873 0 0 0 25 0 1 0 249441684 10850304 950 33554432000 4194304 4331988 140736881431456 18446744073709551615 4226443 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31315/statm: 2649 950 175 34 0 1091 0
Current children cumulated CPU time (s) 3024.52
Current children cumulated vsize (KiB) 562108

[startup+942.301 s]
/proc/loadavg: 8.20 8.32 8.35 9/186 31353
/proc/meminfo: memFree=21247032/32951124 swapFree=67111528/67111528
[pid=31310] ppid=31308 vsize=18324 CPUtime=382.5 cores=1,3,5,7
/proc/31310/stat : 31310 (ppfolio) S 31308 31310 30178 0 -1 4202496 524 84969 0 0 0 0 38225 25 15 0 1 0 249441683 18763776 390 33554432000 4194304 4287625 140736848659424 18446744073709551615 268660682255 0 0 4096 65536 9224195742862639367 0 0 17 1 0 0 0
/proc/31310/statm: 4581 390 342 23 0 91 0
[pid=31312] ppid=31310 vsize=41240 CPUtime=942.2 cores=5
/proc/31312/stat : 31312 (clasp) R 31310 31310 30178 0 -1 4202496 7153 0 0 0 94220 0 0 0 25 0 1 0 249441684 42229760 7008 33554432000 4194304 4785740 140736938646448 18446744073709551615 4287248 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31312/statm: 10310 7008 341 145 0 7355 0
[pid=31313] ppid=31310 vsize=456488 CPUtime=468.62 cores=7
/proc/31313/stat : 31313 (TNM) R 31310 31310 30178 0 -1 4202496 520 0 0 0 46862 0 0 0 25 0 1 0 249441684 467443712 416 33554432000 134512640 134534564 4291743440 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31313/statm: 114122 416 95 6 0 112788 0
[pid=31314] ppid=31310 vsize=32772 CPUtime=942.31 cores=3
/proc/31314/stat : 31314 (lingeling) R 31310 31310 30178 0 -1 4202496 75500 0 0 0 94222 9 0 0 25 0 1 0 249441684 33558528 7384 33554432000 4194304 4352236 140735823580624 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31314/statm: 8193 7384 127 39 0 7273 0
[pid=31315] ppid=31310 vsize=10596 CPUtime=468.53 cores=7
/proc/31315/stat : 31315 (march_hi) R 31310 31310 30178 0 -1 4202496 1851 0 0 0 46853 0 0 0 25 0 1 0 249441684 10850304 975 33554432000 4194304 4331988 140736881431456 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31315/statm: 2649 975 175 34 0 1091 0
Current children cumulated CPU time (s) 3204.16
Current children cumulated vsize (KiB) 559420

[startup+1002.31 s]
/proc/loadavg: 8.16 8.29 8.34 9/186 31355
/proc/meminfo: memFree=21248072/32951124 swapFree=67111528/67111528
[pid=31310] ppid=31308 vsize=18324 CPUtime=382.5 cores=1,3,5,7
/proc/31310/stat : 31310 (ppfolio) S 31308 31310 30178 0 -1 4202496 524 84969 0 0 0 0 38225 25 15 0 1 0 249441683 18763776 390 33554432000 4194304 4287625 140736848659424 18446744073709551615 268660682255 0 0 4096 65536 9224195742862639367 0 0 17 1 0 0 0
/proc/31310/statm: 4581 390 342 23 0 91 0
[pid=31312] ppid=31310 vsize=42008 CPUtime=1002.22 cores=5
/proc/31312/stat : 31312 (clasp) R 31310 31310 30178 0 -1 4202496 7388 0 0 0 100221 1 0 0 25 0 1 0 249441684 43016192 7243 33554432000 4194304 4785740 140736938646448 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31312/statm: 10502 7243 341 145 0 7547 0
[pid=31313] ppid=31310 vsize=456488 CPUtime=498.44 cores=7
/proc/31313/stat : 31313 (TNM) R 31310 31310 30178 0 -1 4202496 520 0 0 0 49844 0 0 0 25 0 1 0 249441684 467443712 416 33554432000 134512640 134534564 4291743440 18446744073709551615 134528491 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31313/statm: 114122 416 95 6 0 112788 0
[pid=31314] ppid=31310 vsize=33028 CPUtime=1002.31 cores=3
/proc/31314/stat : 31314 (lingeling) R 31310 31310 30178 0 -1 4202496 78636 0 0 0 100222 9 0 0 25 0 1 0 249441684 33820672 7448 33554432000 4194304 4352236 140735823580624 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31314/statm: 8257 7448 127 39 0 7337 0
[pid=31315] ppid=31310 vsize=10596 CPUtime=498.38 cores=7
/proc/31315/stat : 31315 (march_hi) R 31310 31310 30178 0 -1 4202496 1878 0 0 0 49838 0 0 0 25 0 1 0 249441684 10850304 1002 33554432000 4194304 4331988 140736881431456 18446744073709551615 4210516 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31315/statm: 2649 1002 175 34 0 1091 0
Current children cumulated CPU time (s) 3383.85
Current children cumulated vsize (KiB) 560444

[startup+1062.3 s]
/proc/loadavg: 8.57 8.36 8.36 10/187 31485
/proc/meminfo: memFree=21293016/32951124 swapFree=67111528/67111528
[pid=31310] ppid=31308 vsize=18324 CPUtime=382.5 cores=1,3,5,7
/proc/31310/stat : 31310 (ppfolio) S 31308 31310 30178 0 -1 4202496 524 84969 0 0 0 0 38225 25 15 0 1 0 249441683 18763776 390 33554432000 4194304 4287625 140736848659424 18446744073709551615 268660682255 0 0 4096 65536 9224195742862639367 0 0 17 1 0 0 0
/proc/31310/statm: 4581 390 342 23 0 91 0
[pid=31312] ppid=31310 vsize=42296 CPUtime=1062.21 cores=5
/proc/31312/stat : 31312 (clasp) R 31310 31310 30178 0 -1 4202496 7589 0 0 0 106220 1 0 0 25 0 1 0 249441684 43311104 7300 33554432000 4194304 4785740 140736938646448 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31312/statm: 10574 7300 341 145 0 7619 0
[pid=31313] ppid=31310 vsize=456488 CPUtime=528.28 cores=7
/proc/31313/stat : 31313 (TNM) R 31310 31310 30178 0 -1 4202496 520 0 0 0 52828 0 0 0 25 0 1 0 249441684 467443712 416 33554432000 134512640 134534564 4291743440 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31313/statm: 114122 416 95 6 0 112788 0
[pid=31314] ppid=31310 vsize=33284 CPUtime=1062.31 cores=3
/proc/31314/stat : 31314 (lingeling) R 31310 31310 30178 0 -1 4202496 81772 0 0 0 106221 10 0 0 25 0 1 0 249441684 34082816 7512 33554432000 4194304 4352236 140735823580624 18446744073709551615 4328022 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31314/statm: 8321 7512 127 39 0 7401 0
[pid=31315] ppid=31310 vsize=10596 CPUtime=528.22 cores=7
/proc/31315/stat : 31315 (march_hi) R 31310 31310 30178 0 -1 4202496 1903 0 0 0 52822 0 0 0 25 0 1 0 249441684 10850304 1027 33554432000 4194304 4331988 140736881431456 18446744073709551615 4210502 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31315/statm: 2649 1027 175 34 0 1091 0
Current children cumulated CPU time (s) 3563.52
Current children cumulated vsize (KiB) 560988

[startup+1122.3 s]
/proc/loadavg: 8.88 8.49 8.40 10/187 31487
/proc/meminfo: memFree=21259256/32951124 swapFree=67111528/67111528
[pid=31310] ppid=31308 vsize=18324 CPUtime=382.5 cores=1,3,5,7
/proc/31310/stat : 31310 (ppfolio) S 31308 31310 30178 0 -1 4202496 524 84969 0 0 0 0 38225 25 15 0 1 0 249441683 18763776 390 33554432000 4194304 4287625 140736848659424 18446744073709551615 268660682255 0 0 4096 65536 9224195742862639367 0 0 17 1 0 0 0
/proc/31310/statm: 4581 390 342 23 0 91 0
[pid=31312] ppid=31310 vsize=42644 CPUtime=1122.2 cores=5
/proc/31312/stat : 31312 (clasp) R 31310 31310 30178 0 -1 4202496 7687 0 0 0 112219 1 0 0 25 0 1 0 249441684 43667456 7350 33554432000 4194304 4785740 140736938646448 18446744073709551615 4550378 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31312/statm: 10661 7350 341 145 0 7706 0
[pid=31313] ppid=31310 vsize=456488 CPUtime=558.13 cores=7
/proc/31313/stat : 31313 (TNM) R 31310 31310 30178 0 -1 4202496 520 0 0 0 55813 0 0 0 25 0 1 0 249441684 467443712 416 33554432000 134512640 134534564 4291743440 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31313/statm: 114122 416 95 6 0 112788 0
[pid=31314] ppid=31310 vsize=33284 CPUtime=1122.31 cores=3
/proc/31314/stat : 31314 (lingeling) R 31310 31310 30178 0 -1 4202496 84908 0 0 0 112221 10 0 0 25 0 1 0 249441684 34082816 7512 33554432000 4194304 4352236 140735823580624 18446744073709551615 4328013 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31314/statm: 8321 7512 127 39 0 7401 0
[pid=31315] ppid=31310 vsize=10596 CPUtime=558.03 cores=7
/proc/31315/stat : 31315 (march_hi) R 31310 31310 30178 0 -1 4202496 1930 0 0 0 55803 0 0 0 25 0 1 0 249441684 10850304 1054 33554432000 4194304 4331988 140736881431456 18446744073709551615 4298853 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31315/statm: 2649 1054 175 34 0 1091 0
Current children cumulated CPU time (s) 3743.17
Current children cumulated vsize (KiB) 561336

[startup+1182.3 s]
/proc/loadavg: 9.14 8.64 8.46 10/187 31489
/proc/meminfo: memFree=21250072/32951124 swapFree=67111528/67111528
[pid=31310] ppid=31308 vsize=18324 CPUtime=382.5 cores=1,3,5,7
/proc/31310/stat : 31310 (ppfolio) S 31308 31310 30178 0 -1 4202496 524 84969 0 0 0 0 38225 25 15 0 1 0 249441683 18763776 390 33554432000 4194304 4287625 140736848659424 18446744073709551615 268660682255 0 0 4096 65536 9224195742862639367 0 0 17 1 0 0 0
/proc/31310/statm: 4581 390 342 23 0 91 0
[pid=31312] ppid=31310 vsize=42836 CPUtime=1182.2 cores=5
/proc/31312/stat : 31312 (clasp) R 31310 31310 30178 0 -1 4202496 7735 0 0 0 118219 1 0 0 25 0 1 0 249441684 43864064 7398 33554432000 4194304 4785740 140736938646448 18446744073709551615 4553544 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31312/statm: 10709 7398 341 145 0 7754 0
[pid=31313] ppid=31310 vsize=456488 CPUtime=587.93 cores=7
/proc/31313/stat : 31313 (TNM) R 31310 31310 30178 0 -1 4202496 520 0 0 0 58793 0 0 0 25 0 1 0 249441684 467443712 416 33554432000 134512640 134534564 4291743440 18446744073709551615 134530476 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31313/statm: 114122 416 95 6 0 112788 0
[pid=31314] ppid=31310 vsize=35332 CPUtime=1182.32 cores=3
/proc/31314/stat : 31314 (lingeling) R 31310 31310 30178 0 -1 4202496 88620 0 0 0 118221 11 0 0 25 0 1 0 249441684 36179968 8024 33554432000 4194304 4352236 140735823580624 18446744073709551615 4328832 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31314/statm: 8833 8024 127 39 0 7913 0
[pid=31315] ppid=31310 vsize=10596 CPUtime=587.91 cores=7
/proc/31315/stat : 31315 (march_hi) R 31310 31310 30178 0 -1 4202496 1956 0 0 0 58791 0 0 0 25 0 1 0 249441684 10850304 1080 33554432000 4194304 4331988 140736881431456 18446744073709551615 4287467 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31315/statm: 2649 1080 175 34 0 1091 0
Current children cumulated CPU time (s) 3922.86
Current children cumulated vsize (KiB) 563576

[startup+1242.3 s]
/proc/loadavg: 9.16 8.73 8.50 10/187 31490
/proc/meminfo: memFree=21232700/32951124 swapFree=67111528/67111528
[pid=31310] ppid=31308 vsize=18324 CPUtime=382.5 cores=1,3,5,7
/proc/31310/stat : 31310 (ppfolio) S 31308 31310 30178 0 -1 4202496 524 84969 0 0 0 0 38225 25 15 0 1 0 249441683 18763776 390 33554432000 4194304 4287625 140736848659424 18446744073709551615 268660682255 0 0 4096 65536 9224195742862639367 0 0 17 1 0 0 0
/proc/31310/statm: 4581 390 342 23 0 91 0
[pid=31312] ppid=31310 vsize=43308 CPUtime=1242.19 cores=5
/proc/31312/stat : 31312 (clasp) R 31310 31310 30178 0 -1 4202496 7878 0 0 0 124218 1 0 0 25 0 1 0 249441684 44347392 7493 33554432000 4194304 4785740 140736938646448 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31312/statm: 10827 7493 341 145 0 7872 0
[pid=31313] ppid=31310 vsize=456488 CPUtime=617.81 cores=7
/proc/31313/stat : 31313 (TNM) R 31310 31310 30178 0 -1 4202496 520 0 0 0 61781 0 0 0 25 0 1 0 249441684 467443712 416 33554432000 134512640 134534564 4291743440 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31313/statm: 114122 416 95 6 0 112788 0
[pid=31314] ppid=31310 vsize=41220 CPUtime=1242.31 cores=3
/proc/31314/stat : 31314 (lingeling) R 31310 31310 30178 0 -1 4202496 91692 0 0 0 124220 11 0 0 25 0 1 0 249441684 42209280 9496 33554432000 4194304 4352236 140735823580624 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31314/statm: 10305 9496 127 39 0 9385 0
[pid=31315] ppid=31310 vsize=10596 CPUtime=617.7 cores=7
/proc/31315/stat : 31315 (march_hi) R 31310 31310 30178 0 -1 4202496 1983 0 0 0 61770 0 0 0 25 0 1 0 249441684 10850304 1107 33554432000 4194304 4331988 140736881431456 18446744073709551615 4298848 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31315/statm: 2649 1107 175 34 0 1091 0
Current children cumulated CPU time (s) 4102.51
Current children cumulated vsize (KiB) 569936



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 9.15 8.81 8.54 10/187 31492
/proc/meminfo: memFree=21224012/32951124 swapFree=67111528/67111528
[pid=31310] ppid=31308 vsize=18324 CPUtime=382.5 cores=1,3,5,7
/proc/31310/stat : 31310 (ppfolio) S 31308 31310 30178 0 -1 4202496 524 84969 0 0 0 0 38225 25 15 0 1 0 249441683 18763776 390 33554432000 4194304 4287625 140736848659424 18446744073709551615 268660682255 0 0 4096 65536 9224195742862639367 0 0 17 1 0 0 0
/proc/31310/statm: 4581 390 342 23 0 91 0
[pid=31312] ppid=31310 vsize=43404 CPUtime=1299.89 cores=5
/proc/31312/stat : 31312 (clasp) R 31310 31310 30178 0 -1 4202496 7953 0 0 0 129988 1 0 0 25 0 1 0 249441684 44445696 7520 33554432000 4194304 4785740 140736938646448 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31312/statm: 10851 7520 341 145 0 7896 0
[pid=31313] ppid=31310 vsize=456488 CPUtime=646.5 cores=7
/proc/31313/stat : 31313 (TNM) R 31310 31310 30178 0 -1 4202496 520 0 0 0 64650 0 0 0 25 0 1 0 249441684 467443712 416 33554432000 134512640 134534564 4291743440 18446744073709551615 134529777 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31313/statm: 114122 416 95 6 0 112788 0
[pid=31314] ppid=31310 vsize=38916 CPUtime=1300.02 cores=3
/proc/31314/stat : 31314 (lingeling) R 31310 31310 30178 0 -1 4202496 94316 0 0 0 129990 12 0 0 25 0 1 0 249441684 39849984 8920 33554432000 4194304 4352236 140735823580624 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31314/statm: 9729 8920 127 39 0 8809 0
[pid=31315] ppid=31310 vsize=11748 CPUtime=646.4 cores=7
/proc/31315/stat : 31315 (march_hi) R 31310 31310 30178 0 -1 4202496 2012 0 0 0 64640 0 0 0 25 0 1 0 249441684 12029952 1136 33554432000 4194304 4331988 140736881431456 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31315/statm: 2937 1136 175 34 0 1379 0
Current children cumulated CPU time (s) 4275.31
Current children cumulated vsize (KiB) 568880

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): 1300.01
CPU time (s): 4275.37
CPU user time (s): 4274.96
CPU system time (s): 0.404938
CPU usage (%): 328.872
Max. virtual memory (cumulated for all children) (KiB): 9917696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4274.96
system time used= 0.404938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190327
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= 574
involuntary context switches= 36802

runsolver used 1.9997 second user time and 5.09822 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 06:48:24
IDJOB=3191009
IDBENCH=82740
IDSOLVER=1612
FILE ID=node107/3191009-1304052504
RUNJOBID= node107-1304052234-31151
PBS_JOBID= 13170385
Free space on /tmp= 71792 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1254276596-021.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191009-1304052504/watcher-3191009-1304052504 -o /tmp/evaluation-result-3191009-1304052504/solver-3191009-1304052504 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191009-1304052504.cnf

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

MD5SUM BENCH= 38eb341db913fde0f11427c4d808f2c9
RANDOM SEED=396233723

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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:     32951124 kB
MemFree:      21351056 kB
Buffers:       2019720 kB
Cached:        8988132 kB
SwapCached:          0 kB
Active:        3075020 kB
Inactive:      8044492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21351056 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10088 kB
Writeback:           0 kB
AnonPages:      111832 kB
Mapped:          16620 kB
Slab:           416128 kB
PageTables:       5036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   709140 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= 71780 MiB
End job on node107 at 2011-04-29 07:10:04