Trace number 3371365

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
Plingeling 587f (fixed)UNSAT 136.382 34.9541

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-f7idw.cnf
MD5SUMe11b8f7666247454d93edb47f1646e2c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.761
Satisfiable
(Un)Satisfiability was proved
Number of variables263022
Number of clauses782329
Sum of the clauses size1825433
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2521552
Number of clauses of size 3260776
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

136.21/34.95	s UNSATISFIABLE

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: 961)

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-3371365-1305416884/watcher-3371365-1305416884 -o /tmp/evaluation-result-3371365-1305416884/solver-3371365-1305416884 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371365-1305416884.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: 7.62 8.01 7.97 5/233 4637
/proc/meminfo: memFree=19302508/32950928 swapFree=64721848/67111528
[pid=4637] ppid=4635 vsize=11944 CPUtime=0 cores=0,2,4,6
/proc/4637/stat : 4637 (plingeling) R 4635 4637 3882 0 -1 4202496 1055 1250 0 0 0 0 0 0 21 0 1 0 653288235 12230656 985 33554432000 4194304 4417452 140734342150432 18446744073709551615 248089698048 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4637/statm: 2986 985 147 55 0 872 0

[startup+0.0160711 s]
/proc/loadavg: 7.62 8.01 7.97 5/233 4637
/proc/meminfo: memFree=19302508/32950928 swapFree=64721848/67111528
[pid=4637] ppid=4635 vsize=14540 CPUtime=0.01 cores=0,2,4,6
/proc/4637/stat : 4637 (plingeling) R 4635 4637 3882 0 -1 4202496 1713 1250 0 0 1 0 0 0 21 0 1 0 653288235 14888960 1643 33554432000 4194304 4417452 140734342150432 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4637/statm: 3635 1643 149 55 0 1521 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14540

[startup+0.101059 s]
/proc/loadavg: 7.62 8.01 7.97 5/233 4637
/proc/meminfo: memFree=19302508/32950928 swapFree=64721848/67111528
[pid=4637] ppid=4635 vsize=29652 CPUtime=0.09 cores=0,2,4,6
/proc/4637/stat : 4637 (plingeling) R 4635 4637 3882 0 -1 4202496 5515 1250 0 0 9 0 0 0 21 0 1 0 653288235 30363648 5437 33554432000 4194304 4417452 140734342150432 18446744073709551615 248089698048 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4637/statm: 7413 5437 149 55 0 5299 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29652

[startup+0.301024 s]
/proc/loadavg: 7.62 8.01 7.97 5/233 4637
/proc/meminfo: memFree=19302508/32950928 swapFree=64721848/67111528
[pid=4637] ppid=4635 vsize=66040 CPUtime=0.29 cores=0,2,4,6
/proc/4637/stat : 4637 (plingeling) R 4635 4637 3882 0 -1 4202496 14673 1250 0 0 28 1 0 0 22 0 1 0 653288235 67624960 14534 33554432000 4194304 4417452 140734342150432 18446744073709551615 4264940 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4637/statm: 16510 14534 149 55 0 14396 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66040

[startup+0.700953 s]
/proc/loadavg: 7.62 8.01 7.97 5/233 4637
/proc/meminfo: memFree=19302508/32950928 swapFree=64721848/67111528
[pid=4637] ppid=4635 vsize=152564 CPUtime=0.69 cores=0,2,4,6
/proc/4637/stat : 4637 (plingeling) R 4635 4637 3882 0 -1 4202496 36307 1250 0 0 65 4 0 0 23 0 1 0 653288235 156225536 36165 33554432000 4194304 4417452 140734342150432 18446744073709551615 4232577 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/4637/statm: 38141 36165 149 55 0 36027 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 152564

[startup+1.50082 s]
/proc/loadavg: 7.62 8.01 7.97 6/234 4643
/proc/meminfo: memFree=19156188/32950928 swapFree=64721848/67111528
[pid=4637] ppid=4635 vsize=258028 CPUtime=2.86 cores=0,2,4,6
/proc/4637/stat : 4637 (plingeling) S 4635 4637 3882 0 -1 4202496 81585 1250 0 0 276 10 0 0 25 0 5 0 653288235 264220672 52285 33554432000 4194304 4417452 140734342150432 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4637/statm: 64507 52285 171 55 0 62393 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 258028

[startup+3.10053 s]
/proc/loadavg: 7.62 8.01 7.97 9/238 4647
/proc/meminfo: memFree=19085848/32950928 swapFree=64721848/67111528
[pid=4637] ppid=4635 vsize=323468 CPUtime=9.25 cores=0,2,4,6
/proc/4637/stat : 4637 (plingeling) S 4635 4637 3882 0 -1 4202496 114141 1250 0 0 910 15 0 0 25 0 5 0 653288235 331231232 52298 33554432000 4194304 4417452 140734342150432 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4637/statm: 80867 52298 175 55 0 78753 0
[pid=4637/tid=4644] ppid=4635 vsize=323468 CPUtime=2.05 cores=0,2,4,6
/proc/4637/task/4644/stat : 4644 (plingeling) R 4635 4637 3882 0 -1 4202560 20369 1250 0 0 203 2 0 0 25 0 5 0 653288339 331231232 52298 33554432000 4194304 4417452 140734342150432 18446744073709551615 4295500 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4637/tid=4645] ppid=4635 vsize=323468 CPUtime=2.04 cores=0,2,4,6
/proc/4637/task/4645/stat : 4645 (plingeling) R 4635 4637 3882 0 -1 4202560 17691 1250 0 0 202 2 0 0 25 0 5 0 653288339 331231232 52298 33554432000 4194304 4417452 140734342150432 18446744073709551615 4275873 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4637/tid=4646] ppid=4635 vsize=323468 CPUtime=2.05 cores=0,2,4,6
/proc/4637/task/4646/stat : 4646 (plingeling) R 4635 4637 3882 0 -1 4202560 16283 1250 0 0 203 2 0 0 25 0 5 0 653288339 331231232 52298 33554432000 4194304 4417452 140734342150432 18446744073709551615 4270875 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4637/tid=4647] ppid=4635 vsize=323468 CPUtime=2.04 cores=0,2,4,6
/proc/4637/task/4647/stat : 4647 (plingeling) R 4635 4637 3882 0 -1 4202560 4661 1250 0 0 204 0 0 0 25 0 5 0 653288339 331231232 52298 33554432000 4194304 4417452 140734342150432 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.25
Current children cumulated vsize (KiB) 323468

[startup+6.30097 s]
/proc/loadavg: 7.65 8.01 7.97 9/238 4647
/proc/meminfo: memFree=19111660/32950928 swapFree=64721848/67111528
[pid=4637] ppid=4635 vsize=317132 CPUtime=22.02 cores=0,2,4,6
/proc/4637/stat : 4637 (plingeling) S 4635 4637 3882 0 -1 4202496 142609 1250 0 0 2184 18 0 0 25 0 5 0 653288235 324743168 50730 33554432000 4194304 4417452 140734342150432 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4637/statm: 79283 50730 179 55 0 77169 0
[pid=4637/tid=4644] ppid=4635 vsize=317132 CPUtime=5.25 cores=0,2,4,6
/proc/4637/task/4644/stat : 4644 (plingeling) R 4635 4637 3882 0 -1 4202560 36804 1250 0 0 521 4 0 0 25 0 5 0 653288339 324743168 50730 33554432000 4194304 4417452 140734342150432 18446744073709551615 4252343 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4637/tid=4645] ppid=4635 vsize=317132 CPUtime=5.25 cores=0,2,4,6
/proc/4637/task/4645/stat : 4645 (plingeling) R 4635 4637 3882 0 -1 4202560 22989 1250 0 0 522 3 0 0 25 0 5 0 653288339 324743168 50730 33554432000 4194304 4417452 140734342150432 18446744073709551615 4235968 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4637/tid=4646] ppid=4635 vsize=317132 CPUtime=5.25 cores=0,2,4,6
/proc/4637/task/4646/stat : 4646 (plingeling) R 4635 4637 3882 0 -1 4202560 23018 1250 0 0 522 3 0 0 25 0 5 0 653288339 324743168 50730 33554432000 4194304 4417452 140734342150432 18446744073709551615 4336956 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4637/tid=4647] ppid=4635 vsize=317132 CPUtime=5.21 cores=0,2,4,6
/proc/4637/task/4647/stat : 4647 (plingeling) R 4635 4637 3882 0 -1 4202560 4661 1250 0 0 521 0 0 0 25 0 5 0 653288339 324743168 50730 33554432000 4194304 4417452 140734342150432 18446744073709551615 4236906 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.02
Current children cumulated vsize (KiB) 317132

[startup+12.7008 s]
/proc/loadavg: 7.68 8.01 7.97 9/238 4647
/proc/meminfo: memFree=18976928/32950928 swapFree=64721848/67111528
[pid=4637] ppid=4635 vsize=428928 CPUtime=47.57 cores=0,2,4,6
/proc/4637/stat : 4637 (plingeling) S 4635 4637 3882 0 -1 4202496 172757 1250 0 0 4736 21 0 0 25 0 5 0 653288235 439222272 78679 33554432000 4194304 4417452 140734342150432 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4637/statm: 107232 78679 179 55 0 105118 0
[pid=4637/tid=4644] ppid=4635 vsize=428928 CPUtime=11.65 cores=0,2,4,6
/proc/4637/task/4644/stat : 4644 (plingeling) R 4635 4637 3882 0 -1 4202560 48068 1250 0 0 1160 5 0 0 25 0 5 0 653288339 439222272 78679 33554432000 4194304 4417452 140734342150432 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4637/tid=4645] ppid=4635 vsize=428928 CPUtime=11.65 cores=0,2,4,6
/proc/4637/task/4645/stat : 4645 (plingeling) R 4635 4637 3882 0 -1 4202560 31695 1250 0 0 1161 4 0 0 25 0 5 0 653288339 439222272 78679 33554432000 4194304 4417452 140734342150432 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4637/tid=4646] ppid=4635 vsize=428928 CPUtime=11.65 cores=0,2,4,6
/proc/4637/task/4646/stat : 4646 (plingeling) R 4635 4637 3882 0 -1 4202560 31210 1250 0 0 1162 3 0 0 25 0 5 0 653288339 439222272 78679 33554432000 4194304 4417452 140734342150432 18446744073709551615 4232787 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4637/tid=4647] ppid=4635 vsize=428928 CPUtime=11.57 cores=0,2,4,6
/proc/4637/task/4647/stat : 4647 (plingeling) R 4635 4637 3882 0 -1 4202560 6647 1250 0 0 1156 1 0 0 25 0 5 0 653288339 439222272 78679 33554432000 4194304 4417452 140734342150432 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 47.57
Current children cumulated vsize (KiB) 428928

[startup+25.5006 s]
/proc/loadavg: 7.75 8.00 7.97 9/238 4648
/proc/meminfo: memFree=19016136/32950928 swapFree=64721848/67111528
[pid=4637] ppid=4635 vsize=377940 CPUtime=98.68 cores=0,2,4,6
/proc/4637/stat : 4637 (plingeling) S 4635 4637 3882 0 -1 4202496 172944 1250 0 0 9847 21 0 0 25 0 5 0 653288235 387010560 65933 33554432000 4194304 4417452 140734342150432 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4637/statm: 94485 65933 180 55 0 92371 0
[pid=4637/tid=4644] ppid=4635 vsize=377940 CPUtime=24.44 cores=0,2,4,6
/proc/4637/task/4644/stat : 4644 (plingeling) R 4635 4637 3882 0 -1 4202560 48117 1250 0 0 2439 5 0 0 25 0 5 0 653288339 387010560 65933 33554432000 4194304 4417452 140734342150432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4637/tid=4645] ppid=4635 vsize=377940 CPUtime=24.45 cores=0,2,4,6
/proc/4637/task/4645/stat : 4645 (plingeling) R 4635 4637 3882 0 -1 4202560 31740 1250 0 0 2441 4 0 0 25 0 5 0 653288339 387010560 65933 33554432000 4194304 4417452 140734342150432 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4637/tid=4646] ppid=4635 vsize=377940 CPUtime=24.46 cores=0,2,4,6
/proc/4637/task/4646/stat : 4646 (plingeling) R 4635 4637 3882 0 -1 4202560 31303 1250 0 0 2442 4 0 0 25 0 5 0 653288339 387010560 65933 33554432000 4194304 4417452 140734342150432 18446744073709551615 4232615 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4637/tid=4647] ppid=4635 vsize=377940 CPUtime=24.28 cores=0,2,4,6
/proc/4637/task/4647/stat : 4647 (plingeling) R 4635 4637 3882 0 -1 4202560 6647 1250 0 0 2427 1 0 0 25 0 5 0 653288339 387010560 65933 33554432000 4194304 4417452 140734342150432 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 98.68
Current children cumulated vsize (KiB) 377940

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

[startup+31.9084 s]
/proc/loadavg: 7.77 8.00 7.97 9/238 4648
/proc/meminfo: memFree=19025212/32950928 swapFree=64721848/67111528
[pid=4637] ppid=4635 vsize=369708 CPUtime=124.26 cores=0,2,4,6
/proc/4637/stat : 4637 (plingeling) S 4635 4637 3882 0 -1 4202496 173014 1250 0 0 12405 21 0 0 25 0 5 0 653288235 378580992 63875 33554432000 4194304 4417452 140734342150432 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4637/statm: 92427 63875 180 55 0 90313 0
[pid=4637/tid=4644] ppid=4635 vsize=369708 CPUtime=30.85 cores=0,2,4,6
/proc/4637/task/4644/stat : 4644 (plingeling) R 4635 4637 3882 0 -1 4202560 48117 1250 0 0 3080 5 0 0 25 0 5 0 653288339 378580992 63875 33554432000 4194304 4417452 140734342150432 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4637/tid=4645] ppid=4635 vsize=369708 CPUtime=30.85 cores=0,2,4,6
/proc/4637/task/4645/stat : 4645 (plingeling) R 4635 4637 3882 0 -1 4202560 31740 1250 0 0 3081 4 0 0 25 0 5 0 653288339 378580992 63875 33554432000 4194304 4417452 140734342150432 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4637/tid=4646] ppid=4635 vsize=369708 CPUtime=30.86 cores=0,2,4,6
/proc/4637/task/4646/stat : 4646 (plingeling) R 4635 4637 3882 0 -1 4202560 31373 1250 0 0 3082 4 0 0 25 0 5 0 653288339 378580992 63875 33554432000 4194304 4417452 140734342150432 18446744073709551615 4302045 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4637/tid=4647] ppid=4635 vsize=369708 CPUtime=30.64 cores=0,2,4,6
/proc/4637/task/4647/stat : 4647 (plingeling) R 4635 4637 3882 0 -1 4202560 6647 1250 0 0 3063 1 0 0 25 0 5 0 653288339 378580992 63875 33554432000 4194304 4417452 140734342150432 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 124.26
Current children cumulated vsize (KiB) 369708

[startup+33.5012 s]
/proc/loadavg: 7.79 8.00 7.97 9/238 4648
/proc/meminfo: memFree=19023600/32950928 swapFree=64721848/67111528
[pid=4637] ppid=4635 vsize=369772 CPUtime=130.62 cores=0,2,4,6
/proc/4637/stat : 4637 (plingeling) S 4635 4637 3882 0 -1 4202496 173050 1250 0 0 13041 21 0 0 25 0 5 0 653288235 378646528 63891 33554432000 4194304 4417452 140734342150432 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4637/statm: 92443 63891 180 55 0 90329 0
[pid=4637/tid=4644] ppid=4635 vsize=369772 CPUtime=32.44 cores=0,2,4,6
/proc/4637/task/4644/stat : 4644 (plingeling) R 4635 4637 3882 0 -1 4202560 48135 1250 0 0 3239 5 0 0 25 0 5 0 653288339 378646528 63891 33554432000 4194304 4417452 140734342150432 18446744073709551615 4265832 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4637/tid=4645] ppid=4635 vsize=369772 CPUtime=32.45 cores=0,2,4,6
/proc/4637/task/4645/stat : 4645 (plingeling) R 4635 4637 3882 0 -1 4202560 31758 1250 0 0 3241 4 0 0 25 0 5 0 653288339 378646528 63891 33554432000 4194304 4417452 140734342150432 18446744073709551615 4275762 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4637/tid=4646] ppid=4635 vsize=369772 CPUtime=32.46 cores=0,2,4,6
/proc/4637/task/4646/stat : 4646 (plingeling) R 4635 4637 3882 0 -1 4202560 31373 1250 0 0 3242 4 0 0 25 0 5 0 653288339 378646528 63891 33554432000 4194304 4417452 140734342150432 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4637/tid=4647] ppid=4635 vsize=369772 CPUtime=32.22 cores=0,2,4,6
/proc/4637/task/4647/stat : 4647 (plingeling) R 4635 4637 3882 0 -1 4202560 6647 1250 0 0 3221 1 0 0 25 0 5 0 653288339 378646528 63891 33554432000 4194304 4417452 140734342150432 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 130.62
Current children cumulated vsize (KiB) 369772

[startup+34.301 s]
/proc/loadavg: 7.79 8.00 7.97 9/238 4648
/proc/meminfo: memFree=19029800/32950928 swapFree=64721848/67111528
[pid=4637] ppid=4635 vsize=361500 CPUtime=133.81 cores=0,2,4,6
/proc/4637/stat : 4637 (plingeling) S 4635 4637 3882 0 -1 4202496 173050 1250 0 0 13360 21 0 0 25 0 5 0 653288235 370176000 61823 33554432000 4194304 4417452 140734342150432 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4637/statm: 90375 61823 180 55 0 88261 0
[pid=4637/tid=4644] ppid=4635 vsize=361500 CPUtime=33.24 cores=0,2,4,6
/proc/4637/task/4644/stat : 4644 (plingeling) R 4635 4637 3882 0 -1 4202560 48135 1250 0 0 3319 5 0 0 25 0 5 0 653288339 370176000 61823 33554432000 4194304 4417452 140734342150432 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4637/tid=4645] ppid=4635 vsize=361500 CPUtime=33.25 cores=0,2,4,6
/proc/4637/task/4645/stat : 4645 (plingeling) R 4635 4637 3882 0 -1 4202560 31758 1250 0 0 3321 4 0 0 25 0 5 0 653288339 370176000 61823 33554432000 4194304 4417452 140734342150432 18446744073709551615 4237202 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4637/tid=4646] ppid=4635 vsize=361500 CPUtime=33.26 cores=0,2,4,6
/proc/4637/task/4646/stat : 4646 (plingeling) R 4635 4637 3882 0 -1 4202560 31373 1250 0 0 3322 4 0 0 25 0 5 0 653288339 370176000 61823 33554432000 4194304 4417452 140734342150432 18446744073709551615 4237211 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4637/tid=4647] ppid=4635 vsize=361500 CPUtime=33.01 cores=0,2,4,6
/proc/4637/task/4647/stat : 4647 (plingeling) R 4635 4637 3882 0 -1 4202560 6647 1250 0 0 3300 1 0 0 25 0 5 0 653288339 370176000 61823 33554432000 4194304 4417452 140734342150432 18446744073709551615 4365936 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 133.81
Current children cumulated vsize (KiB) 361500

[startup+34.701 s]
/proc/loadavg: 7.79 8.00 7.97 9/238 4648
/proc/meminfo: memFree=19029800/32950928 swapFree=64721848/67111528
[pid=4637] ppid=4635 vsize=361496 CPUtime=135.41 cores=0,2,4,6
/proc/4637/stat : 4637 (plingeling) S 4635 4637 3882 0 -1 4202496 173050 1250 0 0 13520 21 0 0 25 0 5 0 653288235 370171904 61822 33554432000 4194304 4417452 140734342150432 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4637/statm: 90374 61822 180 55 0 88260 0
[pid=4637/tid=4644] ppid=4635 vsize=361496 CPUtime=33.64 cores=0,2,4,6
/proc/4637/task/4644/stat : 4644 (plingeling) R 4635 4637 3882 0 -1 4202560 48135 1250 0 0 3359 5 0 0 25 0 5 0 653288339 370171904 61822 33554432000 4194304 4417452 140734342150432 18446744073709551615 4236590 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4637/tid=4645] ppid=4635 vsize=361496 CPUtime=33.65 cores=0,2,4,6
/proc/4637/task/4645/stat : 4645 (plingeling) R 4635 4637 3882 0 -1 4202560 31758 1250 0 0 3361 4 0 0 25 0 5 0 653288339 370171904 61822 33554432000 4194304 4417452 140734342150432 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4637/tid=4646] ppid=4635 vsize=361496 CPUtime=33.66 cores=0,2,4,6
/proc/4637/task/4646/stat : 4646 (plingeling) R 4635 4637 3882 0 -1 4202560 31373 1250 0 0 3362 4 0 0 25 0 5 0 653288339 370171904 61822 33554432000 4194304 4417452 140734342150432 18446744073709551615 4275944 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4637/tid=4647] ppid=4635 vsize=361496 CPUtime=33.41 cores=0,2,4,6
/proc/4637/task/4647/stat : 4647 (plingeling) R 4635 4637 3882 0 -1 4202560 6647 1250 0 0 3340 1 0 0 25 0 5 0 653288339 370171904 61822 33554432000 4194304 4417452 140734342150432 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 135.41
Current children cumulated vsize (KiB) 361496

[startup+34.9009 s]
/proc/loadavg: 7.79 8.00 7.97 9/238 4648
/proc/meminfo: memFree=19029800/32950928 swapFree=64721848/67111528
[pid=4637] ppid=4635 vsize=361496 CPUtime=136.21 cores=0,2,4,6
/proc/4637/stat : 4637 (plingeling) S 4635 4637 3882 0 -1 4202496 173050 1250 0 0 13600 21 0 0 25 0 5 0 653288235 370171904 61822 33554432000 4194304 4417452 140734342150432 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/4637/statm: 90374 61822 180 55 0 88260 0
[pid=4637/tid=4644] ppid=4635 vsize=361496 CPUtime=33.84 cores=0,2,4,6
/proc/4637/task/4644/stat : 4644 (plingeling) R 4635 4637 3882 0 -1 4202560 48135 1250 0 0 3379 5 0 0 25 0 5 0 653288339 370171904 61822 33554432000 4194304 4417452 140734342150432 18446744073709551615 4265499 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=4637/tid=4645] ppid=4635 vsize=361496 CPUtime=33.85 cores=0,2,4,6
/proc/4637/task/4645/stat : 4645 (plingeling) R 4635 4637 3882 0 -1 4202560 31758 1250 0 0 3381 4 0 0 25 0 5 0 653288339 370171904 61822 33554432000 4194304 4417452 140734342150432 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=4637/tid=4646] ppid=4635 vsize=361496 CPUtime=33.86 cores=0,2,4,6
/proc/4637/task/4646/stat : 4646 (plingeling) R 4635 4637 3882 0 -1 4202560 31373 1250 0 0 3382 4 0 0 25 0 5 0 653288339 370171904 61822 33554432000 4194304 4417452 140734342150432 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=4637/tid=4647] ppid=4635 vsize=361496 CPUtime=33.61 cores=0,2,4,6
/proc/4637/task/4647/stat : 4647 (plingeling) R 4635 4637 3882 0 -1 4202560 6647 1250 0 0 3360 1 0 0 25 0 5 0 653288339 370171904 61822 33554432000 4194304 4417452 140734342150432 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 136.21
Current children cumulated vsize (KiB) 361496

Child status: 20
Real time (s): 34.9541
CPU time (s): 136.382
CPU user time (s): 136.146
CPU system time (s): 0.235964
CPU usage (%): 390.175
Max. virtual memory (cumulated for all children) (KiB): 428928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 136.146
system time used= 0.235964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174304
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= 157
involuntary context switches= 711

runsolver used 0.094985 second user time and 0.159975 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 01:48:04
IDJOB=3371365
IDBENCH=20495
IDSOLVER=1848
FILE ID=node123/3371365-1305416884
RUNJOBID= node123-1305416880-4536
PBS_JOBID= 13324524
Free space on /tmp= 73352 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT07/industrial/manolios/manol-pipe-f7idw.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371365-1305416884/watcher-3371365-1305416884 -o /tmp/evaluation-result-3371365-1305416884/solver-3371365-1305416884 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371365-1305416884.cnf

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

MD5SUM BENCH= e11b8f7666247454d93edb47f1646e2c
RANDOM SEED=1101197497

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19302664 kB
Buffers:        300480 kB
Cached:        4001808 kB
SwapCached:      10528 kB
Active:       10639564 kB
Inactive:      2740192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19302664 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           14716 kB
Writeback:           0 kB
AnonPages:     9074852 kB
Mapped:          16268 kB
Slab:           177200 kB
PageTables:      31280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 13092916 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= 73352 MiB
End job on node123 at 2011-05-15 01:48:39