Trace number 3371399

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 179.893 45.9664

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.cnf
MD5SUMa78f49949ed32c6f8eea9d5e428c909d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.02439
Satisfiable
(Un)Satisfiability was proved
Number of variables350506
Number of clauses878969
Sum of the clauses size2050925
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2585978
Number of clauses of size 3292989
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

179.72/45.96	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-3371399-1305422093/watcher-3371399-1305422093 -o /tmp/evaluation-result-3371399-1305422093/solver-3371399-1305422093 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371399-1305422093.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: 6.77 7.33 7.68 5/321 10036
/proc/meminfo: memFree=10542860/32951124 swapFree=67093864/67111528
[pid=10036] ppid=10034 vsize=17244 CPUtime=0 cores=0,2,4,6
/proc/10036/stat : 10036 (plingeling) R 10034 10036 8860 0 -1 4202496 2396 1259 0 0 0 0 0 0 22 0 1 0 653811743 17657856 2326 33554432000 4194304 4417452 140737200832592 18446744073709551615 212436016896 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/10036/statm: 4311 2326 148 55 0 2197 0

[startup+0.039551 s]
/proc/loadavg: 6.77 7.33 7.68 5/321 10036
/proc/meminfo: memFree=10542860/32951124 swapFree=67093864/67111528
[pid=10036] ppid=10034 vsize=27020 CPUtime=0.03 cores=0,2,4,6
/proc/10036/stat : 10036 (plingeling) R 10034 10036 8860 0 -1 4202496 4849 1259 0 0 3 0 0 0 22 0 1 0 653811743 27668480 4779 33554432000 4194304 4417452 140737200832592 18446744073709551615 4231393 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/10036/statm: 6755 4779 149 55 0 4641 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27020

[startup+0.100528 s]
/proc/loadavg: 6.77 7.33 7.68 5/321 10036
/proc/meminfo: memFree=10542860/32951124 swapFree=67093864/67111528
[pid=10036] ppid=10034 vsize=36764 CPUtime=0.08 cores=0,2,4,6
/proc/10036/stat : 10036 (plingeling) R 10034 10036 8860 0 -1 4202496 7285 1259 0 0 8 0 0 0 22 0 1 0 653811743 37646336 7215 33554432000 4194304 4417452 140737200832592 18446744073709551615 212436016896 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/10036/statm: 9191 7215 149 55 0 7077 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36764

[startup+0.30049 s]
/proc/loadavg: 6.77 7.33 7.68 5/321 10036
/proc/meminfo: memFree=10542860/32951124 swapFree=67093864/67111528
[pid=10036] ppid=10034 vsize=75176 CPUtime=0.29 cores=0,2,4,6
/proc/10036/stat : 10036 (plingeling) R 10034 10036 8860 0 -1 4202496 16955 1259 0 0 27 2 0 0 23 0 1 0 653811743 76980224 16818 33554432000 4194304 4417452 140737200832592 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/10036/statm: 18794 16818 149 55 0 16680 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75176

[startup+0.700414 s]
/proc/loadavg: 6.77 7.33 7.68 5/321 10036
/proc/meminfo: memFree=10542860/32951124 swapFree=67093864/67111528
[pid=10036] ppid=10034 vsize=120748 CPUtime=0.69 cores=0,2,4,6
/proc/10036/stat : 10036 (plingeling) R 10034 10036 8860 0 -1 4202496 28348 1259 0 0 65 4 0 0 25 0 1 0 653811743 123645952 28211 33554432000 4194304 4417452 140737200832592 18446744073709551615 212436016896 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/10036/statm: 30187 28211 149 55 0 28073 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 120748

[startup+1.50023 s]
/proc/loadavg: 6.77 7.33 7.68 6/322 10042
/proc/meminfo: memFree=10314044/32951124 swapFree=67093864/67111528
[pid=10036] ppid=10034 vsize=324168 CPUtime=2.57 cores=0,2,4,6
/proc/10036/stat : 10036 (plingeling) S 10034 10036 8860 0 -1 4202496 90426 1259 0 0 245 12 0 0 25 0 5 0 653811743 331948032 61294 33554432000 4194304 4417452 140737200832592 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/10036/statm: 81042 61294 171 55 0 78928 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 324168

[startup+3.10092 s]
/proc/loadavg: 6.77 7.33 7.68 9/326 10046
/proc/meminfo: memFree=10269000/32951124 swapFree=67093864/67111528
[pid=10036] ppid=10034 vsize=339672 CPUtime=8.96 cores=0,2,4,6
/proc/10036/stat : 10036 (plingeling) S 10034 10036 8860 0 -1 4202496 122103 1259 0 0 879 17 0 0 25 0 5 0 653811743 347824128 67954 33554432000 4194304 4417452 140737200832592 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/10036/statm: 84918 67954 174 55 0 82804 0
[pid=10036/tid=10043] ppid=10034 vsize=339672 CPUtime=1.95 cores=0,2,4,6
/proc/10036/task/10043/stat : 10043 (plingeling) R 10034 10036 8860 0 -1 4202560 16414 1259 0 0 193 2 0 0 25 0 5 0 653811856 347824128 67954 33554432000 4194304 4417452 140737200832592 18446744073709551615 4264232 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10036/tid=10044] ppid=10034 vsize=339672 CPUtime=1.95 cores=0,2,4,6
/proc/10036/task/10044/stat : 10044 (plingeling) R 10034 10036 8860 0 -1 4202560 21868 1259 0 0 192 3 0 0 25 0 5 0 653811856 347824128 67954 33554432000 4194304 4417452 140737200832592 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10036/tid=10045] ppid=10034 vsize=339672 CPUtime=1.95 cores=0,2,4,6
/proc/10036/task/10045/stat : 10045 (plingeling) R 10034 10036 8860 0 -1 4202560 22294 1259 0 0 193 2 0 0 25 0 5 0 653811856 347824128 67954 33554432000 4194304 4417452 140737200832592 18446744073709551615 4256089 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10036/tid=10046] ppid=10034 vsize=339672 CPUtime=1.94 cores=0,2,4,6
/proc/10036/task/10046/stat : 10046 (plingeling) R 10034 10036 8860 0 -1 4202560 6222 1259 0 0 194 0 0 0 25 0 5 0 653811856 347824128 67954 33554432000 4194304 4417452 140737200832592 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.96
Current children cumulated vsize (KiB) 339672

[startup+6.30031 s]
/proc/loadavg: 6.87 7.34 7.68 9/326 10046
/proc/meminfo: memFree=10241460/32951124 swapFree=67093864/67111528
[pid=10036] ppid=10034 vsize=380136 CPUtime=21.72 cores=0,2,4,6
/proc/10036/stat : 10036 (plingeling) S 10034 10036 8860 0 -1 4202496 163644 1259 0 0 2150 22 0 0 25 0 5 0 653811743 389259264 81287 33554432000 4194304 4417452 140737200832592 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/10036/statm: 95034 81287 177 55 0 92920 0
[pid=10036/tid=10043] ppid=10034 vsize=380136 CPUtime=5.16 cores=0,2,4,6
/proc/10036/task/10043/stat : 10043 (plingeling) R 10034 10036 8860 0 -1 4202560 19631 1259 0 0 513 3 0 0 25 0 5 0 653811856 389259264 81287 33554432000 4194304 4417452 140737200832592 18446744073709551615 4253176 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10036/tid=10044] ppid=10034 vsize=380136 CPUtime=5.15 cores=0,2,4,6
/proc/10036/task/10044/stat : 10044 (plingeling) R 10034 10036 8860 0 -1 4202560 38024 1259 0 0 510 5 0 0 25 0 5 0 653811856 389259264 81287 33554432000 4194304 4417452 140737200832592 18446744073709551615 4253214 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10036/tid=10045] ppid=10034 vsize=380136 CPUtime=5.15 cores=0,2,4,6
/proc/10036/task/10045/stat : 10045 (plingeling) R 10034 10036 8860 0 -1 4202560 44462 1259 0 0 510 5 0 0 25 0 5 0 653811856 389259264 81287 33554432000 4194304 4417452 140737200832592 18446744073709551615 4233231 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10036/tid=10046] ppid=10034 vsize=380136 CPUtime=5.11 cores=0,2,4,6
/proc/10036/task/10046/stat : 10046 (plingeling) R 10034 10036 8860 0 -1 4202560 6222 1259 0 0 511 0 0 0 25 0 5 0 653811856 389259264 81287 33554432000 4194304 4417452 140737200832592 18446744073709551615 4353598 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 21.72
Current children cumulated vsize (KiB) 380136

[startup+12.7011 s]
/proc/loadavg: 6.96 7.35 7.68 9/326 10046
/proc/meminfo: memFree=10179476/32951124 swapFree=67093864/67111528
[pid=10036] ppid=10034 vsize=455820 CPUtime=47.26 cores=0,2,4,6
/proc/10036/stat : 10036 (plingeling) S 10034 10036 8860 0 -1 4202496 189028 1259 0 0 4700 26 0 0 25 0 5 0 653811743 466759680 89582 33554432000 4194304 4417452 140737200832592 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/10036/statm: 113955 89582 179 55 0 111841 0
[pid=10036/tid=10043] ppid=10034 vsize=455820 CPUtime=11.55 cores=0,2,4,6
/proc/10036/task/10043/stat : 10043 (plingeling) R 10034 10036 8860 0 -1 4202560 27828 1259 0 0 1151 4 0 0 25 0 5 0 653811856 466759680 89582 33554432000 4194304 4417452 140737200832592 18446744073709551615 4272460 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10036/tid=10044] ppid=10034 vsize=455820 CPUtime=11.55 cores=0,2,4,6
/proc/10036/task/10044/stat : 10044 (plingeling) R 10034 10036 8860 0 -1 4202560 46446 1259 0 0 1149 6 0 0 25 0 5 0 653811856 466759680 89582 33554432000 4194304 4417452 140737200832592 18446744073709551615 4257364 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10036/tid=10045] ppid=10034 vsize=455820 CPUtime=11.56 cores=0,2,4,6
/proc/10036/task/10045/stat : 10045 (plingeling) R 10034 10036 8860 0 -1 4202560 48560 1259 0 0 1150 6 0 0 25 0 5 0 653811856 466759680 89582 33554432000 4194304 4417452 140737200832592 18446744073709551615 4365596 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10036/tid=10046] ppid=10034 vsize=455820 CPUtime=11.45 cores=0,2,4,6
/proc/10036/task/10046/stat : 10046 (plingeling) R 10034 10036 8860 0 -1 4202560 10889 1259 0 0 1144 1 0 0 25 0 5 0 653811856 466759680 89582 33554432000 4194304 4417452 140737200832592 18446744073709551615 4358737 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 47.26
Current children cumulated vsize (KiB) 455820

[startup+25.5007 s]
/proc/loadavg: 7.19 7.38 7.68 9/326 10046
/proc/meminfo: memFree=10104596/32951124 swapFree=67093864/67111528
[pid=10036] ppid=10034 vsize=487120 CPUtime=98.32 cores=0,2,4,6
/proc/10036/stat : 10036 (plingeling) S 10034 10036 8860 0 -1 4202496 208929 1259 0 0 9804 28 0 0 25 0 5 0 653811743 498810880 97407 33554432000 4194304 4417452 140737200832592 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/10036/statm: 121780 97407 179 55 0 119666 0
[pid=10036/tid=10043] ppid=10034 vsize=487120 CPUtime=24.35 cores=0,2,4,6
/proc/10036/task/10043/stat : 10043 (plingeling) R 10034 10036 8860 0 -1 4202560 27828 1259 0 0 2431 4 0 0 25 0 5 0 653811856 498810880 97407 33554432000 4194304 4417452 140737200832592 18446744073709551615 4253272 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10036/tid=10044] ppid=10034 vsize=487120 CPUtime=24.35 cores=0,2,4,6
/proc/10036/task/10044/stat : 10044 (plingeling) R 10034 10036 8860 0 -1 4202560 46446 1259 0 0 2429 6 0 0 25 0 5 0 653811856 498810880 97407 33554432000 4194304 4417452 140737200832592 18446744073709551615 4253228 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10036/tid=10045] ppid=10034 vsize=487120 CPUtime=24.35 cores=0,2,4,6
/proc/10036/task/10045/stat : 10045 (plingeling) R 10034 10036 8860 0 -1 4202560 48584 1259 0 0 2429 6 0 0 25 0 5 0 653811856 498810880 97407 33554432000 4194304 4417452 140737200832592 18446744073709551615 4355537 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10036/tid=10046] ppid=10034 vsize=487120 CPUtime=24.11 cores=0,2,4,6
/proc/10036/task/10046/stat : 10046 (plingeling) R 10034 10036 8860 0 -1 4202560 30766 1259 0 0 2408 3 0 0 25 0 5 0 653811856 498810880 97407 33554432000 4194304 4417452 140737200832592 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 98.32
Current children cumulated vsize (KiB) 487120

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

[startup+38.3002 s]
/proc/loadavg: 7.39 7.42 7.69 9/326 10047
/proc/meminfo: memFree=10081120/32951124 swapFree=67093864/67111528
[pid=10036] ppid=10034 vsize=587504 CPUtime=149.4 cores=0,2,4,6
/proc/10036/stat : 10036 (plingeling) S 10034 10036 8860 0 -1 4202496 237936 1259 0 0 14907 33 0 0 25 0 5 0 653811743 601604096 122503 33554432000 4194304 4417452 140737200832592 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/10036/statm: 146876 122503 179 55 0 144762 0
[pid=10036/tid=10043] ppid=10034 vsize=587504 CPUtime=37.16 cores=0,2,4,6
/proc/10036/task/10043/stat : 10043 (plingeling) R 10034 10036 8860 0 -1 4202560 36020 1259 0 0 3710 6 0 0 25 0 5 0 653811856 601604096 122503 33554432000 4194304 4417452 140737200832592 18446744073709551615 4252379 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10036/tid=10044] ppid=10034 vsize=587504 CPUtime=37.15 cores=0,2,4,6
/proc/10036/task/10044/stat : 10044 (plingeling) R 10034 10036 8860 0 -1 4202560 54638 1259 0 0 3707 8 0 0 25 0 5 0 653811856 601604096 122503 33554432000 4194304 4417452 140737200832592 18446744073709551615 4253179 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10036/tid=10045] ppid=10034 vsize=587504 CPUtime=37.14 cores=0,2,4,6
/proc/10036/task/10045/stat : 10045 (plingeling) R 10034 10036 8860 0 -1 4202560 48599 1259 0 0 3708 6 0 0 25 0 5 0 653811856 601604096 122503 33554432000 4194304 4417452 140737200832592 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10036/tid=10046] ppid=10034 vsize=587504 CPUtime=36.79 cores=0,2,4,6
/proc/10036/task/10046/stat : 10046 (plingeling) R 10034 10036 8860 0 -1 4202560 43374 1259 0 0 3675 4 0 0 25 0 5 0 653811856 601604096 122503 33554432000 4194304 4417452 140737200832592 18446744073709551615 4354497 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 149.4
Current children cumulated vsize (KiB) 587504

[startup+41.5006 s]
/proc/loadavg: 7.51 7.44 7.70 9/326 10047
/proc/meminfo: memFree=10082116/32951124 swapFree=67093864/67111528
[pid=10036] ppid=10034 vsize=471668 CPUtime=162.17 cores=0,2,4,6
/proc/10036/stat : 10036 (plingeling) S 10034 10036 8860 0 -1 4202496 247922 1259 0 0 16181 36 0 0 25 0 5 0 653811743 482988032 93551 33554432000 4194304 4417452 140737200832592 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/10036/statm: 117917 93551 180 55 0 115803 0
[pid=10036/tid=10043] ppid=10034 vsize=471668 CPUtime=40.36 cores=0,2,4,6
/proc/10036/task/10043/stat : 10043 (plingeling) R 10034 10036 8860 0 -1 4202560 40117 1259 0 0 4029 7 0 0 25 0 5 0 653811856 482988032 93551 33554432000 4194304 4417452 140737200832592 18446744073709551615 4353504 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10036/tid=10044] ppid=10034 vsize=471668 CPUtime=40.35 cores=0,2,4,6
/proc/10036/task/10044/stat : 10044 (plingeling) R 10034 10036 8860 0 -1 4202560 58735 1259 0 0 4026 9 0 0 25 0 5 0 653811856 482988032 93551 33554432000 4194304 4417452 140737200832592 18446744073709551615 4365512 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10036/tid=10045] ppid=10034 vsize=471668 CPUtime=40.34 cores=0,2,4,6
/proc/10036/task/10045/stat : 10045 (plingeling) R 10034 10036 8860 0 -1 4202560 48931 1259 0 0 4028 6 0 0 25 0 5 0 653811856 482988032 93551 33554432000 4194304 4417452 140737200832592 18446744073709551615 4232584 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10036/tid=10046] ppid=10034 vsize=471668 CPUtime=39.96 cores=0,2,4,6
/proc/10036/task/10046/stat : 10046 (plingeling) R 10034 10036 8860 0 -1 4202560 44834 1259 0 0 3991 5 0 0 25 0 5 0 653811856 482988032 93551 33554432000 4194304 4417452 140737200832592 18446744073709551615 4364495 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 471668

[startup+43.1003 s]
/proc/loadavg: 7.55 7.45 7.70 9/326 10047
/proc/meminfo: memFree=10100716/32951124 swapFree=67093864/67111528
[pid=10036] ppid=10034 vsize=474144 CPUtime=168.54 cores=0,2,4,6
/proc/10036/stat : 10036 (plingeling) S 10034 10036 8860 0 -1 4202496 248541 1259 0 0 16818 36 0 0 25 0 5 0 653811743 485523456 94170 33554432000 4194304 4417452 140737200832592 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/10036/statm: 118536 94170 180 55 0 116422 0
[pid=10036/tid=10043] ppid=10034 vsize=474144 CPUtime=41.95 cores=0,2,4,6
/proc/10036/task/10043/stat : 10043 (plingeling) R 10034 10036 8860 0 -1 4202560 40117 1259 0 0 4188 7 0 0 25 0 5 0 653811856 485523456 94170 33554432000 4194304 4417452 140737200832592 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10036/tid=10044] ppid=10034 vsize=474144 CPUtime=41.95 cores=0,2,4,6
/proc/10036/task/10044/stat : 10044 (plingeling) R 10034 10036 8860 0 -1 4202560 58735 1259 0 0 4186 9 0 0 25 0 5 0 653811856 485523456 94170 33554432000 4194304 4417452 140737200832592 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10036/tid=10045] ppid=10034 vsize=474144 CPUtime=41.94 cores=0,2,4,6
/proc/10036/task/10045/stat : 10045 (plingeling) R 10034 10036 8860 0 -1 4202560 48931 1259 0 0 4188 6 0 0 25 0 5 0 653811856 485523456 94170 33554432000 4194304 4417452 140737200832592 18446744073709551615 4264959 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10036/tid=10046] ppid=10034 vsize=474144 CPUtime=41.54 cores=0,2,4,6
/proc/10036/task/10046/stat : 10046 (plingeling) R 10034 10036 8860 0 -1 4202560 45453 1259 0 0 4149 5 0 0 25 0 5 0 653811856 485523456 94170 33554432000 4194304 4417452 140737200832592 18446744073709551615 4364607 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 168.54
Current children cumulated vsize (KiB) 474144

[startup+44.701 s]
/proc/loadavg: 7.55 7.45 7.70 9/326 10047
/proc/meminfo: memFree=10098236/32951124 swapFree=67093864/67111528
[pid=10036] ppid=10034 vsize=475208 CPUtime=174.93 cores=0,2,4,6
/proc/10036/stat : 10036 (plingeling) S 10034 10036 8860 0 -1 4202496 248810 1259 0 0 17457 36 0 0 25 0 5 0 653811743 486612992 94436 33554432000 4194304 4417452 140737200832592 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/10036/statm: 118802 94436 180 55 0 116688 0
[pid=10036/tid=10043] ppid=10034 vsize=475208 CPUtime=43.55 cores=0,2,4,6
/proc/10036/task/10043/stat : 10043 (plingeling) R 10034 10036 8860 0 -1 4202560 40117 1259 0 0 4348 7 0 0 25 0 5 0 653811856 486612992 94436 33554432000 4194304 4417452 140737200832592 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10036/tid=10044] ppid=10034 vsize=475208 CPUtime=43.55 cores=0,2,4,6
/proc/10036/task/10044/stat : 10044 (plingeling) R 10034 10036 8860 0 -1 4202560 58735 1259 0 0 4346 9 0 0 25 0 5 0 653811856 486612992 94436 33554432000 4194304 4417452 140737200832592 18446744073709551615 4251109 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10036/tid=10045] ppid=10034 vsize=475208 CPUtime=43.54 cores=0,2,4,6
/proc/10036/task/10045/stat : 10045 (plingeling) R 10034 10036 8860 0 -1 4202560 48931 1259 0 0 4348 6 0 0 25 0 5 0 653811856 486612992 94436 33554432000 4194304 4417452 140737200832592 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10036/tid=10046] ppid=10034 vsize=475208 CPUtime=43.13 cores=0,2,4,6
/proc/10036/task/10046/stat : 10046 (plingeling) R 10034 10036 8860 0 -1 4202560 45722 1259 0 0 4308 5 0 0 25 0 5 0 653811856 486612992 94436 33554432000 4194304 4417452 140737200832592 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 174.93
Current children cumulated vsize (KiB) 475208

[startup+45.5009 s]
/proc/loadavg: 7.55 7.45 7.70 9/326 10047
/proc/meminfo: memFree=10097244/32951124 swapFree=67093864/67111528
[pid=10036] ppid=10034 vsize=467016 CPUtime=178.12 cores=0,2,4,6
/proc/10036/stat : 10036 (plingeling) S 10034 10036 8860 0 -1 4202496 248824 1259 0 0 17776 36 0 0 25 0 5 0 653811743 478224384 92388 33554432000 4194304 4417452 140737200832592 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/10036/statm: 116754 92388 180 55 0 114640 0
[pid=10036/tid=10043] ppid=10034 vsize=467016 CPUtime=44.35 cores=0,2,4,6
/proc/10036/task/10043/stat : 10043 (plingeling) R 10034 10036 8860 0 -1 4202560 40131 1259 0 0 4428 7 0 0 25 0 5 0 653811856 478224384 92388 33554432000 4194304 4417452 140737200832592 18446744073709551615 4232580 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10036/tid=10044] ppid=10034 vsize=467016 CPUtime=44.35 cores=0,2,4,6
/proc/10036/task/10044/stat : 10044 (plingeling) R 10034 10036 8860 0 -1 4202560 58735 1259 0 0 4426 9 0 0 25 0 5 0 653811856 478224384 92388 33554432000 4194304 4417452 140737200832592 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10036/tid=10045] ppid=10034 vsize=467016 CPUtime=44.34 cores=0,2,4,6
/proc/10036/task/10045/stat : 10045 (plingeling) R 10034 10036 8860 0 -1 4202560 48931 1259 0 0 4428 6 0 0 25 0 5 0 653811856 478224384 92388 33554432000 4194304 4417452 140737200832592 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10036/tid=10046] ppid=10034 vsize=467016 CPUtime=43.91 cores=0,2,4,6
/proc/10036/task/10046/stat : 10046 (plingeling) R 10034 10036 8860 0 -1 4202560 45722 1259 0 0 4386 5 0 0 25 0 5 0 653811856 478224384 92388 33554432000 4194304 4417452 140737200832592 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 178.12
Current children cumulated vsize (KiB) 467016

[startup+45.9008 s]
/proc/loadavg: 7.55 7.45 7.70 9/326 10047
/proc/meminfo: memFree=10097244/32951124 swapFree=67093864/67111528
[pid=10036] ppid=10034 vsize=469172 CPUtime=179.72 cores=0,2,4,6
/proc/10036/stat : 10036 (plingeling) S 10034 10036 8860 0 -1 4202496 249363 1259 0 0 17936 36 0 0 25 0 5 0 653811743 480432128 92927 33554432000 4194304 4417452 140737200832592 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/10036/statm: 117293 92927 180 55 0 115179 0
[pid=10036/tid=10043] ppid=10034 vsize=469172 CPUtime=44.75 cores=0,2,4,6
/proc/10036/task/10043/stat : 10043 (plingeling) R 10034 10036 8860 0 -1 4202560 40131 1259 0 0 4468 7 0 0 25 0 5 0 653811856 480432128 92927 33554432000 4194304 4417452 140737200832592 18446744073709551615 4364500 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10036/tid=10044] ppid=10034 vsize=469172 CPUtime=44.75 cores=0,2,4,6
/proc/10036/task/10044/stat : 10044 (plingeling) R 10034 10036 8860 0 -1 4202560 58735 1259 0 0 4466 9 0 0 25 0 5 0 653811856 480432128 92927 33554432000 4194304 4417452 140737200832592 18446744073709551615 4232464 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10036/tid=10045] ppid=10034 vsize=469172 CPUtime=44.74 cores=0,2,4,6
/proc/10036/task/10045/stat : 10045 (plingeling) R 10034 10036 8860 0 -1 4202560 48931 1259 0 0 4468 6 0 0 25 0 5 0 653811856 480432128 92927 33554432000 4194304 4417452 140737200832592 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10036/tid=10046] ppid=10034 vsize=469172 CPUtime=44.31 cores=0,2,4,6
/proc/10036/task/10046/stat : 10046 (plingeling) R 10034 10036 8860 0 -1 4202560 46261 1259 0 0 4426 5 0 0 25 0 5 0 653811856 480432128 92927 33554432000 4194304 4417452 140737200832592 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 179.72
Current children cumulated vsize (KiB) 469172

Child status: 20
Real time (s): 45.9664
CPU time (s): 179.893
CPU user time (s): 179.51
CPU system time (s): 0.382941
CPU usage (%): 391.357
Max. virtual memory (cumulated for all children) (KiB): 623916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 179.51
system time used= 0.382941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250626
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= 100
involuntary context switches= 878

runsolver used 0.151976 second user time and 0.309952 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 03:14:54
IDJOB=3371399
IDBENCH=82444
IDSOLVER=1848
FILE ID=node102/3371399-1305422093
RUNJOBID= node102-1305421967-9823
PBS_JOBID= 13324562
Free space on /tmp= 73428 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371399-1305422093/watcher-3371399-1305422093 -o /tmp/evaluation-result-3371399-1305422093/solver-3371399-1305422093 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371399-1305422093.cnf

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

MD5SUM BENCH= a78f49949ed32c6f8eea9d5e428c909d
RANDOM SEED=1169233622

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10543264 kB
Buffers:        266560 kB
Cached:        2993032 kB
SwapCached:       1128 kB
Active:       20052996 kB
Inactive:      2059932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10543264 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:          109836 kB
Writeback:           0 kB
AnonPages:    18852000 kB
Mapped:          26732 kB
Slab:           177692 kB
PageTables:      53860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59516452 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= 73520 MiB
End job on node102 at 2011-05-15 03:15:40