Trace number 3373455

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 60.9227 17.8964

General information on the benchmark

NameSAT03/industrial/simon/sat02/
6pipe_6_ooo.shuffled-as.sat03-413.cnf
MD5SUM8bd122b0caab0988cbc54e4731b25623
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.2178
Satisfiable
(Un)Satisfiability was proved
Number of variables17064
Number of clauses545612
Sum of the clauses size1608428
Maximum clause length187
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2476931
Number of clauses of size 356141
Number of clauses of size 4301
Number of clauses of size 5290
Number of clauses of size over 511948

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...429789/instance-3373455-1305429789.cnf
3.31/3.34	c Solving...
60.69/17.89	s UNSATISFIABLE
60.69/17.89	
60.69/17.89	c Models        : 0     
60.69/17.89	c Time          : 17.854s (Solving: 14.51s 1st Model: 0.00s Unsat: 14.51s)
60.69/17.89	c CPU Time      : 60.870s

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-3373455-1305429789/watcher-3373455-1305429789 -o /tmp/evaluation-result-3373455-1305429789/solver-3373455-1305429789 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373455-1305429789.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: 1.25 1.13 1.45 5/358 22774
/proc/meminfo: memFree=21648652/32951132 swapFree=64495980/67111528
[pid=22774] ppid=22772 vsize=24900 CPUtime=0 cores=1,3,5,7
/proc/22774/stat : 22774 (claspmt) R 22772 22774 16017 0 -1 4202496 1633 0 0 0 0 0 0 0 25 0 1 0 654578583 25497600 1430 33554432000 4194304 4964800 140733482048256 18446744073709551615 4599599 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/22774/statm: 6225 1430 385 189 0 1099 0

[startup+0.04368 s]
/proc/loadavg: 1.25 1.13 1.45 5/358 22774
/proc/meminfo: memFree=21648652/32951132 swapFree=64495980/67111528
[pid=22774] ppid=22772 vsize=29668 CPUtime=0.04 cores=1,3,5,7
/proc/22774/stat : 22774 (claspmt) R 22772 22774 16017 0 -1 4202496 3269 0 0 0 4 0 0 0 25 0 1 0 654578583 30380032 2593 33554432000 4194304 4964800 140733482048256 18446744073709551615 210646807237 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/22774/statm: 7417 2594 385 189 0 2291 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29668

[startup+0.100672 s]
/proc/loadavg: 1.25 1.13 1.45 5/358 22774
/proc/meminfo: memFree=21648652/32951132 swapFree=64495980/67111528
[pid=22774] ppid=22772 vsize=37616 CPUtime=0.09 cores=1,3,5,7
/proc/22774/stat : 22774 (claspmt) R 22772 22774 16017 0 -1 4202496 5928 0 0 0 9 0 0 0 25 0 1 0 654578583 38518784 4575 33554432000 4194304 4964800 140733482048256 18446744073709551615 210646807585 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/22774/statm: 9404 4577 388 189 0 4278 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37616

[startup+0.300643 s]
/proc/loadavg: 1.25 1.13 1.45 5/358 22774
/proc/meminfo: memFree=21648652/32951132 swapFree=64495980/67111528
[pid=22774] ppid=22772 vsize=64848 CPUtime=0.29 cores=1,3,5,7
/proc/22774/stat : 22774 (claspmt) R 22772 22774 16017 0 -1 4202496 13943 0 0 0 28 1 0 0 25 0 1 0 654578583 66404352 10904 33554432000 4194304 4964800 140733482048256 18446744073709551615 4618467 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/22774/statm: 16212 10904 399 189 0 11086 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64848

[startup+0.700574 s]
/proc/loadavg: 1.25 1.13 1.45 5/358 22774
/proc/meminfo: memFree=21648652/32951132 swapFree=64495980/67111528
[pid=22774] ppid=22772 vsize=64848 CPUtime=0.69 cores=1,3,5,7
/proc/22774/stat : 22774 (claspmt) R 22772 22774 16017 0 -1 4202496 13988 0 0 0 68 1 0 0 25 0 1 0 654578583 66404352 10949 33554432000 4194304 4964800 140733482048256 18446744073709551615 4607562 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/22774/statm: 16212 10949 402 189 0 11086 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64848

[startup+1.50044 s]
/proc/loadavg: 1.25 1.13 1.45 6/359 22775
/proc/meminfo: memFree=21605152/32951132 swapFree=64495980/67111528
[pid=22774] ppid=22772 vsize=64848 CPUtime=1.49 cores=1,3,5,7
/proc/22774/stat : 22774 (claspmt) R 22772 22774 16017 0 -1 4202496 13988 0 0 0 148 1 0 0 25 0 1 0 654578583 66404352 10949 33554432000 4194304 4964800 140733482048256 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/22774/statm: 16212 10949 402 189 0 11086 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64848

[startup+3.10017 s]
/proc/loadavg: 1.25 1.13 1.45 6/359 22775
/proc/meminfo: memFree=21603416/32951132 swapFree=64495980/67111528
[pid=22774] ppid=22772 vsize=66668 CPUtime=3.08 cores=1,3,5,7
/proc/22774/stat : 22774 (claspmt) R 22772 22774 16017 0 -1 4202496 14440 0 0 0 307 1 0 0 25 0 1 0 654578583 68268032 11401 33554432000 4194304 4964800 140733482048256 18446744073709551615 4621739 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/22774/statm: 16667 11401 403 189 0 11541 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 66668

[startup+6.30059 s]
/proc/loadavg: 1.87 1.26 1.49 9/362 22778
/proc/meminfo: memFree=21576304/32951132 swapFree=64495980/67111528
[pid=22774] ppid=22772 vsize=209968 CPUtime=14.84 cores=1,3,5,7
/proc/22774/stat : 22774 (claspmt) R 22772 22774 16017 0 -1 4202496 23200 0 0 0 1478 6 0 0 25 0 4 0 654578583 215007232 18960 33554432000 4194304 4964800 140733482048256 18446744073709551615 4321088 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/22774/statm: 52492 18960 458 189 0 46841 0
[pid=22774/tid=22776] ppid=22772 vsize=209968 CPUtime=2.74 cores=1,3,5,7
/proc/22774/task/22776/stat : 22776 (claspmt) R 22772 22774 16017 0 -1 4202560 742 0 0 0 274 0 0 0 25 0 4 0 654578917 215007232 18960 33554432000 4194304 4964800 140733482048256 18446744073709551615 4652258 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22774/tid=22777] ppid=22772 vsize=209968 CPUtime=2.93 cores=1,3,5,7
/proc/22774/task/22777/stat : 22777 (claspmt) R 22772 22774 16017 0 -1 4202560 4563 0 0 0 291 2 0 0 24 0 4 0 654578917 215007232 18960 33554432000 4194304 4964800 140733482048256 18446744073709551615 4668805 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22774/tid=22778] ppid=22772 vsize=209968 CPUtime=2.91 cores=1,3,5,7
/proc/22774/task/22778/stat : 22778 (claspmt) R 22772 22774 16017 0 -1 4202560 2031 0 0 0 291 0 0 0 24 0 4 0 654578917 215007232 18960 33554432000 4194304 4964800 140733482048256 18446744073709551615 4378499 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 14.84
Current children cumulated vsize (KiB) 209968

[startup+12.7005 s]
/proc/loadavg: 2.36 1.37 1.53 9/362 22778
/proc/meminfo: memFree=21509288/32951132 swapFree=64495980/67111528
[pid=22774] ppid=22772 vsize=223544 CPUtime=40.36 cores=1,3,5,7
/proc/22774/stat : 22774 (claspmt) R 22772 22774 16017 0 -1 4202496 40270 0 0 0 4023 13 0 0 25 0 4 0 654578583 228909056 36030 33554432000 4194304 4964800 140733482048256 18446744073709551615 4626979 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/22774/statm: 55886 36030 460 189 0 50235 0
[pid=22774/tid=22776] ppid=22772 vsize=223544 CPUtime=9.13 cores=1,3,5,7
/proc/22774/task/22776/stat : 22776 (claspmt) R 22772 22774 16017 0 -1 4202560 2087 0 0 0 913 0 0 0 25 0 4 0 654578917 228909056 36030 33554432000 4194304 4964800 140733482048256 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22774/tid=22777] ppid=22772 vsize=223544 CPUtime=9.34 cores=1,3,5,7
/proc/22774/task/22777/stat : 22777 (claspmt) R 22772 22774 16017 0 -1 4202560 16088 0 0 0 927 7 0 0 25 0 4 0 654578917 228909056 36030 33554432000 4194304 4964800 140733482048256 18446744073709551615 210646807237 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22774/tid=22778] ppid=22772 vsize=223544 CPUtime=9.23 cores=1,3,5,7
/proc/22774/task/22778/stat : 22778 (claspmt) R 22772 22774 16017 0 -1 4202560 4786 0 0 0 921 2 0 0 25 0 4 0 654578917 228909056 36030 33554432000 4194304 4964800 140733482048256 18446744073709551615 4668689 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40.36
Current children cumulated vsize (KiB) 223544

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

[startup+15.901 s]
/proc/loadavg: 2.81 1.48 1.56 9/362 22778
/proc/meminfo: memFree=21472708/32951132 swapFree=64495980/67111528
[pid=22774] ppid=22772 vsize=230564 CPUtime=53.12 cores=1,3,5,7
/proc/22774/stat : 22774 (claspmt) R 22772 22774 16017 0 -1 4202496 46783 0 0 0 5296 16 0 0 25 0 4 0 654578583 236097536 42543 33554432000 4194304 4964800 140733482048256 18446744073709551615 4668734 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/22774/statm: 57641 42543 460 189 0 51990 0
[pid=22774/tid=22776] ppid=22772 vsize=230564 CPUtime=12.33 cores=1,3,5,7
/proc/22774/task/22776/stat : 22776 (claspmt) R 22772 22774 16017 0 -1 4202560 2734 0 0 0 1233 0 0 0 25 0 4 0 654578917 236097536 42543 33554432000 4194304 4964800 140733482048256 18446744073709551615 4668998 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22774/tid=22777] ppid=22772 vsize=230564 CPUtime=12.54 cores=1,3,5,7
/proc/22774/task/22777/stat : 22777 (claspmt) R 22772 22774 16017 0 -1 4202560 20346 0 0 0 1245 9 0 0 25 0 4 0 654578917 236097536 42543 33554432000 4194304 4964800 140733482048256 18446744073709551615 4647774 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22774/tid=22778] ppid=22772 vsize=230564 CPUtime=12.39 cores=1,3,5,7
/proc/22774/task/22778/stat : 22778 (claspmt) R 22772 22774 16017 0 -1 4202560 5857 0 0 0 1237 2 0 0 25 0 4 0 654578917 236097536 42543 33554432000 4194304 4964800 140733482048256 18446744073709551615 4660224 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 53.12
Current children cumulated vsize (KiB) 230564

[startup+16.7008 s]
/proc/loadavg: 2.81 1.48 1.56 9/362 22778
/proc/meminfo: memFree=21472336/32951132 swapFree=64495980/67111528
[pid=22774] ppid=22772 vsize=231224 CPUtime=56.31 cores=1,3,5,7
/proc/22774/stat : 22774 (claspmt) R 22772 22774 16017 0 -1 4202496 46945 0 0 0 5615 16 0 0 25 0 4 0 654578583 236773376 42705 33554432000 4194304 4964800 140733482048256 18446744073709551615 4670180 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/22774/statm: 57806 42705 460 189 0 52155 0
[pid=22774/tid=22776] ppid=22772 vsize=231224 CPUtime=13.13 cores=1,3,5,7
/proc/22774/task/22776/stat : 22776 (claspmt) R 22772 22774 16017 0 -1 4202560 2734 0 0 0 1313 0 0 0 25 0 4 0 654578917 236773376 42705 33554432000 4194304 4964800 140733482048256 18446744073709551615 4313799 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22774/tid=22777] ppid=22772 vsize=231224 CPUtime=13.34 cores=1,3,5,7
/proc/22774/task/22777/stat : 22777 (claspmt) R 22772 22774 16017 0 -1 4202560 20508 0 0 0 1325 9 0 0 25 0 4 0 654578917 236773376 42705 33554432000 4194304 4964800 140733482048256 18446744073709551615 4313804 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22774/tid=22778] ppid=22772 vsize=231224 CPUtime=13.18 cores=1,3,5,7
/proc/22774/task/22778/stat : 22778 (claspmt) R 22772 22774 16017 0 -1 4202560 5857 0 0 0 1316 2 0 0 25 0 4 0 654578917 236773376 42705 33554432000 4194304 4964800 140733482048256 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 56.31
Current children cumulated vsize (KiB) 231224

[startup+17.5007 s]
/proc/loadavg: 2.81 1.48 1.56 9/362 22778
/proc/meminfo: memFree=21468492/32951132 swapFree=64495980/67111528
[pid=22774] ppid=22772 vsize=234140 CPUtime=59.53 cores=1,3,5,7
/proc/22774/stat : 22774 (claspmt) R 22772 22774 16017 0 -1 4202496 47688 0 0 0 5937 16 0 0 25 0 4 0 654578583 239759360 43448 33554432000 4194304 4964800 140733482048256 18446744073709551615 4334304 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/22774/statm: 58535 43448 460 189 0 52884 0
[pid=22774/tid=22776] ppid=22772 vsize=234140 CPUtime=13.95 cores=1,3,5,7
/proc/22774/task/22776/stat : 22776 (claspmt) R 22772 22774 16017 0 -1 4202560 2753 0 0 0 1395 0 0 0 25 0 4 0 654578917 239759360 43448 33554432000 4194304 4964800 140733482048256 18446744073709551615 4668773 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22774/tid=22777] ppid=22772 vsize=234140 CPUtime=14.15 cores=1,3,5,7
/proc/22774/task/22777/stat : 22777 (claspmt) R 22772 22774 16017 0 -1 4202560 21225 0 0 0 1406 9 0 0 25 0 4 0 654578917 239759360 43448 33554432000 4194304 4964800 140733482048256 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22774/tid=22778] ppid=22772 vsize=234140 CPUtime=13.98 cores=1,3,5,7
/proc/22774/task/22778/stat : 22778 (claspmt) R 22772 22774 16017 0 -1 4202560 5858 0 0 0 1396 2 0 0 25 0 4 0 654578917 239759360 43448 33554432000 4194304 4964800 140733482048256 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 59.53
Current children cumulated vsize (KiB) 234140

[startup+17.7007 s]
/proc/loadavg: 2.81 1.48 1.56 9/362 22778
/proc/meminfo: memFree=21468492/32951132 swapFree=64495980/67111528
[pid=22774] ppid=22772 vsize=234140 CPUtime=60.29 cores=1,3,5,7
/proc/22774/stat : 22774 (claspmt) R 22772 22774 16017 0 -1 4202496 47688 0 0 0 6013 16 0 0 25 0 4 0 654578583 239759360 43448 33554432000 4194304 4964800 140733482048256 18446744073709551615 4371542 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/22774/statm: 58535 43448 460 189 0 52884 0
[pid=22774/tid=22776] ppid=22772 vsize=234140 CPUtime=14.13 cores=1,3,5,7
/proc/22774/task/22776/stat : 22776 (claspmt) R 22772 22774 16017 0 -1 4202560 2753 0 0 0 1413 0 0 0 25 0 4 0 654578917 239759360 43448 33554432000 4194304 4964800 140733482048256 18446744073709551615 4669026 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22774/tid=22777] ppid=22772 vsize=234140 CPUtime=14.34 cores=1,3,5,7
/proc/22774/task/22777/stat : 22777 (claspmt) R 22772 22774 16017 0 -1 4202560 21225 0 0 0 1425 9 0 0 25 0 4 0 654578917 239759360 43448 33554432000 4194304 4964800 140733482048256 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22774/tid=22778] ppid=22772 vsize=234140 CPUtime=14.16 cores=1,3,5,7
/proc/22774/task/22778/stat : 22778 (claspmt) R 22772 22774 16017 0 -1 4202560 5858 0 0 0 1414 2 0 0 25 0 4 0 654578917 239759360 43448 33554432000 4194304 4964800 140733482048256 18446744073709551615 4669011 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 60.29
Current children cumulated vsize (KiB) 234140

[startup+17.8006 s]
/proc/loadavg: 2.81 1.48 1.56 9/362 22778
/proc/meminfo: memFree=21468492/32951132 swapFree=64495980/67111528
[pid=22774] ppid=22772 vsize=234140 CPUtime=60.69 cores=1,3,5,7
/proc/22774/stat : 22774 (claspmt) R 22772 22774 16017 0 -1 4202496 47688 0 0 0 6053 16 0 0 25 0 4 0 654578583 239759360 43448 33554432000 4194304 4964800 140733482048256 18446744073709551615 4670499 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/22774/statm: 58535 43448 460 189 0 52884 0
[pid=22774/tid=22776] ppid=22772 vsize=234140 CPUtime=14.23 cores=1,3,5,7
/proc/22774/task/22776/stat : 22776 (claspmt) R 22772 22774 16017 0 -1 4202560 2753 0 0 0 1423 0 0 0 25 0 4 0 654578917 239759360 43448 33554432000 4194304 4964800 140733482048256 18446744073709551615 4313804 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22774/tid=22777] ppid=22772 vsize=234140 CPUtime=14.44 cores=1,3,5,7
/proc/22774/task/22777/stat : 22777 (claspmt) R 22772 22774 16017 0 -1 4202560 21225 0 0 0 1435 9 0 0 25 0 4 0 654578917 239759360 43448 33554432000 4194304 4964800 140733482048256 18446744073709551615 4313804 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22774/tid=22778] ppid=22772 vsize=234140 CPUtime=14.26 cores=1,3,5,7
/proc/22774/task/22778/stat : 22778 (claspmt) R 22772 22774 16017 0 -1 4202560 5858 0 0 0 1424 2 0 0 25 0 4 0 654578917 239759360 43448 33554432000 4194304 4964800 140733482048256 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 60.69
Current children cumulated vsize (KiB) 234140

Child status: 20
Real time (s): 17.8964
CPU time (s): 60.9227
CPU user time (s): 60.7488
CPU system time (s): 0.173973
CPU usage (%): 340.419
Max. virtual memory (cumulated for all children) (KiB): 234140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.7488
system time used= 0.173973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47710
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= 484
involuntary context switches= 270

runsolver used 0.058991 second user time and 0.159975 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 05:23:10
IDJOB=3373455
IDBENCH=84172
IDSOLVER=1853
FILE ID=node129/3373455-1305429789
RUNJOBID= node129-1305429787-22692
PBS_JOBID= 13324597
Free space on /tmp= 73404 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT03/industrial/simon/sat02/6pipe_6_ooo.shuffled-as.sat03-413.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-3373455-1305429789/watcher-3373455-1305429789 -o /tmp/evaluation-result-3373455-1305429789/solver-3373455-1305429789 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373455-1305429789.cnf

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

MD5SUM BENCH= 8bd122b0caab0988cbc54e4731b25623
RANDOM SEED=1595008877

node129.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      21648932 kB
Buffers:        250504 kB
Cached:        5871964 kB
SwapCached:      52668 kB
Active:        2930824 kB
Inactive:      8149680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21648932 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:           11952 kB
Writeback:          32 kB
AnonPages:     4913716 kB
Mapped:          18088 kB
Slab:           120568 kB
PageTables:      37844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 79777076 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73400 MiB
End job on node129 at 2011-05-15 05:23:28