Trace number 3191360

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 1174.58 294.042

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1959079526-027.UNKNOWN.cnf
MD5SUMf44a4cf4fe89dcbd323f749ee3ba0f10
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark146.379
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) 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
1174.37/294.03	s UNSATISFIABLE
1174.37/294.04	solver [5] march_hi 2009 answered
1174.37/294.04	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-3191360-1304079226/watcher-3191360-1304079226 -o /tmp/evaluation-result-3191360-1304079226/solver-3191360-1304079226 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191360-1304079226.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.70 9.77 9.44 6/182 1142
/proc/meminfo: memFree=20624080/32950928 swapFree=67111524/67111528
[pid=1142] ppid=1140 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1142/stat : 1142 (ppfolio) R 1140 1142 567 0 -1 4194304 465 0 0 0 0 0 0 0 25 0 1 0 598153322 18763776 387 33554432000 4194304 4287625 140734033972736 18446744073709551615 231895310741 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/1142/statm: 4581 387 339 23 0 91 0

[startup+1.06803 s]
/proc/loadavg: 9.70 9.77 9.44 6/182 1142
/proc/meminfo: memFree=20624080/32950928 swapFree=67111524/67111528
[pid=1142] ppid=1140 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1142/stat : 1142 (ppfolio) R 1140 1142 567 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 598153322 18763776 389 33554432000 4194304 4287625 140734033972736 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/1142/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.16802 s]
/proc/loadavg: 9.70 9.77 9.44 6/182 1142
/proc/meminfo: memFree=20624080/32950928 swapFree=67111524/67111528
[pid=1142] ppid=1140 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1142/stat : 1142 (ppfolio) S 1140 1142 567 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 598153322 18763776 389 33554432000 4194304 4287625 140734033972736 18446744073709551615 231895510543 0 0 4096 65536 1691321979015004159 0 0 17 1 0 0 0
/proc/1142/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.20101 s]
/proc/loadavg: 9.70 9.77 9.44 6/182 1142
/proc/meminfo: memFree=20624080/32950928 swapFree=67111524/67111528
[pid=1142] ppid=1140 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1142/stat : 1142 (ppfolio) R 1140 1142 567 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 598153322 18763776 389 33554432000 4194304 4287625 140734033972736 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/1142/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.36798 s]
/proc/loadavg: 9.70 9.77 9.44 6/182 1142
/proc/meminfo: memFree=20624080/32950928 swapFree=67111524/67111528
[pid=1142] ppid=1140 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1142/stat : 1142 (ppfolio) R 1140 1142 567 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 598153322 18763776 389 33554432000 4194304 4287625 140734033972736 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/1142/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.56794 s]
/proc/loadavg: 9.70 9.77 9.44 6/182 1142
/proc/meminfo: memFree=20624080/32950928 swapFree=67111524/67111528
[pid=1142] ppid=1140 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1142/stat : 1142 (ppfolio) S 1140 1142 567 0 -1 4202496 519 0 0 0 0 0 0 0 19 0 1 0 598153322 18763776 389 33554432000 4194304 4287625 140734033972736 18446744073709551615 231895510543 0 0 4096 65536 1691321979015004159 0 0 17 1 0 0 0
/proc/1142/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10065 s]
/proc/loadavg: 9.70 9.77 9.44 11/188 1148
/proc/meminfo: memFree=20598132/32950928 swapFree=67111524/67111528
[pid=1142] ppid=1140 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1142/stat : 1142 (ppfolio) S 1140 1142 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598153322 18763776 389 33554432000 4194304 4287625 140734033972736 18446744073709551615 231895510543 0 0 4096 65536 1691321979015004159 0 0 17 1 0 0 0
/proc/1142/statm: 4581 389 341 23 0 91 0
[pid=1143] ppid=1142 vsize=1818772 CPUtime=3.09 cores=1
/proc/1143/stat : 1143 (cryptominisat) R 1142 1142 567 0 -1 4202496 4861 0 0 0 309 0 0 0 25 0 1 0 598153322 1862422528 3026 33554432000 4194304 4587354 140737398599232 18446744073709551615 231895187142 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1143/statm: 454693 3026 337 96 0 451255 0
[pid=1144] ppid=1142 vsize=14708 CPUtime=3.09 cores=5
/proc/1144/stat : 1144 (clasp) R 1142 1142 567 0 -1 4202496 1127 0 0 0 309 0 0 0 25 0 1 0 598153322 15060992 1015 33554432000 4194304 4785740 140736691234624 18446744073709551615 4552952 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1144/statm: 3677 1015 340 145 0 722 0
[pid=1145] ppid=1142 vsize=455824 CPUtime=2.04 cores=7
/proc/1145/stat : 1145 (TNM) R 1142 1142 567 0 -1 4202496 328 0 0 0 204 0 0 0 21 0 1 0 598153322 466763776 225 33554432000 134512640 134534564 4288441552 18446744073709551615 134528934 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1145/statm: 113956 225 95 6 0 112622 0
[pid=1146] ppid=1142 vsize=6784 CPUtime=3.09 cores=3
/proc/1146/stat : 1146 (lingeling) R 1142 1142 567 0 -1 4202496 1541 0 0 0 309 0 0 0 25 0 1 0 598153322 6946816 894 33554432000 4194304 4352236 140735703721696 18446744073709551615 231895184365 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1146/statm: 1696 894 127 39 0 776 0
[pid=1147] ppid=1142 vsize=7648 CPUtime=1.03 cores=7
/proc/1147/stat : 1147 (march_hi) R 1142 1142 567 0 -1 4202496 522 0 0 0 103 0 0 0 25 0 1 0 598153322 7831552 415 33554432000 4194304 4331988 140736365397520 18446744073709551615 4229507 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1147/statm: 1912 415 172 34 0 354 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 2322060

[startup+6.30105 s]
/proc/loadavg: 9.72 9.77 9.45 11/188 1149
/proc/meminfo: memFree=20594504/32950928 swapFree=67111524/67111528
[pid=1142] ppid=1140 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1142/stat : 1142 (ppfolio) S 1140 1142 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598153322 18763776 389 33554432000 4194304 4287625 140734033972736 18446744073709551615 231895510543 0 0 4096 65536 1691321979015004159 0 0 17 1 0 0 0
/proc/1142/statm: 4581 389 341 23 0 91 0
[pid=1143] ppid=1142 vsize=1818968 CPUtime=6.29 cores=1
/proc/1143/stat : 1143 (cryptominisat) R 1142 1142 567 0 -1 4202496 6941 0 0 0 628 1 0 0 25 0 1 0 598153322 1862623232 3045 33554432000 4194304 4587354 140737398599232 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1143/statm: 454742 3045 337 96 0 451304 0
[pid=1144] ppid=1142 vsize=15544 CPUtime=6.29 cores=5
/proc/1144/stat : 1144 (clasp) R 1142 1142 567 0 -1 4202496 1350 0 0 0 629 0 0 0 25 0 1 0 598153322 15917056 1238 33554432000 4194304 4785740 140736691234624 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1144/statm: 3886 1238 341 145 0 931 0
[pid=1145] ppid=1142 vsize=455824 CPUtime=3.64 cores=7
/proc/1145/stat : 1145 (TNM) R 1142 1142 567 0 -1 4202496 328 0 0 0 364 0 0 0 25 0 1 0 598153322 466763776 225 33554432000 134512640 134534564 4288441552 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1145/statm: 113956 225 95 6 0 112622 0
[pid=1146] ppid=1142 vsize=8200 CPUtime=6.29 cores=3
/proc/1146/stat : 1146 (lingeling) R 1142 1142 567 0 -1 4202496 2567 0 0 0 629 0 0 0 25 0 1 0 598153322 8396800 1248 33554432000 4194304 4352236 140735703721696 18446744073709551615 4328032 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1146/statm: 2050 1248 127 39 0 1130 0
[pid=1147] ppid=1142 vsize=7648 CPUtime=2.62 cores=7
/proc/1147/stat : 1147 (march_hi) R 1142 1142 567 0 -1 4202496 533 0 0 0 262 0 0 0 25 0 1 0 598153322 7831552 426 33554432000 4194304 4331988 140736365397520 18446744073709551615 4297079 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1147/statm: 1912 426 172 34 0 354 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 2324508

[startup+12.7009 s]
/proc/loadavg: 9.74 9.78 9.45 11/188 1149
/proc/meminfo: memFree=20598240/32950928 swapFree=67111524/67111528
[pid=1142] ppid=1140 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1142/stat : 1142 (ppfolio) S 1140 1142 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598153322 18763776 389 33554432000 4194304 4287625 140734033972736 18446744073709551615 231895510543 0 0 4096 65536 1691321979015004159 0 0 17 1 0 0 0
/proc/1142/statm: 4581 389 341 23 0 91 0
[pid=1143] ppid=1142 vsize=1821804 CPUtime=12.68 cores=1
/proc/1143/stat : 1143 (cryptominisat) R 1142 1142 567 0 -1 4202496 10439 0 0 0 1267 1 0 0 25 0 1 0 598153322 1865527296 3900 33554432000 4194304 4587354 140737398599232 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1143/statm: 455451 3900 337 96 0 452013 0
[pid=1144] ppid=1142 vsize=16648 CPUtime=12.69 cores=5
/proc/1144/stat : 1144 (clasp) R 1142 1142 567 0 -1 4202496 1609 0 0 0 1269 0 0 0 25 0 1 0 598153322 17047552 1497 33554432000 4194304 4785740 140736691234624 18446744073709551615 4550429 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1144/statm: 4162 1497 341 145 0 1207 0
[pid=1145] ppid=1142 vsize=455824 CPUtime=6.92 cores=7
/proc/1145/stat : 1145 (TNM) R 1142 1142 567 0 -1 4202496 328 0 0 0 692 0 0 0 25 0 1 0 598153322 466763776 225 33554432000 134512640 134534564 4288441552 18446744073709551615 134529415 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1145/statm: 113956 225 95 6 0 112622 0
[pid=1146] ppid=1142 vsize=8588 CPUtime=12.69 cores=3
/proc/1146/stat : 1146 (lingeling) R 1142 1142 567 0 -1 4202496 3624 0 0 0 1269 0 0 0 25 0 1 0 598153322 8794112 1345 33554432000 4194304 4352236 140735703721696 18446744073709551615 4328363 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1146/statm: 2147 1345 127 39 0 1227 0
[pid=1147] ppid=1142 vsize=7788 CPUtime=5.71 cores=7
/proc/1147/stat : 1147 (march_hi) R 1142 1142 567 0 -1 4202496 556 0 0 0 571 0 0 0 25 0 1 0 598153322 7974912 449 33554432000 4194304 4331988 140736365397520 18446744073709551615 4240202 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1147/statm: 1947 449 172 34 0 389 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 2328976

[startup+25.5005 s]
/proc/loadavg: 9.88 9.80 9.46 11/188 1149
/proc/meminfo: memFree=20584000/32950928 swapFree=67111524/67111528
[pid=1142] ppid=1140 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1142/stat : 1142 (ppfolio) S 1140 1142 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598153322 18763776 389 33554432000 4194304 4287625 140734033972736 18446744073709551615 231895510543 0 0 4096 65536 1691321979015004159 0 0 17 1 0 0 0
/proc/1142/statm: 4581 389 341 23 0 91 0
[pid=1143] ppid=1142 vsize=1826028 CPUtime=25.49 cores=1
/proc/1143/stat : 1143 (cryptominisat) R 1142 1142 567 0 -1 4202496 16213 0 0 0 2547 2 0 0 25 0 1 0 598153322 1869852672 4607 33554432000 4194304 4587354 140737398599232 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1143/statm: 456507 4607 337 96 0 453069 0
[pid=1144] ppid=1142 vsize=18024 CPUtime=25.49 cores=5
/proc/1144/stat : 1144 (clasp) R 1142 1142 567 0 -1 4202496 1970 0 0 0 2549 0 0 0 25 0 1 0 598153322 18456576 1858 33554432000 4194304 4785740 140736691234624 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1144/statm: 4506 1858 341 145 0 1551 0
[pid=1145] ppid=1142 vsize=455824 CPUtime=13.34 cores=7
/proc/1145/stat : 1145 (TNM) R 1142 1142 567 0 -1 4202496 328 0 0 0 1334 0 0 0 25 0 1 0 598153322 466763776 225 33554432000 134512640 134534564 4288441552 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1145/statm: 113956 225 95 6 0 112622 0
[pid=1146] ppid=1142 vsize=11148 CPUtime=25.49 cores=3
/proc/1146/stat : 1146 (lingeling) R 1142 1142 567 0 -1 4202496 7464 0 0 0 2548 1 0 0 25 0 1 0 598153322 11415552 1985 33554432000 4194304 4352236 140735703721696 18446744073709551615 4328380 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1146/statm: 2787 1985 127 39 0 1867 0
[pid=1147] ppid=1142 vsize=7992 CPUtime=12.01 cores=7
/proc/1147/stat : 1147 (march_hi) R 1142 1142 567 0 -1 4202496 612 0 0 0 1201 0 0 0 25 0 1 0 598153322 8183808 505 33554432000 4194304 4331988 140736365397520 18446744073709551615 4211529 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1147/statm: 1998 505 172 34 0 440 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 2337340

[startup+51.1007 s]
/proc/loadavg: 9.99 9.83 9.48 11/188 1150
/proc/meminfo: memFree=20568940/32950928 swapFree=67111524/67111528
[pid=1142] ppid=1140 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1142/stat : 1142 (ppfolio) S 1140 1142 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598153322 18763776 389 33554432000 4194304 4287625 140734033972736 18446744073709551615 231895510543 0 0 4096 65536 1691321979015004159 0 0 17 1 0 0 0
/proc/1142/statm: 4581 389 341 23 0 91 0
[pid=1143] ppid=1142 vsize=1836740 CPUtime=51.09 cores=1
/proc/1143/stat : 1143 (cryptominisat) R 1142 1142 567 0 -1 4202496 26447 0 0 0 5104 5 0 0 25 0 1 0 598153322 1880821760 7175 33554432000 4194304 4587354 140737398599232 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1143/statm: 459185 7175 337 96 0 455747 0
[pid=1144] ppid=1142 vsize=20088 CPUtime=51.09 cores=5
/proc/1144/stat : 1144 (clasp) R 1142 1142 567 0 -1 4202496 2455 0 0 0 5109 0 0 0 25 0 1 0 598153322 20570112 2343 33554432000 4194304 4785740 140736691234624 18446744073709551615 4553106 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1144/statm: 5022 2343 341 145 0 2067 0
[pid=1145] ppid=1142 vsize=455824 CPUtime=26.04 cores=7
/proc/1145/stat : 1145 (TNM) R 1142 1142 567 0 -1 4202496 328 0 0 0 2604 0 0 0 25 0 1 0 598153322 466763776 225 33554432000 134512640 134534564 4288441552 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1145/statm: 113956 225 95 6 0 112622 0
[pid=1146] ppid=1142 vsize=12432 CPUtime=51.09 cores=3
/proc/1146/stat : 1146 (lingeling) R 1142 1142 567 0 -1 4202496 11689 0 0 0 5108 1 0 0 25 0 1 0 598153322 12730368 2306 33554432000 4194304 4352236 140735703721696 18446744073709551615 4328308 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1146/statm: 3108 2306 127 39 0 2188 0
[pid=1147] ppid=1142 vsize=8244 CPUtime=24.77 cores=7
/proc/1147/stat : 1147 (march_hi) R 1142 1142 567 0 -1 4202496 671 0 0 0 2477 0 0 0 25 0 1 0 598153322 8441856 564 33554432000 4194304 4331988 140736365397520 18446744073709551615 4237136 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1147/statm: 2061 564 173 34 0 503 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 2351652

[startup+102.301 s]
/proc/loadavg: 10.19 9.90 9.52 11/188 1151
/proc/meminfo: memFree=20559012/32950928 swapFree=67111524/67111528
[pid=1142] ppid=1140 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1142/stat : 1142 (ppfolio) S 1140 1142 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598153322 18763776 389 33554432000 4194304 4287625 140734033972736 18446744073709551615 231895510543 0 0 4096 65536 1691321979015004159 0 0 17 1 0 0 0
/proc/1142/statm: 4581 389 341 23 0 91 0
[pid=1143] ppid=1142 vsize=1837116 CPUtime=102.28 cores=1

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


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

[startup+282.5 s]
/proc/loadavg: 10.17 10.04 9.64 11/188 1156
/proc/meminfo: memFree=20502996/32950928 swapFree=67111524/67111528
[pid=1142] ppid=1140 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1142/stat : 1142 (ppfolio) S 1140 1142 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598153322 18763776 389 33554432000 4194304 4287625 140734033972736 18446744073709551615 231895510543 0 0 4096 65536 1691321979015004159 0 0 17 1 0 0 0
/proc/1142/statm: 4581 389 341 23 0 91 0
[pid=1143] ppid=1142 vsize=1843304 CPUtime=282.49 cores=1
/proc/1143/stat : 1143 (cryptominisat) R 1142 1142 567 0 -1 4202496 77389 0 0 0 28223 26 0 0 25 0 1 0 598153322 1887543296 9070 33554432000 4194304 4587354 140737398599232 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1143/statm: 460826 9070 337 96 0 457388 0
[pid=1144] ppid=1142 vsize=27512 CPUtime=282.5 cores=5
/proc/1144/stat : 1144 (clasp) R 1142 1142 567 0 -1 4202496 4169 0 0 0 28250 0 0 0 25 0 1 0 598153322 28172288 4057 33554432000 4194304 4785740 140736691234624 18446744073709551615 4287092 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1144/statm: 6878 4057 341 145 0 3923 0
[pid=1145] ppid=1142 vsize=455824 CPUtime=141.27 cores=7
/proc/1145/stat : 1145 (TNM) R 1142 1142 567 0 -1 4202496 328 0 0 0 14127 0 0 0 25 0 1 0 598153322 466763776 225 33554432000 134512640 134534564 4288441552 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1145/statm: 113956 225 95 6 0 112622 0
[pid=1146] ppid=1142 vsize=19232 CPUtime=282.5 cores=3
/proc/1146/stat : 1146 (lingeling) R 1142 1142 567 0 -1 4202496 40394 0 0 0 28244 6 0 0 25 0 1 0 598153322 19693568 4006 33554432000 4194304 4352236 140735703721696 18446744073709551615 4329205 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1146/statm: 4808 4006 127 39 0 3888 0
[pid=1147] ppid=1142 vsize=13884 CPUtime=139.68 cores=7
/proc/1147/stat : 1147 (march_hi) R 1142 1142 567 0 -1 4202496 1983 0 0 0 13967 1 0 0 25 0 1 0 598153322 14217216 1855 33554432000 4194304 4331988 140736365397520 18446744073709551615 4286570 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1147/statm: 3471 1855 173 34 0 1913 0
Current children cumulated CPU time (s) 1128.44
Current children cumulated vsize (KiB) 2378080

[startup+288.901 s]
/proc/loadavg: 10.15 10.04 9.64 11/188 1156
/proc/meminfo: memFree=20494936/32950928 swapFree=67111524/67111528
[pid=1142] ppid=1140 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1142/stat : 1142 (ppfolio) S 1140 1142 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598153322 18763776 389 33554432000 4194304 4287625 140734033972736 18446744073709551615 231895510543 0 0 4096 65536 1691321979015004159 0 0 17 1 0 0 0
/proc/1142/statm: 4581 389 341 23 0 91 0
[pid=1143] ppid=1142 vsize=1864980 CPUtime=288.89 cores=1
/proc/1143/stat : 1143 (cryptominisat) R 1142 1142 567 0 -1 4202496 82659 0 0 0 28862 27 0 0 25 0 1 0 598153322 1909739520 14324 33554432000 4194304 4587354 140737398599232 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1143/statm: 466245 14324 337 96 0 462807 0
[pid=1144] ppid=1142 vsize=27668 CPUtime=288.9 cores=5
/proc/1144/stat : 1144 (clasp) R 1142 1142 567 0 -1 4202496 4190 0 0 0 28890 0 0 0 25 0 1 0 598153322 28332032 4078 33554432000 4194304 4785740 140736691234624 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1144/statm: 6917 4078 341 145 0 3962 0
[pid=1145] ppid=1142 vsize=455824 CPUtime=144.43 cores=7
/proc/1145/stat : 1145 (TNM) R 1142 1142 567 0 -1 4202496 328 0 0 0 14443 0 0 0 25 0 1 0 598153322 466763776 225 33554432000 134512640 134534564 4288441552 18446744073709551615 134529823 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1145/statm: 113956 225 95 6 0 112622 0
[pid=1146] ppid=1142 vsize=19488 CPUtime=288.9 cores=3
/proc/1146/stat : 1146 (lingeling) R 1142 1142 567 0 -1 4202496 41482 0 0 0 28884 6 0 0 25 0 1 0 598153322 19955712 4070 33554432000 4194304 4352236 140735703721696 18446744073709551615 4328032 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1146/statm: 4872 4070 127 39 0 3952 0
[pid=1147] ppid=1142 vsize=13884 CPUtime=142.88 cores=7
/proc/1147/stat : 1147 (march_hi) R 1142 1142 567 0 -1 4202496 2036 0 0 0 14287 1 0 0 25 0 1 0 598153322 14217216 1908 33554432000 4194304 4331988 140736365397520 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1147/statm: 3471 1908 173 34 0 1913 0
Current children cumulated CPU time (s) 1154
Current children cumulated vsize (KiB) 2400168

[startup+292.101 s]
/proc/loadavg: 10.14 10.04 9.64 11/188 1156
/proc/meminfo: memFree=20487112/32950928 swapFree=67111524/67111528
[pid=1142] ppid=1140 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1142/stat : 1142 (ppfolio) S 1140 1142 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598153322 18763776 389 33554432000 4194304 4287625 140734033972736 18446744073709551615 231895510543 0 0 4096 65536 1691321979015004159 0 0 17 1 0 0 0
/proc/1142/statm: 4581 389 341 23 0 91 0
[pid=1143] ppid=1142 vsize=1864980 CPUtime=292.09 cores=1
/proc/1143/stat : 1143 (cryptominisat) R 1142 1142 567 0 -1 4202496 82980 0 0 0 29182 27 0 0 25 0 1 0 598153322 1909739520 14637 33554432000 4194304 4587354 140737398599232 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1143/statm: 466245 14637 337 96 0 462807 0
[pid=1144] ppid=1142 vsize=27668 CPUtime=292.1 cores=5
/proc/1144/stat : 1144 (clasp) R 1142 1142 567 0 -1 4202496 4192 0 0 0 29210 0 0 0 25 0 1 0 598153322 28332032 4080 33554432000 4194304 4785740 140736691234624 18446744073709551615 4553344 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1144/statm: 6917 4080 341 145 0 3962 0
[pid=1145] ppid=1142 vsize=455824 CPUtime=146.02 cores=7
/proc/1145/stat : 1145 (TNM) R 1142 1142 567 0 -1 4202496 328 0 0 0 14602 0 0 0 25 0 1 0 598153322 466763776 225 33554432000 134512640 134534564 4288441552 18446744073709551615 134529812 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1145/statm: 113956 225 95 6 0 112622 0
[pid=1146] ppid=1142 vsize=21280 CPUtime=292.1 cores=3
/proc/1146/stat : 1146 (lingeling) R 1142 1142 567 0 -1 4202496 41930 0 0 0 29204 6 0 0 25 0 1 0 598153322 21790720 4518 33554432000 4194304 4352236 140735703721696 18446744073709551615 4328090 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1146/statm: 5320 4518 127 39 0 4400 0
[pid=1147] ppid=1142 vsize=13884 CPUtime=144.47 cores=7
/proc/1147/stat : 1147 (march_hi) R 1142 1142 567 0 -1 4202496 2064 0 0 0 14446 1 0 0 25 0 1 0 598153322 14217216 1936 33554432000 4194304 4331988 140736365397520 18446744073709551615 4226471 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1147/statm: 3471 1936 173 34 0 1913 0
Current children cumulated CPU time (s) 1166.78
Current children cumulated vsize (KiB) 2401960

[startup+292.9 s]
/proc/loadavg: 10.14 10.04 9.64 11/188 1156
/proc/meminfo: memFree=20484508/32950928 swapFree=67111524/67111528
[pid=1142] ppid=1140 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1142/stat : 1142 (ppfolio) S 1140 1142 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598153322 18763776 389 33554432000 4194304 4287625 140734033972736 18446744073709551615 231895510543 0 0 4096 65536 1691321979015004159 0 0 17 1 0 0 0
/proc/1142/statm: 4581 389 341 23 0 91 0
[pid=1143] ppid=1142 vsize=1864980 CPUtime=292.89 cores=1
/proc/1143/stat : 1143 (cryptominisat) R 1142 1142 567 0 -1 4202496 83064 0 0 0 29261 28 0 0 25 0 1 0 598153322 1909739520 14719 33554432000 4194304 4587354 140737398599232 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1143/statm: 466245 14719 337 96 0 462807 0
[pid=1144] ppid=1142 vsize=27668 CPUtime=292.9 cores=5
/proc/1144/stat : 1144 (clasp) R 1142 1142 567 0 -1 4202496 4202 0 0 0 29290 0 0 0 25 0 1 0 598153322 28332032 4090 33554432000 4194304 4785740 140736691234624 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1144/statm: 6917 4090 341 145 0 3962 0
[pid=1145] ppid=1142 vsize=455824 CPUtime=146.42 cores=7
/proc/1145/stat : 1145 (TNM) R 1142 1142 567 0 -1 4202496 328 0 0 0 14642 0 0 0 25 0 1 0 598153322 466763776 225 33554432000 134512640 134534564 4288441552 18446744073709551615 134529388 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1145/statm: 113956 225 95 6 0 112622 0
[pid=1146] ppid=1142 vsize=21792 CPUtime=292.9 cores=3
/proc/1146/stat : 1146 (lingeling) R 1142 1142 567 0 -1 4202496 42058 0 0 0 29284 6 0 0 25 0 1 0 598153322 22315008 4646 33554432000 4194304 4352236 140735703721696 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1146/statm: 5448 4646 127 39 0 4528 0
[pid=1147] ppid=1142 vsize=13884 CPUtime=144.86 cores=7
/proc/1147/stat : 1147 (march_hi) R 1142 1142 567 0 -1 4202496 2071 0 0 0 14485 1 0 0 25 0 1 0 598153322 14217216 1943 33554432000 4194304 4331988 140736365397520 18446744073709551615 4240469 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1147/statm: 3471 1943 173 34 0 1913 0
Current children cumulated CPU time (s) 1169.97
Current children cumulated vsize (KiB) 2402472

[startup+293.701 s]
/proc/loadavg: 10.14 10.04 9.64 11/188 1156
/proc/meminfo: memFree=20483516/32950928 swapFree=67111524/67111528
[pid=1142] ppid=1140 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1142/stat : 1142 (ppfolio) S 1140 1142 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598153322 18763776 389 33554432000 4194304 4287625 140734033972736 18446744073709551615 231895510543 0 0 4096 65536 1691321979015004159 0 0 17 1 0 0 0
/proc/1142/statm: 4581 389 341 23 0 91 0
[pid=1143] ppid=1142 vsize=1864980 CPUtime=293.69 cores=1
/proc/1143/stat : 1143 (cryptominisat) R 1142 1142 567 0 -1 4202496 83135 0 0 0 29341 28 0 0 25 0 1 0 598153322 1909739520 14790 33554432000 4194304 4587354 140737398599232 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1143/statm: 466245 14790 337 96 0 462807 0
[pid=1144] ppid=1142 vsize=27668 CPUtime=293.7 cores=5
/proc/1144/stat : 1144 (clasp) R 1142 1142 567 0 -1 4202496 4207 0 0 0 29370 0 0 0 25 0 1 0 598153322 28332032 4095 33554432000 4194304 4785740 140736691234624 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1144/statm: 6917 4095 341 145 0 3962 0
[pid=1145] ppid=1142 vsize=455824 CPUtime=146.9 cores=7
/proc/1145/stat : 1145 (TNM) R 1142 1142 567 0 -1 4202496 328 0 0 0 14690 0 0 0 25 0 1 0 598153322 466763776 225 33554432000 134512640 134534564 4288441552 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1145/statm: 113956 225 95 6 0 112622 0
[pid=1146] ppid=1142 vsize=21792 CPUtime=293.7 cores=3
/proc/1146/stat : 1146 (lingeling) R 1142 1142 567 0 -1 4202496 42058 0 0 0 29364 6 0 0 25 0 1 0 598153322 22315008 4646 33554432000 4194304 4352236 140735703721696 18446744073709551615 4329265 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1146/statm: 5448 4646 127 39 0 4528 0
[pid=1147] ppid=1142 vsize=13884 CPUtime=145.18 cores=7
/proc/1147/stat : 1147 (march_hi) R 1142 1142 567 0 -1 4202496 2077 0 0 0 14517 1 0 0 25 0 1 0 598153322 14217216 1949 33554432000 4194304 4331988 140736365397520 18446744073709551615 4211456 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1147/statm: 3471 1949 173 34 0 1913 0
Current children cumulated CPU time (s) 1173.17
Current children cumulated vsize (KiB) 2402472

[startup+293.901 s]
/proc/loadavg: 10.14 10.04 9.64 11/188 1156
/proc/meminfo: memFree=20483516/32950928 swapFree=67111524/67111528
[pid=1142] ppid=1140 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1142/stat : 1142 (ppfolio) S 1140 1142 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598153322 18763776 389 33554432000 4194304 4287625 140734033972736 18446744073709551615 231895510543 0 0 4096 65536 1691321979015004159 0 0 17 1 0 0 0
/proc/1142/statm: 4581 389 341 23 0 91 0
[pid=1143] ppid=1142 vsize=1864980 CPUtime=293.89 cores=1
/proc/1143/stat : 1143 (cryptominisat) R 1142 1142 567 0 -1 4202496 83155 0 0 0 29361 28 0 0 25 0 1 0 598153322 1909739520 14809 33554432000 4194304 4587354 140737398599232 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1143/statm: 466245 14809 337 96 0 462807 0
[pid=1144] ppid=1142 vsize=27668 CPUtime=293.9 cores=5
/proc/1144/stat : 1144 (clasp) R 1142 1142 567 0 -1 4202496 4208 0 0 0 29390 0 0 0 25 0 1 0 598153322 28332032 4096 33554432000 4194304 4785740 140736691234624 18446744073709551615 4553288 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1144/statm: 6917 4096 341 145 0 3962 0
[pid=1145] ppid=1142 vsize=455824 CPUtime=147 cores=7
/proc/1145/stat : 1145 (TNM) R 1142 1142 567 0 -1 4202496 328 0 0 0 14700 0 0 0 25 0 1 0 598153322 466763776 225 33554432000 134512640 134534564 4288441552 18446744073709551615 9907424 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1145/statm: 113956 225 95 6 0 112622 0
[pid=1146] ppid=1142 vsize=21792 CPUtime=293.9 cores=3
/proc/1146/stat : 1146 (lingeling) R 1142 1142 567 0 -1 4202496 42058 0 0 0 29384 6 0 0 25 0 1 0 598153322 22315008 4646 33554432000 4194304 4352236 140735703721696 18446744073709551615 4276719 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1146/statm: 5448 4646 127 39 0 4528 0
[pid=1147] ppid=1142 vsize=13884 CPUtime=145.28 cores=7
/proc/1147/stat : 1147 (march_hi) R 1142 1142 567 0 -1 4202496 2078 0 0 0 14527 1 0 0 25 0 1 0 598153322 14217216 1950 33554432000 4194304 4331988 140736365397520 18446744073709551615 4284407 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1147/statm: 3471 1950 173 34 0 1913 0
Current children cumulated CPU time (s) 1173.97
Current children cumulated vsize (KiB) 2402472

[startup+294.001 s]
/proc/loadavg: 10.14 10.04 9.64 11/188 1156
/proc/meminfo: memFree=20483516/32950928 swapFree=67111524/67111528
[pid=1142] ppid=1140 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1142/stat : 1142 (ppfolio) S 1140 1142 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598153322 18763776 389 33554432000 4194304 4287625 140734033972736 18446744073709551615 231895510543 0 0 4096 65536 1691321979015004159 0 0 17 1 0 0 0
/proc/1142/statm: 4581 389 341 23 0 91 0
[pid=1143] ppid=1142 vsize=1864980 CPUtime=293.99 cores=1
/proc/1143/stat : 1143 (cryptominisat) R 1142 1142 567 0 -1 4202496 83164 0 0 0 29371 28 0 0 25 0 1 0 598153322 1909739520 14818 33554432000 4194304 4587354 140737398599232 18446744073709551615 4238654 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1143/statm: 466245 14818 337 96 0 462807 0
[pid=1144] ppid=1142 vsize=27668 CPUtime=294 cores=5
/proc/1144/stat : 1144 (clasp) R 1142 1142 567 0 -1 4202496 4208 0 0 0 29400 0 0 0 25 0 1 0 598153322 28332032 4096 33554432000 4194304 4785740 140736691234624 18446744073709551615 4309494 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1144/statm: 6917 4096 341 145 0 3962 0
[pid=1145] ppid=1142 vsize=455824 CPUtime=147.08 cores=7
/proc/1145/stat : 1145 (TNM) R 1142 1142 567 0 -1 4202496 328 0 0 0 14708 0 0 0 25 0 1 0 598153322 466763776 225 33554432000 134512640 134534564 4288441552 18446744073709551615 134530484 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1145/statm: 113956 225 95 6 0 112622 0
[pid=1146] ppid=1142 vsize=21792 CPUtime=294 cores=3
/proc/1146/stat : 1146 (lingeling) R 1142 1142 567 0 -1 4202496 42058 0 0 0 29394 6 0 0 25 0 1 0 598153322 22315008 4646 33554432000 4194304 4352236 140735703721696 18446744073709551615 4277105 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1146/statm: 5448 4646 127 39 0 4528 0
[pid=1147] ppid=1142 vsize=13884 CPUtime=145.3 cores=7
/proc/1147/stat : 1147 (march_hi) R 1142 1142 567 0 -1 4202496 2078 0 0 0 14529 1 0 0 25 0 1 0 598153322 14217216 1950 33554432000 4194304 4331988 140736365397520 18446744073709551615 231895490432 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1147/statm: 3471 1950 173 34 0 1913 0
Current children cumulated CPU time (s) 1174.37
Current children cumulated vsize (KiB) 2402472

Child status: 0
Real time (s): 294.042
CPU time (s): 1174.58
CPU user time (s): 1174.2
CPU system time (s): 0.381941
CPU usage (%): 399.46
Max. virtual memory (cumulated for all children) (KiB): 4168572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1174.2
system time used= 0.381941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132378
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= 1119
involuntary context switches= 8531

runsolver used 0.452931 second user time and 1.14982 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 14:13:46
IDJOB=3191360
IDBENCH=83091
IDSOLVER=1612
FILE ID=node114/3191360-1304079226
RUNJOBID= node114-1304077601-586
PBS_JOBID= 13170509
Free space on /tmp= 71796 MiB

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

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

MD5SUM BENCH= f44a4cf4fe89dcbd323f749ee3ba0f10
RANDOM SEED=1328684427

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20624360 kB
Buffers:       2222028 kB
Cached:        9348720 kB
SwapCached:          4 kB
Active:        2945600 kB
Inactive:      8800980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20624360 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10136 kB
Writeback:           0 kB
AnonPages:      175216 kB
Mapped:          16716 kB
Slab:           515952 kB
PageTables:       5376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1810484 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= 71784 MiB
End job on node114 at 2011-04-29 14:18:41