Trace number 3309426

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 587UNSAT 163.292 22.2388

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-5p0.cnf
MD5SUM4385f03fe3bdaf0f127ae989ddd7908d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark38.1652
Satisfiable
(Un)Satisfiability was proved
Number of variables162696
Number of clauses821000
Sum of the clauses size1953203
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617825
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

163.10/22.23	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: 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-3309426-1304003593/watcher-3309426-1304003593 -o /tmp/evaluation-result-3309426-1304003593/solver-3309426-1304003593 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309426-1304003593.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.93 4.21 2.83 1/170 24229
/proc/meminfo: memFree=22157184/32951124 swapFree=67111412/67111528
[pid=24229] ppid=24227 vsize=13108 CPUtime=0 cores=0-7
/proc/24229/stat : 24229 (plingeling) R 24227 24229 23873 0 -1 4202496 1369 1256 0 0 0 0 0 0 21 0 1 0 511957054 13422592 1299 33554432000 4194304 4417332 140736849176976 18446744073709551615 218905730816 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/24229/statm: 3277 1299 147 55 0 1163 0

[startup+0.0375621 s]
/proc/loadavg: 6.93 4.21 2.83 1/170 24229
/proc/meminfo: memFree=22157184/32951124 swapFree=67111412/67111528
[pid=24229] ppid=24227 vsize=48148 CPUtime=0.03 cores=0-7
/proc/24229/stat : 24229 (plingeling) R 24227 24229 23873 0 -1 4202496 10113 1256 0 0 2 1 0 0 21 0 1 0 511957054 49303552 10043 33554432000 4194304 4417332 140736849176976 18446744073709551615 4227889 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/24229/statm: 12037 10043 147 55 0 9923 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 48148

[startup+0.10055 s]
/proc/loadavg: 6.93 4.21 2.83 1/170 24229
/proc/meminfo: memFree=22157184/32951124 swapFree=67111412/67111528
[pid=24229] ppid=24227 vsize=60360 CPUtime=0.09 cores=0-7
/proc/24229/stat : 24229 (plingeling) R 24227 24229 23873 0 -1 4202496 13182 1256 0 0 8 1 0 0 21 0 1 0 511957054 61808640 13112 33554432000 4194304 4417332 140736849176976 18446744073709551615 4209640 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/24229/statm: 15090 13112 147 55 0 12976 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 60360

[startup+0.300516 s]
/proc/loadavg: 6.93 4.21 2.83 1/170 24229
/proc/meminfo: memFree=22157184/32951124 swapFree=67111412/67111528
[pid=24229] ppid=24227 vsize=105412 CPUtime=0.29 cores=0-7
/proc/24229/stat : 24229 (plingeling) R 24227 24229 23873 0 -1 4202496 24219 1256 0 0 26 3 0 0 22 0 1 0 511957054 107941888 24133 33554432000 4194304 4417332 140736849176976 18446744073709551615 218905424989 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/24229/statm: 26353 24157 147 55 0 24239 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 105412

[startup+0.700444 s]
/proc/loadavg: 6.93 4.21 2.83 1/170 24229
/proc/meminfo: memFree=22157184/32951124 swapFree=67111412/67111528
[pid=24229] ppid=24227 vsize=136656 CPUtime=0.68 cores=0-7
/proc/24229/stat : 24229 (plingeling) R 24227 24229 23873 0 -1 4202496 32273 1256 0 0 65 3 0 0 23 0 1 0 511957054 139935744 32186 33554432000 4194304 4417332 140736849176976 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/24229/statm: 34164 32186 147 55 0 32050 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 136656

[startup+1.5003 s]
/proc/loadavg: 6.54 4.17 2.82 2/171 24235
/proc/meminfo: memFree=21930264/32951124 swapFree=67111412/67111528
[pid=24229] ppid=24227 vsize=300112 CPUtime=1.49 cores=0-7
/proc/24229/stat : 24229 (plingeling) R 24227 24229 23873 0 -1 4202496 72816 1256 0 0 140 9 0 0 25 0 1 0 511957054 307314688 72727 33554432000 4194304 4417332 140736849176976 18446744073709551615 218905424989 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/24229/statm: 75028 72751 148 55 0 72914 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 300112

[startup+3.10098 s]
/proc/loadavg: 6.54 4.17 2.82 10/179 24243
/proc/meminfo: memFree=21898208/32951124 swapFree=67111412/67111528
[pid=24229] ppid=24227 vsize=443912 CPUtime=10.42 cores=0-7
/proc/24229/stat : 24229 (plingeling) S 24227 24229 23873 0 -1 4202496 112652 1256 0 0 1025 17 0 0 18 0 9 0 511957054 454565888 73817 33554432000 4194304 4417332 140736849176976 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24229/statm: 110978 73817 174 55 0 108864 0
[pid=24229/tid=24236] ppid=24227 vsize=443912 CPUtime=1.03 cores=0-7
/proc/24229/task/24236/stat : 24236 (plingeling) R 24227 24229 23873 0 -1 4202560 6267 1256 0 0 103 0 0 0 19 0 9 0 511957258 454565888 73817 33554432000 4194304 4417332 140736849176976 18446744073709551615 4287613 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24229/tid=24237] ppid=24227 vsize=443912 CPUtime=1.04 cores=0-7
/proc/24229/task/24237/stat : 24237 (plingeling) R 24227 24229 23873 0 -1 4202560 5231 1256 0 0 104 0 0 0 19 0 9 0 511957258 454565888 73817 33554432000 4194304 4417332 140736849176976 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24229/tid=24238] ppid=24227 vsize=443912 CPUtime=1.02 cores=0-7
/proc/24229/task/24238/stat : 24238 (plingeling) R 24227 24229 23873 0 -1 4202560 5293 1256 0 0 102 0 0 0 19 0 9 0 511957258 454565888 73817 33554432000 4194304 4417332 140736849176976 18446744073709551615 4287492 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24229/tid=24239] ppid=24227 vsize=443912 CPUtime=1.05 cores=0-7
/proc/24229/task/24239/stat : 24239 (plingeling) R 24227 24229 23873 0 -1 4202560 2976 1256 0 0 105 0 0 0 19 0 9 0 511957258 454565888 73817 33554432000 4194304 4417332 140736849176976 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24229/tid=24240] ppid=24227 vsize=443912 CPUtime=1.04 cores=0-7
/proc/24229/task/24240/stat : 24240 (plingeling) R 24227 24229 23873 0 -1 4202560 3806 1256 0 0 104 0 0 0 19 0 9 0 511957258 454565888 73817 33554432000 4194304 4417332 140736849176976 18446744073709551615 4281686 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24229/tid=24241] ppid=24227 vsize=443912 CPUtime=1.04 cores=0-7
/proc/24229/task/24241/stat : 24241 (plingeling) R 24227 24229 23873 0 -1 4202560 3715 1256 0 0 104 0 0 0 19 0 9 0 511957258 454565888 73817 33554432000 4194304 4417332 140736849176976 18446744073709551615 4284746 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24229/tid=24242] ppid=24227 vsize=443912 CPUtime=1.03 cores=0-7
/proc/24229/task/24242/stat : 24242 (plingeling) R 24227 24229 23873 0 -1 4202560 3770 1256 0 0 103 0 0 0 19 0 9 0 511957258 454565888 73817 33554432000 4194304 4417332 140736849176976 18446744073709551615 4284289 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24229/tid=24243] ppid=24227 vsize=443912 CPUtime=1.05 cores=0-7
/proc/24229/task/24243/stat : 24243 (plingeling) R 24227 24229 23873 0 -1 4202560 5774 1256 0 0 104 1 0 0 19 0 9 0 511957258 454565888 73817 33554432000 4194304 4417332 140736849176976 18446744073709551615 4287439 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.42
Current children cumulated vsize (KiB) 443912

[startup+6.3004 s]
/proc/loadavg: 6.54 4.17 2.82 9/179 24243
/proc/meminfo: memFree=21892316/32951124 swapFree=67111412/67111528
[pid=24229] ppid=24227 vsize=420176 CPUtime=36 cores=0-7
/proc/24229/stat : 24229 (plingeling) S 24227 24229 23873 0 -1 4202496 131394 1256 0 0 3580 20 0 0 18 0 9 0 511957054 430260224 67916 33554432000 4194304 4417332 140736849176976 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24229/statm: 105044 67916 181 55 0 102930 0
[pid=24229/tid=24236] ppid=24227 vsize=420176 CPUtime=4.23 cores=0-7
/proc/24229/task/24236/stat : 24236 (plingeling) R 24227 24229 23873 0 -1 4202560 6453 1256 0 0 423 0 0 0 25 0 9 0 511957258 430260224 67916 33554432000 4194304 4417332 140736849176976 18446744073709551615 4233224 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24229/tid=24237] ppid=24227 vsize=420176 CPUtime=4.24 cores=0-7
/proc/24229/task/24237/stat : 24237 (plingeling) R 24227 24229 23873 0 -1 4202560 7002 1256 0 0 423 1 0 0 25 0 9 0 511957258 430260224 67916 33554432000 4194304 4417332 140736849176976 18446744073709551615 4272992 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24229/tid=24238] ppid=24227 vsize=420176 CPUtime=4.22 cores=0-7
/proc/24229/task/24238/stat : 24238 (plingeling) R 24227 24229 23873 0 -1 4202560 9717 1256 0 0 421 1 0 0 25 0 9 0 511957258 430260224 67916 33554432000 4194304 4417332 140736849176976 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24229/tid=24239] ppid=24227 vsize=420176 CPUtime=4.25 cores=0-7
/proc/24229/task/24239/stat : 24239 (plingeling) R 24227 24229 23873 0 -1 4202560 2976 1256 0 0 425 0 0 0 25 0 9 0 511957258 430260224 67916 33554432000 4194304 4417332 140736849176976 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24229/tid=24240] ppid=24227 vsize=420176 CPUtime=4.24 cores=0-7
/proc/24229/task/24240/stat : 24240 (plingeling) R 24227 24229 23873 0 -1 4202560 6907 1256 0 0 423 1 0 0 25 0 9 0 511957258 430260224 67916 33554432000 4194304 4417332 140736849176976 18446744073709551615 4271708 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24229/tid=24241] ppid=24227 vsize=420176 CPUtime=4.24 cores=0-7
/proc/24229/task/24241/stat : 24241 (plingeling) R 24227 24229 23873 0 -1 4202560 7784 1256 0 0 423 1 0 0 25 0 9 0 511957258 430260224 67916 33554432000 4194304 4417332 140736849176976 18446744073709551615 4252361 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24229/tid=24242] ppid=24227 vsize=420176 CPUtime=4.21 cores=0-7
/proc/24229/task/24242/stat : 24242 (plingeling) R 24227 24229 23873 0 -1 4202560 4800 1256 0 0 421 0 0 0 25 0 9 0 511957258 430260224 67916 33554432000 4194304 4417332 140736849176976 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24229/tid=24243] ppid=24227 vsize=420176 CPUtime=4.24 cores=0-7
/proc/24229/task/24243/stat : 24243 (plingeling) R 24227 24229 23873 0 -1 4202560 9935 1256 0 0 423 1 0 0 25 0 9 0 511957258 430260224 67916 33554432000 4194304 4417332 140736849176976 18446744073709551615 4272977 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 36
Current children cumulated vsize (KiB) 420176

[startup+12.7012 s]
/proc/loadavg: 6.84 4.32 2.88 9/179 24244
/proc/meminfo: memFree=21890356/32951124 swapFree=67111412/67111528
[pid=24229] ppid=24227 vsize=422200 CPUtime=87.17 cores=0-7
/proc/24229/stat : 24229 (plingeling) S 24227 24229 23873 0 -1 4202496 132112 1256 0 0 8697 20 0 0 18 0 9 0 511957054 432332800 66781 33554432000 4194304 4417332 140736849176976 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24229/statm: 105550 66781 181 55 0 103436 0
[pid=24229/tid=24236] ppid=24227 vsize=422200 CPUtime=10.63 cores=0-7
/proc/24229/task/24236/stat : 24236 (plingeling) R 24227 24229 23873 0 -1 4202560 6819 1256 0 0 1063 0 0 0 25 0 9 0 511957258 432332800 66781 33554432000 4194304 4417332 140736849176976 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24229/tid=24237] ppid=24227 vsize=422200 CPUtime=10.64 cores=0-7
/proc/24229/task/24237/stat : 24237 (plingeling) R 24227 24229 23873 0 -1 4202560 7002 1256 0 0 1063 1 0 0 25 0 9 0 511957258 432332800 66781 33554432000 4194304 4417332 140736849176976 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24229/tid=24238] ppid=24227 vsize=422200 CPUtime=10.62 cores=0-7
/proc/24229/task/24238/stat : 24238 (plingeling) R 24227 24229 23873 0 -1 4202560 9717 1256 0 0 1061 1 0 0 25 0 9 0 511957258 432332800 66781 33554432000 4194304 4417332 140736849176976 18446744073709551615 4251012 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24229/tid=24239] ppid=24227 vsize=422200 CPUtime=10.65 cores=0-7
/proc/24229/task/24239/stat : 24239 (plingeling) R 24227 24229 23873 0 -1 4202560 2976 1256 0 0 1065 0 0 0 25 0 9 0 511957258 432332800 66781 33554432000 4194304 4417332 140736849176976 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24229/tid=24240] ppid=24227 vsize=422200 CPUtime=10.64 cores=0-7
/proc/24229/task/24240/stat : 24240 (plingeling) R 24227 24229 23873 0 -1 4202560 6907 1256 0 0 1063 1 0 0 25 0 9 0 511957258 432332800 66781 33554432000 4194304 4417332 140736849176976 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24229/tid=24241] ppid=24227 vsize=422200 CPUtime=10.64 cores=0-7
/proc/24229/task/24241/stat : 24241 (plingeling) R 24227 24229 23873 0 -1 4202560 7784 1256 0 0 1063 1 0 0 25 0 9 0 511957258 432332800 66781 33554432000 4194304 4417332 140736849176976 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24229/tid=24242] ppid=24227 vsize=422200 CPUtime=10.58 cores=0-7
/proc/24229/task/24242/stat : 24242 (plingeling) R 24227 24229 23873 0 -1 4202560 4800 1256 0 0 1058 0 0 0 25 0 9 0 511957258 432332800 66781 33554432000 4194304 4417332 140736849176976 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24229/tid=24243] ppid=24227 vsize=422200 CPUtime=10.64 cores=0-7
/proc/24229/task/24243/stat : 24243 (plingeling) R 24227 24229 23873 0 -1 4202560 10287 1256 0 0 1063 1 0 0 25 0 9 0 511957258 432332800 66781 33554432000 4194304 4417332 140736849176976 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 87.17
Current children cumulated vsize (KiB) 422200

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

[startup+19.1011 s]
/proc/loadavg: 6.93 4.38 2.91 9/179 24244
/proc/meminfo: memFree=21885280/32951124 swapFree=67111412/67111528
[pid=24229] ppid=24227 vsize=432216 CPUtime=138.33 cores=0-7
/proc/24229/stat : 24229 (plingeling) S 24227 24229 23873 0 -1 4202496 134817 1256 0 0 13813 20 0 0 18 0 9 0 511957054 442589184 69341 33554432000 4194304 4417332 140736849176976 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24229/statm: 108054 69341 181 55 0 105940 0
[pid=24229/tid=24236] ppid=24227 vsize=432216 CPUtime=17.03 cores=0-7
/proc/24229/task/24236/stat : 24236 (plingeling) R 24227 24229 23873 0 -1 4202560 6947 1256 0 0 1703 0 0 0 25 0 9 0 511957258 442589184 69341 33554432000 4194304 4417332 140736849176976 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24229/tid=24237] ppid=24227 vsize=432216 CPUtime=17.04 cores=0-7
/proc/24229/task/24237/stat : 24237 (plingeling) R 24227 24229 23873 0 -1 4202560 7330 1256 0 0 1703 1 0 0 25 0 9 0 511957258 442589184 69341 33554432000 4194304 4417332 140736849176976 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24229/tid=24238] ppid=24227 vsize=432216 CPUtime=17.02 cores=0-7
/proc/24229/task/24238/stat : 24238 (plingeling) R 24227 24229 23873 0 -1 4202560 9717 1256 0 0 1701 1 0 0 25 0 9 0 511957258 442589184 69341 33554432000 4194304 4417332 140736849176976 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24229/tid=24239] ppid=24227 vsize=432216 CPUtime=17.04 cores=0-7
/proc/24229/task/24239/stat : 24239 (plingeling) R 24227 24229 23873 0 -1 4202560 3921 1256 0 0 1704 0 0 0 25 0 9 0 511957258 442589184 69341 33554432000 4194304 4417332 140736849176976 18446744073709551615 4232693 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24229/tid=24240] ppid=24227 vsize=432216 CPUtime=17.04 cores=0-7
/proc/24229/task/24240/stat : 24240 (plingeling) R 24227 24229 23873 0 -1 4202560 7461 1256 0 0 1703 1 0 0 25 0 9 0 511957258 442589184 69341 33554432000 4194304 4417332 140736849176976 18446744073709551615 4277628 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24229/tid=24241] ppid=24227 vsize=432216 CPUtime=17.04 cores=0-7
/proc/24229/task/24241/stat : 24241 (plingeling) R 24227 24229 23873 0 -1 4202560 8444 1256 0 0 1703 1 0 0 25 0 9 0 511957258 442589184 69341 33554432000 4194304 4417332 140736849176976 18446744073709551615 4264232 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24229/tid=24242] ppid=24227 vsize=432216 CPUtime=16.94 cores=0-7
/proc/24229/task/24242/stat : 24242 (plingeling) R 24227 24229 23873 0 -1 4202560 4800 1256 0 0 1694 0 0 0 25 0 9 0 511957258 442589184 69341 33554432000 4194304 4417332 140736849176976 18446744073709551615 4364351 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24229/tid=24243] ppid=24227 vsize=432216 CPUtime=17.04 cores=0-7
/proc/24229/task/24243/stat : 24243 (plingeling) R 24227 24229 23873 0 -1 4202560 10377 1256 0 0 1703 1 0 0 25 0 9 0 511957258 442589184 69341 33554432000 4194304 4417332 140736849176976 18446744073709551615 4276469 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 138.33
Current children cumulated vsize (KiB) 432216

[startup+20.7008 s]
/proc/loadavg: 6.93 4.38 2.91 9/179 24244
/proc/meminfo: memFree=21887264/32951124 swapFree=67111412/67111528
[pid=24229] ppid=24227 vsize=396368 CPUtime=151.12 cores=0-7
/proc/24229/stat : 24229 (plingeling) S 24227 24229 23873 0 -1 4202496 137275 1256 0 0 15091 21 0 0 18 0 9 0 511957054 405880832 60411 33554432000 4194304 4417332 140736849176976 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24229/statm: 99092 60411 181 55 0 96978 0
[pid=24229/tid=24236] ppid=24227 vsize=396368 CPUtime=18.63 cores=0-7
/proc/24229/task/24236/stat : 24236 (plingeling) R 24227 24229 23873 0 -1 4202560 6981 1256 0 0 1863 0 0 0 25 0 9 0 511957258 405880832 60411 33554432000 4194304 4417332 140736849176976 18446744073709551615 4366605 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24229/tid=24237] ppid=24227 vsize=396368 CPUtime=18.64 cores=0-7
/proc/24229/task/24237/stat : 24237 (plingeling) R 24227 24229 23873 0 -1 4202560 7719 1256 0 0 1863 1 0 0 25 0 9 0 511957258 405880832 60411 33554432000 4194304 4417332 140736849176976 18446744073709551615 4365883 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24229/tid=24238] ppid=24227 vsize=396368 CPUtime=18.62 cores=0-7
/proc/24229/task/24238/stat : 24238 (plingeling) R 24227 24229 23873 0 -1 4202560 9717 1256 0 0 1861 1 0 0 25 0 9 0 511957258 405880832 60411 33554432000 4194304 4417332 140736849176976 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24229/tid=24239] ppid=24227 vsize=396368 CPUtime=18.64 cores=0-7
/proc/24229/task/24239/stat : 24239 (plingeling) R 24227 24229 23873 0 -1 4202560 3921 1256 0 0 1864 0 0 0 25 0 9 0 511957258 405880832 60411 33554432000 4194304 4417332 140736849176976 18446744073709551615 4281907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24229/tid=24240] ppid=24227 vsize=396368 CPUtime=18.64 cores=0-7
/proc/24229/task/24240/stat : 24240 (plingeling) R 24227 24229 23873 0 -1 4202560 8229 1256 0 0 1863 1 0 0 25 0 9 0 511957258 405880832 60411 33554432000 4194304 4417332 140736849176976 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24229/tid=24241] ppid=24227 vsize=396368 CPUtime=18.64 cores=0-7
/proc/24229/task/24241/stat : 24241 (plingeling) R 24227 24229 23873 0 -1 4202560 8444 1256 0 0 1863 1 0 0 25 0 9 0 511957258 405880832 60411 33554432000 4194304 4417332 140736849176976 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24229/tid=24242] ppid=24227 vsize=396368 CPUtime=18.55 cores=0-7
/proc/24229/task/24242/stat : 24242 (plingeling) R 24227 24229 23873 0 -1 4202560 6067 1256 0 0 1854 1 0 0 25 0 9 0 511957258 405880832 60411 33554432000 4194304 4417332 140736849176976 18446744073709551615 4356899 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24229/tid=24243] ppid=24227 vsize=396368 CPUtime=18.64 cores=0-7
/proc/24229/task/24243/stat : 24243 (plingeling) R 24227 24229 23873 0 -1 4202560 10377 1256 0 0 1863 1 0 0 25 0 9 0 511957258 405880832 60411 33554432000 4194304 4417332 140736849176976 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 151.12
Current children cumulated vsize (KiB) 396368

[startup+21.5007 s]
/proc/loadavg: 6.93 4.38 2.91 9/179 24244
/proc/meminfo: memFree=21916156/32951124 swapFree=67111412/67111528
[pid=24229] ppid=24227 vsize=396140 CPUtime=157.51 cores=0-7
/proc/24229/stat : 24229 (plingeling) S 24227 24229 23873 0 -1 4202496 137326 1256 0 0 15730 21 0 0 18 0 9 0 511957054 405647360 60340 33554432000 4194304 4417332 140736849176976 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24229/statm: 99035 60340 181 55 0 96921 0
[pid=24229/tid=24236] ppid=24227 vsize=396140 CPUtime=19.43 cores=0-7
/proc/24229/task/24236/stat : 24236 (plingeling) R 24227 24229 23873 0 -1 4202560 6981 1256 0 0 1943 0 0 0 25 0 9 0 511957258 405647360 60340 33554432000 4194304 4417332 140736849176976 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24229/tid=24237] ppid=24227 vsize=396140 CPUtime=19.44 cores=0-7
/proc/24229/task/24237/stat : 24237 (plingeling) R 24227 24229 23873 0 -1 4202560 7719 1256 0 0 1943 1 0 0 25 0 9 0 511957258 405647360 60340 33554432000 4194304 4417332 140736849176976 18446744073709551615 4236616 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24229/tid=24238] ppid=24227 vsize=396140 CPUtime=19.42 cores=0-7
/proc/24229/task/24238/stat : 24238 (plingeling) R 24227 24229 23873 0 -1 4202560 9768 1256 0 0 1941 1 0 0 25 0 9 0 511957258 405647360 60340 33554432000 4194304 4417332 140736849176976 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24229/tid=24239] ppid=24227 vsize=396140 CPUtime=19.44 cores=0-7
/proc/24229/task/24239/stat : 24239 (plingeling) R 24227 24229 23873 0 -1 4202560 3921 1256 0 0 1944 0 0 0 25 0 9 0 511957258 405647360 60340 33554432000 4194304 4417332 140736849176976 18446744073709551615 4364504 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24229/tid=24240] ppid=24227 vsize=396140 CPUtime=19.44 cores=0-7
/proc/24229/task/24240/stat : 24240 (plingeling) R 24227 24229 23873 0 -1 4202560 8229 1256 0 0 1943 1 0 0 25 0 9 0 511957258 405647360 60340 33554432000 4194304 4417332 140736849176976 18446744073709551615 4237148 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24229/tid=24241] ppid=24227 vsize=396140 CPUtime=19.44 cores=0-7
/proc/24229/task/24241/stat : 24241 (plingeling) R 24227 24229 23873 0 -1 4202560 8444 1256 0 0 1943 1 0 0 25 0 9 0 511957258 405647360 60340 33554432000 4194304 4417332 140736849176976 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24229/tid=24242] ppid=24227 vsize=396140 CPUtime=19.34 cores=0-7
/proc/24229/task/24242/stat : 24242 (plingeling) R 24227 24229 23873 0 -1 4202560 6067 1256 0 0 1933 1 0 0 25 0 9 0 511957258 405647360 60340 33554432000 4194304 4417332 140736849176976 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24229/tid=24243] ppid=24227 vsize=396140 CPUtime=19.44 cores=0-7
/proc/24229/task/24243/stat : 24243 (plingeling) R 24227 24229 23873 0 -1 4202560 10377 1256 0 0 1943 1 0 0 25 0 9 0 511957258 405647360 60340 33554432000 4194304 4417332 140736849176976 18446744073709551615 4264232 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 157.51
Current children cumulated vsize (KiB) 396140

[startup+21.9006 s]
/proc/loadavg: 7.02 4.44 2.94 10/179 24244
/proc/meminfo: memFree=21923844/32951124 swapFree=67111412/67111528
[pid=24229] ppid=24227 vsize=387940 CPUtime=160.75 cores=0-7
/proc/24229/stat : 24229 (plingeling) S 24227 24229 23873 0 -1 4202496 137349 1256 0 0 16054 21 0 0 18 0 9 0 511957054 397250560 58313 33554432000 4194304 4417332 140736849176976 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24229/statm: 96985 58313 181 55 0 94871 0
[pid=24229/tid=24236] ppid=24227 vsize=387940 CPUtime=19.83 cores=0-7
/proc/24229/task/24236/stat : 24236 (plingeling) R 24227 24229 23873 0 -1 4202560 6981 1256 0 0 1983 0 0 0 25 0 9 0 511957258 397250560 58313 33554432000 4194304 4417332 140736849176976 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24229/tid=24237] ppid=24227 vsize=387940 CPUtime=19.85 cores=0-7
/proc/24229/task/24237/stat : 24237 (plingeling) R 24227 24229 23873 0 -1 4202560 7719 1256 0 0 1984 1 0 0 25 0 9 0 511957258 397250560 58313 33554432000 4194304 4417332 140736849176976 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24229/tid=24238] ppid=24227 vsize=387940 CPUtime=19.83 cores=0-7
/proc/24229/task/24238/stat : 24238 (plingeling) R 24227 24229 23873 0 -1 4202560 9768 1256 0 0 1982 1 0 0 25 0 9 0 511957258 397250560 58313 33554432000 4194304 4417332 140736849176976 18446744073709551615 218905424948 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24229/tid=24239] ppid=24227 vsize=387940 CPUtime=19.85 cores=0-7
/proc/24229/task/24239/stat : 24239 (plingeling) R 24227 24229 23873 0 -1 4202560 3921 1256 0 0 1985 0 0 0 25 0 9 0 511957258 397250560 58313 33554432000 4194304 4417332 140736849176976 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24229/tid=24240] ppid=24227 vsize=387940 CPUtime=19.85 cores=0-7
/proc/24229/task/24240/stat : 24240 (plingeling) R 24227 24229 23873 0 -1 4202560 8229 1256 0 0 1984 1 0 0 25 0 9 0 511957258 397250560 58313 33554432000 4194304 4417332 140736849176976 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24229/tid=24241] ppid=24227 vsize=387940 CPUtime=19.85 cores=0-7
/proc/24229/task/24241/stat : 24241 (plingeling) R 24227 24229 23873 0 -1 4202560 8444 1256 0 0 1984 1 0 0 25 0 9 0 511957258 397250560 58313 33554432000 4194304 4417332 140736849176976 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24229/tid=24242] ppid=24227 vsize=387940 CPUtime=19.74 cores=0-7
/proc/24229/task/24242/stat : 24242 (plingeling) R 24227 24229 23873 0 -1 4202560 6067 1256 0 0 1973 1 0 0 25 0 9 0 511957258 397250560 58313 33554432000 4194304 4417332 140736849176976 18446744073709551615 4364370 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24229/tid=24243] ppid=24227 vsize=387940 CPUtime=19.84 cores=0-7
/proc/24229/task/24243/stat : 24243 (plingeling) R 24227 24229 23873 0 -1 4202560 10400 1256 0 0 1983 1 0 0 25 0 9 0 511957258 397250560 58313 33554432000 4194304 4417332 140736849176976 18446744073709551615 4364336 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 387940

[startup+22.1005 s]
/proc/loadavg: 7.02 4.44 2.94 10/179 24244
/proc/meminfo: memFree=21923844/32951124 swapFree=67111412/67111528
[pid=24229] ppid=24227 vsize=379740 CPUtime=162.3 cores=0-7
/proc/24229/stat : 24229 (plingeling) S 24227 24229 23873 0 -1 4202496 137349 1256 0 0 16209 21 0 0 18 0 9 0 511957054 388853760 56263 33554432000 4194304 4417332 140736849176976 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24229/statm: 94935 56263 181 55 0 92821 0
[pid=24229/tid=24236] ppid=24227 vsize=379740 CPUtime=20.03 cores=0-7
/proc/24229/task/24236/stat : 24236 (plingeling) R 24227 24229 23873 0 -1 4202560 6981 1256 0 0 2003 0 0 0 25 0 9 0 511957258 388853760 56263 33554432000 4194304 4417332 140736849176976 18446744073709551615 4281855 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24229/tid=24237] ppid=24227 vsize=379740 CPUtime=20.04 cores=0-7
/proc/24229/task/24237/stat : 24237 (plingeling) R 24227 24229 23873 0 -1 4202560 7719 1256 0 0 2003 1 0 0 25 0 9 0 511957258 388853760 56263 33554432000 4194304 4417332 140736849176976 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24229/tid=24238] ppid=24227 vsize=379740 CPUtime=20.02 cores=0-7
/proc/24229/task/24238/stat : 24238 (plingeling) R 24227 24229 23873 0 -1 4202560 9768 1256 0 0 2001 1 0 0 25 0 9 0 511957258 388853760 56263 33554432000 4194304 4417332 140736849176976 18446744073709551615 4353519 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24229/tid=24239] ppid=24227 vsize=379740 CPUtime=20.04 cores=0-7
/proc/24229/task/24239/stat : 24239 (plingeling) R 24227 24229 23873 0 -1 4202560 3921 1256 0 0 2004 0 0 0 25 0 9 0 511957258 388853760 56263 33554432000 4194304 4417332 140736849176976 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24229/tid=24240] ppid=24227 vsize=379740 CPUtime=20.04 cores=0-7
/proc/24229/task/24240/stat : 24240 (plingeling) R 24227 24229 23873 0 -1 4202560 8229 1256 0 0 2003 1 0 0 25 0 9 0 511957258 388853760 56263 33554432000 4194304 4417332 140736849176976 18446744073709551615 4353502 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24229/tid=24241] ppid=24227 vsize=379740 CPUtime=20.04 cores=0-7
/proc/24229/task/24241/stat : 24241 (plingeling) R 24227 24229 23873 0 -1 4202560 8444 1256 0 0 2003 1 0 0 25 0 9 0 511957258 388853760 56263 33554432000 4194304 4417332 140736849176976 18446744073709551615 4364308 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24229/tid=24242] ppid=24227 vsize=379740 CPUtime=19.93 cores=0-7
/proc/24229/task/24242/stat : 24242 (plingeling) R 24227 24229 23873 0 -1 4202560 6067 1256 0 0 1992 1 0 0 25 0 9 0 511957258 388853760 56263 33554432000 4194304 4417332 140736849176976 18446744073709551615 4251010 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24229/tid=24243] ppid=24227 vsize=379740 CPUtime=20.04 cores=0-7
/proc/24229/task/24243/stat : 24243 (plingeling) R 24227 24229 23873 0 -1 4202560 10400 1256 0 0 2003 1 0 0 25 0 9 0 511957258 388853760 56263 33554432000 4194304 4417332 140736849176976 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 379740

[startup+22.2005 s]
/proc/loadavg: 7.02 4.44 2.94 10/179 24244
/proc/meminfo: memFree=21923844/32951124 swapFree=67111412/67111528
[pid=24229] ppid=24227 vsize=379740 CPUtime=163.1 cores=0-7
/proc/24229/stat : 24229 (plingeling) S 24227 24229 23873 0 -1 4202496 137349 1256 0 0 16289 21 0 0 18 0 9 0 511957054 388853760 56263 33554432000 4194304 4417332 140736849176976 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24229/statm: 94935 56263 181 55 0 92821 0
[pid=24229/tid=24236] ppid=24227 vsize=379740 CPUtime=20.13 cores=0-7
/proc/24229/task/24236/stat : 24236 (plingeling) R 24227 24229 23873 0 -1 4202560 6981 1256 0 0 2013 0 0 0 25 0 9 0 511957258 388853760 56263 33554432000 4194304 4417332 140736849176976 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24229/tid=24237] ppid=24227 vsize=379740 CPUtime=20.14 cores=0-7
/proc/24229/task/24237/stat : 24237 (plingeling) R 24227 24229 23873 0 -1 4202560 7719 1256 0 0 2013 1 0 0 25 0 9 0 511957258 388853760 56263 33554432000 4194304 4417332 140736849176976 18446744073709551615 4366381 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24229/tid=24238] ppid=24227 vsize=379740 CPUtime=20.12 cores=0-7
/proc/24229/task/24238/stat : 24238 (plingeling) R 24227 24229 23873 0 -1 4202560 9768 1256 0 0 2011 1 0 0 25 0 9 0 511957258 388853760 56263 33554432000 4194304 4417332 140736849176976 18446744073709551615 4236861 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24229/tid=24239] ppid=24227 vsize=379740 CPUtime=20.14 cores=0-7
/proc/24229/task/24239/stat : 24239 (plingeling) R 24227 24229 23873 0 -1 4202560 3921 1256 0 0 2014 0 0 0 25 0 9 0 511957258 388853760 56263 33554432000 4194304 4417332 140736849176976 18446744073709551615 4250915 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24229/tid=24240] ppid=24227 vsize=379740 CPUtime=20.14 cores=0-7
/proc/24229/task/24240/stat : 24240 (plingeling) R 24227 24229 23873 0 -1 4202560 8229 1256 0 0 2013 1 0 0 25 0 9 0 511957258 388853760 56263 33554432000 4194304 4417332 140736849176976 18446744073709551615 4236559 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24229/tid=24241] ppid=24227 vsize=379740 CPUtime=20.14 cores=0-7
/proc/24229/task/24241/stat : 24241 (plingeling) R 24227 24229 23873 0 -1 4202560 8444 1256 0 0 2013 1 0 0 25 0 9 0 511957258 388853760 56263 33554432000 4194304 4417332 140736849176976 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24229/tid=24242] ppid=24227 vsize=379740 CPUtime=20.03 cores=0-7
/proc/24229/task/24242/stat : 24242 (plingeling) R 24227 24229 23873 0 -1 4202560 6067 1256 0 0 2002 1 0 0 25 0 9 0 511957258 388853760 56263 33554432000 4194304 4417332 140736849176976 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24229/tid=24243] ppid=24227 vsize=379740 CPUtime=20.14 cores=0-7
/proc/24229/task/24243/stat : 24243 (plingeling) R 24227 24229 23873 0 -1 4202560 10400 1256 0 0 2013 1 0 0 25 0 9 0 511957258 388853760 56263 33554432000 4194304 4417332 140736849176976 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 163.1
Current children cumulated vsize (KiB) 379740

Child status: 20
Real time (s): 22.2388
CPU time (s): 163.292
CPU user time (s): 163.06
CPU system time (s): 0.231964
CPU usage (%): 734.266
Max. virtual memory (cumulated for all children) (KiB): 444712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 163.06
system time used= 0.231964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138609
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= 352
involuntary context switches= 811

runsolver used 0.030995 second user time and 0.093985 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-28 17:13:13
IDJOB=3309426
IDBENCH=71019
IDSOLVER=1695
FILE ID=node137/3309426-1304003593
RUNJOBID= node137-1304003266-23887
PBS_JOBID= 13168803
Free space on /tmp= 71604 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-5p0.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309426-1304003593/watcher-3309426-1304003593 -o /tmp/evaluation-result-3309426-1304003593/solver-3309426-1304003593 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309426-1304003593.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=591463794

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22157464 kB
Buffers:       1783068 kB
Cached:        8386928 kB
SwapCached:        112 kB
Active:        4243584 kB
Inactive:      5991864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22157464 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:           15364 kB
Writeback:           0 kB
AnonPages:       64928 kB
Mapped:          15124 kB
Slab:           490796 kB
PageTables:       4592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186680 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= 71604 MiB
End job on node137 at 2011-04-28 17:13:36