Trace number 3191112

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 1064.64 266.532

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1910317962-059.UNKNOWN.cnf
MD5SUMdc676a8dc341229efc4ee05b1ab19ceb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark130.058
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
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) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6
1064.48/266.53	s UNSATISFIABLE
1064.48/266.53	solver [5] march_hi 2009 answered
1064.48/266.53	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-3191112-1304059327/watcher-3191112-1304059327 -o /tmp/evaluation-result-3191112-1304059327/solver-3191112-1304059327 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191112-1304059327.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.28 8.40 8.82 5/181 3319
/proc/meminfo: memFree=18184104/32951124 swapFree=67111528/67111528
[pid=3319] ppid=3316 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3319/stat : 3319 (ppfolio) S 3316 3319 2759 0 -1 4202496 523 0 0 0 0 0 0 0 18 0 1 0 517533117 18763776 389 33554432000 4194304 4287625 140733580317584 18446744073709551615 230809185807 0 0 4096 65536 13377257701654921215 0 0 17 4 0 0 0
/proc/3319/statm: 4581 389 341 23 0 91 0

[startup+1.26778 s]
/proc/loadavg: 8.28 8.40 8.82 5/181 3319
/proc/meminfo: memFree=18184104/32951124 swapFree=67111528/67111528
[pid=3319] ppid=3316 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3319/stat : 3319 (ppfolio) S 3316 3319 2759 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517533117 18763776 389 33554432000 4194304 4287625 140733580317584 18446744073709551615 230809185807 0 0 4096 65536 13377257701654921215 0 0 17 4 0 0 0
/proc/3319/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.36775 s]
/proc/loadavg: 8.28 8.40 8.82 5/181 3319
/proc/meminfo: memFree=18184104/32951124 swapFree=67111528/67111528
[pid=3319] ppid=3316 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3319/stat : 3319 (ppfolio) S 3316 3319 2759 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517533117 18763776 389 33554432000 4194304 4287625 140733580317584 18446744073709551615 230809185807 0 0 4096 65536 13377257701654921215 0 0 17 4 0 0 0
/proc/3319/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.40075 s]
/proc/loadavg: 8.28 8.40 8.82 5/181 3319
/proc/meminfo: memFree=18184104/32951124 swapFree=67111528/67111528
[pid=3319] ppid=3316 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3319/stat : 3319 (ppfolio) S 3316 3319 2759 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517533117 18763776 389 33554432000 4194304 4287625 140733580317584 18446744073709551615 230809185807 0 0 4096 65536 13377257701654921215 0 0 17 4 0 0 0
/proc/3319/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.56771 s]
/proc/loadavg: 8.28 8.40 8.82 5/181 3319
/proc/meminfo: memFree=18184104/32951124 swapFree=67111528/67111528
[pid=3319] ppid=3316 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3319/stat : 3319 (ppfolio) S 3316 3319 2759 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517533117 18763776 389 33554432000 4194304 4287625 140733580317584 18446744073709551615 230809185807 0 0 4096 65536 13377257701654921215 0 0 17 4 0 0 0
/proc/3319/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.60071 s]
/proc/loadavg: 8.28 8.40 8.82 5/181 3319
/proc/meminfo: memFree=18184104/32951124 swapFree=67111528/67111528
[pid=3319] ppid=3316 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3319/stat : 3319 (ppfolio) S 3316 3319 2759 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517533117 18763776 389 33554432000 4194304 4287625 140733580317584 18446744073709551615 230809185807 0 0 4096 65536 13377257701654921215 0 0 17 4 0 0 0
/proc/3319/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10044 s]
/proc/loadavg: 8.28 8.40 8.82 10/187 3325
/proc/meminfo: memFree=18166324/32951124 swapFree=67111528/67111528
[pid=3319] ppid=3316 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3319/stat : 3319 (ppfolio) S 3316 3319 2759 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517533117 18763776 389 33554432000 4194304 4287625 140733580317584 18446744073709551615 230809185807 0 0 4096 65536 13377257701654921215 0 0 17 4 0 0 0
/proc/3319/statm: 4581 389 341 23 0 91 0
[pid=3320] ppid=3319 vsize=1857860 CPUtime=3.09 cores=0
/proc/3320/stat : 3320 (cryptominisat) R 3319 3319 2759 0 -1 4202496 4922 0 0 0 309 0 0 0 25 0 1 0 517533117 1902448640 3052 33554432000 4194304 4587354 140737302222368 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3320/statm: 464465 3052 337 96 0 461027 0
[pid=3321] ppid=3319 vsize=14568 CPUtime=3.09 cores=4
/proc/3321/stat : 3321 (clasp) R 3319 3319 2759 0 -1 4202496 1116 0 0 0 309 0 0 0 25 0 1 0 517533117 14917632 1004 33554432000 4194304 4785740 140733627138032 18446744073709551615 4550288 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3321/statm: 3642 1004 340 145 0 687 0
[pid=3322] ppid=3319 vsize=455824 CPUtime=2.04 cores=6
/proc/3322/stat : 3322 (TNM) R 3319 3319 2759 0 -1 4202496 329 0 0 0 204 0 0 0 21 0 1 0 517533117 466763776 226 33554432000 134512640 134534564 4289875776 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3322/statm: 113956 226 95 6 0 112622 0
[pid=3323] ppid=3319 vsize=6848 CPUtime=3.09 cores=2
/proc/3323/stat : 3323 (lingeling) R 3319 3319 2759 0 -1 4202496 1612 0 0 0 309 0 0 0 25 0 1 0 517533117 7012352 901 33554432000 4194304 4352236 140733784458064 18446744073709551615 4328392 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3323/statm: 1712 901 127 39 0 792 0
[pid=3324] ppid=3319 vsize=7624 CPUtime=1.03 cores=6
/proc/3324/stat : 3324 (march_hi) R 3319 3319 2759 0 -1 4202496 516 0 0 0 103 0 0 0 25 0 1 0 517533117 7806976 409 33554432000 4194304 4331988 140733492678304 18446744073709551615 4211519 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3324/statm: 1906 409 172 34 0 348 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 2361048

[startup+6.30085 s]
/proc/loadavg: 8.34 8.41 8.82 10/187 3325
/proc/meminfo: memFree=18163116/32951124 swapFree=67111528/67111528
[pid=3319] ppid=3316 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3319/stat : 3319 (ppfolio) S 3316 3319 2759 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517533117 18763776 389 33554432000 4194304 4287625 140733580317584 18446744073709551615 230809185807 0 0 4096 65536 13377257701654921215 0 0 17 4 0 0 0
/proc/3319/statm: 4581 389 341 23 0 91 0
[pid=3320] ppid=3319 vsize=1857236 CPUtime=6.29 cores=0
/proc/3320/stat : 3320 (cryptominisat) R 3319 3319 2759 0 -1 4202496 6583 0 0 0 628 1 0 0 25 0 1 0 517533117 1901809664 3262 33554432000 4194304 4587354 140737302222368 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3320/statm: 464309 3262 337 96 0 460871 0
[pid=3321] ppid=3319 vsize=15396 CPUtime=6.29 cores=4
/proc/3321/stat : 3321 (clasp) R 3319 3319 2759 0 -1 4202496 1303 0 0 0 629 0 0 0 25 0 1 0 517533117 15765504 1191 33554432000 4194304 4785740 140733627138032 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3321/statm: 3849 1191 340 145 0 894 0
[pid=3322] ppid=3319 vsize=455824 CPUtime=3.65 cores=6
/proc/3322/stat : 3322 (TNM) R 3319 3319 2759 0 -1 4202496 329 0 0 0 365 0 0 0 25 0 1 0 517533117 466763776 226 33554432000 134512640 134534564 4289875776 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3322/statm: 113956 226 95 6 0 112622 0
[pid=3323] ppid=3319 vsize=8004 CPUtime=6.29 cores=2
/proc/3323/stat : 3323 (lingeling) R 3319 3319 2759 0 -1 4202496 2583 0 0 0 629 0 0 0 25 0 1 0 517533117 8196096 1200 33554432000 4194304 4352236 140733784458064 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3323/statm: 2001 1200 127 39 0 1081 0
[pid=3324] ppid=3319 vsize=7624 CPUtime=2.61 cores=6
/proc/3324/stat : 3324 (march_hi) R 3319 3319 2759 0 -1 4202496 530 0 0 0 261 0 0 0 25 0 1 0 517533117 7806976 423 33554432000 4194304 4331988 140733492678304 18446744073709551615 4226471 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3324/statm: 1906 423 172 34 0 348 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 2362408

[startup+12.7007 s]
/proc/loadavg: 8.39 8.42 8.82 10/187 3325
/proc/meminfo: memFree=18157312/32951124 swapFree=67111528/67111528
[pid=3319] ppid=3316 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3319/stat : 3319 (ppfolio) S 3316 3319 2759 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517533117 18763776 389 33554432000 4194304 4287625 140733580317584 18446744073709551615 230809185807 0 0 4096 65536 13377257701654921215 0 0 17 4 0 0 0
/proc/3319/statm: 4581 389 341 23 0 91 0
[pid=3320] ppid=3319 vsize=1860884 CPUtime=12.68 cores=0
/proc/3320/stat : 3320 (cryptominisat) R 3319 3319 2759 0 -1 4202496 10221 0 0 0 1267 1 0 0 25 0 1 0 517533117 1905545216 3701 33554432000 4194304 4587354 140737302222368 18446744073709551615 4238463 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3320/statm: 465221 3701 337 96 0 461783 0
[pid=3321] ppid=3319 vsize=16636 CPUtime=12.69 cores=4
/proc/3321/stat : 3321 (clasp) R 3319 3319 2759 0 -1 4202496 1609 0 0 0 1269 0 0 0 25 0 1 0 517533117 17035264 1497 33554432000 4194304 4785740 140733627138032 18446744073709551615 4553423 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3321/statm: 4159 1497 340 145 0 1204 0
[pid=3322] ppid=3319 vsize=455824 CPUtime=6.92 cores=6
/proc/3322/stat : 3322 (TNM) R 3319 3319 2759 0 -1 4202496 329 0 0 0 692 0 0 0 25 0 1 0 517533117 466763776 226 33554432000 134512640 134534564 4289875776 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3322/statm: 113956 226 95 6 0 112622 0
[pid=3323] ppid=3319 vsize=8920 CPUtime=12.69 cores=2
/proc/3323/stat : 3323 (lingeling) R 3319 3319 2759 0 -1 4202496 4153 0 0 0 1269 0 0 0 25 0 1 0 517533117 9134080 1429 33554432000 4194304 4352236 140733784458064 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3323/statm: 2230 1429 127 39 0 1310 0
[pid=3324] ppid=3319 vsize=7788 CPUtime=5.71 cores=6
/proc/3324/stat : 3324 (march_hi) R 3319 3319 2759 0 -1 4202496 551 0 0 0 571 0 0 0 25 0 1 0 517533117 7974912 444 33554432000 4194304 4331988 140733492678304 18446744073709551615 4229592 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3324/statm: 1947 444 172 34 0 389 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 2368376

[startup+25.5003 s]
/proc/loadavg: 8.60 8.46 8.83 10/187 3326
/proc/meminfo: memFree=18145656/32951124 swapFree=67111528/67111528
[pid=3319] ppid=3316 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3319/stat : 3319 (ppfolio) S 3316 3319 2759 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517533117 18763776 389 33554432000 4194304 4287625 140733580317584 18446744073709551615 230809185807 0 0 4096 65536 13377257701654921215 0 0 17 4 0 0 0
/proc/3319/statm: 4581 389 341 23 0 91 0
[pid=3320] ppid=3319 vsize=1865328 CPUtime=25.49 cores=0
/proc/3320/stat : 3320 (cryptominisat) R 3319 3319 2759 0 -1 4202496 15989 0 0 0 2546 3 0 0 25 0 1 0 517533117 1910095872 5207 33554432000 4194304 4587354 140737302222368 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3320/statm: 466332 5207 337 96 0 462894 0
[pid=3321] ppid=3319 vsize=18308 CPUtime=25.49 cores=4
/proc/3321/stat : 3321 (clasp) R 3319 3319 2759 0 -1 4202496 2017 0 0 0 2549 0 0 0 25 0 1 0 517533117 18747392 1905 33554432000 4194304 4785740 140733627138032 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3321/statm: 4577 1905 340 145 0 1622 0
[pid=3322] ppid=3319 vsize=455824 CPUtime=13.34 cores=6
/proc/3322/stat : 3322 (TNM) R 3319 3319 2759 0 -1 4202496 329 0 0 0 1334 0 0 0 25 0 1 0 517533117 466763776 226 33554432000 134512640 134534564 4289875776 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3322/statm: 113956 226 95 6 0 112622 0
[pid=3323] ppid=3319 vsize=10840 CPUtime=25.48 cores=2
/proc/3323/stat : 3323 (lingeling) R 3319 3319 2759 0 -1 4202496 7982 0 0 0 2548 0 0 0 25 0 1 0 517533117 11100160 1898 33554432000 4194304 4352236 140733784458064 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3323/statm: 2710 1898 127 39 0 1790 0
[pid=3324] ppid=3319 vsize=7788 CPUtime=12.01 cores=6
/proc/3324/stat : 3324 (march_hi) R 3319 3319 2759 0 -1 4202496 564 0 0 0 1201 0 0 0 25 0 1 0 517533117 7974912 457 33554432000 4194304 4331988 140733492678304 18446744073709551615 4211509 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3324/statm: 1947 457 172 34 0 389 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 2376412

[startup+51.1006 s]
/proc/loadavg: 8.74 8.50 8.83 10/187 3326
/proc/meminfo: memFree=18130788/32951124 swapFree=67111528/67111528
[pid=3319] ppid=3316 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3319/stat : 3319 (ppfolio) S 3316 3319 2759 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517533117 18763776 389 33554432000 4194304 4287625 140733580317584 18446744073709551615 230809185807 0 0 4096 65536 13377257701654921215 0 0 17 4 0 0 0
/proc/3319/statm: 4581 389 341 23 0 91 0
[pid=3320] ppid=3319 vsize=1880676 CPUtime=51.09 cores=0
/proc/3320/stat : 3320 (cryptominisat) R 3319 3319 2759 0 -1 4202496 26575 0 0 0 5104 5 0 0 25 0 1 0 517533117 1925812224 8252 33554432000 4194304 4587354 140737302222368 18446744073709551615 4244512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3320/statm: 470169 8252 337 96 0 466731 0
[pid=3321] ppid=3319 vsize=20152 CPUtime=51.09 cores=4
/proc/3321/stat : 3321 (clasp) R 3319 3319 2759 0 -1 4202496 2439 0 0 0 5109 0 0 0 25 0 1 0 517533117 20635648 2327 33554432000 4194304 4785740 140733627138032 18446744073709551615 4546113 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3321/statm: 5038 2327 340 145 0 2083 0
[pid=3322] ppid=3319 vsize=455824 CPUtime=26.04 cores=6
/proc/3322/stat : 3322 (TNM) R 3319 3319 2759 0 -1 4202496 329 0 0 0 2604 0 0 0 25 0 1 0 517533117 466763776 226 33554432000 134512640 134534564 4289875776 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3322/statm: 113956 226 95 6 0 112622 0
[pid=3323] ppid=3319 vsize=11612 CPUtime=51.08 cores=2
/proc/3323/stat : 3323 (lingeling) R 3319 3319 2759 0 -1 4202496 12591 0 0 0 5106 2 0 0 25 0 1 0 517533117 11890688 2091 33554432000 4194304 4352236 140733784458064 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3323/statm: 2903 2091 127 39 0 1983 0
[pid=3324] ppid=3319 vsize=8092 CPUtime=24.77 cores=6
/proc/3324/stat : 3324 (march_hi) R 3319 3319 2759 0 -1 4202496 640 0 0 0 2477 0 0 0 25 0 1 0 517533117 8286208 533 33554432000 4194304 4331988 140733492678304 18446744073709551615 4246743 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3324/statm: 2023 533 173 34 0 465 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 2394680

[startup+102.301 s]
/proc/loadavg: 9.00 8.61 8.84 10/187 3328
/proc/meminfo: memFree=18119248/32951124 swapFree=67111528/67111528
[pid=3319] ppid=3316 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3319/stat : 3319 (ppfolio) S 3316 3319 2759 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517533117 18763776 389 33554432000 4194304 4287625 140733580317584 18446744073709551615 230809185807 0 0 4096 65536 13377257701654921215 0 0 17 4 0 0 0
/proc/3319/statm: 4581 389 341 23 0 91 0
[pid=3320] ppid=3319 vsize=1877156 CPUtime=102.3 cores=0

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

Current children cumulated CPU time (s) 924.67
Current children cumulated vsize (KiB) 2414904

[startup+244.307 s]
/proc/loadavg: 9.16 8.83 8.89 10/187 3332
/proc/meminfo: memFree=18099952/32951124 swapFree=67111528/67111528
[pid=3319] ppid=3316 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3319/stat : 3319 (ppfolio) S 3316 3319 2759 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517533117 18763776 389 33554432000 4194304 4287625 140733580317584 18446744073709551615 230809185807 0 0 4096 65536 13377257701654921215 0 0 17 4 0 0 0
/proc/3319/statm: 4581 389 341 23 0 91 0
[pid=3320] ppid=3319 vsize=1879280 CPUtime=244.3 cores=0
/proc/3320/stat : 3320 (cryptominisat) R 3319 3319 2759 0 -1 4202496 68348 0 0 0 24413 17 0 0 25 0 1 0 517533117 1924382720 8981 33554432000 4194304 4587354 140737302222368 18446744073709551615 4238525 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3320/statm: 469820 8981 337 96 0 466382 0
[pid=3321] ppid=3319 vsize=27568 CPUtime=244.3 cores=4
/proc/3321/stat : 3321 (clasp) R 3319 3319 2759 0 -1 4202496 4179 0 0 0 24430 0 0 0 25 0 1 0 517533117 28229632 4067 33554432000 4194304 4785740 140733627138032 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3321/statm: 6892 4067 341 145 0 3937 0
[pid=3322] ppid=3319 vsize=455824 CPUtime=122.28 cores=6
/proc/3322/stat : 3322 (TNM) R 3319 3319 2759 0 -1 4202496 329 0 0 0 12228 0 0 0 25 0 1 0 517533117 466763776 226 33554432000 134512640 134534564 4289875776 18446744073709551615 134528396 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3322/statm: 113956 226 95 6 0 112622 0
[pid=3323] ppid=3319 vsize=18524 CPUtime=244.25 cores=2
/proc/3323/stat : 3323 (lingeling) R 3319 3319 2759 0 -1 4202496 36282 0 0 0 24420 5 0 0 25 0 1 0 517533117 18968576 3830 33554432000 4194304 4352236 140733784458064 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3323/statm: 4631 3830 127 39 0 3711 0
[pid=3324] ppid=3319 vsize=11748 CPUtime=120.69 cores=6
/proc/3324/stat : 3324 (march_hi) R 3319 3319 2759 0 -1 4202496 1378 0 0 0 12068 1 0 0 25 0 1 0 517533117 12029952 1271 33554432000 4194304 4331988 140733492678304 18446744073709551615 4263331 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3324/statm: 2937 1271 173 34 0 1379 0
Current children cumulated CPU time (s) 975.82
Current children cumulated vsize (KiB) 2411268

[startup+257.101 s]
/proc/loadavg: 9.20 8.85 8.90 10/187 3332
/proc/meminfo: memFree=18099700/32951124 swapFree=67111528/67111528
[pid=3319] ppid=3316 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3319/stat : 3319 (ppfolio) S 3316 3319 2759 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517533117 18763776 389 33554432000 4194304 4287625 140733580317584 18446744073709551615 230809185807 0 0 4096 65536 13377257701654921215 0 0 17 4 0 0 0
/proc/3319/statm: 4581 389 341 23 0 91 0
[pid=3320] ppid=3319 vsize=1889640 CPUtime=257.09 cores=0
/proc/3320/stat : 3320 (cryptominisat) R 3319 3319 2759 0 -1 4202496 70320 0 0 0 25691 18 0 0 25 0 1 0 517533117 1934991360 8875 33554432000 4194304 4587354 140737302222368 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3320/statm: 472410 8875 337 96 0 468972 0
[pid=3321] ppid=3319 vsize=27700 CPUtime=257.1 cores=4
/proc/3321/stat : 3321 (clasp) R 3319 3319 2759 0 -1 4202496 4221 0 0 0 25710 0 0 0 25 0 1 0 517533117 28364800 4109 33554432000 4194304 4785740 140733627138032 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3321/statm: 6925 4109 341 145 0 3970 0
[pid=3322] ppid=3319 vsize=455824 CPUtime=128.62 cores=6
/proc/3322/stat : 3322 (TNM) R 3319 3319 2759 0 -1 4202496 329 0 0 0 12862 0 0 0 25 0 1 0 517533117 466763776 226 33554432000 134512640 134534564 4289875776 18446744073709551615 134528620 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3322/statm: 113956 226 95 6 0 112622 0
[pid=3323] ppid=3319 vsize=18268 CPUtime=257.04 cores=2
/proc/3323/stat : 3323 (lingeling) R 3319 3319 2759 0 -1 4202496 36922 0 0 0 25699 5 0 0 25 0 1 0 517533117 18706432 3766 33554432000 4194304 4352236 140733784458064 18446744073709551615 4329265 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3323/statm: 4567 3766 127 39 0 3647 0
[pid=3324] ppid=3319 vsize=11748 CPUtime=127.08 cores=6
/proc/3324/stat : 3324 (march_hi) R 3319 3319 2759 0 -1 4202496 1467 0 0 0 12707 1 0 0 25 0 1 0 517533117 12029952 1360 33554432000 4194304 4331988 140733492678304 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3324/statm: 2937 1360 173 34 0 1379 0
Current children cumulated CPU time (s) 1026.93
Current children cumulated vsize (KiB) 2421504

[startup+263.501 s]
/proc/loadavg: 9.18 8.85 8.90 10/187 3332
/proc/meminfo: memFree=18093616/32951124 swapFree=67111528/67111528
[pid=3319] ppid=3316 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3319/stat : 3319 (ppfolio) S 3316 3319 2759 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517533117 18763776 389 33554432000 4194304 4287625 140733580317584 18446744073709551615 230809185807 0 0 4096 65536 13377257701654921215 0 0 17 4 0 0 0
/proc/3319/statm: 4581 389 341 23 0 91 0
[pid=3320] ppid=3319 vsize=1889640 CPUtime=263.49 cores=0
/proc/3320/stat : 3320 (cryptominisat) R 3319 3319 2759 0 -1 4202496 70871 0 0 0 26331 18 0 0 25 0 1 0 517533117 1934991360 9406 33554432000 4194304 4587354 140737302222368 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3320/statm: 472410 9406 337 96 0 468972 0
[pid=3321] ppid=3319 vsize=27868 CPUtime=263.5 cores=4
/proc/3321/stat : 3321 (clasp) R 3319 3319 2759 0 -1 4202496 4245 0 0 0 26350 0 0 0 25 0 1 0 517533117 28536832 4133 33554432000 4194304 4785740 140733627138032 18446744073709551615 4309557 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3321/statm: 6967 4133 341 145 0 4012 0
[pid=3322] ppid=3319 vsize=455824 CPUtime=131.82 cores=6
/proc/3322/stat : 3322 (TNM) R 3319 3319 2759 0 -1 4202496 329 0 0 0 13182 0 0 0 25 0 1 0 517533117 466763776 226 33554432000 134512640 134534564 4289875776 18446744073709551615 134530476 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3322/statm: 113956 226 95 6 0 112622 0
[pid=3323] ppid=3319 vsize=21084 CPUtime=263.44 cores=2
/proc/3323/stat : 3323 (lingeling) R 3319 3319 2759 0 -1 4202496 37626 0 0 0 26339 5 0 0 25 0 1 0 517533117 21590016 4470 33554432000 4194304 4352236 140733784458064 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3323/statm: 5271 4470 127 39 0 4351 0
[pid=3324] ppid=3319 vsize=11748 CPUtime=130.24 cores=6
/proc/3324/stat : 3324 (march_hi) R 3319 3319 2759 0 -1 4202496 1514 0 0 0 13023 1 0 0 25 0 1 0 517533117 12029952 1407 33554432000 4194304 4331988 140733492678304 18446744073709551615 4246727 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3324/statm: 2937 1407 173 34 0 1379 0
Current children cumulated CPU time (s) 1052.49
Current children cumulated vsize (KiB) 2424488

[startup+265.1 s]
/proc/loadavg: 9.17 8.86 8.90 10/187 3332
/proc/meminfo: memFree=18091992/32951124 swapFree=67111528/67111528
[pid=3319] ppid=3316 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3319/stat : 3319 (ppfolio) S 3316 3319 2759 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517533117 18763776 389 33554432000 4194304 4287625 140733580317584 18446744073709551615 230809185807 0 0 4096 65536 13377257701654921215 0 0 17 4 0 0 0
/proc/3319/statm: 4581 389 341 23 0 91 0
[pid=3320] ppid=3319 vsize=1889640 CPUtime=265.1 cores=0
/proc/3320/stat : 3320 (cryptominisat) R 3319 3319 2759 0 -1 4202496 70995 0 0 0 26491 19 0 0 25 0 1 0 517533117 1934991360 9528 33554432000 4194304 4587354 140737302222368 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3320/statm: 472410 9528 337 96 0 468972 0
[pid=3321] ppid=3319 vsize=27868 CPUtime=265.1 cores=4
/proc/3321/stat : 3321 (clasp) R 3319 3319 2759 0 -1 4202496 4246 0 0 0 26510 0 0 0 25 0 1 0 517533117 28536832 4134 33554432000 4194304 4785740 140733627138032 18446744073709551615 4549070 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3321/statm: 6967 4134 341 145 0 4012 0
[pid=3322] ppid=3319 vsize=455824 CPUtime=132.62 cores=6
/proc/3322/stat : 3322 (TNM) R 3319 3319 2759 0 -1 4202496 329 0 0 0 13262 0 0 0 25 0 1 0 517533117 466763776 226 33554432000 134512640 134534564 4289875776 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3322/statm: 113956 226 95 6 0 112622 0
[pid=3323] ppid=3319 vsize=21596 CPUtime=265.04 cores=2
/proc/3323/stat : 3323 (lingeling) R 3319 3319 2759 0 -1 4202496 37754 0 0 0 26499 5 0 0 25 0 1 0 517533117 22114304 4598 33554432000 4194304 4352236 140733784458064 18446744073709551615 4328441 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3323/statm: 5399 4598 127 39 0 4479 0
[pid=3324] ppid=3319 vsize=11748 CPUtime=131.03 cores=6
/proc/3324/stat : 3324 (march_hi) R 3319 3319 2759 0 -1 4202496 1526 0 0 0 13102 1 0 0 25 0 1 0 517533117 12029952 1419 33554432000 4194304 4331988 140733492678304 18446744073709551615 4240727 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3324/statm: 2937 1419 173 34 0 1379 0
Current children cumulated CPU time (s) 1058.89
Current children cumulated vsize (KiB) 2425000

[startup+265.901 s]
/proc/loadavg: 9.17 8.86 8.90 10/187 3332
/proc/meminfo: memFree=18091992/32951124 swapFree=67111528/67111528
[pid=3319] ppid=3316 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3319/stat : 3319 (ppfolio) S 3316 3319 2759 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517533117 18763776 389 33554432000 4194304 4287625 140733580317584 18446744073709551615 230809185807 0 0 4096 65536 13377257701654921215 0 0 17 4 0 0 0
/proc/3319/statm: 4581 389 341 23 0 91 0
[pid=3320] ppid=3319 vsize=1889640 CPUtime=265.9 cores=0
/proc/3320/stat : 3320 (cryptominisat) R 3319 3319 2759 0 -1 4202496 71062 0 0 0 26571 19 0 0 25 0 1 0 517533117 1934991360 9593 33554432000 4194304 4587354 140737302222368 18446744073709551615 4243236 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3320/statm: 472410 9593 337 96 0 468972 0
[pid=3321] ppid=3319 vsize=27868 CPUtime=265.9 cores=4
/proc/3321/stat : 3321 (clasp) R 3319 3319 2759 0 -1 4202496 4246 0 0 0 26590 0 0 0 25 0 1 0 517533117 28536832 4134 33554432000 4194304 4785740 140733627138032 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3321/statm: 6967 4134 341 145 0 4012 0
[pid=3322] ppid=3319 vsize=455824 CPUtime=133.02 cores=6
/proc/3322/stat : 3322 (TNM) R 3319 3319 2759 0 -1 4202496 329 0 0 0 13302 0 0 0 25 0 1 0 517533117 466763776 226 33554432000 134512640 134534564 4289875776 18446744073709551615 134528476 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3322/statm: 113956 226 95 6 0 112622 0
[pid=3323] ppid=3319 vsize=18524 CPUtime=265.84 cores=2
/proc/3323/stat : 3323 (lingeling) R 3319 3319 2759 0 -1 4202496 37754 0 0 0 26579 5 0 0 25 0 1 0 517533117 18968576 3830 33554432000 4194304 4352236 140733784458064 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3323/statm: 4631 3830 127 39 0 3711 0
[pid=3324] ppid=3319 vsize=11748 CPUtime=131.43 cores=6
/proc/3324/stat : 3324 (march_hi) R 3319 3319 2759 0 -1 4202496 1533 0 0 0 13142 1 0 0 25 0 1 0 517533117 12029952 1426 33554432000 4194304 4331988 140733492678304 18446744073709551615 4316674 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3324/statm: 2937 1426 173 34 0 1379 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 2421928

[startup+266.307 s]
/proc/loadavg: 9.17 8.86 8.90 10/187 3332
/proc/meminfo: memFree=18094092/32951124 swapFree=67111528/67111528
[pid=3319] ppid=3316 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3319/stat : 3319 (ppfolio) S 3316 3319 2759 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517533117 18763776 389 33554432000 4194304 4287625 140733580317584 18446744073709551615 230809185807 0 0 4096 65536 13377257701654921215 0 0 17 4 0 0 0
/proc/3319/statm: 4581 389 341 23 0 91 0
[pid=3320] ppid=3319 vsize=1889640 CPUtime=266.31 cores=0
/proc/3320/stat : 3320 (cryptominisat) R 3319 3319 2759 0 -1 4202496 71098 0 0 0 26612 19 0 0 25 0 1 0 517533117 1934991360 9628 33554432000 4194304 4587354 140737302222368 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3320/statm: 472410 9628 337 96 0 468972 0
[pid=3321] ppid=3319 vsize=27868 CPUtime=266.3 cores=4
/proc/3321/stat : 3321 (clasp) R 3319 3319 2759 0 -1 4202496 4246 0 0 0 26630 0 0 0 25 0 1 0 517533117 28536832 4134 33554432000 4194304 4785740 140733627138032 18446744073709551615 4553366 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3321/statm: 6967 4134 341 145 0 4012 0
[pid=3322] ppid=3319 vsize=455824 CPUtime=133.22 cores=6
/proc/3322/stat : 3322 (TNM) R 3319 3319 2759 0 -1 4202496 329 0 0 0 13322 0 0 0 25 0 1 0 517533117 466763776 226 33554432000 134512640 134534564 4289875776 18446744073709551615 134530504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3322/statm: 113956 226 95 6 0 112622 0
[pid=3323] ppid=3319 vsize=18524 CPUtime=266.24 cores=2
/proc/3323/stat : 3323 (lingeling) R 3319 3319 2759 0 -1 4202496 37754 0 0 0 26619 5 0 0 25 0 1 0 517533117 18968576 3830 33554432000 4194304 4352236 140733784458064 18446744073709551615 4328075 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3323/statm: 4631 3830 127 39 0 3711 0
[pid=3324] ppid=3319 vsize=11748 CPUtime=131.63 cores=6
/proc/3324/stat : 3324 (march_hi) R 3319 3319 2759 0 -1 4202496 1536 0 0 0 13162 1 0 0 25 0 1 0 517533117 12029952 1429 33554432000 4194304 4331988 140733492678304 18446744073709551615 4288421 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3324/statm: 2937 1429 173 34 0 1379 0
Current children cumulated CPU time (s) 1063.7
Current children cumulated vsize (KiB) 2421928

[startup+266.501 s]
/proc/loadavg: 9.17 8.86 8.90 10/187 3332
/proc/meminfo: memFree=18094092/32951124 swapFree=67111528/67111528
[pid=3319] ppid=3316 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3319/stat : 3319 (ppfolio) S 3316 3319 2759 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517533117 18763776 389 33554432000 4194304 4287625 140733580317584 18446744073709551615 230809185807 0 0 4096 65536 13377257701654921215 0 0 17 4 0 0 0
/proc/3319/statm: 4581 389 341 23 0 91 0
[pid=3320] ppid=3319 vsize=1889640 CPUtime=266.5 cores=0
/proc/3320/stat : 3320 (cryptominisat) R 3319 3319 2759 0 -1 4202496 71117 0 0 0 26631 19 0 0 25 0 1 0 517533117 1934991360 9645 33554432000 4194304 4587354 140737302222368 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3320/statm: 472410 9645 337 96 0 468972 0
[pid=3321] ppid=3319 vsize=27868 CPUtime=266.5 cores=4
/proc/3321/stat : 3321 (clasp) R 3319 3319 2759 0 -1 4202496 4253 0 0 0 26650 0 0 0 25 0 1 0 517533117 28536832 4141 33554432000 4194304 4785740 140733627138032 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3321/statm: 6967 4141 341 145 0 4012 0
[pid=3322] ppid=3319 vsize=455824 CPUtime=133.32 cores=6
/proc/3322/stat : 3322 (TNM) R 3319 3319 2759 0 -1 4202496 329 0 0 0 13332 0 0 0 25 0 1 0 517533117 466763776 226 33554432000 134512640 134534564 4289875776 18446744073709551615 134529775 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3322/statm: 113956 226 95 6 0 112622 0
[pid=3323] ppid=3319 vsize=18524 CPUtime=266.44 cores=2
/proc/3323/stat : 3323 (lingeling) R 3319 3319 2759 0 -1 4202496 37754 0 0 0 26639 5 0 0 25 0 1 0 517533117 18968576 3830 33554432000 4194304 4352236 140733784458064 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3323/statm: 4631 3830 127 39 0 3711 0
[pid=3324] ppid=3319 vsize=11748 CPUtime=131.72 cores=6
/proc/3324/stat : 3324 (march_hi) R 3319 3319 2759 0 -1 4202496 1537 0 0 0 13171 1 0 0 25 0 1 0 517533117 12029952 1430 33554432000 4194304 4331988 140733492678304 18446744073709551615 4265493 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3324/statm: 2937 1430 173 34 0 1379 0
Current children cumulated CPU time (s) 1064.48
Current children cumulated vsize (KiB) 2421928

Child status: 0
Real time (s): 266.532
CPU time (s): 1064.64
CPU user time (s): 1064.37
CPU system time (s): 0.274958
CPU usage (%): 399.441
Max. virtual memory (cumulated for all children) (KiB): 4224372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1064.37
system time used= 0.274958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115534
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= 987
involuntary context switches= 8487

runsolver used 0.505923 second user time and 0.944856 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-29 08:42:07
IDJOB=3191112
IDBENCH=82843
IDSOLVER=1612
FILE ID=node104/3191112-1304059327
RUNJOBID= node104-1304057377-2781
PBS_JOBID= 13170438
Free space on /tmp= 71540 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1910317962-059.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191112-1304059327/watcher-3191112-1304059327 -o /tmp/evaluation-result-3191112-1304059327/solver-3191112-1304059327 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191112-1304059327.cnf

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

MD5SUM BENCH= dc676a8dc341229efc4ee05b1ab19ceb
RANDOM SEED=1171566166

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18184136 kB
Buffers:       2196732 kB
Cached:       11817688 kB
SwapCached:          0 kB
Active:        2467352 kB
Inactive:     11712748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18184136 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10288 kB
Writeback:           0 kB
AnonPages:      165508 kB
Mapped:          16192 kB
Slab:           523880 kB
PageTables:       5352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   767848 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= 71528 MiB
End job on node104 at 2011-04-29 08:46:33