Trace number 3371396

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 140.175 35.4774

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtviseisenberg2-tseitin.cnf
MD5SUM7eb9713591c46f87c512df513290fd7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.2302
Satisfiable
(Un)Satisfiability was proved
Number of variables115266
Number of clauses345359
Sum of the clauses size805835
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2230238
Number of clauses of size 3115119
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

139.93/35.47	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-3371396-1305422328/watcher-3371396-1305422328 -o /tmp/evaluation-result-3371396-1305422328/solver-3371396-1305422328 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371396-1305422328.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: 8.05 8.06 8.00 6/353 28319
/proc/meminfo: memFree=21230088/32951124 swapFree=67111348/67111528
[pid=28319] ppid=28317 vsize=11312 CPUtime=0 cores=1,3,5,7
/proc/28319/stat : 28319 (plingeling) R 28317 28319 27864 0 -1 4202496 923 1249 0 0 0 0 0 0 25 0 1 0 634648912 11583488 852 33554432000 4194304 4417452 140736119574928 18446744073709551615 255106768640 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/28319/statm: 2828 852 148 55 0 714 0

[startup+0.0940231 s]
/proc/loadavg: 8.05 8.06 8.00 6/353 28319
/proc/meminfo: memFree=21230088/32951124 swapFree=67111348/67111528
[pid=28319] ppid=28317 vsize=27884 CPUtime=0.08 cores=1,3,5,7
/proc/28319/stat : 28319 (plingeling) R 28317 28319 27864 0 -1 4202496 5099 1249 0 0 8 0 0 0 25 0 1 0 634648912 28553216 4996 33554432000 4194304 4417452 140736119574928 18446744073709551615 255106768640 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/28319/statm: 6971 4996 149 55 0 4857 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27884

[startup+0.101008 s]
/proc/loadavg: 8.05 8.06 8.00 6/353 28319
/proc/meminfo: memFree=21230088/32951124 swapFree=67111348/67111528
[pid=28319] ppid=28317 vsize=27884 CPUtime=0.09 cores=1,3,5,7
/proc/28319/stat : 28319 (plingeling) R 28317 28319 27864 0 -1 4202496 5099 1249 0 0 9 0 0 0 25 0 1 0 634648912 28553216 4996 33554432000 4194304 4417452 140736119574928 18446744073709551615 4274358 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/28319/statm: 6971 4996 149 55 0 4857 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27884

[startup+0.300973 s]
/proc/loadavg: 8.05 8.06 8.00 6/353 28319
/proc/meminfo: memFree=21230088/32951124 swapFree=67111348/67111528
[pid=28319] ppid=28317 vsize=64628 CPUtime=0.29 cores=1,3,5,7
/proc/28319/stat : 28319 (plingeling) R 28317 28319 27864 0 -1 4202496 14290 1249 0 0 28 1 0 0 25 0 1 0 634648912 66179072 14182 33554432000 4194304 4417452 140736119574928 18446744073709551615 4264945 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/28319/statm: 16157 14182 149 55 0 14043 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64628

[startup+0.700874 s]
/proc/loadavg: 8.05 8.06 8.00 6/353 28319
/proc/meminfo: memFree=21230088/32951124 swapFree=67111348/67111528
[pid=28319] ppid=28317 vsize=193756 CPUtime=1.52 cores=1,3,5,7
/proc/28319/stat : 28319 (plingeling) S 28317 28319 27864 0 -1 4202496 33012 1249 0 0 148 4 0 0 25 0 5 0 634648912 198406144 21470 33554432000 4194304 4417452 140736119574928 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28319/statm: 48439 21470 170 55 0 46325 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 193756

[startup+1.50073 s]
/proc/loadavg: 8.05 8.06 8.00 10/358 28329
/proc/meminfo: memFree=21136436/32951124 swapFree=67111348/67111528
[pid=28319] ppid=28317 vsize=195548 CPUtime=4.7 cores=1,3,5,7
/proc/28319/stat : 28319 (plingeling) S 28317 28319 27864 0 -1 4202496 46686 1249 0 0 465 5 0 0 25 0 5 0 634648912 200241152 23464 33554432000 4194304 4417452 140736119574928 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28319/statm: 48887 23464 174 55 0 46773 0
[pid=28319/tid=28326] ppid=28317 vsize=195548 CPUtime=1.07 cores=1,3,5,7
/proc/28319/task/28326/stat : 28326 (plingeling) R 28317 28319 27864 0 -1 4202560 10673 1249 0 0 106 1 0 0 25 0 5 0 634648954 200241152 23464 33554432000 4194304 4417452 140736119574928 18446744073709551615 4286440 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28319/tid=28327] ppid=28317 vsize=195548 CPUtime=1.07 cores=1,3,5,7
/proc/28319/task/28327/stat : 28327 (plingeling) R 28317 28319 27864 0 -1 4202560 10603 1249 0 0 106 1 0 0 19 0 5 0 634648954 200241152 23464 33554432000 4194304 4417452 140736119574928 18446744073709551615 4286915 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28319/tid=28328] ppid=28317 vsize=195548 CPUtime=1.06 cores=1,3,5,7
/proc/28319/task/28328/stat : 28328 (plingeling) R 28317 28319 27864 0 -1 4202560 4468 1249 0 0 106 0 0 0 19 0 5 0 634648954 200241152 23464 33554432000 4194304 4417452 140736119574928 18446744073709551615 4284514 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28319/tid=28329] ppid=28317 vsize=195548 CPUtime=1.06 cores=1,3,5,7
/proc/28319/task/28329/stat : 28329 (plingeling) R 28317 28319 27864 0 -1 4202560 2544 1249 0 0 106 0 0 0 25 0 5 0 634648954 200241152 23464 33554432000 4194304 4417452 140736119574928 18446744073709551615 4232566 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 195548

[startup+3.10045 s]
/proc/loadavg: 8.13 8.07 8.01 9/358 28329
/proc/meminfo: memFree=21133108/32951124 swapFree=67111348/67111528
[pid=28319] ppid=28317 vsize=186008 CPUtime=11.09 cores=1,3,5,7
/proc/28319/stat : 28319 (plingeling) S 28317 28319 27864 0 -1 4202496 62870 1249 0 0 1101 8 0 0 25 0 5 0 634648912 190472192 19929 33554432000 4194304 4417452 140736119574928 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28319/statm: 46502 19929 178 55 0 44388 0
[pid=28319/tid=28326] ppid=28317 vsize=186008 CPUtime=2.67 cores=1,3,5,7
/proc/28319/task/28326/stat : 28326 (plingeling) R 28317 28319 27864 0 -1 4202560 14933 1249 0 0 265 2 0 0 25 0 5 0 634648954 190472192 19929 33554432000 4194304 4417452 140736119574928 18446744073709551615 4346428 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28319/tid=28327] ppid=28317 vsize=186008 CPUtime=2.67 cores=1,3,5,7
/proc/28319/task/28327/stat : 28327 (plingeling) R 28317 28319 27864 0 -1 4202560 14750 1249 0 0 265 2 0 0 22 0 5 0 634648954 190472192 19929 33554432000 4194304 4417452 140736119574928 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28319/tid=28328] ppid=28317 vsize=186008 CPUtime=2.66 cores=1,3,5,7
/proc/28319/task/28328/stat : 28328 (plingeling) R 28317 28319 27864 0 -1 4202560 12245 1249 0 0 265 1 0 0 22 0 5 0 634648954 190472192 19929 33554432000 4194304 4417452 140736119574928 18446744073709551615 4330601 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28319/tid=28329] ppid=28317 vsize=186008 CPUtime=2.64 cores=1,3,5,7
/proc/28319/task/28329/stat : 28329 (plingeling) R 28317 28319 27864 0 -1 4202560 2544 1249 0 0 264 0 0 0 25 0 5 0 634648954 190472192 19929 33554432000 4194304 4417452 140736119574928 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.09
Current children cumulated vsize (KiB) 186008

[startup+6.30089 s]
/proc/loadavg: 8.13 8.07 8.01 9/358 28329
/proc/meminfo: memFree=21059008/32951124 swapFree=67111348/67111528
[pid=28319] ppid=28317 vsize=235656 CPUtime=23.86 cores=1,3,5,7
/proc/28319/stat : 28319 (plingeling) S 28317 28319 27864 0 -1 4202496 81497 1249 0 0 2375 11 0 0 25 0 5 0 634648912 241311744 35993 33554432000 4194304 4417452 140736119574928 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28319/statm: 58914 35993 179 55 0 56800 0
[pid=28319/tid=28326] ppid=28317 vsize=235656 CPUtime=5.87 cores=1,3,5,7
/proc/28319/task/28326/stat : 28326 (plingeling) R 28317 28319 27864 0 -1 4202560 22628 1249 0 0 584 3 0 0 25 0 5 0 634648954 241311744 35993 33554432000 4194304 4417452 140736119574928 18446744073709551615 4249718 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28319/tid=28327] ppid=28317 vsize=235656 CPUtime=5.86 cores=1,3,5,7
/proc/28319/task/28327/stat : 28327 (plingeling) R 28317 28319 27864 0 -1 4202560 22181 1249 0 0 584 2 0 0 25 0 5 0 634648954 241311744 35993 33554432000 4194304 4417452 140736119574928 18446744073709551615 4252951 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28319/tid=28328] ppid=28317 vsize=235656 CPUtime=5.87 cores=1,3,5,7
/proc/28319/task/28328/stat : 28328 (plingeling) R 28317 28319 27864 0 -1 4202560 15622 1249 0 0 585 2 0 0 25 0 5 0 634648954 241311744 35993 33554432000 4194304 4417452 140736119574928 18446744073709551615 4250938 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28319/tid=28329] ppid=28317 vsize=235656 CPUtime=5.81 cores=1,3,5,7
/proc/28319/task/28329/stat : 28329 (plingeling) R 28317 28319 27864 0 -1 4202560 2668 1249 0 0 581 0 0 0 25 0 5 0 634648954 241311744 35993 33554432000 4194304 4417452 140736119574928 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.86
Current children cumulated vsize (KiB) 235656

[startup+12.7008 s]
/proc/loadavg: 8.11 8.07 8.00 9/358 28329
/proc/meminfo: memFree=20961204/32951124 swapFree=67111348/67111528
[pid=28319] ppid=28317 vsize=252024 CPUtime=49.38 cores=1,3,5,7
/proc/28319/stat : 28319 (plingeling) S 28317 28319 27864 0 -1 4202496 85665 1249 0 0 4927 11 0 0 25 0 5 0 634648912 258072576 40086 33554432000 4194304 4417452 140736119574928 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28319/statm: 63006 40086 180 55 0 60892 0
[pid=28319/tid=28326] ppid=28317 vsize=252024 CPUtime=12.27 cores=1,3,5,7
/proc/28319/task/28326/stat : 28326 (plingeling) R 28317 28319 27864 0 -1 4202560 22628 1249 0 0 1224 3 0 0 25 0 5 0 634648954 258072576 40086 33554432000 4194304 4417452 140736119574928 18446744073709551615 4236290 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28319/tid=28327] ppid=28317 vsize=252024 CPUtime=12.26 cores=1,3,5,7
/proc/28319/task/28327/stat : 28327 (plingeling) R 28317 28319 27864 0 -1 4202560 26278 1249 0 0 1223 3 0 0 25 0 5 0 634648954 258072576 40086 33554432000 4194304 4417452 140736119574928 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28319/tid=28328] ppid=28317 vsize=252024 CPUtime=12.27 cores=1,3,5,7
/proc/28319/task/28328/stat : 28328 (plingeling) R 28317 28319 27864 0 -1 4202560 15693 1249 0 0 1225 2 0 0 25 0 5 0 634648954 258072576 40086 33554432000 4194304 4417452 140736119574928 18446744073709551615 4330445 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28319/tid=28329] ppid=28317 vsize=252024 CPUtime=12.14 cores=1,3,5,7
/proc/28319/task/28329/stat : 28329 (plingeling) R 28317 28319 27864 0 -1 4202560 2668 1249 0 0 1214 0 0 0 25 0 5 0 634648954 258072576 40086 33554432000 4194304 4417452 140736119574928 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.38
Current children cumulated vsize (KiB) 252024

[startup+25.5005 s]
/proc/loadavg: 8.09 8.07 8.00 9/358 28330
/proc/meminfo: memFree=21076144/32951124 swapFree=67111348/67111528
[pid=28319] ppid=28317 vsize=222592 CPUtime=100.44 cores=1,3,5,7
/proc/28319/stat : 28319 (plingeling) S 28317 28319 27864 0 -1 4202496 94138 1249 0 0 10031 13 0 0 25 0 5 0 634648912 227934208 32728 33554432000 4194304 4417452 140736119574928 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28319/statm: 55648 32728 180 55 0 53534 0
[pid=28319/tid=28326] ppid=28317 vsize=222592 CPUtime=25.06 cores=1,3,5,7
/proc/28319/task/28326/stat : 28326 (plingeling) R 28317 28319 27864 0 -1 4202560 28375 1249 0 0 2503 3 0 0 25 0 5 0 634648954 227934208 32728 33554432000 4194304 4417452 140736119574928 18446744073709551615 4365088 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28319/tid=28327] ppid=28317 vsize=222592 CPUtime=25.07 cores=1,3,5,7
/proc/28319/task/28327/stat : 28327 (plingeling) R 28317 28319 27864 0 -1 4202560 28944 1249 0 0 2503 4 0 0 25 0 5 0 634648954 227934208 32728 33554432000 4194304 4417452 140736119574928 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28319/tid=28328] ppid=28317 vsize=222592 CPUtime=25.07 cores=1,3,5,7
/proc/28319/task/28328/stat : 28328 (plingeling) R 28317 28319 27864 0 -1 4202560 15753 1249 0 0 2505 2 0 0 25 0 5 0 634648954 227934208 32728 33554432000 4194304 4417452 140736119574928 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28319/tid=28329] ppid=28317 vsize=222592 CPUtime=24.79 cores=1,3,5,7
/proc/28319/task/28329/stat : 28329 (plingeling) R 28317 28319 27864 0 -1 4202560 2668 1249 0 0 2479 0 0 0 25 0 5 0 634648954 227934208 32728 33554432000 4194304 4417452 140736119574928 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.44
Current children cumulated vsize (KiB) 222592

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

[startup+31.9134 s]
/proc/loadavg: 8.08 8.06 8.00 9/358 28330
/proc/meminfo: memFree=21093884/32951124 swapFree=67111348/67111528
[pid=28319] ppid=28317 vsize=222556 CPUtime=126.01 cores=1,3,5,7
/proc/28319/stat : 28319 (plingeling) S 28317 28319 27864 0 -1 4202496 94138 1249 0 0 12588 13 0 0 25 0 5 0 634648912 227897344 32719 33554432000 4194304 4417452 140736119574928 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28319/statm: 55639 32719 180 55 0 53525 0
[pid=28319/tid=28326] ppid=28317 vsize=222556 CPUtime=31.48 cores=1,3,5,7
/proc/28319/task/28326/stat : 28326 (plingeling) R 28317 28319 27864 0 -1 4202560 28375 1249 0 0 3145 3 0 0 25 0 5 0 634648954 227897344 32719 33554432000 4194304 4417452 140736119574928 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28319/tid=28327] ppid=28317 vsize=222556 CPUtime=31.48 cores=1,3,5,7
/proc/28319/task/28327/stat : 28327 (plingeling) R 28317 28319 27864 0 -1 4202560 28944 1249 0 0 3144 4 0 0 25 0 5 0 634648954 227897344 32719 33554432000 4194304 4417452 140736119574928 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28319/tid=28328] ppid=28317 vsize=222556 CPUtime=31.48 cores=1,3,5,7
/proc/28319/task/28328/stat : 28328 (plingeling) R 28317 28319 27864 0 -1 4202560 15753 1249 0 0 3146 2 0 0 25 0 5 0 634648954 227897344 32719 33554432000 4194304 4417452 140736119574928 18446744073709551615 4330515 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28319/tid=28329] ppid=28317 vsize=222556 CPUtime=31.13 cores=1,3,5,7
/proc/28319/task/28329/stat : 28329 (plingeling) R 28317 28319 27864 0 -1 4202560 2668 1249 0 0 3113 0 0 0 25 0 5 0 634648954 227897344 32719 33554432000 4194304 4417452 140736119574928 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 126.01
Current children cumulated vsize (KiB) 222556

[startup+33.5011 s]
/proc/loadavg: 8.08 8.06 8.00 9/358 28330
/proc/meminfo: memFree=21111988/32951124 swapFree=67111348/67111528
[pid=28319] ppid=28317 vsize=227936 CPUtime=132.35 cores=1,3,5,7
/proc/28319/stat : 28319 (plingeling) S 28317 28319 27864 0 -1 4202496 96206 1249 0 0 13222 13 0 0 25 0 5 0 634648912 233406464 29471 33554432000 4194304 4417452 140736119574928 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28319/statm: 56984 29471 180 55 0 54870 0
[pid=28319/tid=28326] ppid=28317 vsize=227936 CPUtime=33.06 cores=1,3,5,7
/proc/28319/task/28326/stat : 28326 (plingeling) R 28317 28319 27864 0 -1 4202560 28382 1249 0 0 3303 3 0 0 25 0 5 0 634648954 233406464 29471 33554432000 4194304 4417452 140736119574928 18446744073709551615 4263180 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28319/tid=28327] ppid=28317 vsize=227936 CPUtime=33.06 cores=1,3,5,7
/proc/28319/task/28327/stat : 28327 (plingeling) R 28317 28319 27864 0 -1 4202560 28951 1249 0 0 3302 4 0 0 25 0 5 0 634648954 233406464 29471 33554432000 4194304 4417452 140736119574928 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28319/tid=28328] ppid=28317 vsize=227936 CPUtime=33.06 cores=1,3,5,7
/proc/28319/task/28328/stat : 28328 (plingeling) R 28317 28319 27864 0 -1 4202560 17807 1249 0 0 3304 2 0 0 25 0 5 0 634648954 233406464 29471 33554432000 4194304 4417452 140736119574928 18446744073709551615 4252379 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28319/tid=28329] ppid=28317 vsize=227936 CPUtime=32.7 cores=1,3,5,7
/proc/28319/task/28329/stat : 28329 (plingeling) R 28317 28319 27864 0 -1 4202560 2668 1249 0 0 3270 0 0 0 25 0 5 0 634648954 233406464 29471 33554432000 4194304 4417452 140736119574928 18446744073709551615 4364399 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 132.35
Current children cumulated vsize (KiB) 227936

[startup+34.301 s]
/proc/loadavg: 8.08 8.06 8.00 9/358 28330
/proc/meminfo: memFree=21100952/32951124 swapFree=67111348/67111528
[pid=28319] ppid=28317 vsize=236132 CPUtime=135.54 cores=1,3,5,7
/proc/28319/stat : 28319 (plingeling) S 28317 28319 27864 0 -1 4202496 98255 1249 0 0 13540 14 0 0 25 0 5 0 634648912 241799168 30496 33554432000 4194304 4417452 140736119574928 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28319/statm: 59033 30496 180 55 0 56919 0
[pid=28319/tid=28326] ppid=28317 vsize=236132 CPUtime=33.86 cores=1,3,5,7
/proc/28319/task/28326/stat : 28326 (plingeling) R 28317 28319 27864 0 -1 4202560 28382 1249 0 0 3383 3 0 0 25 0 5 0 634648954 241799168 30496 33554432000 4194304 4417452 140736119574928 18446744073709551615 4364440 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28319/tid=28327] ppid=28317 vsize=236132 CPUtime=33.86 cores=1,3,5,7
/proc/28319/task/28327/stat : 28327 (plingeling) R 28317 28319 27864 0 -1 4202560 28951 1249 0 0 3382 4 0 0 25 0 5 0 634648954 241799168 30496 33554432000 4194304 4417452 140736119574928 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28319/tid=28328] ppid=28317 vsize=236132 CPUtime=33.87 cores=1,3,5,7
/proc/28319/task/28328/stat : 28328 (plingeling) R 28317 28319 27864 0 -1 4202560 19856 1249 0 0 3384 3 0 0 25 0 5 0 634648954 241799168 30496 33554432000 4194304 4417452 140736119574928 18446744073709551615 4251912 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28319/tid=28329] ppid=28317 vsize=236132 CPUtime=33.49 cores=1,3,5,7
/proc/28319/task/28329/stat : 28329 (plingeling) R 28317 28319 27864 0 -1 4202560 2668 1249 0 0 3349 0 0 0 25 0 5 0 634648954 241799168 30496 33554432000 4194304 4417452 140736119574928 18446744073709551615 4236593 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 135.54
Current children cumulated vsize (KiB) 236132

[startup+35.1008 s]
/proc/loadavg: 8.08 8.06 8.00 9/358 28330
/proc/meminfo: memFree=21090660/32951124 swapFree=67111348/67111528
[pid=28319] ppid=28317 vsize=244324 CPUtime=138.77 cores=1,3,5,7
/proc/28319/stat : 28319 (plingeling) S 28317 28319 27864 0 -1 4202496 100303 1249 0 0 13863 14 0 0 25 0 5 0 634648912 250187776 32544 33554432000 4194304 4417452 140736119574928 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28319/statm: 61081 32544 180 55 0 58967 0
[pid=28319/tid=28326] ppid=28317 vsize=244324 CPUtime=34.68 cores=1,3,5,7
/proc/28319/task/28326/stat : 28326 (plingeling) R 28317 28319 27864 0 -1 4202560 28382 1249 0 0 3465 3 0 0 25 0 5 0 634648954 250187776 32544 33554432000 4194304 4417452 140736119574928 18446744073709551615 4232598 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28319/tid=28327] ppid=28317 vsize=244324 CPUtime=34.68 cores=1,3,5,7
/proc/28319/task/28327/stat : 28327 (plingeling) R 28317 28319 27864 0 -1 4202560 28951 1249 0 0 3464 4 0 0 25 0 5 0 634648954 250187776 32544 33554432000 4194304 4417452 140736119574928 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28319/tid=28328] ppid=28317 vsize=244324 CPUtime=34.68 cores=1,3,5,7
/proc/28319/task/28328/stat : 28328 (plingeling) R 28317 28319 27864 0 -1 4202560 19856 1249 0 0 3465 3 0 0 25 0 5 0 634648954 250187776 32544 33554432000 4194304 4417452 140736119574928 18446744073709551615 4249151 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28319/tid=28329] ppid=28317 vsize=244324 CPUtime=34.29 cores=1,3,5,7
/proc/28319/task/28329/stat : 28329 (plingeling) R 28317 28319 27864 0 -1 4202560 4716 1249 0 0 3429 0 0 0 25 0 5 0 634648954 250187776 32544 33554432000 4194304 4417452 140736119574928 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 138.77
Current children cumulated vsize (KiB) 244324

[startup+35.3008 s]
/proc/loadavg: 8.08 8.06 8.00 9/358 28330
/proc/meminfo: memFree=21090660/32951124 swapFree=67111348/67111528
[pid=28319] ppid=28317 vsize=244324 CPUtime=139.53 cores=1,3,5,7
/proc/28319/stat : 28319 (plingeling) S 28317 28319 27864 0 -1 4202496 100303 1249 0 0 13939 14 0 0 25 0 5 0 634648912 250187776 32544 33554432000 4194304 4417452 140736119574928 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28319/statm: 61081 32544 180 55 0 58967 0
[pid=28319/tid=28326] ppid=28317 vsize=244324 CPUtime=34.86 cores=1,3,5,7
/proc/28319/task/28326/stat : 28326 (plingeling) R 28317 28319 27864 0 -1 4202560 28382 1249 0 0 3483 3 0 0 25 0 5 0 634648954 250187776 32544 33554432000 4194304 4417452 140736119574928 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28319/tid=28327] ppid=28317 vsize=244324 CPUtime=34.86 cores=1,3,5,7
/proc/28319/task/28327/stat : 28327 (plingeling) R 28317 28319 27864 0 -1 4202560 28951 1249 0 0 3482 4 0 0 25 0 5 0 634648954 250187776 32544 33554432000 4194304 4417452 140736119574928 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28319/tid=28328] ppid=28317 vsize=244324 CPUtime=34.87 cores=1,3,5,7
/proc/28319/task/28328/stat : 28328 (plingeling) R 28317 28319 27864 0 -1 4202560 19856 1249 0 0 3484 3 0 0 25 0 5 0 634648954 250187776 32544 33554432000 4194304 4417452 140736119574928 18446744073709551615 4271945 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28319/tid=28329] ppid=28317 vsize=244324 CPUtime=34.48 cores=1,3,5,7
/proc/28319/task/28329/stat : 28329 (plingeling) R 28317 28319 27864 0 -1 4202560 4716 1249 0 0 3448 0 0 0 25 0 5 0 634648954 250187776 32544 33554432000 4194304 4417452 140736119574928 18446744073709551615 4236827 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 139.53
Current children cumulated vsize (KiB) 244324

[startup+35.4008 s]
/proc/loadavg: 8.08 8.06 8.00 9/358 28330
/proc/meminfo: memFree=21090660/32951124 swapFree=67111348/67111528
[pid=28319] ppid=28317 vsize=244324 CPUtime=139.93 cores=1,3,5,7
/proc/28319/stat : 28319 (plingeling) S 28317 28319 27864 0 -1 4202496 100303 1249 0 0 13979 14 0 0 25 0 5 0 634648912 250187776 32544 33554432000 4194304 4417452 140736119574928 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28319/statm: 61081 32544 180 55 0 58967 0
[pid=28319/tid=28326] ppid=28317 vsize=244324 CPUtime=34.96 cores=1,3,5,7
/proc/28319/task/28326/stat : 28326 (plingeling) R 28317 28319 27864 0 -1 4202560 28382 1249 0 0 3493 3 0 0 25 0 5 0 634648954 250187776 32544 33554432000 4194304 4417452 140736119574928 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28319/tid=28327] ppid=28317 vsize=244324 CPUtime=34.96 cores=1,3,5,7
/proc/28319/task/28327/stat : 28327 (plingeling) R 28317 28319 27864 0 -1 4202560 28951 1249 0 0 3492 4 0 0 25 0 5 0 634648954 250187776 32544 33554432000 4194304 4417452 140736119574928 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28319/tid=28328] ppid=28317 vsize=244324 CPUtime=34.97 cores=1,3,5,7
/proc/28319/task/28328/stat : 28328 (plingeling) R 28317 28319 27864 0 -1 4202560 19856 1249 0 0 3494 3 0 0 25 0 5 0 634648954 250187776 32544 33554432000 4194304 4417452 140736119574928 18446744073709551615 4252601 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28319/tid=28329] ppid=28317 vsize=244324 CPUtime=34.58 cores=1,3,5,7
/proc/28319/task/28329/stat : 28329 (plingeling) R 28317 28319 27864 0 -1 4202560 4716 1249 0 0 3458 0 0 0 25 0 5 0 634648954 250187776 32544 33554432000 4194304 4417452 140736119574928 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 139.93
Current children cumulated vsize (KiB) 244324

Child status: 20
Real time (s): 35.4774
CPU time (s): 140.175
CPU user time (s): 140.019
CPU system time (s): 0.155976
CPU usage (%): 395.11
Max. virtual memory (cumulated for all children) (KiB): 268412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 140.019
system time used= 0.155976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101556
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= 162
involuntary context switches= 985

runsolver used 0.110983 second user time and 0.291955 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-15 03:18:48
IDJOB=3371396
IDBENCH=82492
IDSOLVER=1848
FILE ID=node144/3371396-1305422328
RUNJOBID= node144-1305419670-27883
PBS_JOBID= 13324583
Free space on /tmp= 73232 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtviseisenberg2-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371396-1305422328/watcher-3371396-1305422328 -o /tmp/evaluation-result-3371396-1305422328/solver-3371396-1305422328 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371396-1305422328.cnf

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

MD5SUM BENCH= 7eb9713591c46f87c512df513290fd7f
RANDOM SEED=1806730767

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21230368 kB
Buffers:        292500 kB
Cached:        3639968 kB
SwapCached:          0 kB
Active:        8547224 kB
Inactive:      2826180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21230368 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            6008 kB
Writeback:           0 kB
AnonPages:     7440456 kB
Mapped:          27780 kB
Slab:           245396 kB
PageTables:      37708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82360144 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= 73232 MiB
End job on node144 at 2011-05-15 03:19:23