Trace number 3372569

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 112.721 14.6485

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-bjrb07amba2andenv-tseitin.cnf
MD5SUM7599aafec7bebba20ceab50260cd7197
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.53746
Satisfiable
(Un)Satisfiability was proved
Number of variables70167
Number of clauses209513
Sum of the clauses size488861
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2139674
Number of clauses of size 369837
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

112.66/14.64	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: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 7.73 7.81 7.80 2/165 23729
/proc/meminfo: memFree=29679936/32951132 swapFree=67061144/67111528
[pid=23729] ppid=23727 vsize=10256 CPUtime=0 cores=0-7
/proc/23729/stat : 23729 (plingeling) R 23727 23729 22818 0 -1 4202496 643 1252 0 0 0 0 0 0 25 0 1 0 877803162 10502144 572 33554432000 4194304 4417452 140735353823280 18446744073709551615 210647146240 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/23729/statm: 2564 572 148 55 0 450 0

[startup+0.0321051 s]
/proc/loadavg: 7.73 7.81 7.80 2/165 23729
/proc/meminfo: memFree=29679936/32951132 swapFree=67061144/67111528
[pid=23729] ppid=23727 vsize=16492 CPUtime=0.02 cores=0-7
/proc/23729/stat : 23729 (plingeling) R 23727 23729 22818 0 -1 4202496 2219 1252 0 0 2 0 0 0 25 0 1 0 877803162 16887808 2148 33554432000 4194304 4417452 140735353823280 18446744073709551615 4227779 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/23729/statm: 4123 2148 149 55 0 2009 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16492

[startup+0.101091 s]
/proc/loadavg: 7.73 7.81 7.80 2/165 23729
/proc/meminfo: memFree=29679936/32951132 swapFree=67061144/67111528
[pid=23729] ppid=23727 vsize=27544 CPUtime=0.09 cores=0-7
/proc/23729/stat : 23729 (plingeling) R 23727 23729 22818 0 -1 4202496 5010 1252 0 0 9 0 0 0 25 0 1 0 877803162 28205056 4895 33554432000 4194304 4417452 140735353823280 18446744073709551615 4235999 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/23729/statm: 6886 4895 149 55 0 4772 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27544

[startup+0.301071 s]
/proc/loadavg: 7.73 7.81 7.80 2/165 23729
/proc/meminfo: memFree=29679936/32951132 swapFree=67061144/67111528
[pid=23729] ppid=23727 vsize=80836 CPUtime=0.29 cores=0-7
/proc/23729/stat : 23729 (plingeling) R 23727 23729 22818 0 -1 4202496 18354 1252 0 0 27 2 0 0 25 0 1 0 877803162 82776064 18234 33554432000 4194304 4417452 140735353823280 18446744073709551615 210647146240 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/23729/statm: 20209 18234 149 55 0 18095 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80836

[startup+0.700959 s]
/proc/loadavg: 7.73 7.81 7.80 2/165 23729
/proc/meminfo: memFree=29679936/32951132 swapFree=67061144/67111528
[pid=23729] ppid=23727 vsize=251112 CPUtime=2.17 cores=0-7
/proc/23729/stat : 23729 (plingeling) S 23727 23729 22818 0 -1 4202496 46842 1252 0 0 211 6 0 0 18 0 9 0 877803162 257138688 29989 33554432000 4194304 4417452 140735353823280 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23729/statm: 62778 29989 173 55 0 60664 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 251112

[startup+1.50082 s]
/proc/loadavg: 7.73 7.81 7.80 9/174 23743
/proc/meminfo: memFree=29563824/32951132 swapFree=67061144/67111528
[pid=23729] ppid=23727 vsize=246780 CPUtime=8.57 cores=0-7
/proc/23729/stat : 23729 (plingeling) S 23727 23729 22818 0 -1 4202496 53023 1252 0 0 849 8 0 0 18 0 9 0 877803162 252702720 28771 33554432000 4194304 4417452 140735353823280 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23729/statm: 61695 28771 174 55 0 59581 0
[pid=23729/tid=23736] ppid=23727 vsize=246780 CPUtime=1 cores=0-7
/proc/23729/task/23736/stat : 23736 (plingeling) R 23727 23729 22818 0 -1 4202560 1859 1252 0 0 100 0 0 0 19 0 9 0 877803211 252702720 28771 33554432000 4194304 4417452 140735353823280 18446744073709551615 4287115 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23729/tid=23737] ppid=23727 vsize=246780 CPUtime=1.01 cores=0-7
/proc/23729/task/23737/stat : 23737 (plingeling) R 23727 23729 22818 0 -1 4202560 1864 1252 0 0 101 0 0 0 25 0 9 0 877803211 252702720 28771 33554432000 4194304 4417452 140735353823280 18446744073709551615 4287239 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23729/tid=23738] ppid=23727 vsize=246780 CPUtime=1 cores=0-7
/proc/23729/task/23738/stat : 23738 (plingeling) R 23727 23729 22818 0 -1 4202560 3090 1252 0 0 100 0 0 0 25 0 9 0 877803211 252702720 28771 33554432000 4194304 4417452 140735353823280 18446744073709551615 4284626 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23729/tid=23739] ppid=23727 vsize=246780 CPUtime=1 cores=0-7
/proc/23729/task/23739/stat : 23739 (plingeling) R 23727 23729 22818 0 -1 4202560 1721 1252 0 0 100 0 0 0 25 0 9 0 877803211 252702720 28771 33554432000 4194304 4417452 140735353823280 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23729/tid=23740] ppid=23727 vsize=246780 CPUtime=1.01 cores=0-7
/proc/23729/task/23740/stat : 23740 (plingeling) R 23727 23729 22818 0 -1 4202560 1924 1252 0 0 101 0 0 0 21 0 9 0 877803211 252702720 28771 33554432000 4194304 4417452 140735353823280 18446744073709551615 4287187 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23729/tid=23741] ppid=23727 vsize=246780 CPUtime=0.99 cores=0-7
/proc/23729/task/23741/stat : 23741 (plingeling) R 23727 23729 22818 0 -1 4202560 8269 1252 0 0 98 1 0 0 21 0 9 0 877803211 252702720 28771 33554432000 4194304 4417452 140735353823280 18446744073709551615 210646840408 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23729/tid=23742] ppid=23727 vsize=246780 CPUtime=1 cores=0-7
/proc/23729/task/23742/stat : 23742 (plingeling) R 23727 23729 22818 0 -1 4202560 2879 1252 0 0 100 0 0 0 21 0 9 0 877803211 252702720 28771 33554432000 4194304 4417452 140735353823280 18446744073709551615 4283159 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23729/tid=23743] ppid=23727 vsize=246780 CPUtime=1 cores=0-7
/proc/23729/task/23743/stat : 23743 (plingeling) R 23727 23729 22818 0 -1 4202560 3701 1252 0 0 100 0 0 0 21 0 9 0 877803211 252702720 28771 33554432000 4194304 4417452 140735353823280 18446744073709551615 4287187 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.57
Current children cumulated vsize (KiB) 246780

[startup+3.10055 s]
/proc/loadavg: 7.73 7.81 7.80 9/174 23743
/proc/meminfo: memFree=29531708/32951132 swapFree=67061144/67111528
[pid=23729] ppid=23727 vsize=286612 CPUtime=21.35 cores=0-7
/proc/23729/stat : 23729 (plingeling) S 23727 23729 22818 0 -1 4202496 77178 1252 0 0 2123 12 0 0 18 0 9 0 877803162 293490688 36935 33554432000 4194304 4417452 140735353823280 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23729/statm: 71653 36935 178 55 0 69539 0
[pid=23729/tid=23736] ppid=23727 vsize=286612 CPUtime=2.6 cores=0-7
/proc/23729/task/23736/stat : 23736 (plingeling) R 23727 23729 22818 0 -1 4202560 5700 1252 0 0 259 1 0 0 23 0 9 0 877803211 293490688 36935 33554432000 4194304 4417452 140735353823280 18446744073709551615 4346458 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23729/tid=23737] ppid=23727 vsize=286612 CPUtime=2.6 cores=0-7
/proc/23729/task/23737/stat : 23737 (plingeling) R 23727 23729 22818 0 -1 4202560 6231 1252 0 0 260 0 0 0 25 0 9 0 877803211 293490688 36935 33554432000 4194304 4417452 140735353823280 18446744073709551615 4346089 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23729/tid=23738] ppid=23727 vsize=286612 CPUtime=2.6 cores=0-7
/proc/23729/task/23738/stat : 23738 (plingeling) R 23727 23729 22818 0 -1 4202560 6641 1252 0 0 259 1 0 0 25 0 9 0 877803211 293490688 36935 33554432000 4194304 4417452 140735353823280 18446744073709551615 4284784 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23729/tid=23739] ppid=23727 vsize=286612 CPUtime=2.6 cores=0-7
/proc/23729/task/23739/stat : 23739 (plingeling) R 23727 23729 22818 0 -1 4202560 2745 1252 0 0 260 0 0 0 25 0 9 0 877803211 293490688 36935 33554432000 4194304 4417452 140735353823280 18446744073709551615 4365936 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23729/tid=23740] ppid=23727 vsize=286612 CPUtime=2.6 cores=0-7
/proc/23729/task/23740/stat : 23740 (plingeling) R 23727 23729 22818 0 -1 4202560 4420 1252 0 0 260 0 0 0 25 0 9 0 877803211 293490688 36935 33554432000 4194304 4417452 140735353823280 18446744073709551615 4346468 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23729/tid=23741] ppid=23727 vsize=286612 CPUtime=2.59 cores=0-7
/proc/23729/task/23741/stat : 23741 (plingeling) R 23727 23729 22818 0 -1 4202560 13326 1252 0 0 257 2 0 0 25 0 9 0 877803211 293490688 36935 33554432000 4194304 4417452 140735353823280 18446744073709551615 4346458 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23729/tid=23742] ppid=23727 vsize=286612 CPUtime=2.6 cores=0-7
/proc/23729/task/23742/stat : 23742 (plingeling) R 23727 23729 22818 0 -1 4202560 4651 1252 0 0 260 0 0 0 25 0 9 0 877803211 293490688 36935 33554432000 4194304 4417452 140735353823280 18446744073709551615 4320496 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23729/tid=23743] ppid=23727 vsize=286612 CPUtime=2.6 cores=0-7
/proc/23729/task/23743/stat : 23743 (plingeling) R 23727 23729 22818 0 -1 4202560 5748 1252 0 0 260 0 0 0 25 0 9 0 877803211 293490688 36935 33554432000 4194304 4417452 140735353823280 18446744073709551615 4346468 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 21.35
Current children cumulated vsize (KiB) 286612

[startup+6.30101 s]
/proc/loadavg: 7.75 7.81 7.80 10/174 23743
/proc/meminfo: memFree=29485332/32951132 swapFree=67061144/67111528
[pid=23729] ppid=23727 vsize=330648 CPUtime=46.9 cores=0-7
/proc/23729/stat : 23729 (plingeling) S 23727 23729 22818 0 -1 4202496 90076 1252 0 0 4674 16 0 0 18 0 9 0 877803162 338583552 48910 33554432000 4194304 4417452 140735353823280 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23729/statm: 82662 48910 179 55 0 80548 0
[pid=23729/tid=23736] ppid=23727 vsize=330648 CPUtime=5.8 cores=0-7
/proc/23729/task/23736/stat : 23736 (plingeling) R 23727 23729 22818 0 -1 4202560 8524 1252 0 0 579 1 0 0 25 0 9 0 877803211 338583552 48910 33554432000 4194304 4417452 140735353823280 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23729/tid=23737] ppid=23727 vsize=330648 CPUtime=5.78 cores=0-7
/proc/23729/task/23737/stat : 23737 (plingeling) R 23727 23729 22818 0 -1 4202560 8799 1252 0 0 577 1 0 0 25 0 9 0 877803211 338583552 48910 33554432000 4194304 4417452 140735353823280 18446744073709551615 4337287 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23729/tid=23738] ppid=23727 vsize=330648 CPUtime=5.8 cores=0-7
/proc/23729/task/23738/stat : 23738 (plingeling) R 23727 23729 22818 0 -1 4202560 7891 1252 0 0 579 1 0 0 25 0 9 0 877803211 338583552 48910 33554432000 4194304 4417452 140735353823280 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23729/tid=23739] ppid=23727 vsize=330648 CPUtime=5.8 cores=0-7
/proc/23729/task/23739/stat : 23739 (plingeling) R 23727 23729 22818 0 -1 4202560 2745 1252 0 0 578 2 0 0 25 0 9 0 877803211 338583552 48910 33554432000 4194304 4417452 140735353823280 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23729/tid=23740] ppid=23727 vsize=330648 CPUtime=5.81 cores=0-7
/proc/23729/task/23740/stat : 23740 (plingeling) R 23727 23729 22818 0 -1 4202560 6476 1252 0 0 580 1 0 0 25 0 9 0 877803211 338583552 48910 33554432000 4194304 4417452 140735353823280 18446744073709551615 4249193 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23729/tid=23741] ppid=23727 vsize=330648 CPUtime=5.77 cores=0-7
/proc/23729/task/23741/stat : 23741 (plingeling) R 23727 23729 22818 0 -1 4202560 13332 1252 0 0 575 2 0 0 25 0 9 0 877803211 338583552 48910 33554432000 4194304 4417452 140735353823280 18446744073709551615 4249601 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23729/tid=23742] ppid=23727 vsize=330648 CPUtime=5.8 cores=0-7
/proc/23729/task/23742/stat : 23742 (plingeling) R 23727 23729 22818 0 -1 4202560 5957 1252 0 0 579 1 0 0 20 0 9 0 877803211 338583552 48910 33554432000 4194304 4417452 140735353823280 18446744073709551615 4236800 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23729/tid=23743] ppid=23727 vsize=330648 CPUtime=5.8 cores=0-7
/proc/23729/task/23743/stat : 23743 (plingeling) R 23727 23729 22818 0 -1 4202560 8636 1252 0 0 579 1 0 0 25 0 9 0 877803211 338583552 48910 33554432000 4194304 4417452 140735353823280 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.9
Current children cumulated vsize (KiB) 330648

[startup+12.7009 s]
/proc/loadavg: 7.77 7.81 7.80 9/174 23743
/proc/meminfo: memFree=29527316/32951132 swapFree=67061144/67111528
[pid=23729] ppid=23727 vsize=291332 CPUtime=98.07 cores=0-7
/proc/23729/stat : 23729 (plingeling) S 23727 23729 22818 0 -1 4202496 90594 1252 0 0 9788 19 0 0 18 0 9 0 877803162 298323968 37639 33554432000 4194304 4417452 140735353823280 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23729/statm: 72833 37639 180 55 0 70719 0
[pid=23729/tid=23736] ppid=23727 vsize=291332 CPUtime=12.2 cores=0-7
/proc/23729/task/23736/stat : 23736 (plingeling) R 23727 23729 22818 0 -1 4202560 8524 1252 0 0 1219 1 0 0 25 0 9 0 877803211 298323968 37639 33554432000 4194304 4417452 140735353823280 18446744073709551615 4236975 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23729/tid=23737] ppid=23727 vsize=291332 CPUtime=12.18 cores=0-7
/proc/23729/task/23737/stat : 23737 (plingeling) R 23727 23729 22818 0 -1 4202560 8799 1252 0 0 1217 1 0 0 25 0 9 0 877803211 298323968 37639 33554432000 4194304 4417452 140735353823280 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23729/tid=23738] ppid=23727 vsize=291332 CPUtime=12.2 cores=0-7
/proc/23729/task/23738/stat : 23738 (plingeling) R 23727 23729 22818 0 -1 4202560 8375 1252 0 0 1219 1 0 0 25 0 9 0 877803211 298323968 37639 33554432000 4194304 4417452 140735353823280 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23729/tid=23739] ppid=23727 vsize=291332 CPUtime=12.19 cores=0-7
/proc/23729/task/23739/stat : 23739 (plingeling) R 23727 23729 22818 0 -1 4202560 2745 1252 0 0 1215 4 0 0 25 0 9 0 877803211 298323968 37639 33554432000 4194304 4417452 140735353823280 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23729/tid=23740] ppid=23727 vsize=291332 CPUtime=12.21 cores=0-7
/proc/23729/task/23740/stat : 23740 (plingeling) R 23727 23729 22818 0 -1 4202560 6476 1252 0 0 1220 1 0 0 25 0 9 0 877803211 298323968 37639 33554432000 4194304 4417452 140735353823280 18446744073709551615 4357471 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23729/tid=23741] ppid=23727 vsize=291332 CPUtime=12.13 cores=0-7
/proc/23729/task/23741/stat : 23741 (plingeling) R 23727 23729 22818 0 -1 4202560 13332 1252 0 0 1211 2 0 0 25 0 9 0 877803211 298323968 37639 33554432000 4194304 4417452 140735353823280 18446744073709551615 4245679 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23729/tid=23742] ppid=23727 vsize=291332 CPUtime=12.2 cores=0-7
/proc/23729/task/23742/stat : 23742 (plingeling) R 23727 23729 22818 0 -1 4202560 5991 1252 0 0 1219 1 0 0 25 0 9 0 877803211 298323968 37639 33554432000 4194304 4417452 140735353823280 18446744073709551615 4262521 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23729/tid=23743] ppid=23727 vsize=291332 CPUtime=12.2 cores=0-7
/proc/23729/task/23743/stat : 23743 (plingeling) R 23727 23729 22818 0 -1 4202560 8636 1252 0 0 1219 1 0 0 25 0 9 0 877803211 298323968 37639 33554432000 4194304 4417452 140735353823280 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 98.07
Current children cumulated vsize (KiB) 291332

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

[startup+13.5008 s]
/proc/loadavg: 7.87 7.83 7.81 9/174 23743
/proc/meminfo: memFree=29527688/32951132 swapFree=67061144/67111528
[pid=23729] ppid=23727 vsize=291332 CPUtime=104.46 cores=0-7
/proc/23729/stat : 23729 (plingeling) S 23727 23729 22818 0 -1 4202496 90594 1252 0 0 10427 19 0 0 18 0 9 0 877803162 298323968 37639 33554432000 4194304 4417452 140735353823280 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23729/statm: 72833 37639 180 55 0 70719 0
[pid=23729/tid=23736] ppid=23727 vsize=291332 CPUtime=13 cores=0-7
/proc/23729/task/23736/stat : 23736 (plingeling) R 23727 23729 22818 0 -1 4202560 8524 1252 0 0 1299 1 0 0 25 0 9 0 877803211 298323968 37639 33554432000 4194304 4417452 140735353823280 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23729/tid=23737] ppid=23727 vsize=291332 CPUtime=12.98 cores=0-7
/proc/23729/task/23737/stat : 23737 (plingeling) R 23727 23729 22818 0 -1 4202560 8799 1252 0 0 1297 1 0 0 25 0 9 0 877803211 298323968 37639 33554432000 4194304 4417452 140735353823280 18446744073709551615 4366412 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23729/tid=23738] ppid=23727 vsize=291332 CPUtime=13 cores=0-7
/proc/23729/task/23738/stat : 23738 (plingeling) R 23727 23729 22818 0 -1 4202560 8375 1252 0 0 1299 1 0 0 25 0 9 0 877803211 298323968 37639 33554432000 4194304 4417452 140735353823280 18446744073709551615 4364669 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23729/tid=23739] ppid=23727 vsize=291332 CPUtime=12.99 cores=0-7
/proc/23729/task/23739/stat : 23739 (plingeling) R 23727 23729 22818 0 -1 4202560 2745 1252 0 0 1295 4 0 0 25 0 9 0 877803211 298323968 37639 33554432000 4194304 4417452 140735353823280 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23729/tid=23740] ppid=23727 vsize=291332 CPUtime=13.01 cores=0-7
/proc/23729/task/23740/stat : 23740 (plingeling) R 23727 23729 22818 0 -1 4202560 6476 1252 0 0 1300 1 0 0 25 0 9 0 877803211 298323968 37639 33554432000 4194304 4417452 140735353823280 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23729/tid=23741] ppid=23727 vsize=291332 CPUtime=12.93 cores=0-7
/proc/23729/task/23741/stat : 23741 (plingeling) R 23727 23729 22818 0 -1 4202560 13332 1252 0 0 1291 2 0 0 25 0 9 0 877803211 298323968 37639 33554432000 4194304 4417452 140735353823280 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23729/tid=23742] ppid=23727 vsize=291332 CPUtime=13 cores=0-7
/proc/23729/task/23742/stat : 23742 (plingeling) R 23727 23729 22818 0 -1 4202560 5991 1252 0 0 1299 1 0 0 25 0 9 0 877803211 298323968 37639 33554432000 4194304 4417452 140735353823280 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23729/tid=23743] ppid=23727 vsize=291332 CPUtime=13 cores=0-7
/proc/23729/task/23743/stat : 23743 (plingeling) R 23727 23729 22818 0 -1 4202560 8636 1252 0 0 1299 1 0 0 25 0 9 0 877803211 298323968 37639 33554432000 4194304 4417452 140735353823280 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 104.46
Current children cumulated vsize (KiB) 291332

[startup+14.3067 s]
/proc/loadavg: 7.87 7.83 7.81 9/174 23743
/proc/meminfo: memFree=29527936/32951132 swapFree=67061144/67111528
[pid=23729] ppid=23727 vsize=291492 CPUtime=110.9 cores=0-7
/proc/23729/stat : 23729 (plingeling) S 23727 23729 22818 0 -1 4202496 90637 1252 0 0 11071 19 0 0 18 0 9 0 877803162 298487808 37679 33554432000 4194304 4417452 140735353823280 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23729/statm: 72873 37679 180 55 0 70759 0
[pid=23729/tid=23736] ppid=23727 vsize=291492 CPUtime=13.8 cores=0-7
/proc/23729/task/23736/stat : 23736 (plingeling) R 23727 23729 22818 0 -1 4202560 8533 1252 0 0 1379 1 0 0 25 0 9 0 877803211 298487808 37679 33554432000 4194304 4417452 140735353823280 18446744073709551615 4237717 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23729/tid=23737] ppid=23727 vsize=291492 CPUtime=13.79 cores=0-7
/proc/23729/task/23737/stat : 23737 (plingeling) R 23727 23729 22818 0 -1 4202560 8808 1252 0 0 1378 1 0 0 25 0 9 0 877803211 298487808 37679 33554432000 4194304 4417452 140735353823280 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23729/tid=23738] ppid=23727 vsize=291492 CPUtime=13.81 cores=0-7
/proc/23729/task/23738/stat : 23738 (plingeling) R 23727 23729 22818 0 -1 4202560 8375 1252 0 0 1380 1 0 0 25 0 9 0 877803211 298487808 37679 33554432000 4194304 4417452 140735353823280 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23729/tid=23739] ppid=23727 vsize=291492 CPUtime=13.8 cores=0-7
/proc/23729/task/23739/stat : 23739 (plingeling) R 23727 23729 22818 0 -1 4202560 2745 1252 0 0 1376 4 0 0 25 0 9 0 877803211 298487808 37679 33554432000 4194304 4417452 140735353823280 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23729/tid=23740] ppid=23727 vsize=291492 CPUtime=13.81 cores=0-7
/proc/23729/task/23740/stat : 23740 (plingeling) R 23727 23729 22818 0 -1 4202560 6485 1252 0 0 1380 1 0 0 25 0 9 0 877803211 298487808 37679 33554432000 4194304 4417452 140735353823280 18446744073709551615 4232615 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23729/tid=23741] ppid=23727 vsize=291492 CPUtime=13.73 cores=0-7
/proc/23729/task/23741/stat : 23741 (plingeling) R 23727 23729 22818 0 -1 4202560 13341 1252 0 0 1371 2 0 0 25 0 9 0 877803211 298487808 37679 33554432000 4194304 4417452 140735353823280 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23729/tid=23742] ppid=23727 vsize=291492 CPUtime=13.81 cores=0-7
/proc/23729/task/23742/stat : 23742 (plingeling) R 23727 23729 22818 0 -1 4202560 5991 1252 0 0 1380 1 0 0 25 0 9 0 877803211 298487808 37679 33554432000 4194304 4417452 140735353823280 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23729/tid=23743] ppid=23727 vsize=291492 CPUtime=13.8 cores=0-7
/proc/23729/task/23743/stat : 23743 (plingeling) R 23727 23729 22818 0 -1 4202560 8643 1252 0 0 1379 1 0 0 25 0 9 0 877803211 298487808 37679 33554432000 4194304 4417452 140735353823280 18446744073709551615 4264909 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 110.9
Current children cumulated vsize (KiB) 291492

[startup+14.5006 s]
/proc/loadavg: 7.87 7.83 7.81 9/174 23743
/proc/meminfo: memFree=29527936/32951132 swapFree=67061144/67111528
[pid=23729] ppid=23727 vsize=293956 CPUtime=112.41 cores=0-7
/proc/23729/stat : 23729 (plingeling) S 23727 23729 22818 0 -1 4202496 91281 1252 0 0 11222 19 0 0 18 0 5 0 877803162 301010944 38296 33554432000 4194304 4417452 140735353823280 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23729/statm: 73489 38296 181 55 0 71375 0
[pid=23729/tid=23736] ppid=23727 vsize=293956 CPUtime=14 cores=0-7
/proc/23729/task/23736/stat : 23736 (plingeling) R 23727 23729 22818 0 -1 4202560 8533 1252 0 0 1399 1 0 0 25 0 5 0 877803211 301010944 38296 33554432000 4194304 4417452 140735353823280 18446744073709551615 4365106 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23729/tid=23737] ppid=23727 vsize=293956 CPUtime=13.98 cores=0-7
/proc/23729/task/23737/stat : 23737 (plingeling) R 23727 23729 22818 0 -1 4202560 9130 1252 0 0 1397 1 0 0 25 0 5 0 877803211 301010944 38296 33554432000 4194304 4417452 140735353823280 18446744073709551615 4253198 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23729/tid=23740] ppid=23727 vsize=293956 CPUtime=14.01 cores=0-7
/proc/23729/task/23740/stat : 23740 (plingeling) R 23727 23729 22818 0 -1 4202560 6806 1252 0 0 1400 1 0 0 25 0 5 0 877803211 301010944 38296 33554432000 4194304 4417452 140735353823280 18446744073709551615 4252361 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23729/tid=23741] ppid=23727 vsize=293956 CPUtime=13.92 cores=0-7
/proc/23729/task/23741/stat : 23741 (plingeling) R 23727 23729 22818 0 -1 4202560 13341 1252 0 0 1390 2 0 0 25 0 5 0 877803211 301010944 38296 33554432000 4194304 4417452 140735353823280 18446744073709551615 4239395 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 112.41
Current children cumulated vsize (KiB) 293956

[startup+14.6006 s]
/proc/loadavg: 7.87 7.83 7.81 9/174 23743
/proc/meminfo: memFree=29527936/32951132 swapFree=67061144/67111528
[pid=23729] ppid=23727 vsize=273468 CPUtime=112.66 cores=0-7
/proc/23729/stat : 23729 (plingeling) S 23727 23729 22818 0 -1 4202496 91281 1252 0 0 11247 19 0 0 17 0 2 0 877803162 280031232 38280 33554432000 4194304 4417452 140735353823280 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23729/statm: 68367 38280 181 55 0 66253 0
[pid=23729/tid=23741] ppid=23727 vsize=273468 CPUtime=14.02 cores=0-7
/proc/23729/task/23741/stat : 23741 (plingeling) R 23727 23729 22818 0 -1 4202560 13341 1252 0 0 1400 2 0 0 25 0 2 0 877803211 280031232 38280 33554432000 4194304 4417452 140735353823280 18446744073709551615 4271908 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 112.66
Current children cumulated vsize (KiB) 273468

Child status: 20
Real time (s): 14.6485
CPU time (s): 112.721
CPU user time (s): 112.517
CPU system time (s): 0.203968
CPU usage (%): 769.504
Max. virtual memory (cumulated for all children) (KiB): 330784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 112.517
system time used= 0.203968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92536
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= 202
involuntary context switches= 450

runsolver used 0.021996 second user time and 0.06299 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-10 01:27:15
IDJOB=3372569
IDBENCH=82465
IDSOLVER=1851
FILE ID=node129/3372569-1307662035
RUNJOBID= node129-1307657079-22832
PBS_JOBID= 13549424
Free space on /tmp= 74164 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-bjrb07amba2andenv-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372569-1307662035/watcher-3372569-1307662035 -o /tmp/evaluation-result-3372569-1307662035/solver-3372569-1307662035 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372569-1307662035.cnf

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

MD5SUM BENCH= 7599aafec7bebba20ceab50260cd7197
RANDOM SEED=122011739

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.83
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.831
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.831
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:     32951132 kB
MemFree:      29679984 kB
Buffers:        382964 kB
Cached:        2610412 kB
SwapCached:      13136 kB
Active:         772128 kB
Inactive:      2245056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29679984 kB
SwapTotal:    67111528 kB
SwapFree:     67061144 kB
Dirty:            3828 kB
Writeback:           0 kB
AnonPages:       21536 kB
Mapped:           8940 kB
Slab:           187244 kB
PageTables:       3732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   160888 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74164 MiB
End job on node129 at 2011-06-10 01:27:30