Trace number 3191159

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 parUNSAT 251.63 63.0932

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1635333981-027.UNKNOWN.cnf
MD5SUM5ba52a7ac0a84086dc4098f6b5213446
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.0843
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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
251.63/63.09	s UNSATISFIABLE
251.63/63.09	solver [5] march_hi 2009 answered
251.63/63.09	Done

Verifier Data

No possible verification on an UNSAT instance

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-3191159-1304062872/watcher-3191159-1304062872 -o /tmp/evaluation-result-3191159-1304062872/solver-3191159-1304062872 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191159-1304062872.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: 10.14 8.29 7.40 6/182 24757
/proc/meminfo: memFree=17326920/32950940 swapFree=67111528/67111528
[pid=24757] ppid=24755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24757/stat : 24757 (ppfolio) R 24755 24757 21582 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 596517949 18763776 389 33554432000 4194304 4287625 140734601034624 18446744073709551615 215988612623 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/24757/statm: 4581 389 341 23 0 91 0

[startup+0.46883 s]
/proc/loadavg: 10.14 8.29 7.40 6/182 24757
/proc/meminfo: memFree=17326920/32950940 swapFree=67111528/67111528
[pid=24757] ppid=24755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24757/stat : 24757 (ppfolio) S 24755 24757 21582 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 596517949 18763776 389 33554432000 4194304 4287625 140734601034624 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 1 0 0 0
/proc/24757/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.500824 s]
/proc/loadavg: 10.14 8.29 7.40 6/182 24757
/proc/meminfo: memFree=17326920/32950940 swapFree=67111528/67111528
[pid=24757] ppid=24755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24757/stat : 24757 (ppfolio) S 24755 24757 21582 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 596517949 18763776 389 33554432000 4194304 4287625 140734601034624 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 1 0 0 0
/proc/24757/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.600806 s]
/proc/loadavg: 10.14 8.29 7.40 6/182 24757
/proc/meminfo: memFree=17326920/32950940 swapFree=67111528/67111528
[pid=24757] ppid=24755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24757/stat : 24757 (ppfolio) S 24755 24757 21582 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 596517949 18763776 389 33554432000 4194304 4287625 140734601034624 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 1 0 0 0
/proc/24757/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70079 s]
/proc/loadavg: 10.14 8.29 7.40 6/182 24757
/proc/meminfo: memFree=17326920/32950940 swapFree=67111528/67111528
[pid=24757] ppid=24755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24757/stat : 24757 (ppfolio) S 24755 24757 21582 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 596517949 18763776 389 33554432000 4194304 4287625 140734601034624 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 1 0 0 0
/proc/24757/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50665 s]
/proc/loadavg: 10.13 8.31 7.42 11/188 24763
/proc/meminfo: memFree=17312260/32950940 swapFree=67111528/67111528
[pid=24757] ppid=24755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24757/stat : 24757 (ppfolio) S 24755 24757 21582 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596517949 18763776 389 33554432000 4194304 4287625 140734601034624 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 1 0 0 0
/proc/24757/statm: 4581 389 341 23 0 91 0
[pid=24758] ppid=24757 vsize=1217024 CPUtime=1.49 cores=1
/proc/24758/stat : 24758 (cryptominisat) R 24757 24757 21582 0 -1 4202496 3306 0 0 0 149 0 0 0 25 0 1 0 596517949 1246232576 2280 33554432000 4194304 4587354 140733452993056 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24758/statm: 304256 2280 337 96 0 300818 0
[pid=24759] ppid=24757 vsize=13768 CPUtime=1.5 cores=5
/proc/24759/stat : 24759 (clasp) R 24757 24757 21582 0 -1 4202496 914 0 0 0 150 0 0 0 25 0 1 0 596517949 14098432 803 33554432000 4194304 4785740 140737333122624 18446744073709551615 4416768 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24759/statm: 3442 803 340 145 0 487 0
[pid=24760] ppid=24757 vsize=455852 CPUtime=0.74 cores=7
/proc/24760/stat : 24760 (TNM) R 24757 24757 21582 0 -1 4202496 321 0 0 0 74 0 0 0 25 0 1 0 596517949 466792448 218 33554432000 134512640 134534564 4289905392 18446744073709551615 134530124 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24760/statm: 113963 218 95 6 0 112629 0
[pid=24761] ppid=24757 vsize=6532 CPUtime=1.5 cores=3
/proc/24761/stat : 24761 (lingeling) R 24757 24757 21582 0 -1 4202496 1062 0 0 0 150 0 0 0 25 0 1 0 596517949 6688768 799 33554432000 4194304 4352236 140734933560096 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24761/statm: 1633 799 127 39 0 713 0
[pid=24762] ppid=24757 vsize=7420 CPUtime=0.74 cores=7
/proc/24762/stat : 24762 (march_hi) R 24757 24757 21582 0 -1 4202496 498 0 0 0 74 0 0 0 25 0 1 0 596517949 7598080 391 33554432000 4194304 4331988 140736920020624 18446744073709551615 4226560 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24762/statm: 1855 391 172 34 0 297 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 1718920

[startup+3.10037 s]
/proc/loadavg: 10.13 8.31 7.42 11/188 24763
/proc/meminfo: memFree=17309912/32950940 swapFree=67111528/67111528
[pid=24757] ppid=24755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24757/stat : 24757 (ppfolio) S 24755 24757 21582 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596517949 18763776 389 33554432000 4194304 4287625 140734601034624 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 1 0 0 0
/proc/24757/statm: 4581 389 341 23 0 91 0
[pid=24758] ppid=24757 vsize=1219708 CPUtime=3.08 cores=1
/proc/24758/stat : 24758 (cryptominisat) R 24757 24757 21582 0 -1 4202496 4938 0 0 0 308 0 0 0 25 0 1 0 596517949 1248980992 2741 33554432000 4194304 4587354 140733452993056 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24758/statm: 304927 2741 337 96 0 301489 0
[pid=24759] ppid=24757 vsize=14324 CPUtime=3.09 cores=5
/proc/24759/stat : 24759 (clasp) R 24757 24757 21582 0 -1 4202496 1056 0 0 0 309 0 0 0 25 0 1 0 596517949 14667776 945 33554432000 4194304 4785740 140737333122624 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24759/statm: 3581 945 340 145 0 626 0
[pid=24760] ppid=24757 vsize=455852 CPUtime=1.54 cores=7
/proc/24760/stat : 24760 (TNM) R 24757 24757 21582 0 -1 4202496 321 0 0 0 154 0 0 0 25 0 1 0 596517949 466792448 218 33554432000 134512640 134534564 4289905392 18446744073709551615 134530669 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24760/statm: 113963 218 95 6 0 112629 0
[pid=24761] ppid=24757 vsize=6728 CPUtime=3.09 cores=3
/proc/24761/stat : 24761 (lingeling) R 24757 24757 21582 0 -1 4202496 1430 0 0 0 309 0 0 0 25 0 1 0 596517949 6889472 879 33554432000 4194304 4352236 140734933560096 18446744073709551615 4329360 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24761/statm: 1682 879 127 39 0 762 0
[pid=24762] ppid=24757 vsize=7552 CPUtime=1.53 cores=7
/proc/24762/stat : 24762 (march_hi) R 24757 24757 21582 0 -1 4202496 520 0 0 0 153 0 0 0 25 0 1 0 596517949 7733248 413 33554432000 4194304 4331988 140736920020624 18446744073709551615 4228836 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24762/statm: 1888 413 172 34 0 330 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 1722488

[startup+6.30081 s]
/proc/loadavg: 10.12 8.34 7.43 11/188 24763
/proc/meminfo: memFree=17304340/32950940 swapFree=67111528/67111528
[pid=24757] ppid=24755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24757/stat : 24757 (ppfolio) S 24755 24757 21582 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596517949 18763776 389 33554432000 4194304 4287625 140734601034624 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 1 0 0 0
/proc/24757/statm: 4581 389 341 23 0 91 0
[pid=24758] ppid=24757 vsize=1220324 CPUtime=6.29 cores=1
/proc/24758/stat : 24758 (cryptominisat) R 24757 24757 21582 0 -1 4202496 6749 0 0 0 628 1 0 0 25 0 1 0 596517949 1249611776 3029 33554432000 4194304 4587354 140733452993056 18446744073709551615 4238597 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24758/statm: 305081 3029 337 96 0 301643 0
[pid=24759] ppid=24757 vsize=15132 CPUtime=6.29 cores=5
/proc/24759/stat : 24759 (clasp) R 24757 24757 21582 0 -1 4202496 1245 0 0 0 629 0 0 0 25 0 1 0 596517949 15495168 1134 33554432000 4194304 4785740 140737333122624 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24759/statm: 3783 1134 340 145 0 828 0
[pid=24760] ppid=24757 vsize=455852 CPUtime=3.14 cores=7
/proc/24760/stat : 24760 (TNM) R 24757 24757 21582 0 -1 4202496 321 0 0 0 314 0 0 0 25 0 1 0 596517949 466792448 218 33554432000 134512640 134534564 4289905392 18446744073709551615 7960977 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24760/statm: 113963 218 95 6 0 112629 0
[pid=24761] ppid=24757 vsize=8140 CPUtime=6.29 cores=3
/proc/24761/stat : 24761 (lingeling) R 24757 24757 21582 0 -1 4202496 2423 0 0 0 629 0 0 0 25 0 1 0 596517949 8335360 1232 33554432000 4194304 4352236 140734933560096 18446744073709551615 4328068 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24761/statm: 2035 1232 127 39 0 1115 0
[pid=24762] ppid=24757 vsize=7756 CPUtime=3.11 cores=7
/proc/24762/stat : 24762 (march_hi) R 24757 24757 21582 0 -1 4202496 562 0 0 0 311 0 0 0 25 0 1 0 596517949 7942144 455 33554432000 4194304 4331988 140736920020624 18446744073709551615 4226443 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24762/statm: 1939 455 173 34 0 381 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 1725528

[startup+12.7007 s]
/proc/loadavg: 10.11 8.37 7.44 11/188 24763
/proc/meminfo: memFree=17296064/32950940 swapFree=67111528/67111528
[pid=24757] ppid=24755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24757/stat : 24757 (ppfolio) S 24755 24757 21582 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596517949 18763776 389 33554432000 4194304 4287625 140734601034624 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 1 0 0 0
/proc/24757/statm: 4581 389 341 23 0 91 0
[pid=24758] ppid=24757 vsize=1238560 CPUtime=12.69 cores=1
/proc/24758/stat : 24758 (cryptominisat) R 24757 24757 21582 0 -1 4202496 9896 0 0 0 1268 1 0 0 25 0 1 0 596517949 1268285440 3720 33554432000 4194304 4587354 140733452993056 18446744073709551615 4238719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24758/statm: 309640 3720 337 96 0 306202 0
[pid=24759] ppid=24757 vsize=16092 CPUtime=12.69 cores=5
/proc/24759/stat : 24759 (clasp) R 24757 24757 21582 0 -1 4202496 1488 0 0 0 1269 0 0 0 25 0 1 0 596517949 16478208 1377 33554432000 4194304 4785740 140737333122624 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24759/statm: 4023 1377 340 145 0 1068 0
[pid=24760] ppid=24757 vsize=455852 CPUtime=6.31 cores=7
/proc/24760/stat : 24760 (TNM) R 24757 24757 21582 0 -1 4202496 321 0 0 0 631 0 0 0 25 0 1 0 596517949 466792448 218 33554432000 134512640 134534564 4289905392 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24760/statm: 113963 218 95 6 0 112629 0
[pid=24761] ppid=24757 vsize=8404 CPUtime=12.69 cores=3
/proc/24761/stat : 24761 (lingeling) R 24757 24757 21582 0 -1 4202496 3449 0 0 0 1269 0 0 0 25 0 1 0 596517949 8605696 1298 33554432000 4194304 4352236 140734933560096 18446744073709551615 4328126 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24761/statm: 2101 1298 127 39 0 1181 0
[pid=24762] ppid=24757 vsize=8008 CPUtime=6.31 cores=7
/proc/24762/stat : 24762 (march_hi) R 24757 24757 21582 0 -1 4202496 606 0 0 0 631 0 0 0 25 0 1 0 596517949 8200192 499 33554432000 4194304 4331988 140736920020624 18446744073709551615 4263185 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24762/statm: 2002 499 173 34 0 444 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 1745240

[startup+25.5005 s]
/proc/loadavg: 10.09 8.42 7.47 11/188 24764
/proc/meminfo: memFree=17290548/32950940 swapFree=67111528/67111528
[pid=24757] ppid=24755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24757/stat : 24757 (ppfolio) S 24755 24757 21582 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596517949 18763776 389 33554432000 4194304 4287625 140734601034624 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 1 0 0 0
/proc/24757/statm: 4581 389 341 23 0 91 0
[pid=24758] ppid=24757 vsize=1242516 CPUtime=25.49 cores=1
/proc/24758/stat : 24758 (cryptominisat) R 24757 24757 21582 0 -1 4202496 15326 0 0 0 2547 2 0 0 25 0 1 0 596517949 1272336384 4378 33554432000 4194304 4587354 140733452993056 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24758/statm: 310629 4378 337 96 0 307191 0
[pid=24759] ppid=24757 vsize=17624 CPUtime=25.49 cores=5
/proc/24759/stat : 24759 (clasp) R 24757 24757 21582 0 -1 4202496 1857 0 0 0 2549 0 0 0 25 0 1 0 596517949 18046976 1746 33554432000 4194304 4785740 140737333122624 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24759/statm: 4406 1746 340 145 0 1451 0
[pid=24760] ppid=24757 vsize=455852 CPUtime=12.65 cores=7
/proc/24760/stat : 24760 (TNM) R 24757 24757 21582 0 -1 4202496 321 0 0 0 1265 0 0 0 25 0 1 0 596517949 466792448 218 33554432000 134512640 134534564 4289905392 18446744073709551615 134530586 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24760/statm: 113963 218 95 6 0 112629 0
[pid=24761] ppid=24757 vsize=11480 CPUtime=25.49 cores=3
/proc/24761/stat : 24761 (lingeling) R 24757 24757 21582 0 -1 4202496 7162 0 0 0 2548 1 0 0 25 0 1 0 596517949 11755520 2067 33554432000 4194304 4352236 140734933560096 18446744073709551615 4328087 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24761/statm: 2870 2067 127 39 0 1950 0
[pid=24762] ppid=24757 vsize=8892 CPUtime=12.7 cores=7
/proc/24762/stat : 24762 (march_hi) R 24757 24757 21582 0 -1 4202496 746 0 0 0 1270 0 0 0 25 0 1 0 596517949 9105408 639 33554432000 4194304 4331988 140736920020624 18446744073709551615 4211435 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24762/statm: 2223 639 173 34 0 665 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 1754688

[startup+51.101 s]
/proc/loadavg: 10.06 8.57 7.55 11/188 24764
/proc/meminfo: memFree=17270764/32950940 swapFree=67111528/67111528
[pid=24757] ppid=24755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24757/stat : 24757 (ppfolio) S 24755 24757 21582 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596517949 18763776 389 33554432000 4194304 4287625 140734601034624 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 1 0 0 0
/proc/24757/statm: 4581 389 341 23 0 91 0
[pid=24758] ppid=24757 vsize=1238440 CPUtime=51.08 cores=1
/proc/24758/stat : 24758 (cryptominisat) R 24757 24757 21582 0 -1 4202496 25086 0 0 0 5105 3 0 0 25 0 1 0 596517949 1268162560 6878 33554432000 4194304 4587354 140733452993056 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24758/statm: 309610 6878 337 96 0 306172 0
[pid=24759] ppid=24757 vsize=19320 CPUtime=51.09 cores=5
/proc/24759/stat : 24759 (clasp) R 24757 24757 21582 0 -1 4202496 2266 0 0 0 5109 0 0 0 25 0 1 0 596517949 19783680 2155 33554432000 4194304 4785740 140737333122624 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24759/statm: 4830 2155 340 145 0 1875 0
[pid=24760] ppid=24757 vsize=455852 CPUtime=25.41 cores=7
/proc/24760/stat : 24760 (TNM) R 24757 24757 21582 0 -1 4202496 321 0 0 0 2541 0 0 0 25 0 1 0 596517949 466792448 218 33554432000 134512640 134534564 4289905392 18446744073709551615 134528330 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24760/statm: 113963 218 95 6 0 112629 0
[pid=24761] ppid=24757 vsize=11736 CPUtime=51.08 cores=3

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

/proc/24759/statm: 4830 2155 340 145 0 1875 0
[pid=24760] ppid=24757 vsize=455852 CPUtime=25.61 cores=7
/proc/24760/stat : 24760 (TNM) R 24757 24757 21582 0 -1 4202496 321 0 0 0 2561 0 0 0 25 0 1 0 596517949 466792448 218 33554432000 134512640 134534564 4289905392 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24760/statm: 113963 218 95 6 0 112629 0
[pid=24761] ppid=24757 vsize=11736 CPUtime=51.48 cores=3
/proc/24761/stat : 24761 (lingeling) R 24757 24757 21582 0 -1 4202496 11610 0 0 0 5147 1 0 0 25 0 1 0 596517949 12017664 2131 33554432000 4194304 4352236 140734933560096 18446744073709551615 4329265 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24761/statm: 2934 2131 127 39 0 2014 0
[pid=24762] ppid=24757 vsize=10352 CPUtime=25.6 cores=7
/proc/24762/stat : 24762 (march_hi) R 24757 24757 21582 0 -1 4202496 1043 0 0 0 2560 0 0 0 25 0 1 0 596517949 10600448 936 33554432000 4194304 4331988 140736920020624 18446744073709551615 4229443 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24762/statm: 2588 936 173 34 0 1030 0
Current children cumulated CPU time (s) 205.66
Current children cumulated vsize (KiB) 1754024

[startup+57.9008 s]
/proc/loadavg: 10.13 8.61 7.57 11/188 24764
/proc/meminfo: memFree=17270020/32950940 swapFree=67111528/67111528
[pid=24757] ppid=24755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24757/stat : 24757 (ppfolio) S 24755 24757 21582 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596517949 18763776 389 33554432000 4194304 4287625 140734601034624 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 1 0 0 0
/proc/24757/statm: 4581 389 341 23 0 91 0
[pid=24758] ppid=24757 vsize=1237048 CPUtime=57.88 cores=1
/proc/24758/stat : 24758 (cryptominisat) R 24757 24757 21582 0 -1 4202496 26656 0 0 0 5784 4 0 0 25 0 1 0 596517949 1266737152 7277 33554432000 4194304 4587354 140733452993056 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24758/statm: 309262 7277 337 96 0 305824 0
[pid=24759] ppid=24757 vsize=19620 CPUtime=57.89 cores=5
/proc/24759/stat : 24759 (clasp) R 24757 24757 21582 0 -1 4202496 2334 0 0 0 5789 0 0 0 25 0 1 0 596517949 20090880 2223 33554432000 4194304 4785740 140737333122624 18446744073709551615 4553046 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24759/statm: 4905 2223 340 145 0 1950 0
[pid=24760] ppid=24757 vsize=455852 CPUtime=28.77 cores=7
/proc/24760/stat : 24760 (TNM) R 24757 24757 21582 0 -1 4202496 321 0 0 0 2877 0 0 0 25 0 1 0 596517949 466792448 218 33554432000 134512640 134534564 4289905392 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24760/statm: 113963 218 95 6 0 112629 0
[pid=24761] ppid=24757 vsize=12248 CPUtime=57.88 cores=3
/proc/24761/stat : 24761 (lingeling) R 24757 24757 21582 0 -1 4202496 12634 0 0 0 5787 1 0 0 25 0 1 0 596517949 12541952 2259 33554432000 4194304 4352236 140734933560096 18446744073709551615 4328122 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24761/statm: 3062 2259 127 39 0 2142 0
[pid=24762] ppid=24757 vsize=10720 CPUtime=28.8 cores=7
/proc/24762/stat : 24762 (march_hi) R 24757 24757 21582 0 -1 4202496 1120 0 0 0 2880 0 0 0 25 0 1 0 596517949 10977280 1013 33554432000 4194304 4331988 140736920020624 18446744073709551615 4291913 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24762/statm: 2680 1013 173 34 0 1122 0
Current children cumulated CPU time (s) 231.22
Current children cumulated vsize (KiB) 1753812

[startup+61.1012 s]
/proc/loadavg: 10.12 8.63 7.58 11/188 24765
/proc/meminfo: memFree=17264812/32950940 swapFree=67111528/67111528
[pid=24757] ppid=24755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24757/stat : 24757 (ppfolio) S 24755 24757 21582 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596517949 18763776 389 33554432000 4194304 4287625 140734601034624 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 1 0 0 0
/proc/24757/statm: 4581 389 341 23 0 91 0
[pid=24758] ppid=24757 vsize=1237528 CPUtime=61.08 cores=1
/proc/24758/stat : 24758 (cryptominisat) R 24757 24757 21582 0 -1 4202496 27646 0 0 0 6104 4 0 0 25 0 1 0 596517949 1267228672 7103 33554432000 4194304 4587354 140733452993056 18446744073709551615 4238538 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24758/statm: 309382 7103 337 96 0 305944 0
[pid=24759] ppid=24757 vsize=19756 CPUtime=61.09 cores=5
/proc/24759/stat : 24759 (clasp) R 24757 24757 21582 0 -1 4202496 2358 0 0 0 6109 0 0 0 25 0 1 0 596517949 20230144 2247 33554432000 4194304 4785740 140737333122624 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24759/statm: 4939 2247 340 145 0 1984 0
[pid=24760] ppid=24757 vsize=455852 CPUtime=30.35 cores=7
/proc/24760/stat : 24760 (TNM) R 24757 24757 21582 0 -1 4202496 321 0 0 0 3035 0 0 0 25 0 1 0 596517949 466792448 218 33554432000 134512640 134534564 4289905392 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24760/statm: 113963 218 95 6 0 112629 0
[pid=24761] ppid=24757 vsize=16600 CPUtime=61.09 cores=3
/proc/24761/stat : 24761 (lingeling) R 24757 24757 21582 0 -1 4202496 14138 0 0 0 6107 2 0 0 25 0 1 0 596517949 16998400 3347 33554432000 4194304 4352236 140734933560096 18446744073709551615 4231380 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24761/statm: 4150 3347 127 39 0 3230 0
[pid=24762] ppid=24757 vsize=10720 CPUtime=30.4 cores=7
/proc/24762/stat : 24762 (march_hi) R 24757 24757 21582 0 -1 4202496 1159 0 0 0 3040 0 0 0 25 0 1 0 596517949 10977280 1052 33554432000 4194304 4331988 140736920020624 18446744073709551615 4240286 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24762/statm: 2680 1052 173 34 0 1122 0
Current children cumulated CPU time (s) 244.01
Current children cumulated vsize (KiB) 1758780

[startup+61.9011 s]
/proc/loadavg: 10.12 8.63 7.58 11/188 24765
/proc/meminfo: memFree=17268780/32950940 swapFree=67111528/67111528
[pid=24757] ppid=24755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24757/stat : 24757 (ppfolio) S 24755 24757 21582 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596517949 18763776 389 33554432000 4194304 4287625 140734601034624 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 1 0 0 0
/proc/24757/statm: 4581 389 341 23 0 91 0
[pid=24758] ppid=24757 vsize=1237528 CPUtime=61.89 cores=1
/proc/24758/stat : 24758 (cryptominisat) R 24757 24757 21582 0 -1 4202496 27814 0 0 0 6185 4 0 0 25 0 1 0 596517949 1267228672 7262 33554432000 4194304 4587354 140733452993056 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24758/statm: 309382 7262 337 96 0 305944 0
[pid=24759] ppid=24757 vsize=19888 CPUtime=61.89 cores=5
/proc/24759/stat : 24759 (clasp) R 24757 24757 21582 0 -1 4202496 2378 0 0 0 6189 0 0 0 25 0 1 0 596517949 20365312 2267 33554432000 4194304 4785740 140737333122624 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24759/statm: 4972 2267 340 145 0 2017 0
[pid=24760] ppid=24757 vsize=455852 CPUtime=30.75 cores=7
/proc/24760/stat : 24760 (TNM) R 24757 24757 21582 0 -1 4202496 321 0 0 0 3075 0 0 0 25 0 1 0 596517949 466792448 218 33554432000 134512640 134534564 4289905392 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24760/statm: 113963 218 95 6 0 112629 0
[pid=24761] ppid=24757 vsize=16600 CPUtime=61.9 cores=3
/proc/24761/stat : 24761 (lingeling) R 24757 24757 21582 0 -1 4202496 14138 0 0 0 6188 2 0 0 25 0 1 0 596517949 16998400 3347 33554432000 4194304 4352236 140734933560096 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24761/statm: 4150 3347 127 39 0 3230 0
[pid=24762] ppid=24757 vsize=10720 CPUtime=30.8 cores=7
/proc/24762/stat : 24762 (march_hi) R 24757 24757 21582 0 -1 4202496 1167 0 0 0 3080 0 0 0 25 0 1 0 596517949 10977280 1060 33554432000 4194304 4331988 140736920020624 18446744073709551615 215987987832 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24762/statm: 2680 1060 173 34 0 1122 0
Current children cumulated CPU time (s) 247.23
Current children cumulated vsize (KiB) 1758912

[startup+62.7009 s]
/proc/loadavg: 10.12 8.63 7.58 11/188 24765
/proc/meminfo: memFree=17268780/32950940 swapFree=67111528/67111528
[pid=24757] ppid=24755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24757/stat : 24757 (ppfolio) S 24755 24757 21582 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596517949 18763776 389 33554432000 4194304 4287625 140734601034624 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 1 0 0 0
/proc/24757/statm: 4581 389 341 23 0 91 0
[pid=24758] ppid=24757 vsize=1237528 CPUtime=62.68 cores=1
/proc/24758/stat : 24758 (cryptominisat) R 24757 24757 21582 0 -1 4202496 27954 0 0 0 6264 4 0 0 25 0 1 0 596517949 1267228672 7397 33554432000 4194304 4587354 140733452993056 18446744073709551615 4239320 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24758/statm: 309382 7397 337 96 0 305944 0
[pid=24759] ppid=24757 vsize=19888 CPUtime=62.69 cores=5
/proc/24759/stat : 24759 (clasp) R 24757 24757 21582 0 -1 4202496 2379 0 0 0 6269 0 0 0 25 0 1 0 596517949 20365312 2268 33554432000 4194304 4785740 140737333122624 18446744073709551615 4553061 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24759/statm: 4972 2268 340 145 0 2017 0
[pid=24760] ppid=24757 vsize=455852 CPUtime=31.15 cores=7
/proc/24760/stat : 24760 (TNM) R 24757 24757 21582 0 -1 4202496 321 0 0 0 3115 0 0 0 25 0 1 0 596517949 466792448 218 33554432000 134512640 134534564 4289905392 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24760/statm: 113963 218 95 6 0 112629 0
[pid=24761] ppid=24757 vsize=12504 CPUtime=62.69 cores=3
/proc/24761/stat : 24761 (lingeling) R 24757 24757 21582 0 -1 4202496 14138 0 0 0 6267 2 0 0 25 0 1 0 596517949 12804096 2323 33554432000 4194304 4352236 140734933560096 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24761/statm: 3126 2323 127 39 0 2206 0
[pid=24762] ppid=24757 vsize=10720 CPUtime=31.2 cores=7
/proc/24762/stat : 24762 (march_hi) R 24757 24757 21582 0 -1 4202496 1177 0 0 0 3120 0 0 0 25 0 1 0 596517949 10977280 1070 33554432000 4194304 4331988 140736920020624 18446744073709551615 4226450 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24762/statm: 2680 1070 173 34 0 1122 0
Current children cumulated CPU time (s) 250.41
Current children cumulated vsize (KiB) 1754816

[startup+62.9009 s]
/proc/loadavg: 10.12 8.63 7.58 11/188 24765
/proc/meminfo: memFree=17268780/32950940 swapFree=67111528/67111528
[pid=24757] ppid=24755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24757/stat : 24757 (ppfolio) S 24755 24757 21582 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596517949 18763776 389 33554432000 4194304 4287625 140734601034624 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 1 0 0 0
/proc/24757/statm: 4581 389 341 23 0 91 0
[pid=24758] ppid=24757 vsize=1237528 CPUtime=62.88 cores=1
/proc/24758/stat : 24758 (cryptominisat) R 24757 24757 21582 0 -1 4202496 27981 0 0 0 6284 4 0 0 25 0 1 0 596517949 1267228672 7424 33554432000 4194304 4587354 140733452993056 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24758/statm: 309382 7424 337 96 0 305944 0
[pid=24759] ppid=24757 vsize=19888 CPUtime=62.89 cores=5
/proc/24759/stat : 24759 (clasp) R 24757 24757 21582 0 -1 4202496 2386 0 0 0 6289 0 0 0 25 0 1 0 596517949 20365312 2275 33554432000 4194304 4785740 140737333122624 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24759/statm: 4972 2275 340 145 0 2017 0
[pid=24760] ppid=24757 vsize=455852 CPUtime=31.25 cores=7
/proc/24760/stat : 24760 (TNM) R 24757 24757 21582 0 -1 4202496 321 0 0 0 3125 0 0 0 25 0 1 0 596517949 466792448 218 33554432000 134512640 134534564 4289905392 18446744073709551615 134528404 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24760/statm: 113963 218 95 6 0 112629 0
[pid=24761] ppid=24757 vsize=12632 CPUtime=62.89 cores=3
/proc/24761/stat : 24761 (lingeling) R 24757 24757 21582 0 -1 4202496 14170 0 0 0 6287 2 0 0 25 0 1 0 596517949 12935168 2355 33554432000 4194304 4352236 140734933560096 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24761/statm: 3158 2355 127 39 0 2238 0
[pid=24762] ppid=24757 vsize=10720 CPUtime=31.3 cores=7
/proc/24762/stat : 24762 (march_hi) R 24757 24757 21582 0 -1 4202496 1179 0 0 0 3130 0 0 0 25 0 1 0 596517949 10977280 1072 33554432000 4194304 4331988 140736920020624 18446744073709551615 4226496 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24762/statm: 2680 1072 173 34 0 1122 0
Current children cumulated CPU time (s) 251.21
Current children cumulated vsize (KiB) 1754944

[startup+63.0009 s]
/proc/loadavg: 10.12 8.63 7.58 11/188 24765
/proc/meminfo: memFree=17267912/32950940 swapFree=67111528/67111528
[pid=24757] ppid=24755 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24757/stat : 24757 (ppfolio) S 24755 24757 21582 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596517949 18763776 389 33554432000 4194304 4287625 140734601034624 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 1 0 0 0
/proc/24757/statm: 4581 389 341 23 0 91 0
[pid=24758] ppid=24757 vsize=1237528 CPUtime=62.99 cores=1
/proc/24758/stat : 24758 (cryptominisat) R 24757 24757 21582 0 -1 4202496 27995 0 0 0 6295 4 0 0 25 0 1 0 596517949 1267228672 7437 33554432000 4194304 4587354 140733452993056 18446744073709551615 4239304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24758/statm: 309382 7437 337 96 0 305944 0
[pid=24759] ppid=24757 vsize=19888 CPUtime=62.99 cores=5
/proc/24759/stat : 24759 (clasp) R 24757 24757 21582 0 -1 4202496 2386 0 0 0 6299 0 0 0 25 0 1 0 596517949 20365312 2275 33554432000 4194304 4785740 140737333122624 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24759/statm: 4972 2275 340 145 0 2017 0
[pid=24760] ppid=24757 vsize=455852 CPUtime=31.34 cores=7
/proc/24760/stat : 24760 (TNM) R 24757 24757 21582 0 -1 4202496 321 0 0 0 3134 0 0 0 25 0 1 0 596517949 466792448 218 33554432000 134512640 134534564 4289905392 18446744073709551615 7959966 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24760/statm: 113963 218 95 6 0 112629 0
[pid=24761] ppid=24757 vsize=12888 CPUtime=63 cores=3
/proc/24761/stat : 24761 (lingeling) R 24757 24757 21582 0 -1 4202496 14234 0 0 0 6298 2 0 0 25 0 1 0 596517949 13197312 2419 33554432000 4194304 4352236 140734933560096 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24761/statm: 3222 2419 127 39 0 2302 0
[pid=24762] ppid=24757 vsize=10720 CPUtime=31.31 cores=7
/proc/24762/stat : 24762 (march_hi) R 24757 24757 21582 0 -1 4202496 1179 0 0 0 3131 0 0 0 25 0 1 0 596517949 10977280 1072 33554432000 4194304 4331988 140736920020624 18446744073709551615 4313722 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24762/statm: 2680 1072 173 34 0 1122 0
Current children cumulated CPU time (s) 251.63
Current children cumulated vsize (KiB) 1755200

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24757 and gives
#  childrusage.ru_utime.tv_sec=157
#  childrusage.ru_utime.tv_usec=464061
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=60990
# CPU time returned by wait4() is 157.525
# while last known CPU time is 251.63
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 63.0932
CPU time (s): 251.63
CPU user time (s): 251.57
CPU system time (s): 0.06
CPU usage (%): 398.822
Max. virtual memory (cumulated for all children) (KiB): 1763116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 157.464
system time used= 0.06099
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31250
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= 723
involuntary context switches= 2258

runsolver used 0.114982 second user time and 0.234964 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 09:41:12
IDJOB=3191159
IDBENCH=82890
IDSOLVER=1612
FILE ID=node117/3191159-1304062872
RUNJOBID= node117-1304062554-24497
PBS_JOBID= 13170383
Free space on /tmp= 71672 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1635333981-027.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191159-1304062872/watcher-3191159-1304062872 -o /tmp/evaluation-result-3191159-1304062872/solver-3191159-1304062872 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191159-1304062872.cnf

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

MD5SUM BENCH= 5ba52a7ac0a84086dc4098f6b5213446
RANDOM SEED=998307016

node117.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.849
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.69
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.849
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.849
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.849
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.75
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.849
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.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17327200 kB
Buffers:       2377800 kB
Cached:       12471872 kB
SwapCached:          0 kB
Active:        8246760 kB
Inactive:      6794968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17327200 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9904 kB
Writeback:          16 kB
AnonPages:      190840 kB
Mapped:          17108 kB
Slab:           517936 kB
PageTables:       5196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:  2355900 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= 71664 MiB
End job on node117 at 2011-04-29 09:42:15