Trace number 3291921

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587UNSAT 44.8802 11.2977

General information on the benchmark

NameSAT04/industrial/hoonsang/vis-bmc/
all.used-as.sat04-986.cnf
MD5SUM51fef6c1c8ac21be9eb125cde1cdd08e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.941
Satisfiable
(Un)Satisfiability was proved
Number of variables21317
Number of clauses63664
Sum of the clauses size148532
Maximum clause length3
Minimum clause length1
Number of clauses of size 113
Number of clauses of size 242434
Number of clauses of size 321217
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

44.50/11.29	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3291921-1304104568/watcher-3291921-1304104568 -o /tmp/evaluation-result-3291921-1304104568/solver-3291921-1304104568 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3291921-1304104568.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.05 8.05 8.00 5/181 1931
/proc/meminfo: memFree=22001032/32950928 swapFree=67111524/67111528
[pid=1931] ppid=1929 vsize=9800 CPUtime=0 cores=1,3,5,7
/proc/1931/stat : 1931 (plingeling) R 1929 1931 1515 0 -1 4202496 520 1251 0 0 0 0 0 0 25 0 1 0 522055586 10035200 449 33554432000 4194304 4417332 140734093757472 18446744073709551615 268272382957 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/1931/statm: 2450 468 144 55 0 336 0

[startup+0.0563689 s]
/proc/loadavg: 8.05 8.05 8.00 5/181 1931
/proc/meminfo: memFree=22001032/32950928 swapFree=67111524/67111528
[pid=1931] ppid=1929 vsize=21836 CPUtime=0.05 cores=1,3,5,7
/proc/1931/stat : 1931 (plingeling) R 1929 1931 1515 0 -1 4202496 3605 1251 0 0 5 0 0 0 25 0 1 0 522055586 22360064 3482 33554432000 4194304 4417332 140734093757472 18446744073709551615 268272746922 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/1931/statm: 5587 3508 148 55 0 3473 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 21836

[startup+0.185345 s]
/proc/loadavg: 8.05 8.05 8.00 5/181 1931
/proc/meminfo: memFree=22001032/32950928 swapFree=67111524/67111528
[pid=1931] ppid=1929 vsize=132940 CPUtime=0.5 cores=1,3,5,7
/proc/1931/stat : 1931 (plingeling) S 1929 1931 1515 0 -1 4202496 8083 1251 0 0 50 0 0 0 25 0 5 0 522055586 136130560 5214 33554432000 4194304 4417332 140734093757472 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1931/statm: 33235 5214 171 55 0 31121 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 132940

[startup+0.300327 s]
/proc/loadavg: 8.05 8.05 8.00 5/181 1931
/proc/meminfo: memFree=22001032/32950928 swapFree=67111524/67111528
[pid=1931] ppid=1929 vsize=132940 CPUtime=0.96 cores=1,3,5,7
/proc/1931/stat : 1931 (plingeling) S 1929 1931 1515 0 -1 4202496 8537 1251 0 0 95 1 0 0 25 0 5 0 522055586 136130560 5211 33554432000 4194304 4417332 140734093757472 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1931/statm: 33235 5211 174 55 0 31121 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 132940

[startup+0.700256 s]
/proc/loadavg: 8.05 8.05 8.00 5/181 1931
/proc/meminfo: memFree=22001032/32950928 swapFree=67111524/67111528
[pid=1931] ppid=1929 vsize=135456 CPUtime=2.56 cores=1,3,5,7
/proc/1931/stat : 1931 (plingeling) S 1929 1931 1515 0 -1 4202496 11211 1251 0 0 255 1 0 0 25 0 5 0 522055586 138706944 5708 33554432000 4194304 4417332 140734093757472 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1931/statm: 33864 5708 175 55 0 31750 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 135456

[startup+1.50111 s]
/proc/loadavg: 8.05 8.05 8.00 9/186 1941
/proc/meminfo: memFree=21970868/32950928 swapFree=67111524/67111528
[pid=1931] ppid=1929 vsize=145244 CPUtime=5.76 cores=1,3,5,7
/proc/1931/stat : 1931 (plingeling) S 1929 1931 1515 0 -1 4202496 14398 1251 0 0 575 1 0 0 25 0 5 0 522055586 148729856 8391 33554432000 4194304 4417332 140734093757472 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1931/statm: 36311 8391 179 55 0 34197 0
[pid=1931/tid=1938] ppid=1929 vsize=145244 CPUtime=1.41 cores=1,3,5,7
/proc/1931/task/1938/stat : 1938 (plingeling) R 1929 1931 1515 0 -1 4202560 4627 1251 0 0 141 0 0 0 25 0 5 0 522055593 148729856 8391 33554432000 4194304 4417332 140734093757472 18446744073709551615 4253400 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1931/tid=1939] ppid=1929 vsize=145244 CPUtime=1.41 cores=1,3,5,7
/proc/1931/task/1939/stat : 1939 (plingeling) R 1929 1931 1515 0 -1 4202560 2597 1251 0 0 141 0 0 0 25 0 5 0 522055593 148729856 8391 33554432000 4194304 4417332 140734093757472 18446744073709551615 4248904 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1931/tid=1940] ppid=1929 vsize=145244 CPUtime=1.42 cores=1,3,5,7
/proc/1931/task/1940/stat : 1940 (plingeling) R 1929 1931 1515 0 -1 4202560 1811 1251 0 0 142 0 0 0 25 0 5 0 522055593 148729856 8391 33554432000 4194304 4417332 140734093757472 18446744073709551615 4250651 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1931/tid=1941] ppid=1929 vsize=145244 CPUtime=1.42 cores=1,3,5,7
/proc/1931/task/1941/stat : 1941 (plingeling) R 1929 1931 1515 0 -1 4202560 528 1251 0 0 142 0 0 0 25 0 5 0 522055593 148729856 8391 33554432000 4194304 4417332 140734093757472 18446744073709551615 4236910 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 145244

[startup+3.10083 s]
/proc/loadavg: 8.05 8.05 8.00 9/186 1941
/proc/meminfo: memFree=21965308/32950928 swapFree=67111524/67111528
[pid=1931] ppid=1929 vsize=141460 CPUtime=12.15 cores=1,3,5,7
/proc/1931/stat : 1931 (plingeling) S 1929 1931 1515 0 -1 4202496 15183 1251 0 0 1214 1 0 0 25 0 5 0 522055586 144855040 6983 33554432000 4194304 4417332 140734093757472 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1931/statm: 35365 6983 181 55 0 33251 0
[pid=1931/tid=1938] ppid=1929 vsize=141460 CPUtime=3.01 cores=1,3,5,7
/proc/1931/task/1938/stat : 1938 (plingeling) R 1929 1931 1515 0 -1 4202560 5144 1251 0 0 301 0 0 0 25 0 5 0 522055593 144855040 6983 33554432000 4194304 4417332 140734093757472 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1931/tid=1939] ppid=1929 vsize=141460 CPUtime=3 cores=1,3,5,7
/proc/1931/task/1939/stat : 1939 (plingeling) R 1929 1931 1515 0 -1 4202560 2855 1251 0 0 300 0 0 0 25 0 5 0 522055593 144855040 6983 33554432000 4194304 4417332 140734093757472 18446744073709551615 4364811 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1931/tid=1940] ppid=1929 vsize=141460 CPUtime=3.02 cores=1,3,5,7
/proc/1931/task/1940/stat : 1940 (plingeling) R 1929 1931 1515 0 -1 4202560 1821 1251 0 0 302 0 0 0 25 0 5 0 522055593 144855040 6983 33554432000 4194304 4417332 140734093757472 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1931/tid=1941] ppid=1929 vsize=141460 CPUtime=3.02 cores=1,3,5,7
/proc/1931/task/1941/stat : 1941 (plingeling) R 1929 1931 1515 0 -1 4202560 528 1251 0 0 302 0 0 0 25 0 5 0 522055593 144855040 6983 33554432000 4194304 4417332 140734093757472 18446744073709551615 4236830 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 141460

[startup+6.30026 s]
/proc/loadavg: 8.04 8.05 8.00 9/186 1941
/proc/meminfo: memFree=21960224/32950928 swapFree=67111524/67111528
[pid=1931] ppid=1929 vsize=146200 CPUtime=24.93 cores=1,3,5,7
/proc/1931/stat : 1931 (plingeling) S 1929 1931 1515 0 -1 4202496 16628 1251 0 0 2492 1 0 0 25 0 5 0 522055586 149708800 8168 33554432000 4194304 4417332 140734093757472 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1931/statm: 36550 8168 181 55 0 34436 0
[pid=1931/tid=1938] ppid=1929 vsize=146200 CPUtime=6.21 cores=1,3,5,7
/proc/1931/task/1938/stat : 1938 (plingeling) R 1929 1931 1515 0 -1 4202560 5825 1251 0 0 621 0 0 0 25 0 5 0 522055593 149708800 8168 33554432000 4194304 4417332 140734093757472 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1931/tid=1939] ppid=1929 vsize=146200 CPUtime=6.19 cores=1,3,5,7
/proc/1931/task/1939/stat : 1939 (plingeling) R 1929 1931 1515 0 -1 4202560 3500 1251 0 0 619 0 0 0 25 0 5 0 522055593 149708800 8168 33554432000 4194304 4417332 140734093757472 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1931/tid=1940] ppid=1929 vsize=146200 CPUtime=6.22 cores=1,3,5,7
/proc/1931/task/1940/stat : 1940 (plingeling) R 1929 1931 1515 0 -1 4202560 1940 1251 0 0 622 0 0 0 25 0 5 0 522055593 149708800 8168 33554432000 4194304 4417332 140734093757472 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1931/tid=1941] ppid=1929 vsize=146200 CPUtime=6.22 cores=1,3,5,7
/proc/1931/task/1941/stat : 1941 (plingeling) R 1929 1931 1515 0 -1 4202560 528 1251 0 0 622 0 0 0 25 0 5 0 522055593 149708800 8168 33554432000 4194304 4417332 140734093757472 18446744073709551615 4353484 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 146200

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

[startup+9.50069 s]
/proc/loadavg: 8.04 8.05 8.00 9/186 1941
/proc/meminfo: memFree=21962784/32950928 swapFree=67111524/67111528
[pid=1931] ppid=1929 vsize=150400 CPUtime=37.72 cores=1,3,5,7
/proc/1931/stat : 1931 (plingeling) S 1929 1931 1515 0 -1 4202496 18737 1251 0 0 3770 2 0 0 25 0 5 0 522055586 154009600 9218 33554432000 4194304 4417332 140734093757472 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1931/statm: 37600 9218 181 55 0 35486 0
[pid=1931/tid=1938] ppid=1929 vsize=150400 CPUtime=9.41 cores=1,3,5,7
/proc/1931/task/1938/stat : 1938 (plingeling) R 1929 1931 1515 0 -1 4202560 6950 1251 0 0 941 0 0 0 25 0 5 0 522055593 154009600 9218 33554432000 4194304 4417332 140734093757472 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1931/tid=1939] ppid=1929 vsize=150400 CPUtime=9.37 cores=1,3,5,7
/proc/1931/task/1939/stat : 1939 (plingeling) R 1929 1931 1515 0 -1 4202560 3596 1251 0 0 937 0 0 0 25 0 5 0 522055593 154009600 9218 33554432000 4194304 4417332 140734093757472 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1931/tid=1940] ppid=1929 vsize=150400 CPUtime=9.42 cores=1,3,5,7
/proc/1931/task/1940/stat : 1940 (plingeling) R 1929 1931 1515 0 -1 4202560 1949 1251 0 0 942 0 0 0 25 0 5 0 522055593 154009600 9218 33554432000 4194304 4417332 140734093757472 18446744073709551615 4364404 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1931/tid=1941] ppid=1929 vsize=150400 CPUtime=9.42 cores=1,3,5,7
/proc/1931/task/1941/stat : 1941 (plingeling) R 1929 1931 1515 0 -1 4202560 1407 1251 0 0 942 0 0 0 25 0 5 0 522055593 154009600 9218 33554432000 4194304 4417332 140734093757472 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37.72
Current children cumulated vsize (KiB) 150400

[startup+10.3005 s]
/proc/loadavg: 8.04 8.05 8.00 9/186 1941
/proc/meminfo: memFree=21961164/32950928 swapFree=67111524/67111528
[pid=1931] ppid=1929 vsize=149596 CPUtime=40.91 cores=1,3,5,7
/proc/1931/stat : 1931 (plingeling) S 1929 1931 1515 0 -1 4202496 18958 1251 0 0 4089 2 0 0 25 0 5 0 522055586 153186304 9017 33554432000 4194304 4417332 140734093757472 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1931/statm: 37399 9017 181 55 0 35285 0
[pid=1931/tid=1938] ppid=1929 vsize=149596 CPUtime=10.21 cores=1,3,5,7
/proc/1931/task/1938/stat : 1938 (plingeling) R 1929 1931 1515 0 -1 4202560 7010 1251 0 0 1021 0 0 0 25 0 5 0 522055593 153186304 9017 33554432000 4194304 4417332 140734093757472 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1931/tid=1939] ppid=1929 vsize=149596 CPUtime=10.16 cores=1,3,5,7
/proc/1931/task/1939/stat : 1939 (plingeling) R 1929 1931 1515 0 -1 4202560 3596 1251 0 0 1016 0 0 0 25 0 5 0 522055593 153186304 9017 33554432000 4194304 4417332 140734093757472 18446744073709551615 4236675 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1931/tid=1940] ppid=1929 vsize=149596 CPUtime=10.22 cores=1,3,5,7
/proc/1931/task/1940/stat : 1940 (plingeling) R 1929 1931 1515 0 -1 4202560 1949 1251 0 0 1022 0 0 0 25 0 5 0 522055593 153186304 9017 33554432000 4194304 4417332 140734093757472 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1931/tid=1941] ppid=1929 vsize=149596 CPUtime=10.22 cores=1,3,5,7
/proc/1931/task/1941/stat : 1941 (plingeling) R 1929 1931 1515 0 -1 4202560 1568 1251 0 0 1022 0 0 0 25 0 5 0 522055593 153186304 9017 33554432000 4194304 4417332 140734093757472 18446744073709551615 4364491 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40.91
Current children cumulated vsize (KiB) 149596

[startup+10.7005 s]
/proc/loadavg: 8.04 8.05 8.00 9/186 1941
/proc/meminfo: memFree=21961164/32950928 swapFree=67111524/67111528
[pid=1931] ppid=1929 vsize=151872 CPUtime=42.51 cores=1,3,5,7
/proc/1931/stat : 1931 (plingeling) S 1929 1931 1515 0 -1 4202496 19527 1251 0 0 4249 2 0 0 25 0 5 0 522055586 155516928 9586 33554432000 4194304 4417332 140734093757472 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1931/statm: 37968 9586 181 55 0 35854 0
[pid=1931/tid=1938] ppid=1929 vsize=151872 CPUtime=10.61 cores=1,3,5,7
/proc/1931/task/1938/stat : 1938 (plingeling) R 1929 1931 1515 0 -1 4202560 7352 1251 0 0 1061 0 0 0 25 0 5 0 522055593 155516928 9586 33554432000 4194304 4417332 140734093757472 18446744073709551615 4354436 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1931/tid=1939] ppid=1929 vsize=151872 CPUtime=10.56 cores=1,3,5,7
/proc/1931/task/1939/stat : 1939 (plingeling) R 1929 1931 1515 0 -1 4202560 3823 1251 0 0 1056 0 0 0 25 0 5 0 522055593 155516928 9586 33554432000 4194304 4417332 140734093757472 18446744073709551615 4365065 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1931/tid=1940] ppid=1929 vsize=151872 CPUtime=10.62 cores=1,3,5,7
/proc/1931/task/1940/stat : 1940 (plingeling) R 1929 1931 1515 0 -1 4202560 1949 1251 0 0 1062 0 0 0 25 0 5 0 522055593 155516928 9586 33554432000 4194304 4417332 140734093757472 18446744073709551615 4357880 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1931/tid=1941] ppid=1929 vsize=151872 CPUtime=10.62 cores=1,3,5,7
/proc/1931/task/1941/stat : 1941 (plingeling) R 1929 1931 1515 0 -1 4202560 1568 1251 0 0 1062 0 0 0 25 0 5 0 522055593 155516928 9586 33554432000 4194304 4417332 140734093757472 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 42.51
Current children cumulated vsize (KiB) 151872

[startup+11.1004 s]
/proc/loadavg: 8.04 8.05 8.00 9/186 1941
/proc/meminfo: memFree=21970340/32950928 swapFree=67111524/67111528
[pid=1931] ppid=1929 vsize=152288 CPUtime=44.1 cores=1,3,5,7
/proc/1931/stat : 1931 (plingeling) S 1929 1931 1515 0 -1 4202496 20132 1251 0 0 4408 2 0 0 25 0 5 0 522055586 155942912 9690 33554432000 4194304 4417332 140734093757472 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1931/statm: 38072 9690 181 55 0 35958 0
[pid=1931/tid=1938] ppid=1929 vsize=152288 CPUtime=11.01 cores=1,3,5,7
/proc/1931/task/1938/stat : 1938 (plingeling) R 1929 1931 1515 0 -1 4202560 7445 1251 0 0 1101 0 0 0 25 0 5 0 522055593 155942912 9690 33554432000 4194304 4417332 140734093757472 18446744073709551615 4264166 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1931/tid=1939] ppid=1929 vsize=152288 CPUtime=10.95 cores=1,3,5,7
/proc/1931/task/1939/stat : 1939 (plingeling) R 1929 1931 1515 0 -1 4202560 4335 1251 0 0 1095 0 0 0 25 0 5 0 522055593 155942912 9690 33554432000 4194304 4417332 140734093757472 18446744073709551615 4259129 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1931/tid=1940] ppid=1929 vsize=152288 CPUtime=11.02 cores=1,3,5,7
/proc/1931/task/1940/stat : 1940 (plingeling) R 1929 1931 1515 0 -1 4202560 1949 1251 0 0 1102 0 0 0 25 0 5 0 522055593 155942912 9690 33554432000 4194304 4417332 140734093757472 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1931/tid=1941] ppid=1929 vsize=152288 CPUtime=11.02 cores=1,3,5,7
/proc/1931/task/1941/stat : 1941 (plingeling) R 1929 1931 1515 0 -1 4202560 1568 1251 0 0 1102 0 0 0 25 0 5 0 522055593 155942912 9690 33554432000 4194304 4417332 140734093757472 18446744073709551615 4364389 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 44.1
Current children cumulated vsize (KiB) 152288

[startup+11.2004 s]
/proc/loadavg: 8.04 8.05 8.00 9/186 1941
/proc/meminfo: memFree=21970340/32950928 swapFree=67111524/67111528
[pid=1931] ppid=1929 vsize=154336 CPUtime=44.5 cores=1,3,5,7
/proc/1931/stat : 1931 (plingeling) S 1929 1931 1515 0 -1 4202496 20644 1251 0 0 4448 2 0 0 25 0 5 0 522055586 158040064 10202 33554432000 4194304 4417332 140734093757472 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1931/statm: 38584 10202 181 55 0 36470 0
[pid=1931/tid=1938] ppid=1929 vsize=154336 CPUtime=11.11 cores=1,3,5,7
/proc/1931/task/1938/stat : 1938 (plingeling) R 1929 1931 1515 0 -1 4202560 7445 1251 0 0 1111 0 0 0 25 0 5 0 522055593 158040064 10202 33554432000 4194304 4417332 140734093757472 18446744073709551615 4277695 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1931/tid=1939] ppid=1929 vsize=154336 CPUtime=11.05 cores=1,3,5,7
/proc/1931/task/1939/stat : 1939 (plingeling) R 1929 1931 1515 0 -1 4202560 4335 1251 0 0 1105 0 0 0 25 0 5 0 522055593 158040064 10202 33554432000 4194304 4417332 140734093757472 18446744073709551615 4277718 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1931/tid=1940] ppid=1929 vsize=154336 CPUtime=11.12 cores=1,3,5,7
/proc/1931/task/1940/stat : 1940 (plingeling) R 1929 1931 1515 0 -1 4202560 2461 1251 0 0 1112 0 0 0 25 0 5 0 522055593 158040064 10202 33554432000 4194304 4417332 140734093757472 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1931/tid=1941] ppid=1929 vsize=154336 CPUtime=11.12 cores=1,3,5,7
/proc/1931/task/1941/stat : 1941 (plingeling) R 1929 1931 1515 0 -1 4202560 1568 1251 0 0 1112 0 0 0 25 0 5 0 522055593 158040064 10202 33554432000 4194304 4417332 140734093757472 18446744073709551615 4366004 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 44.5
Current children cumulated vsize (KiB) 154336

Child status: 20
Real time (s): 11.2977
CPU time (s): 44.8802
CPU user time (s): 44.8482
CPU system time (s): 0.031995
CPU usage (%): 397.251
Max. virtual memory (cumulated for all children) (KiB): 154336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.8482
system time used= 0.031995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21983
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= 110
involuntary context switches= 302

runsolver used 0.014997 second user time and 0.050992 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-29 21:16:08
IDJOB=3291921
IDBENCH=84958
IDSOLVER=1605
FILE ID=node122/3291921-1304104568
RUNJOBID= node122-1304102113-1534
PBS_JOBID= 13170631
Free space on /tmp= 71664 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT04/industrial/hoonsang/vis-bmc/all.used-as.sat04-986.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291921-1304104568/watcher-3291921-1304104568 -o /tmp/evaluation-result-3291921-1304104568/solver-3291921-1304104568 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3291921-1304104568.cnf

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

MD5SUM BENCH= 51fef6c1c8ac21be9eb125cde1cdd08e
RANDOM SEED=1220655178

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22001188 kB
Buffers:       1630264 kB
Cached:        8569800 kB
SwapCached:          4 kB
Active:        1253520 kB
Inactive:      9147340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22001188 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             932 kB
Writeback:           0 kB
AnonPages:      200024 kB
Mapped:          15680 kB
Slab:           486384 kB
PageTables:       4792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   386972 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= 71664 MiB
End job on node122 at 2011-04-29 21:16:19