Trace number 3288241

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 135.383 34.2326

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

135.33/34.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-3288241-1304065235/watcher-3288241-1304065235 -o /tmp/evaluation-result-3288241-1304065235/solver-3288241-1304065235 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3288241-1304065235.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.99 7.95 7.79 5/181 30735
/proc/meminfo: memFree=19346568/32950928 swapFree=67111364/67111528
[pid=30735] ppid=30733 vsize=10664 CPUtime=0 cores=0,2,4,6
/proc/30735/stat : 30735 (plingeling) R 30733 30735 30119 0 -1 4202496 759 1250 0 0 0 0 0 0 25 0 1 0 596754158 10919936 687 33554432000 4194304 4417332 140734461383552 18446744073709551615 4259932 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30735/statm: 2666 687 147 55 0 552 0

[startup+0.101916 s]
/proc/loadavg: 7.99 7.95 7.79 5/181 30735
/proc/meminfo: memFree=19346568/32950928 swapFree=67111364/67111528
[pid=30735] ppid=30733 vsize=27884 CPUtime=0.09 cores=0,2,4,6
/proc/30735/stat : 30735 (plingeling) R 30733 30735 30119 0 -1 4202496 5097 1250 0 0 9 0 0 0 25 0 1 0 596754158 28553216 4993 33554432000 4194304 4417332 140734461383552 18446744073709551615 251367165445 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30735/statm: 6971 4993 148 55 0 4857 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27884

[startup+0.200896 s]
/proc/loadavg: 7.99 7.95 7.79 5/181 30735
/proc/meminfo: memFree=19346568/32950928 swapFree=67111364/67111528
[pid=30735] ppid=30733 vsize=45676 CPUtime=0.19 cores=0,2,4,6
/proc/30735/stat : 30735 (plingeling) R 30733 30735 30119 0 -1 4202496 9550 1250 0 0 18 1 0 0 25 0 1 0 596754158 46772224 9441 33554432000 4194304 4417332 140734461383552 18446744073709551615 4260005 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30735/statm: 11419 9441 148 55 0 9305 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 45676

[startup+0.300882 s]
/proc/loadavg: 7.99 7.95 7.79 5/181 30735
/proc/meminfo: memFree=19346568/32950928 swapFree=67111364/67111528
[pid=30735] ppid=30733 vsize=81012 CPUtime=0.29 cores=0,2,4,6
/proc/30735/stat : 30735 (plingeling) R 30733 30735 30119 0 -1 4202496 18384 1250 0 0 27 2 0 0 25 0 1 0 596754158 82956288 18275 33554432000 4194304 4417332 140734461383552 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30735/statm: 20253 18275 148 55 0 18139 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81012

[startup+0.700742 s]
/proc/loadavg: 7.99 7.95 7.79 5/181 30735
/proc/meminfo: memFree=19346568/32950928 swapFree=67111364/67111528
[pid=30735] ppid=30733 vsize=250960 CPUtime=1.57 cores=0,2,4,6
/proc/30735/stat : 30735 (plingeling) S 30733 30735 30119 0 -1 4202496 31989 1250 0 0 153 4 0 0 25 0 5 0 596754158 256983040 21636 33554432000 4194304 4417332 140734461383552 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30735/statm: 62740 21636 169 55 0 60626 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 250960

[startup+1.5006 s]
/proc/loadavg: 7.99 7.95 7.79 9/186 30745
/proc/meminfo: memFree=19248444/32950928 swapFree=67111364/67111528
[pid=30735] ppid=30733 vsize=259956 CPUtime=4.76 cores=0,2,4,6
/proc/30735/stat : 30735 (plingeling) S 30733 30735 30119 0 -1 4202496 44710 1250 0 0 471 5 0 0 25 0 5 0 596754158 266194944 25377 33554432000 4194304 4417332 140734461383552 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30735/statm: 64989 25377 173 55 0 62875 0
[pid=30735/tid=30742] ppid=30733 vsize=259956 CPUtime=1.08 cores=0,2,4,6
/proc/30735/task/30742/stat : 30742 (plingeling) R 30733 30735 30119 0 -1 4202560 4375 1250 0 0 108 0 0 0 25 0 5 0 596754198 266194944 25377 33554432000 4194304 4417332 140734461383552 18446744073709551615 4288275 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30735/tid=30743] ppid=30733 vsize=259956 CPUtime=1.08 cores=0,2,4,6
/proc/30735/task/30743/stat : 30743 (plingeling) R 30733 30735 30119 0 -1 4202560 8551 1250 0 0 107 1 0 0 25 0 5 0 596754198 266194944 25377 33554432000 4194304 4417332 140734461383552 18446744073709551615 4287606 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30735/tid=30744] ppid=30733 vsize=259956 CPUtime=1.09 cores=0,2,4,6
/proc/30735/task/30744/stat : 30744 (plingeling) R 30733 30735 30119 0 -1 4202560 10736 1250 0 0 108 1 0 0 25 0 5 0 596754198 266194944 25377 33554432000 4194304 4417332 140734461383552 18446744073709551615 4281408 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30735/tid=30745] ppid=30733 vsize=259956 CPUtime=1.08 cores=0,2,4,6
/proc/30735/task/30745/stat : 30745 (plingeling) R 30733 30735 30119 0 -1 4202560 2652 1250 0 0 108 0 0 0 19 0 5 0 596754198 266194944 25377 33554432000 4194304 4417332 140734461383552 18446744073709551615 4358195 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 259956

[startup+3.1003 s]
/proc/loadavg: 7.99 7.95 7.79 9/186 30745
/proc/meminfo: memFree=19260348/32950928 swapFree=67111364/67111528
[pid=30735] ppid=30733 vsize=275152 CPUtime=11.15 cores=0,2,4,6
/proc/30735/stat : 30735 (plingeling) S 30733 30735 30119 0 -1 4202496 53711 1250 0 0 1108 7 0 0 25 0 5 0 596754158 281755648 26121 33554432000 4194304 4417332 140734461383552 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30735/statm: 68788 26121 177 55 0 66674 0
[pid=30735/tid=30742] ppid=30733 vsize=275152 CPUtime=2.68 cores=0,2,4,6
/proc/30735/task/30742/stat : 30742 (plingeling) R 30733 30735 30119 0 -1 4202560 4904 1250 0 0 268 0 0 0 25 0 5 0 596754198 281755648 26121 33554432000 4194304 4417332 140734461383552 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30735/tid=30743] ppid=30733 vsize=275152 CPUtime=2.66 cores=0,2,4,6
/proc/30735/task/30743/stat : 30743 (plingeling) R 30733 30735 30119 0 -1 4202560 12509 1250 0 0 265 1 0 0 25 0 5 0 596754198 281755648 26121 33554432000 4194304 4417332 140734461383552 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30735/tid=30744] ppid=30733 vsize=275152 CPUtime=2.68 cores=0,2,4,6
/proc/30735/task/30744/stat : 30744 (plingeling) R 30733 30735 30119 0 -1 4202560 15250 1250 0 0 267 1 0 0 25 0 5 0 596754198 281755648 26121 33554432000 4194304 4417332 140734461383552 18446744073709551615 4256889 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30735/tid=30745] ppid=30733 vsize=275152 CPUtime=2.68 cores=0,2,4,6
/proc/30735/task/30745/stat : 30745 (plingeling) R 30733 30735 30119 0 -1 4202560 2652 1250 0 0 268 0 0 0 22 0 5 0 596754198 281755648 26121 33554432000 4194304 4417332 140734461383552 18446744073709551615 4236634 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.15
Current children cumulated vsize (KiB) 275152

[startup+6.30071 s]
/proc/loadavg: 7.99 7.95 7.79 9/186 30745
/proc/meminfo: memFree=19211296/32950928 swapFree=67111364/67111528
[pid=30735] ppid=30733 vsize=307772 CPUtime=23.93 cores=0,2,4,6
/proc/30735/stat : 30735 (plingeling) S 30733 30735 30119 0 -1 4202496 63710 1250 0 0 2385 8 0 0 25 0 5 0 596754158 315158528 34186 33554432000 4194304 4417332 140734461383552 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30735/statm: 76943 34186 179 55 0 74829 0
[pid=30735/tid=30742] ppid=30733 vsize=307772 CPUtime=5.89 cores=0,2,4,6
/proc/30735/task/30742/stat : 30742 (plingeling) R 30733 30735 30119 0 -1 4202560 9007 1250 0 0 588 1 0 0 25 0 5 0 596754198 315158528 34186 33554432000 4194304 4417332 140734461383552 18446744073709551615 4257772 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30735/tid=30743] ppid=30733 vsize=307772 CPUtime=5.85 cores=0,2,4,6
/proc/30735/task/30743/stat : 30743 (plingeling) R 30733 30735 30119 0 -1 4202560 18403 1250 0 0 583 2 0 0 25 0 5 0 596754198 315158528 34186 33554432000 4194304 4417332 140734461383552 18446744073709551615 4252276 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30735/tid=30744] ppid=30733 vsize=307772 CPUtime=5.88 cores=0,2,4,6
/proc/30735/task/30744/stat : 30744 (plingeling) R 30733 30735 30119 0 -1 4202560 15252 1250 0 0 587 1 0 0 25 0 5 0 596754198 315158528 34186 33554432000 4194304 4417332 140734461383552 18446744073709551615 4365485 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30735/tid=30745] ppid=30733 vsize=307772 CPUtime=5.88 cores=0,2,4,6
/proc/30735/task/30745/stat : 30745 (plingeling) R 30733 30735 30119 0 -1 4202560 2652 1250 0 0 588 0 0 0 25 0 5 0 596754198 315158528 34186 33554432000 4194304 4417332 140734461383552 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.93
Current children cumulated vsize (KiB) 307772

[startup+12.7005 s]
/proc/loadavg: 7.99 7.96 7.79 9/186 30745
/proc/meminfo: memFree=19209760/32950928 swapFree=67111364/67111528
[pid=30735] ppid=30733 vsize=330628 CPUtime=49.49 cores=0,2,4,6
/proc/30735/stat : 30735 (plingeling) S 30733 30735 30119 0 -1 4202496 72455 1250 0 0 4940 9 0 0 25 0 5 0 596754158 338563072 39901 33554432000 4194304 4417332 140734461383552 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30735/statm: 82657 39901 180 55 0 80543 0
[pid=30735/tid=30742] ppid=30733 vsize=330628 CPUtime=12.28 cores=0,2,4,6
/proc/30735/task/30742/stat : 30742 (plingeling) R 30733 30735 30119 0 -1 4202560 13104 1250 0 0 1227 1 0 0 25 0 5 0 596754198 338563072 39901 33554432000 4194304 4417332 140734461383552 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30735/tid=30743] ppid=30733 vsize=330628 CPUtime=12.22 cores=0,2,4,6
/proc/30735/task/30743/stat : 30743 (plingeling) R 30733 30735 30119 0 -1 4202560 22500 1250 0 0 1219 3 0 0 25 0 5 0 596754198 338563072 39901 33554432000 4194304 4417332 140734461383552 18446744073709551615 4337073 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30735/tid=30744] ppid=30733 vsize=330628 CPUtime=12.27 cores=0,2,4,6
/proc/30735/task/30744/stat : 30744 (plingeling) R 30733 30735 30119 0 -1 4202560 15803 1250 0 0 1226 1 0 0 25 0 5 0 596754198 338563072 39901 33554432000 4194304 4417332 140734461383552 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30735/tid=30745] ppid=30733 vsize=330628 CPUtime=12.28 cores=0,2,4,6
/proc/30735/task/30745/stat : 30745 (plingeling) R 30733 30735 30119 0 -1 4202560 2652 1250 0 0 1228 0 0 0 25 0 5 0 596754198 338563072 39901 33554432000 4194304 4417332 140734461383552 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.49
Current children cumulated vsize (KiB) 330628

[startup+25.5012 s]
/proc/loadavg: 7.99 7.96 7.79 9/186 30746
/proc/meminfo: memFree=19229216/32950928 swapFree=67111364/67111528
[pid=30735] ppid=30733 vsize=295368 CPUtime=100.63 cores=0,2,4,6
/proc/30735/stat : 30735 (plingeling) S 30733 30735 30119 0 -1 4202496 78430 1250 0 0 10052 11 0 0 25 0 5 0 596754158 302456832 30294 33554432000 4194304 4417332 140734461383552 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30735/statm: 73842 30294 181 55 0 71728 0
[pid=30735/tid=30742] ppid=30733 vsize=295368 CPUtime=25.09 cores=0,2,4,6
/proc/30735/task/30742/stat : 30742 (plingeling) R 30733 30735 30119 0 -1 4202560 14769 1250 0 0 2507 2 0 0 25 0 5 0 596754198 302456832 30294 33554432000 4194304 4417332 140734461383552 18446744073709551615 4232685 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30735/tid=30743] ppid=30733 vsize=295368 CPUtime=24.94 cores=0,2,4,6
/proc/30735/task/30743/stat : 30743 (plingeling) R 30733 30735 30119 0 -1 4202560 24150 1250 0 0 2491 3 0 0 25 0 5 0 596754198 302456832 30294 33554432000 4194304 4417332 140734461383552 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30735/tid=30744] ppid=30733 vsize=295368 CPUtime=25.08 cores=0,2,4,6
/proc/30735/task/30744/stat : 30744 (plingeling) R 30733 30735 30119 0 -1 4202560 16415 1250 0 0 2506 2 0 0 25 0 5 0 596754198 302456832 30294 33554432000 4194304 4417332 140734461383552 18446744073709551615 4353502 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30735/tid=30745] ppid=30733 vsize=295368 CPUtime=25.08 cores=0,2,4,6
/proc/30735/task/30745/stat : 30745 (plingeling) R 30733 30735 30119 0 -1 4202560 4700 1250 0 0 2508 0 0 0 25 0 5 0 596754198 302456832 30294 33554432000 4194304 4417332 140734461383552 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.63
Current children cumulated vsize (KiB) 295368

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

[startup+25.6011 s]
/proc/loadavg: 7.99 7.96 7.79 9/186 30746
/proc/meminfo: memFree=19229216/32950928 swapFree=67111364/67111528
[pid=30735] ppid=30733 vsize=295368 CPUtime=101.03 cores=0,2,4,6
/proc/30735/stat : 30735 (plingeling) S 30733 30735 30119 0 -1 4202496 78430 1250 0 0 10092 11 0 0 25 0 5 0 596754158 302456832 30294 33554432000 4194304 4417332 140734461383552 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30735/statm: 73842 30294 181 55 0 71728 0
[pid=30735/tid=30742] ppid=30733 vsize=295368 CPUtime=25.19 cores=0,2,4,6
/proc/30735/task/30742/stat : 30742 (plingeling) R 30733 30735 30119 0 -1 4202560 14769 1250 0 0 2517 2 0 0 25 0 5 0 596754198 302456832 30294 33554432000 4194304 4417332 140734461383552 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30735/tid=30743] ppid=30733 vsize=295368 CPUtime=25.04 cores=0,2,4,6
/proc/30735/task/30743/stat : 30743 (plingeling) R 30733 30735 30119 0 -1 4202560 24150 1250 0 0 2501 3 0 0 25 0 5 0 596754198 302456832 30294 33554432000 4194304 4417332 140734461383552 18446744073709551615 4352479 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30735/tid=30744] ppid=30733 vsize=295368 CPUtime=25.18 cores=0,2,4,6
/proc/30735/task/30744/stat : 30744 (plingeling) R 30733 30735 30119 0 -1 4202560 16415 1250 0 0 2516 2 0 0 25 0 5 0 596754198 302456832 30294 33554432000 4194304 4417332 140734461383552 18446744073709551615 4352289 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30735/tid=30745] ppid=30733 vsize=295368 CPUtime=25.18 cores=0,2,4,6
/proc/30735/task/30745/stat : 30745 (plingeling) R 30733 30735 30119 0 -1 4202560 4700 1250 0 0 2518 0 0 0 25 0 5 0 596754198 302456832 30294 33554432000 4194304 4417332 140734461383552 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.03
Current children cumulated vsize (KiB) 295368

[startup+28.8006 s]
/proc/loadavg: 7.99 7.96 7.79 9/186 30746
/proc/meminfo: memFree=19228720/32950928 swapFree=67111364/67111528
[pid=30735] ppid=30733 vsize=295316 CPUtime=113.81 cores=0,2,4,6
/proc/30735/stat : 30735 (plingeling) S 30733 30735 30119 0 -1 4202496 78430 1250 0 0 11370 11 0 0 25 0 5 0 596754158 302403584 30281 33554432000 4194304 4417332 140734461383552 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30735/statm: 73829 30281 181 55 0 71715 0
[pid=30735/tid=30742] ppid=30733 vsize=295316 CPUtime=28.39 cores=0,2,4,6
/proc/30735/task/30742/stat : 30742 (plingeling) R 30733 30735 30119 0 -1 4202560 14769 1250 0 0 2837 2 0 0 25 0 5 0 596754198 302403584 30281 33554432000 4194304 4417332 140734461383552 18446744073709551615 4352392 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30735/tid=30743] ppid=30733 vsize=295316 CPUtime=28.22 cores=0,2,4,6
/proc/30735/task/30743/stat : 30743 (plingeling) R 30733 30735 30119 0 -1 4202560 24150 1250 0 0 2819 3 0 0 25 0 5 0 596754198 302403584 30281 33554432000 4194304 4417332 140734461383552 18446744073709551615 4364887 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30735/tid=30744] ppid=30733 vsize=295316 CPUtime=28.38 cores=0,2,4,6
/proc/30735/task/30744/stat : 30744 (plingeling) R 30733 30735 30119 0 -1 4202560 16415 1250 0 0 2836 2 0 0 25 0 5 0 596754198 302403584 30281 33554432000 4194304 4417332 140734461383552 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30735/tid=30745] ppid=30733 vsize=295316 CPUtime=28.38 cores=0,2,4,6
/proc/30735/task/30745/stat : 30745 (plingeling) R 30733 30735 30119 0 -1 4202560 4700 1250 0 0 2838 0 0 0 25 0 5 0 596754198 302403584 30281 33554432000 4194304 4417332 140734461383552 18446744073709551615 4353540 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 113.81
Current children cumulated vsize (KiB) 295316

[startup+32.007 s]
/proc/loadavg: 7.99 7.96 7.79 9/186 30746
/proc/meminfo: memFree=19228592/32950928 swapFree=67111364/67111528
[pid=30735] ppid=30733 vsize=295304 CPUtime=126.62 cores=0,2,4,6
/proc/30735/stat : 30735 (plingeling) S 30733 30735 30119 0 -1 4202496 78430 1250 0 0 12651 11 0 0 25 0 5 0 596754158 302391296 30278 33554432000 4194304 4417332 140734461383552 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30735/statm: 73826 30278 181 55 0 71712 0
[pid=30735/tid=30742] ppid=30733 vsize=295304 CPUtime=31.59 cores=0,2,4,6
/proc/30735/task/30742/stat : 30742 (plingeling) R 30733 30735 30119 0 -1 4202560 14769 1250 0 0 3157 2 0 0 25 0 5 0 596754198 302391296 30278 33554432000 4194304 4417332 140734461383552 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30735/tid=30743] ppid=30733 vsize=295304 CPUtime=31.41 cores=0,2,4,6
/proc/30735/task/30743/stat : 30743 (plingeling) R 30733 30735 30119 0 -1 4202560 24150 1250 0 0 3138 3 0 0 25 0 5 0 596754198 302391296 30278 33554432000 4194304 4417332 140734461383552 18446744073709551615 4357730 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30735/tid=30744] ppid=30733 vsize=295304 CPUtime=31.59 cores=0,2,4,6
/proc/30735/task/30744/stat : 30744 (plingeling) R 30733 30735 30119 0 -1 4202560 16415 1250 0 0 3157 2 0 0 25 0 5 0 596754198 302391296 30278 33554432000 4194304 4417332 140734461383552 18446744073709551615 4331281 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30735/tid=30745] ppid=30733 vsize=295304 CPUtime=31.59 cores=0,2,4,6
/proc/30735/task/30745/stat : 30745 (plingeling) R 30733 30735 30119 0 -1 4202560 4700 1250 0 0 3159 0 0 0 25 0 5 0 596754198 302391296 30278 33554432000 4194304 4417332 140734461383552 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 126.62
Current children cumulated vsize (KiB) 295304

[startup+33.6007 s]
/proc/loadavg: 7.99 7.96 7.79 9/186 30746
/proc/meminfo: memFree=19229584/32950928 swapFree=67111364/67111528
[pid=30735] ppid=30733 vsize=302196 CPUtime=132.98 cores=0,2,4,6
/proc/30735/stat : 30735 (plingeling) S 30733 30735 30119 0 -1 4202496 80530 1250 0 0 13287 11 0 0 25 0 5 0 596754158 309448704 32007 33554432000 4194304 4417332 140734461383552 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30735/statm: 75549 32007 181 55 0 73435 0
[pid=30735/tid=30742] ppid=30733 vsize=302196 CPUtime=33.19 cores=0,2,4,6
/proc/30735/task/30742/stat : 30742 (plingeling) R 30733 30735 30119 0 -1 4202560 14775 1250 0 0 3317 2 0 0 25 0 5 0 596754198 309448704 32007 33554432000 4194304 4417332 140734461383552 18446744073709551615 4276074 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30735/tid=30743] ppid=30733 vsize=302196 CPUtime=33 cores=0,2,4,6
/proc/30735/task/30743/stat : 30743 (plingeling) R 30733 30735 30119 0 -1 4202560 24157 1250 0 0 3297 3 0 0 25 0 5 0 596754198 309448704 32007 33554432000 4194304 4417332 140734461383552 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30735/tid=30744] ppid=30733 vsize=302196 CPUtime=33.18 cores=0,2,4,6
/proc/30735/task/30744/stat : 30744 (plingeling) R 30733 30735 30119 0 -1 4202560 18502 1250 0 0 3316 2 0 0 25 0 5 0 596754198 309448704 32007 33554432000 4194304 4417332 140734461383552 18446744073709551615 4253167 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30735/tid=30745] ppid=30733 vsize=302196 CPUtime=33.18 cores=0,2,4,6
/proc/30735/task/30745/stat : 30745 (plingeling) R 30733 30735 30119 0 -1 4202560 4700 1250 0 0 3318 0 0 0 25 0 5 0 596754198 309448704 32007 33554432000 4194304 4417332 140734461383552 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 132.98
Current children cumulated vsize (KiB) 302196

[startup+34.0006 s]
/proc/loadavg: 7.99 7.96 7.79 9/186 30746
/proc/meminfo: memFree=19229584/32950928 swapFree=67111364/67111528
[pid=30735] ppid=30733 vsize=308860 CPUtime=134.58 cores=0,2,4,6
/proc/30735/stat : 30735 (plingeling) S 30733 30735 30119 0 -1 4202496 82579 1250 0 0 13447 11 0 0 25 0 5 0 596754158 316272640 33673 33554432000 4194304 4417332 140734461383552 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30735/statm: 77215 33673 181 55 0 75101 0
[pid=30735/tid=30742] ppid=30733 vsize=308860 CPUtime=33.59 cores=0,2,4,6
/proc/30735/task/30742/stat : 30742 (plingeling) R 30733 30735 30119 0 -1 4202560 14775 1250 0 0 3357 2 0 0 25 0 5 0 596754198 316272640 33673 33554432000 4194304 4417332 140734461383552 18446744073709551615 4366319 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30735/tid=30743] ppid=30733 vsize=308860 CPUtime=33.4 cores=0,2,4,6
/proc/30735/task/30743/stat : 30743 (plingeling) R 30733 30735 30119 0 -1 4202560 24157 1250 0 0 3337 3 0 0 25 0 5 0 596754198 316272640 33673 33554432000 4194304 4417332 140734461383552 18446744073709551615 4356907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30735/tid=30744] ppid=30733 vsize=308860 CPUtime=33.58 cores=0,2,4,6
/proc/30735/task/30744/stat : 30744 (plingeling) R 30733 30735 30119 0 -1 4202560 20551 1250 0 0 3356 2 0 0 25 0 5 0 596754198 316272640 33673 33554432000 4194304 4417332 140734461383552 18446744073709551615 4253133 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30735/tid=30745] ppid=30733 vsize=308860 CPUtime=33.58 cores=0,2,4,6
/proc/30735/task/30745/stat : 30745 (plingeling) R 30733 30735 30119 0 -1 4202560 4700 1250 0 0 3358 0 0 0 25 0 5 0 596754198 316272640 33673 33554432000 4194304 4417332 140734461383552 18446744073709551615 4250873 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 134.58
Current children cumulated vsize (KiB) 308860

[startup+34.2066 s]
/proc/loadavg: 7.99 7.96 7.79 9/186 30746
/proc/meminfo: memFree=19212592/32950928 swapFree=67111364/67111528
[pid=30735] ppid=30733 vsize=308860 CPUtime=135.33 cores=0,2,4,6
/proc/30735/stat : 30735 (plingeling) S 30733 30735 30119 0 -1 4202496 82580 1250 0 0 13522 11 0 0 18 0 3 0 596754158 316272640 33674 33554432000 4194304 4417332 140734461383552 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/30735/statm: 77215 33674 182 55 0 75101 0
[pid=30735/tid=30743] ppid=30733 vsize=308860 CPUtime=33.6 cores=0,2,4,6
/proc/30735/task/30743/stat : 30743 (plingeling) R 30733 30735 30119 0 -1 4202560 24157 1250 0 0 3357 3 0 0 25 0 3 0 596754198 316272640 33674 33554432000 4194304 4417332 140734461383552 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30735/tid=30744] ppid=30733 vsize=308860 CPUtime=33.79 cores=0,2,4,6
/proc/30735/task/30744/stat : 30744 (plingeling) R 30733 30735 30119 0 -1 4202560 20551 1250 0 0 3377 2 0 0 25 0 3 0 596754198 316272640 33674 33554432000 4194304 4417332 140734461383552 18446744073709551615 4234231 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 135.33
Current children cumulated vsize (KiB) 308860

Child status: 20
Real time (s): 34.2326
CPU time (s): 135.383
CPU user time (s): 135.255
CPU system time (s): 0.12798
CPU usage (%): 395.481
Max. virtual memory (cumulated for all children) (KiB): 332816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 135.255
system time used= 0.12798
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83833
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= 94
involuntary context switches= 698

runsolver used 0.052991 second user time and 0.140978 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 10:20:35
IDJOB=3288241
IDBENCH=82492
IDSOLVER=1605
FILE ID=node113/3288241-1304065235
RUNJOBID= node113-1304064180-30138
PBS_JOBID= 13170457
Free space on /tmp= 71152 MiB

SOLVER NAME= Plingeling 587
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-3288241-1304065235/watcher-3288241-1304065235 -o /tmp/evaluation-result-3288241-1304065235/solver-3288241-1304065235 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3288241-1304065235.cnf

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

MD5SUM BENCH= 7eb9713591c46f87c512df513290fd7f
RANDOM SEED=363355770

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.76
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.846
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.846
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.75
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.846
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.846
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.846
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.846
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:     32950928 kB
MemFree:      19346848 kB
Buffers:       1745084 kB
Cached:       10890668 kB
SwapCached:        164 kB
Active:        6772840 kB
Inactive:      6241240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19346848 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            6384 kB
Writeback:           0 kB
AnonPages:      378484 kB
Mapped:          15312 kB
Slab:           527008 kB
PageTables:       5096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   569824 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= 71152 MiB
End job on node113 at 2011-04-29 10:21:09