Trace number 3371417

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 320.045 86.3996

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.120-NOTKNOWN.cnf
MD5SUM2a2f6fb35277c8ead36f65de8bb36dbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark62.1775
Satisfiable
(Un)Satisfiability was proved
Number of variables516641
Number of clauses9436757
Sum of the clauses size20541437
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29079800
Number of clauses of size 3337440
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518000

Solver Data

319.93/86.39	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-3371417-1305420817/watcher-3371417-1305420817 -o /tmp/evaluation-result-3371417-1305420817/solver-3371417-1305420817 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371417-1305420817.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: 7.00 5.73 6.40 5/299 4214
/proc/meminfo: memFree=12548160/32950928 swapFree=67083212/67111528
[pid=4214] ppid=4212 vsize=15052 CPUtime=0 cores=1,3,5,7
/proc/4214/stat : 4214 (plingeling) R 4212 4214 3297 0 -1 4202496 1831 1256 0 0 0 0 0 0 22 0 1 0 653681885 15413248 1761 33554432000 4194304 4417452 140735667225680 18446744073709551615 208079929099 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/4214/statm: 3763 1773 144 55 0 1649 0

[startup+0.02401 s]
/proc/loadavg: 7.00 5.73 6.40 5/299 4214
/proc/meminfo: memFree=12548160/32950928 swapFree=67083212/67111528
[pid=4214] ppid=4212 vsize=18448 CPUtime=0.01 cores=1,3,5,7
/proc/4214/stat : 4214 (plingeling) R 4212 4214 3297 0 -1 4202496 2705 1256 0 0 1 0 0 0 22 0 1 0 653681885 18890752 2635 33554432000 4194304 4417452 140735667225680 18446744073709551615 208080232192 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/4214/statm: 4612 2635 148 55 0 2498 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18448

[startup+0.101002 s]
/proc/loadavg: 7.00 5.73 6.40 5/299 4214
/proc/meminfo: memFree=12548160/32950928 swapFree=67083212/67111528
[pid=4214] ppid=4212 vsize=26032 CPUtime=0.08 cores=1,3,5,7
/proc/4214/stat : 4214 (plingeling) R 4212 4214 3297 0 -1 4202496 4586 1256 0 0 8 0 0 0 22 0 1 0 653681885 26656768 4516 33554432000 4194304 4417452 140735667225680 18446744073709551615 4236649 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/4214/statm: 6508 4516 149 55 0 4394 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26032

[startup+0.300962 s]
/proc/loadavg: 7.00 5.73 6.40 5/299 4214
/proc/meminfo: memFree=12548160/32950928 swapFree=67083212/67111528
[pid=4214] ppid=4212 vsize=38868 CPUtime=0.29 cores=1,3,5,7
/proc/4214/stat : 4214 (plingeling) R 4212 4214 3297 0 -1 4202496 7811 1256 0 0 28 1 0 0 24 0 1 0 653681885 39800832 7741 33554432000 4194304 4417452 140735667225680 18446744073709551615 4209584 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/4214/statm: 9717 7741 149 55 0 7603 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38868

[startup+0.700885 s]
/proc/loadavg: 7.00 5.73 6.40 5/299 4214
/proc/meminfo: memFree=12548160/32950928 swapFree=67083212/67111528
[pid=4214] ppid=4212 vsize=75368 CPUtime=0.69 cores=1,3,5,7
/proc/4214/stat : 4214 (plingeling) R 4212 4214 3297 0 -1 4202496 16936 1256 0 0 66 3 0 0 25 0 1 0 653681885 77176832 16866 33554432000 4194304 4417452 140735667225680 18446744073709551615 208079851022 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/4214/statm: 18842 16866 149 55 0 16728 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75368

[startup+1.50073 s]
/proc/loadavg: 7.00 5.73 6.40 6/300 4220
/proc/meminfo: memFree=12449952/32950928 swapFree=67083212/67111528
[pid=4214] ppid=4212 vsize=127852 CPUtime=1.49 cores=1,3,5,7
/proc/4214/stat : 4214 (plingeling) R 4212 4214 3297 0 -1 4202496 30057 1256 0 0 144 5 0 0 25 0 1 0 653681885 130920448 29987 33554432000 4194304 4417452 140735667225680 18446744073709551615 4259997 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/4214/statm: 31963 29987 149 55 0 29849 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 127852

[startup+3.10043 s]
/proc/loadavg: 7.00 5.73 6.40 6/300 4220
/proc/meminfo: memFree=12323604/32950928 swapFree=67083212/67111528
[pid=4214] ppid=4212 vsize=365288 CPUtime=3.09 cores=1,3,5,7
/proc/4214/stat : 4214 (plingeling) R 4212 4214 3297 0 -1 4202496 89449 1256 0 0 294 15 0 0 25 0 1 0 653681885 374054912 89346 33554432000 4194304 4417452 140735667225680 18446744073709551615 4209615 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/4214/statm: 91322 89346 149 55 0 89208 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 365288

[startup+6.30082 s]
/proc/loadavg: 6.84 5.72 6.39 6/300 4220
/proc/meminfo: memFree=11840900/32950928 swapFree=67083212/67111528
[pid=4214] ppid=4212 vsize=710904 CPUtime=6.29 cores=1,3,5,7
/proc/4214/stat : 4214 (plingeling) R 4212 4214 3297 0 -1 4202496 175981 1256 0 0 601 28 0 0 25 0 1 0 653681885 727965696 175750 33554432000 4194304 4417452 140735667225680 18446744073709551615 208079851056 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/4214/statm: 177726 175750 149 55 0 175612 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 710904

[startup+12.7006 s]
/proc/loadavg: 6.94 5.75 6.40 9/304 4224
/proc/meminfo: memFree=11821180/32950928 swapFree=67083212/67111528
[pid=4214] ppid=4212 vsize=892920 CPUtime=27.36 cores=1,3,5,7
/proc/4214/stat : 4214 (plingeling) S 4212 4214 3297 0 -1 4202496 248889 1256 0 0 2694 42 0 0 25 0 5 0 653681885 914350080 200309 33554432000 4194304 4417452 140735667225680 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/4214/statm: 223230 200309 177 55 0 221116 0
[pid=4214/tid=4221] ppid=4212 vsize=892920 CPUtime=4.9 cores=1,3,5,7
/proc/4214/task/4221/stat : 4221 (plingeling) R 4212 4214 3297 0 -1 4202560 12870 1256 0 0 488 2 0 0 25 0 5 0 653682664 914350080 200309 33554432000 4194304 4417452 140735667225680 18446744073709551615 4268197 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=4214/tid=4222] ppid=4212 vsize=892920 CPUtime=4.89 cores=1,3,5,7
/proc/4214/task/4222/stat : 4222 (plingeling) R 4212 4214 3297 0 -1 4202560 14480 1256 0 0 487 2 0 0 25 0 5 0 653682664 914350080 200309 33554432000 4194304 4417452 140735667225680 18446744073709551615 4267069 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=4214/tid=4223] ppid=4212 vsize=892920 CPUtime=4.9 cores=1,3,5,7
/proc/4214/task/4223/stat : 4223 (plingeling) R 4212 4214 3297 0 -1 4202560 32453 1256 0 0 486 4 0 0 25 0 5 0 653682664 914350080 200309 33554432000 4194304 4417452 140735667225680 18446744073709551615 4256320 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=4214/tid=4224] ppid=4212 vsize=892920 CPUtime=4.86 cores=1,3,5,7
/proc/4214/task/4224/stat : 4224 (plingeling) R 4212 4214 3297 0 -1 4202560 8997 1256 0 0 485 1 0 0 25 0 5 0 653682664 914350080 200309 33554432000 4194304 4417452 140735667225680 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 27.36
Current children cumulated vsize (KiB) 892920

[startup+25.5012 s]
/proc/loadavg: 7.17 5.86 6.43 9/304 4224
/proc/meminfo: memFree=11817432/32950928 swapFree=67083212/67111528
[pid=4214] ppid=4212 vsize=795988 CPUtime=78.4 cores=1,3,5,7
/proc/4214/stat : 4214 (plingeling) S 4212 4214 3297 0 -1 4202496 343629 1256 0 0 7779 61 0 0 25 0 5 0 653681885 815091712 176092 33554432000 4194304 4417452 140735667225680 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/4214/statm: 198997 176092 180 55 0 196883 0
[pid=4214/tid=4221] ppid=4212 vsize=795988 CPUtime=17.56 cores=1,3,5,7
/proc/4214/task/4221/stat : 4221 (plingeling) R 4212 4214 3297 0 -1 4202560 46819 1256 0 0 1747 9 0 0 25 0 5 0 653682664 815091712 176092 33554432000 4194304 4417452 140735667225680 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=4214/tid=4222] ppid=4212 vsize=795988 CPUtime=17.68 cores=1,3,5,7
/proc/4214/task/4222/stat : 4222 (plingeling) R 4212 4214 3297 0 -1 4202560 52554 1256 0 0 1758 10 0 0 25 0 5 0 653682664 815091712 176092 33554432000 4194304 4417452 140735667225680 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=4214/tid=4223] ppid=4212 vsize=795988 CPUtime=17.7 cores=1,3,5,7
/proc/4214/task/4223/stat : 4223 (plingeling) R 4212 4214 3297 0 -1 4202560 55140 1256 0 0 1762 8 0 0 25 0 5 0 653682664 815091712 176092 33554432000 4194304 4417452 140735667225680 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=4214/tid=4224] ppid=4212 vsize=795988 CPUtime=17.65 cores=1,3,5,7
/proc/4214/task/4224/stat : 4224 (plingeling) R 4212 4214 3297 0 -1 4202560 9027 1256 0 0 1764 1 0 0 25 0 5 0 653682664 815091712 176092 33554432000 4194304 4417452 140735667225680 18446744073709551615 4353572 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 78.4
Current children cumulated vsize (KiB) 795988

[startup+51.1003 s]
/proc/loadavg: 7.45 6.03 6.47 9/304 4225
/proc/meminfo: memFree=11762572/32950928 swapFree=67083212/67111528
[pid=4214] ppid=4212 vsize=817696 CPUtime=180.55 cores=1,3,5,7
/proc/4214/stat : 4214 (plingeling) S 4212 4214 3297 0 -1 4202496 353871 1256 0 0 17993 62 0 0 25 0 5 0 653681885 837320704 181519 33554432000 4194304 4417452 140735667225680 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/4214/statm: 204424 181519 180 55 0 202310 0
[pid=4214/tid=4221] ppid=4212 vsize=817696 CPUtime=42.93 cores=1,3,5,7
/proc/4214/task/4221/stat : 4221 (plingeling) R 4212 4214 3297 0 -1 4202560 49306 1256 0 0 4283 10 0 0 25 0 5 0 653682664 837320704 181519 33554432000 4194304 4417452 140735667225680 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=4214/tid=4222] ppid=4212 vsize=817696 CPUtime=43.27 cores=1,3,5,7
/proc/4214/task/4222/stat : 4222 (plingeling) R 4212 4214 3297 0 -1 4202560 55692 1256 0 0 4317 10 0 0 25 0 5 0 653682664 837320704 181519 33554432000 4194304 4417452 140735667225680 18446744073709551615 4364495 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=4214/tid=4223] ppid=4212 vsize=817696 CPUtime=43.3 cores=1,3,5,7
/proc/4214/task/4223/stat : 4223 (plingeling) R 4212 4214 3297 0 -1 4202560 55524 1256 0 0 4322 8 0 0 25 0 5 0 653682664 837320704 181519 33554432000 4194304 4417452 140735667225680 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=4214/tid=4224] ppid=4212 vsize=817696 CPUtime=43.24 cores=1,3,5,7
/proc/4214/task/4224/stat : 4224 (plingeling) R 4212 4214 3297 0 -1 4202560 13260 1256 0 0 4323 1 0 0 25 0 5 0 653682664 837320704 181519 33554432000 4194304 4417452 140735667225680 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 180.55
Current children cumulated vsize (KiB) 817696

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

[startup+63.9009 s]
/proc/loadavg: 7.54 6.10 6.48 9/304 4225
/proc/meminfo: memFree=11708004/32950928 swapFree=67083212/67111528
[pid=4214] ppid=4212 vsize=847732 CPUtime=231.64 cores=1,3,5,7
/proc/4214/stat : 4214 (plingeling) S 4212 4214 3297 0 -1 4202496 363905 1256 0 0 23100 64 0 0 25 0 5 0 653681885 868077568 191476 33554432000 4194304 4417452 140735667225680 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/4214/statm: 211933 191476 180 55 0 209819 0
[pid=4214/tid=4221] ppid=4212 vsize=847732 CPUtime=55.6 cores=1,3,5,7
/proc/4214/task/4221/stat : 4221 (plingeling) R 4212 4214 3297 0 -1 4202560 51776 1256 0 0 5550 10 0 0 25 0 5 0 653682664 868077568 191476 33554432000 4194304 4417452 140735667225680 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=4214/tid=4222] ppid=4212 vsize=847732 CPUtime=56.08 cores=1,3,5,7
/proc/4214/task/4222/stat : 4222 (plingeling) R 4212 4214 3297 0 -1 4202560 60195 1256 0 0 5597 11 0 0 25 0 5 0 653682664 868077568 191476 33554432000 4194304 4417452 140735667225680 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=4214/tid=4223] ppid=4212 vsize=847732 CPUtime=56.09 cores=1,3,5,7
/proc/4214/task/4223/stat : 4223 (plingeling) R 4212 4214 3297 0 -1 4202560 57972 1256 0 0 5601 8 0 0 25 0 5 0 653682664 868077568 191476 33554432000 4194304 4417452 140735667225680 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=4214/tid=4224] ppid=4212 vsize=847732 CPUtime=56.04 cores=1,3,5,7
/proc/4214/task/4224/stat : 4224 (plingeling) R 4212 4214 3297 0 -1 4202560 13873 1256 0 0 5603 1 0 0 25 0 5 0 653682664 868077568 191476 33554432000 4194304 4417452 140735667225680 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 231.64
Current children cumulated vsize (KiB) 847732

[startup+76.7004 s]
/proc/loadavg: 7.64 6.19 6.51 9/304 4226
/proc/meminfo: memFree=11683452/32950928 swapFree=67083212/67111528
[pid=4214] ppid=4212 vsize=847732 CPUtime=282.72 cores=1,3,5,7
/proc/4214/stat : 4214 (plingeling) S 4212 4214 3297 0 -1 4202496 363905 1256 0 0 28208 64 0 0 25 0 5 0 653681885 868077568 191476 33554432000 4194304 4417452 140735667225680 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/4214/statm: 211933 191476 180 55 0 209819 0
[pid=4214/tid=4221] ppid=4212 vsize=847732 CPUtime=68.28 cores=1,3,5,7
/proc/4214/task/4221/stat : 4221 (plingeling) R 4212 4214 3297 0 -1 4202560 51776 1256 0 0 6818 10 0 0 25 0 5 0 653682664 868077568 191476 33554432000 4194304 4417452 140735667225680 18446744073709551615 4357970 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=4214/tid=4222] ppid=4212 vsize=847732 CPUtime=68.88 cores=1,3,5,7
/proc/4214/task/4222/stat : 4222 (plingeling) R 4212 4214 3297 0 -1 4202560 60195 1256 0 0 6877 11 0 0 25 0 5 0 653682664 868077568 191476 33554432000 4194304 4417452 140735667225680 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=4214/tid=4223] ppid=4212 vsize=847732 CPUtime=68.89 cores=1,3,5,7
/proc/4214/task/4223/stat : 4223 (plingeling) R 4212 4214 3297 0 -1 4202560 57972 1256 0 0 6881 8 0 0 25 0 5 0 653682664 868077568 191476 33554432000 4194304 4417452 140735667225680 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=4214/tid=4224] ppid=4212 vsize=847732 CPUtime=68.84 cores=1,3,5,7
/proc/4214/task/4224/stat : 4224 (plingeling) R 4212 4214 3297 0 -1 4202560 13873 1256 0 0 6883 1 0 0 25 0 5 0 653682664 868077568 191476 33554432000 4194304 4417452 140735667225680 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 282.72
Current children cumulated vsize (KiB) 847732

[startup+83.1012 s]
/proc/loadavg: 7.67 6.22 6.51 9/304 4226
/proc/meminfo: memFree=11679288/32950928 swapFree=67083212/67111528
[pid=4214] ppid=4212 vsize=847620 CPUtime=308.26 cores=1,3,5,7
/proc/4214/stat : 4214 (plingeling) S 4212 4214 3297 0 -1 4202496 406633 1256 0 0 30754 72 0 0 25 0 5 0 653681885 867962880 192120 33554432000 4194304 4417452 140735667225680 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/4214/statm: 211905 192120 180 55 0 209791 0
[pid=4214/tid=4221] ppid=4212 vsize=847620 CPUtime=74.62 cores=1,3,5,7
/proc/4214/task/4221/stat : 4221 (plingeling) R 4212 4214 3297 0 -1 4202560 51776 1256 0 0 7452 10 0 0 25 0 5 0 653682664 867962880 192120 33554432000 4194304 4417452 140735667225680 18446744073709551615 4265360 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=4214/tid=4222] ppid=4212 vsize=847620 CPUtime=75.28 cores=1,3,5,7
/proc/4214/task/4222/stat : 4222 (plingeling) R 4212 4214 3297 0 -1 4202560 60394 1256 0 0 7517 11 0 0 25 0 5 0 653682664 867962880 192120 33554432000 4194304 4417452 140735667225680 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=4214/tid=4223] ppid=4212 vsize=847620 CPUtime=75.29 cores=1,3,5,7
/proc/4214/task/4223/stat : 4223 (plingeling) R 4212 4214 3297 0 -1 4202560 100501 1256 0 0 7513 16 0 0 25 0 5 0 653682664 867962880 192120 33554432000 4194304 4417452 140735667225680 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=4214/tid=4224] ppid=4212 vsize=847620 CPUtime=75.24 cores=1,3,5,7
/proc/4214/task/4224/stat : 4224 (plingeling) R 4212 4214 3297 0 -1 4202560 13873 1256 0 0 7523 1 0 0 25 0 5 0 653682664 867962880 192120 33554432000 4194304 4417452 140735667225680 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 308.26
Current children cumulated vsize (KiB) 847620

[startup+84.7119 s]
/proc/loadavg: 7.69 6.25 6.52 9/304 4226
/proc/meminfo: memFree=11679908/32950928 swapFree=67083212/67111528
[pid=4214] ppid=4212 vsize=847620 CPUtime=314.68 cores=1,3,5,7
/proc/4214/stat : 4214 (plingeling) S 4212 4214 3297 0 -1 4202496 406633 1256 0 0 31396 72 0 0 25 0 5 0 653681885 867962880 192120 33554432000 4194304 4417452 140735667225680 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/4214/statm: 211905 192120 180 55 0 209791 0
[pid=4214/tid=4221] ppid=4212 vsize=847620 CPUtime=76.21 cores=1,3,5,7
/proc/4214/task/4221/stat : 4221 (plingeling) R 4212 4214 3297 0 -1 4202560 51776 1256 0 0 7611 10 0 0 25 0 5 0 653682664 867962880 192120 33554432000 4194304 4417452 140735667225680 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=4214/tid=4222] ppid=4212 vsize=847620 CPUtime=76.89 cores=1,3,5,7
/proc/4214/task/4222/stat : 4222 (plingeling) R 4212 4214 3297 0 -1 4202560 60394 1256 0 0 7678 11 0 0 25 0 5 0 653682664 867962880 192120 33554432000 4194304 4417452 140735667225680 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=4214/tid=4223] ppid=4212 vsize=847620 CPUtime=76.9 cores=1,3,5,7
/proc/4214/task/4223/stat : 4223 (plingeling) R 4212 4214 3297 0 -1 4202560 100501 1256 0 0 7674 16 0 0 25 0 5 0 653682664 867962880 192120 33554432000 4194304 4417452 140735667225680 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=4214/tid=4224] ppid=4212 vsize=847620 CPUtime=76.85 cores=1,3,5,7
/proc/4214/task/4224/stat : 4224 (plingeling) R 4212 4214 3297 0 -1 4202560 13873 1256 0 0 7684 1 0 0 25 0 5 0 653682664 867962880 192120 33554432000 4194304 4417452 140735667225680 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 314.68
Current children cumulated vsize (KiB) 847620

[startup+85.5007 s]
/proc/loadavg: 7.69 6.25 6.52 9/304 4226
/proc/meminfo: memFree=11679908/32950928 swapFree=67083212/67111528
[pid=4214] ppid=4212 vsize=847616 CPUtime=317.84 cores=1,3,5,7
/proc/4214/stat : 4214 (plingeling) S 4212 4214 3297 0 -1 4202496 423018 1256 0 0 31709 75 0 0 25 0 5 0 653681885 867958784 192119 33554432000 4194304 4417452 140735667225680 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/4214/statm: 211904 192119 180 55 0 209790 0
[pid=4214/tid=4221] ppid=4212 vsize=847616 CPUtime=77 cores=1,3,5,7
/proc/4214/task/4221/stat : 4221 (plingeling) R 4212 4214 3297 0 -1 4202560 51776 1256 0 0 7690 10 0 0 25 0 5 0 653682664 867958784 192119 33554432000 4194304 4417452 140735667225680 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=4214/tid=4222] ppid=4212 vsize=847616 CPUtime=77.68 cores=1,3,5,7
/proc/4214/task/4222/stat : 4222 (plingeling) R 4212 4214 3297 0 -1 4202560 76779 1256 0 0 7754 14 0 0 25 0 5 0 653682664 867958784 192119 33554432000 4194304 4417452 140735667225680 18446744073709551615 4265805 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=4214/tid=4223] ppid=4212 vsize=847616 CPUtime=77.69 cores=1,3,5,7
/proc/4214/task/4223/stat : 4223 (plingeling) R 4212 4214 3297 0 -1 4202560 100501 1256 0 0 7753 16 0 0 25 0 5 0 653682664 867958784 192119 33554432000 4194304 4417452 140735667225680 18446744073709551615 4250648 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=4214/tid=4224] ppid=4212 vsize=847616 CPUtime=77.64 cores=1,3,5,7
/proc/4214/task/4224/stat : 4224 (plingeling) R 4212 4214 3297 0 -1 4202560 13873 1256 0 0 7763 1 0 0 25 0 5 0 653682664 867958784 192119 33554432000 4194304 4417452 140735667225680 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 317.84
Current children cumulated vsize (KiB) 847616

[startup+85.9007 s]
/proc/loadavg: 7.69 6.25 6.52 9/304 4226
/proc/meminfo: memFree=11679908/32950928 swapFree=67083212/67111528
[pid=4214] ppid=4212 vsize=913156 CPUtime=319.43 cores=1,3,5,7
/proc/4214/stat : 4214 (plingeling) S 4212 4214 3297 0 -1 4202496 439403 1256 0 0 31866 77 0 0 25 0 5 0 653681885 935071744 208504 33554432000 4194304 4417452 140735667225680 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/4214/statm: 228289 208504 180 55 0 226175 0
[pid=4214/tid=4221] ppid=4212 vsize=913156 CPUtime=77.39 cores=1,3,5,7
/proc/4214/task/4221/stat : 4221 (plingeling) R 4212 4214 3297 0 -1 4202560 51776 1256 0 0 7729 10 0 0 25 0 5 0 653682664 935071744 208504 33554432000 4194304 4417452 140735667225680 18446744073709551615 4236735 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=4214/tid=4222] ppid=4212 vsize=913156 CPUtime=78.08 cores=1,3,5,7
/proc/4214/task/4222/stat : 4222 (plingeling) R 4212 4214 3297 0 -1 4202560 93164 1256 0 0 7792 16 0 0 25 0 5 0 653682664 935071744 208504 33554432000 4194304 4417452 140735667225680 18446744073709551615 4255615 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=4214/tid=4223] ppid=4212 vsize=913156 CPUtime=78.09 cores=1,3,5,7
/proc/4214/task/4223/stat : 4223 (plingeling) R 4212 4214 3297 0 -1 4202560 100501 1256 0 0 7793 16 0 0 25 0 5 0 653682664 935071744 208504 33554432000 4194304 4417452 140735667225680 18446744073709551615 4364420 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=4214/tid=4224] ppid=4212 vsize=913156 CPUtime=78.04 cores=1,3,5,7
/proc/4214/task/4224/stat : 4224 (plingeling) R 4212 4214 3297 0 -1 4202560 13873 1256 0 0 7803 1 0 0 25 0 5 0 653682664 935071744 208504 33554432000 4194304 4417452 140735667225680 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 319.43
Current children cumulated vsize (KiB) 913156

[startup+86.3006 s]
/proc/loadavg: 7.69 6.25 6.52 9/304 4226
/proc/meminfo: memFree=11679908/32950928 swapFree=67083212/67111528
[pid=4214] ppid=4212 vsize=847608 CPUtime=319.93 cores=1,3,5,7
/proc/4214/stat : 4214 (plingeling) S 4212 4214 3297 0 -1 4202496 439404 1256 0 0 31916 77 0 0 18 0 2 0 653681885 867950592 192118 33554432000 4194304 4417452 140735667225680 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/4214/statm: 211902 192118 181 55 0 209788 0
[pid=4214/tid=4222] ppid=4212 vsize=847608 CPUtime=78.48 cores=1,3,5,7
/proc/4214/task/4222/stat : 4222 (plingeling) R 4212 4214 3297 0 -1 4202560 93164 1256 0 0 7832 16 0 0 25 0 2 0 653682664 867950592 192118 33554432000 4194304 4417452 140735667225680 18446744073709551615 4270704 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 319.93
Current children cumulated vsize (KiB) 847608

Child status: 20
Real time (s): 86.3996
CPU time (s): 320.045
CPU user time (s): 319.232
CPU system time (s): 0.812876
CPU usage (%): 370.424
Max. virtual memory (cumulated for all children) (KiB): 1026084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 319.232
system time used= 0.812876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 440663
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= 204
involuntary context switches= 2271

runsolver used 0.216967 second user time and 0.602908 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-15 02:53:42
IDJOB=3371417
IDBENCH=82364
IDSOLVER=1848
FILE ID=node127/3371417-1305420817
RUNJOBID= node127-1305420624-3856
PBS_JOBID= 13324545
Free space on /tmp= 73268 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.120-NOTKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371417-1305420817/watcher-3371417-1305420817 -o /tmp/evaluation-result-3371417-1305420817/solver-3371417-1305420817 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371417-1305420817.cnf

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

MD5SUM BENCH= 2a2f6fb35277c8ead36f65de8bb36dbb
RANDOM SEED=1568636813

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12548192 kB
Buffers:        293864 kB
Cached:        3696056 kB
SwapCached:       1620 kB
Active:       17277720 kB
Inactive:      2781004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12548192 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:          215128 kB
Writeback:           0 kB
AnonPages:    16067476 kB
Mapped:          26600 kB
Slab:           233776 kB
PageTables:      47312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44615040 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= 73268 MiB
End job on node127 at 2011-05-15 02:55:09