Trace number 3373474

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
claspmt 2.0-R4095-patched (fixed)UNSAT 108.011 27.6351

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.6861
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...420335/instance-3373474-1305420335.cnf
0.49/0.56	c Solving...
107.97/27.63	s UNSATISFIABLE
107.97/27.63	
107.97/27.63	c Models        : 0     
107.97/27.63	c Time          : 27.599s (Solving: 27.04s 1st Model: 0.00s Unsat: 27.04s)
107.97/27.63	c CPU Time      : 107.970s

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-3373474-1305420335/watcher-3373474-1305420335 -o /tmp/evaluation-result-3373474-1305420335/solver-3373474-1305420335 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373474-1305420335.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: 8.05 8.05 7.93 5/319 19318
/proc/meminfo: memFree=14930180/32950928 swapFree=67085488/67111528
[pid=19318] ppid=19316 vsize=24064 CPUtime=0 cores=0,2,4,6
/proc/19318/stat : 19318 (claspmt) R 19316 19318 19229 0 -1 4202496 1438 0 0 0 0 0 0 0 25 0 1 0 732264168 24641536 1240 33554432000 4194304 4964800 140733429721760 18446744073709551615 4679094 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19318/statm: 6016 1244 376 189 0 890 0

[startup+0.0255361 s]
/proc/loadavg: 8.05 8.05 7.93 5/319 19318
/proc/meminfo: memFree=14930180/32950928 swapFree=67085488/67111528
[pid=19318] ppid=19316 vsize=27764 CPUtime=0.02 cores=0,2,4,6
/proc/19318/stat : 19318 (claspmt) R 19316 19318 19229 0 -1 4202496 2611 0 0 0 2 0 0 0 25 0 1 0 732264168 28430336 2112 33554432000 4194304 4964800 140733429721760 18446744073709551615 231895151301 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19318/statm: 6941 2113 385 189 0 1815 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 27764

[startup+0.100523 s]
/proc/loadavg: 8.05 8.05 7.93 5/319 19318
/proc/meminfo: memFree=14930180/32950928 swapFree=67085488/67111528
[pid=19318] ppid=19316 vsize=39948 CPUtime=0.09 cores=0,2,4,6
/proc/19318/stat : 19318 (claspmt) R 19316 19318 19229 0 -1 4202496 6681 0 0 0 8 1 0 0 25 0 1 0 732264168 40906752 5152 33554432000 4194304 4964800 140733429721760 18446744073709551615 4618467 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19318/statm: 9987 5152 398 189 0 4861 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39948

[startup+0.300487 s]
/proc/loadavg: 8.05 8.05 7.93 5/319 19318
/proc/meminfo: memFree=14930180/32950928 swapFree=67085488/67111528
[pid=19318] ppid=19316 vsize=46216 CPUtime=0.29 cores=0,2,4,6
/proc/19318/stat : 19318 (claspmt) R 19316 19318 19229 0 -1 4202496 8298 0 0 0 28 1 0 0 25 0 1 0 732264168 47325184 6769 33554432000 4194304 4964800 140733429721760 18446744073709551615 4607744 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19318/statm: 11554 6769 402 189 0 6428 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46216

[startup+1.4702 s]
/proc/loadavg: 8.05 8.05 7.93 5/319 19318
/proc/meminfo: memFree=14930180/32950928 swapFree=67085488/67111528
[pid=19318] ppid=19316 vsize=326748 CPUtime=4.15 cores=0,2,4,6
/proc/19318/stat : 19318 (claspmt) R 19316 19318 19229 0 -1 4202496 14990 0 0 0 411 4 0 0 25 0 4 0 732264168 334589952 12589 33554432000 4194304 4964800 140733429721760 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/19318/statm: 81687 12589 458 189 0 76036 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 326748

[startup+1.5002 s]
/proc/loadavg: 8.05 8.05 7.93 5/319 19318
/proc/meminfo: memFree=14930180/32950928 swapFree=67085488/67111528
[pid=19318] ppid=19316 vsize=326748 CPUtime=4.27 cores=0,2,4,6
/proc/19318/stat : 19318 (claspmt) R 19316 19318 19229 0 -1 4202496 15066 0 0 0 423 4 0 0 25 0 4 0 732264168 334589952 12665 33554432000 4194304 4964800 140733429721760 18446744073709551615 4670299 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/19318/statm: 81687 12666 458 189 0 76036 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 326748

[startup+3.10089 s]
/proc/loadavg: 8.04 8.05 7.93 10/323 19323
/proc/meminfo: memFree=14863564/32950928 swapFree=67085488/67111528
[pid=19318] ppid=19316 vsize=326748 CPUtime=10.65 cores=0,2,4,6
/proc/19318/stat : 19318 (claspmt) R 19316 19318 19229 0 -1 4202496 18928 0 0 0 1059 6 0 0 25 0 4 0 732264168 334589952 16527 33554432000 4194304 4964800 140733429721760 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/19318/statm: 81687 16527 458 189 0 76036 0
[pid=19318/tid=19320] ppid=19316 vsize=326748 CPUtime=2.51 cores=0,2,4,6
/proc/19318/task/19320/stat : 19320 (claspmt) R 19316 19318 19229 0 -1 4202560 1539 0 0 0 251 0 0 0 22 0 4 0 732264224 334589952 16527 33554432000 4194304 4964800 140733429721760 18446744073709551615 4370264 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19318/tid=19321] ppid=19316 vsize=326748 CPUtime=2.53 cores=0,2,4,6
/proc/19318/task/19321/stat : 19321 (claspmt) R 19316 19318 19229 0 -1 4202560 3529 0 0 0 252 1 0 0 22 0 4 0 732264224 334589952 16527 33554432000 4194304 4964800 140733429721760 18446744073709551615 4644902 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=19318/tid=19322] ppid=19316 vsize=326748 CPUtime=2.5 cores=0,2,4,6
/proc/19318/task/19322/stat : 19322 (claspmt) R 19316 19318 19229 0 -1 4202560 3693 0 0 0 249 1 0 0 22 0 4 0 732264224 334589952 16527 33554432000 4194304 4964800 140733429721760 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.65
Current children cumulated vsize (KiB) 326748

[startup+6.3003 s]
/proc/loadavg: 8.04 8.05 7.93 10/323 19323
/proc/meminfo: memFree=14834460/32950928 swapFree=67085488/67111528
[pid=19318] ppid=19316 vsize=326748 CPUtime=23.41 cores=0,2,4,6
/proc/19318/stat : 19318 (claspmt) R 19316 19318 19229 0 -1 4202496 24538 0 0 0 2332 9 0 0 25 0 4 0 732264168 334589952 22137 33554432000 4194304 4964800 140733429721760 18446744073709551615 4669089 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/19318/statm: 81687 22137 460 189 0 76036 0
[pid=19318/tid=19320] ppid=19316 vsize=326748 CPUtime=5.7 cores=0,2,4,6
/proc/19318/task/19320/stat : 19320 (claspmt) R 19316 19318 19229 0 -1 4202560 2013 0 0 0 570 0 0 0 20 0 4 0 732264224 334589952 22137 33554432000 4194304 4964800 140733429721760 18446744073709551615 4670048 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19318/tid=19321] ppid=19316 vsize=326748 CPUtime=5.73 cores=0,2,4,6
/proc/19318/task/19321/stat : 19321 (claspmt) R 19316 19318 19229 0 -1 4202560 6170 0 0 0 571 2 0 0 25 0 4 0 732264224 334589952 22137 33554432000 4194304 4964800 140733429721760 18446744073709551615 231895151649 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=19318/tid=19322] ppid=19316 vsize=326748 CPUtime=5.67 cores=0,2,4,6
/proc/19318/task/19322/stat : 19322 (claspmt) R 19316 19318 19229 0 -1 4202560 6185 0 0 0 564 3 0 0 25 0 4 0 732264224 334589952 22137 33554432000 4194304 4964800 140733429721760 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.41
Current children cumulated vsize (KiB) 326748

[startup+12.7011 s]
/proc/loadavg: 8.04 8.05 7.93 10/323 19323
/proc/meminfo: memFree=14791588/32950928 swapFree=67085488/67111528
[pid=19318] ppid=19316 vsize=326880 CPUtime=48.97 cores=0,2,4,6
/proc/19318/stat : 19318 (claspmt) R 19316 19318 19229 0 -1 4202496 33926 0 0 0 4881 16 0 0 25 0 4 0 732264168 334725120 31525 33554432000 4194304 4964800 140733429721760 18446744073709551615 4370236 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/19318/statm: 81720 31525 460 189 0 76069 0
[pid=19318/tid=19320] ppid=19316 vsize=326880 CPUtime=12.12 cores=0,2,4,6
/proc/19318/task/19320/stat : 19320 (claspmt) R 19316 19318 19229 0 -1 4202560 2186 0 0 0 1212 0 0 0 25 0 4 0 732264224 334725120 31530 33554432000 4194304 4964800 140733429721760 18446744073709551615 4370266 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19318/tid=19321] ppid=19316 vsize=326880 CPUtime=12.14 cores=0,2,4,6
/proc/19318/task/19321/stat : 19321 (claspmt) R 19316 19318 19229 0 -1 4202560 12026 0 0 0 1208 6 0 0 25 0 4 0 732264224 334725120 31530 33554432000 4194304 4964800 140733429721760 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=19318/tid=19322] ppid=19316 vsize=326880 CPUtime=12.02 cores=0,2,4,6
/proc/19318/task/19322/stat : 19322 (claspmt) R 19316 19318 19229 0 -1 4202560 8622 0 0 0 1197 5 0 0 25 0 4 0 732264224 334725120 31530 33554432000 4194304 4964800 140733429721760 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.97
Current children cumulated vsize (KiB) 326880

[startup+25.5007 s]
/proc/loadavg: 8.03 8.05 7.93 10/323 19323
/proc/meminfo: memFree=14744584/32950928 swapFree=67085488/67111528
[pid=19318] ppid=19316 vsize=328176 CPUtime=100.02 cores=0,2,4,6
/proc/19318/stat : 19318 (claspmt) R 19316 19318 19229 0 -1 4202496 45033 0 0 0 9978 24 0 0 25 0 4 0 732264168 336052224 42632 33554432000 4194304 4964800 140733429721760 18446744073709551615 4320981 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/19318/statm: 82044 42632 460 189 0 76393 0
[pid=19318/tid=19320] ppid=19316 vsize=328176 CPUtime=24.91 cores=0,2,4,6
/proc/19318/task/19320/stat : 19320 (claspmt) R 19316 19318 19229 0 -1 4202560 3194 0 0 0 2490 1 0 0 25 0 4 0 732264224 336052224 42632 33554432000 4194304 4964800 140733429721760 18446744073709551615 4669026 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19318/tid=19321] ppid=19316 vsize=328176 CPUtime=24.92 cores=0,2,4,6
/proc/19318/task/19321/stat : 19321 (claspmt) R 19316 19318 19229 0 -1 4202560 18112 0 0 0 2481 11 0 0 25 0 4 0 732264224 336052224 42632 33554432000 4194304 4964800 140733429721760 18446744073709551615 4379129 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=19318/tid=19322] ppid=19316 vsize=328176 CPUtime=24.68 cores=0,2,4,6
/proc/19318/task/19322/stat : 19322 (claspmt) R 19316 19318 19229 0 -1 4202560 10679 0 0 0 2462 6 0 0 25 0 4 0 732264224 336052224 42632 33554432000 4194304 4964800 140733429721760 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (KiB) 328176

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

[startup+26.2006 s]
/proc/loadavg: 8.03 8.05 7.93 10/323 19323
/proc/meminfo: memFree=14744584/32950928 swapFree=67085488/67111528
[pid=19318] ppid=19316 vsize=328176 CPUtime=102.81 cores=0,2,4,6
/proc/19318/stat : 19318 (claspmt) R 19316 19318 19229 0 -1 4202496 45034 0 0 0 10257 24 0 0 25 0 4 0 732264168 336052224 42633 33554432000 4194304 4964800 140733429721760 18446744073709551615 4669140 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/19318/statm: 82044 42633 460 189 0 76393 0
[pid=19318/tid=19320] ppid=19316 vsize=328176 CPUtime=25.61 cores=0,2,4,6
/proc/19318/task/19320/stat : 19320 (claspmt) R 19316 19318 19229 0 -1 4202560 3194 0 0 0 2560 1 0 0 25 0 4 0 732264224 336052224 42633 33554432000 4194304 4964800 140733429721760 18446744073709551615 4660110 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19318/tid=19321] ppid=19316 vsize=328176 CPUtime=25.62 cores=0,2,4,6
/proc/19318/task/19321/stat : 19321 (claspmt) R 19316 19318 19229 0 -1 4202560 18112 0 0 0 2551 11 0 0 25 0 4 0 732264224 336052224 42633 33554432000 4194304 4964800 140733429721760 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=19318/tid=19322] ppid=19316 vsize=328176 CPUtime=25.37 cores=0,2,4,6
/proc/19318/task/19322/stat : 19322 (claspmt) R 19316 19318 19229 0 -1 4202560 10680 0 0 0 2531 6 0 0 25 0 4 0 732264224 336052224 42633 33554432000 4194304 4964800 140733429721760 18446744073709551615 4362944 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 102.81
Current children cumulated vsize (KiB) 328176

[startup+27.0004 s]
/proc/loadavg: 8.03 8.05 7.93 10/323 19323
/proc/meminfo: memFree=14744584/32950928 swapFree=67085488/67111528
[pid=19318] ppid=19316 vsize=328176 CPUtime=106.02 cores=0,2,4,6
/proc/19318/stat : 19318 (claspmt) R 19316 19318 19229 0 -1 4202496 45034 0 0 0 10578 24 0 0 25 0 4 0 732264168 336052224 42633 33554432000 4194304 4964800 140733429721760 18446744073709551615 4669011 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/19318/statm: 82044 42633 460 189 0 76393 0
[pid=19318/tid=19320] ppid=19316 vsize=328176 CPUtime=26.42 cores=0,2,4,6
/proc/19318/task/19320/stat : 19320 (claspmt) R 19316 19318 19229 0 -1 4202560 3194 0 0 0 2641 1 0 0 25 0 4 0 732264224 336052224 42633 33554432000 4194304 4964800 140733429721760 18446744073709551615 4652140 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19318/tid=19321] ppid=19316 vsize=328176 CPUtime=26.43 cores=0,2,4,6
/proc/19318/task/19321/stat : 19321 (claspmt) R 19316 19318 19229 0 -1 4202560 18112 0 0 0 2632 11 0 0 25 0 4 0 732264224 336052224 42633 33554432000 4194304 4964800 140733429721760 18446744073709551615 4660139 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=19318/tid=19322] ppid=19316 vsize=328176 CPUtime=26.17 cores=0,2,4,6
/proc/19318/task/19322/stat : 19322 (claspmt) R 19316 19318 19229 0 -1 4202560 10680 0 0 0 2611 6 0 0 25 0 4 0 732264224 336052224 42633 33554432000 4194304 4964800 140733429721760 18446744073709551615 4684040 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 106.02
Current children cumulated vsize (KiB) 328176

[startup+27.4003 s]
/proc/loadavg: 8.03 8.05 7.93 10/323 19323
/proc/meminfo: memFree=14744584/32950928 swapFree=67085488/67111528
[pid=19318] ppid=19316 vsize=328176 CPUtime=107.59 cores=0,2,4,6
/proc/19318/stat : 19318 (claspmt) R 19316 19318 19229 0 -1 4202496 45034 0 0 0 10735 24 0 0 25 0 4 0 732264168 336052224 42633 33554432000 4194304 4964800 140733429721760 18446744073709551615 4370264 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/19318/statm: 82044 42633 460 189 0 76393 0
[pid=19318/tid=19320] ppid=19316 vsize=328176 CPUtime=26.81 cores=0,2,4,6
/proc/19318/task/19320/stat : 19320 (claspmt) R 19316 19318 19229 0 -1 4202560 3194 0 0 0 2680 1 0 0 25 0 4 0 732264224 336052224 42633 33554432000 4194304 4964800 140733429721760 18446744073709551615 4669136 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=19318/tid=19321] ppid=19316 vsize=328176 CPUtime=26.82 cores=0,2,4,6
/proc/19318/task/19321/stat : 19321 (claspmt) R 19316 19318 19229 0 -1 4202560 18112 0 0 0 2671 11 0 0 25 0 4 0 732264224 336052224 42633 33554432000 4194304 4964800 140733429721760 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=19318/tid=19322] ppid=19316 vsize=328176 CPUtime=26.56 cores=0,2,4,6
/proc/19318/task/19322/stat : 19322 (claspmt) R 19316 19318 19229 0 -1 4202560 10680 0 0 0 2650 6 0 0 25 0 4 0 732264224 336052224 42633 33554432000 4194304 4964800 140733429721760 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 107.59
Current children cumulated vsize (KiB) 328176

[startup+27.6004 s]
/proc/loadavg: 8.03 8.05 7.93 10/323 19323
/proc/meminfo: memFree=14744584/32950928 swapFree=67085488/67111528
[pid=19318] ppid=19316 vsize=328176 CPUtime=107.97 cores=0,2,4,6
/proc/19318/stat : 19318 (claspmt) S 19316 19318 19229 0 -1 4202496 45035 0 0 0 10772 25 0 0 25 0 2 0 732264168 336052224 42634 33554432000 4194304 4964800 140733429721760 18446744073709551615 231907293157 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/19318/statm: 82044 42634 461 189 0 76393 0
[pid=19318/tid=19321] ppid=19316 vsize=328176 CPUtime=27.02 cores=0,2,4,6
/proc/19318/task/19321/stat : 19321 (claspmt) R 19316 19318 19229 0 -1 4202560 18112 0 0 0 2691 11 0 0 25 0 2 0 732264224 336052224 42634 33554432000 4194304 4964800 140733429721760 18446744073709551615 4313807 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 107.97
Current children cumulated vsize (KiB) 328176

Child status: 20
Real time (s): 27.6351
CPU time (s): 108.011
CPU user time (s): 107.753
CPU system time (s): 0.25796
CPU usage (%): 390.845
Max. virtual memory (cumulated for all children) (KiB): 328176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 107.753
system time used= 0.25796
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45046
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= 1270
involuntary context switches= 490

runsolver used 0.071989 second user time and 0.203968 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 02:45:35
IDJOB=3373474
IDBENCH=71718
IDSOLVER=1853
FILE ID=node114/3373474-1305420335
RUNJOBID= node114-1305419749-19247
PBS_JOBID= 13324585
Free space on /tmp= 72972 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3373474-1305420335/watcher-3373474-1305420335 -o /tmp/evaluation-result-3373474-1305420335/solver-3373474-1305420335 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373474-1305420335.cnf

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=287631575

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.73
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.848
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.848
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.848
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.74
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.848
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:     32950928 kB
MemFree:      14930344 kB
Buffers:        283004 kB
Cached:        6231176 kB
SwapCached:         96 kB
Active:       12638840 kB
Inactive:      4972932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14930344 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:            6216 kB
Writeback:           0 kB
AnonPages:    11096888 kB
Mapped:          27524 kB
Slab:           306788 kB
PageTables:      38528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 53211084 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= 72968 MiB
End job on node114 at 2011-05-15 02:46:03