Trace number 3299861

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-R4095UNSAT 88.8545 22.3707

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom12.cnf
MD5SUMf0a59aeb3af8016fb8ec53aa337c4836
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.66183
Satisfiable
(Un)Satisfiability was proved
Number of variables17298
Number of clauses57292
Sum of the clauses size145234
Maximum clause length615
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 230583
Number of clauses of size 326391
Number of clauses of size 477
Number of clauses of size 510
Number of clauses of size over 5230

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...082433/instance-3299861-1304082433.cnf
0.09/0.13	c Solving...
88.63/22.36	s UNSATISFIABLE
88.63/22.36	
88.63/22.36	c Models        : 0     
88.63/22.36	c Time          : 22.352s (Solving: 22.22s 1st Model: 0.00s Unsat: 22.22s)
88.63/22.36	c CPU Time      : 88.830s

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-3299861-1304082433/watcher-3299861-1304082433 -o /tmp/evaluation-result-3299861-1304082433/solver-3299861-1304082433 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3299861-1304082433.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.09 8.05 8.00 2/175 23643
/proc/meminfo: memFree=12761204/32951124 swapFree=67102140/67111528
[pid=23643] ppid=23641 vsize=23988 CPUtime=0 cores=0,2,4,6
/proc/23643/stat : 23643 (claspmt) R 23641 23643 23232 0 -1 4202496 1355 0 0 0 0 0 0 0 25 0 1 0 598473927 24563712 1184 33554432000 4194304 4964704 140737359308720 18446744073709551615 4679011 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/23643/statm: 5997 1188 376 189 0 871 0

[startup+0.02344 s]
/proc/loadavg: 8.09 8.05 8.00 2/175 23643
/proc/meminfo: memFree=12761204/32951124 swapFree=67102140/67111528
[pid=23643] ppid=23641 vsize=27680 CPUtime=0.02 cores=0,2,4,6
/proc/23643/stat : 23643 (claspmt) R 23641 23643 23232 0 -1 4202496 2667 0 0 0 2 0 0 0 25 0 1 0 598473927 28344320 2122 33554432000 4194304 4964704 140737359308720 18446744073709551615 216734875403 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/23643/statm: 6920 2123 398 189 0 1794 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 27680

[startup+0.100402 s]
/proc/loadavg: 8.09 8.05 8.00 2/175 23643
/proc/meminfo: memFree=12761204/32951124 swapFree=67102140/67111528
[pid=23643] ppid=23641 vsize=31500 CPUtime=0.09 cores=0,2,4,6
/proc/23643/stat : 23643 (claspmt) R 23641 23643 23232 0 -1 4202496 3613 0 0 0 9 0 0 0 25 0 1 0 598473927 32256000 3068 33554432000 4194304 4964704 140737359308720 18446744073709551615 4601734 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/23643/statm: 7875 3068 403 189 0 2749 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31500

[startup+0.300334 s]
/proc/loadavg: 8.09 8.05 8.00 2/175 23643
/proc/meminfo: memFree=12761204/32951124 swapFree=67102140/67111528
[pid=23643] ppid=23641 vsize=182716 CPUtime=0.74 cores=0,2,4,6
/proc/23643/stat : 23643 (claspmt) R 23641 23643 23232 0 -1 4202496 6061 0 0 0 73 1 0 0 25 0 4 0 598473927 187101184 4830 33554432000 4194304 4964704 140737359308720 18446744073709551615 216735221943 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/23643/statm: 45679 4830 458 189 0 40028 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 182716

[startup+0.700263 s]
/proc/loadavg: 8.09 8.05 8.00 2/175 23643
/proc/meminfo: memFree=12761204/32951124 swapFree=67102140/67111528
[pid=23643] ppid=23641 vsize=183844 CPUtime=2.35 cores=0,2,4,6
/proc/23643/stat : 23643 (claspmt) R 23641 23643 23232 0 -1 4202496 7071 0 0 0 232 3 0 0 25 0 4 0 598473927 188256256 5840 33554432000 4194304 4964704 140737359308720 18446744073709551615 4668693 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/23643/statm: 45961 5840 458 189 0 40310 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 183844

[startup+1.50109 s]
/proc/loadavg: 7.85 8.00 7.98 9/184 23677
/proc/meminfo: memFree=12700092/32951124 swapFree=67102140/67111528
[pid=23643] ppid=23641 vsize=185004 CPUtime=5.54 cores=0,2,4,6
/proc/23643/stat : 23643 (claspmt) R 23641 23643 23232 0 -1 4202496 8050 0 0 0 550 4 0 0 25 0 4 0 598473927 189444096 6819 33554432000 4194304 4964704 140737359308720 18446744073709551615 4668472 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/23643/statm: 46251 6819 458 189 0 40600 0
[pid=23643/tid=23662] ppid=23641 vsize=185004 CPUtime=1.35 cores=0,2,4,6
/proc/23643/task/23662/stat : 23662 (claspmt) R 23641 23643 23232 0 -1 4202560 1082 0 0 0 134 1 0 0 19 0 4 0 598473940 189444096 6819 33554432000 4194304 4964704 140737359308720 18446744073709551615 4668657 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=23643/tid=23663] ppid=23641 vsize=185004 CPUtime=1.35 cores=0,2,4,6
/proc/23643/task/23663/stat : 23663 (claspmt) R 23641 23643 23232 0 -1 4202560 1414 0 0 0 134 1 0 0 25 0 4 0 598473940 189444096 6819 33554432000 4194304 4964704 140737359308720 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=23643/tid=23664] ppid=23641 vsize=185004 CPUtime=1.35 cores=0,2,4,6
/proc/23643/task/23664/stat : 23664 (claspmt) R 23641 23643 23232 0 -1 4202560 1135 0 0 0 135 0 0 0 19 0 4 0 598473940 189444096 6819 33554432000 4194304 4964704 140737359308720 18446744073709551615 4670176 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 185004

[startup+3.10081 s]
/proc/loadavg: 7.85 8.00 7.98 9/184 23677
/proc/meminfo: memFree=12686460/32951124 swapFree=67102140/67111528
[pid=23643] ppid=23641 vsize=186644 CPUtime=11.94 cores=0,2,4,6
/proc/23643/stat : 23643 (claspmt) R 23641 23643 23232 0 -1 4202496 9500 0 0 0 1189 5 0 0 25 0 4 0 598473927 191123456 8269 33554432000 4194304 4964704 140737359308720 18446744073709551615 4653475 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/23643/statm: 46661 8269 458 189 0 41010 0
[pid=23643/tid=23662] ppid=23641 vsize=186644 CPUtime=2.94 cores=0,2,4,6
/proc/23643/task/23662/stat : 23662 (claspmt) R 23641 23643 23232 0 -1 4202560 1404 0 0 0 293 1 0 0 24 0 4 0 598473940 191123456 8269 33554432000 4194304 4964704 140737359308720 18446744073709551615 4670215 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=23643/tid=23663] ppid=23641 vsize=186644 CPUtime=2.95 cores=0,2,4,6
/proc/23643/task/23663/stat : 23663 (claspmt) R 23641 23643 23232 0 -1 4202560 1931 0 0 0 294 1 0 0 25 0 4 0 598473940 191123456 8269 33554432000 4194304 4964704 140737359308720 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=23643/tid=23664] ppid=23641 vsize=186644 CPUtime=2.95 cores=0,2,4,6
/proc/23643/task/23664/stat : 23664 (claspmt) R 23641 23643 23232 0 -1 4202560 1433 0 0 0 295 0 0 0 24 0 4 0 598473940 191123456 8269 33554432000 4194304 4964704 140737359308720 18446744073709551615 4342186 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (KiB) 186644

[startup+6.30025 s]
/proc/loadavg: 7.85 8.00 7.98 9/184 23677
/proc/meminfo: memFree=12660680/32951124 swapFree=67102140/67111528
[pid=23643] ppid=23641 vsize=189356 CPUtime=24.72 cores=0,2,4,6
/proc/23643/stat : 23643 (claspmt) R 23641 23643 23232 0 -1 4202496 11410 0 0 0 2466 6 0 0 25 0 4 0 598473927 193900544 10179 33554432000 4194304 4964704 140737359308720 18446744073709551615 4359851 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/23643/statm: 47339 10179 460 189 0 41688 0
[pid=23643/tid=23662] ppid=23641 vsize=189356 CPUtime=6.14 cores=0,2,4,6
/proc/23643/task/23662/stat : 23662 (claspmt) R 23641 23643 23232 0 -1 4202560 1792 0 0 0 613 1 0 0 25 0 4 0 598473940 193900544 10179 33554432000 4194304 4964704 140737359308720 18446744073709551615 4684027 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=23643/tid=23663] ppid=23641 vsize=189356 CPUtime=6.14 cores=0,2,4,6
/proc/23643/task/23663/stat : 23663 (claspmt) R 23641 23643 23232 0 -1 4202560 2409 0 0 0 613 1 0 0 25 0 4 0 598473940 193900544 10179 33554432000 4194304 4964704 140737359308720 18446744073709551615 4320864 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=23643/tid=23664] ppid=23641 vsize=189356 CPUtime=6.15 cores=0,2,4,6
/proc/23643/task/23664/stat : 23664 (claspmt) R 23641 23643 23232 0 -1 4202560 2056 0 0 0 615 0 0 0 25 0 4 0 598473940 193900544 10179 33554432000 4194304 4964704 140737359308720 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.72
Current children cumulated vsize (KiB) 189356

[startup+12.7011 s]
/proc/loadavg: 7.87 8.00 7.98 9/184 23677
/proc/meminfo: memFree=12620712/32951124 swapFree=67102140/67111528
[pid=23643] ppid=23641 vsize=193060 CPUtime=50.29 cores=0,2,4,6
/proc/23643/stat : 23643 (claspmt) R 23641 23643 23232 0 -1 4202496 14107 0 0 0 5022 7 0 0 25 0 4 0 598473927 197693440 12876 33554432000 4194304 4964704 140737359308720 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/23643/statm: 48265 12876 460 189 0 42614 0
[pid=23643/tid=23662] ppid=23641 vsize=193060 CPUtime=12.55 cores=0,2,4,6
/proc/23643/task/23662/stat : 23662 (claspmt) R 23641 23643 23232 0 -1 4202560 2246 0 0 0 1253 2 0 0 25 0 4 0 598473940 197693440 12876 33554432000 4194304 4964704 140737359308720 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=23643/tid=23663] ppid=23641 vsize=193060 CPUtime=12.55 cores=0,2,4,6
/proc/23643/task/23663/stat : 23663 (claspmt) R 23641 23643 23232 0 -1 4202560 3409 0 0 0 1253 2 0 0 25 0 4 0 598473940 197693440 12876 33554432000 4194304 4964704 140737359308720 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=23643/tid=23664] ppid=23641 vsize=193060 CPUtime=12.55 cores=0,2,4,6
/proc/23643/task/23664/stat : 23664 (claspmt) R 23641 23643 23232 0 -1 4202560 2653 0 0 0 1255 0 0 0 25 0 4 0 598473940 197693440 12876 33554432000 4194304 4964704 140737359308720 18446744073709551615 216734837656 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 193060

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

[startup+19.101 s]
/proc/loadavg: 7.88 8.00 7.98 9/184 23677
/proc/meminfo: memFree=12601880/32951124 swapFree=67102140/67111528
[pid=23643] ppid=23641 vsize=195596 CPUtime=75.85 cores=0,2,4,6
/proc/23643/stat : 23643 (claspmt) R 23641 23643 23232 0 -1 4202496 15270 0 0 0 7577 8 0 0 25 0 4 0 598473927 200290304 14039 33554432000 4194304 4964704 140737359308720 18446744073709551615 4370295 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/23643/statm: 48899 14039 460 189 0 43248 0
[pid=23643/tid=23662] ppid=23641 vsize=195596 CPUtime=18.94 cores=0,2,4,6
/proc/23643/task/23662/stat : 23662 (claspmt) R 23641 23643 23232 0 -1 4202560 2566 0 0 0 1892 2 0 0 25 0 4 0 598473940 200290304 14039 33554432000 4194304 4964704 140737359308720 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=23643/tid=23663] ppid=23641 vsize=195596 CPUtime=18.95 cores=0,2,4,6
/proc/23643/task/23663/stat : 23663 (claspmt) R 23641 23643 23232 0 -1 4202560 3784 0 0 0 1893 2 0 0 25 0 4 0 598473940 200290304 14039 33554432000 4194304 4964704 140737359308720 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=23643/tid=23664] ppid=23641 vsize=195596 CPUtime=18.95 cores=0,2,4,6
/proc/23643/task/23664/stat : 23664 (claspmt) R 23641 23643 23232 0 -1 4202560 2778 0 0 0 1895 0 0 0 25 0 4 0 598473940 200290304 14039 33554432000 4194304 4964704 140737359308720 18446744073709551615 4668648 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 75.85
Current children cumulated vsize (KiB) 195596

[startup+20.7007 s]
/proc/loadavg: 7.88 8.00 7.98 9/184 23677
/proc/meminfo: memFree=12596052/32951124 swapFree=67102140/67111528
[pid=23643] ppid=23641 vsize=195908 CPUtime=82.24 cores=0,2,4,6
/proc/23643/stat : 23643 (claspmt) R 23641 23643 23232 0 -1 4202496 15600 0 0 0 8216 8 0 0 25 0 4 0 598473927 200609792 14369 33554432000 4194304 4964704 140737359308720 18446744073709551615 4320931 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/23643/statm: 48977 14369 460 189 0 43326 0
[pid=23643/tid=23662] ppid=23641 vsize=195908 CPUtime=20.54 cores=0,2,4,6
/proc/23643/task/23662/stat : 23662 (claspmt) R 23641 23643 23232 0 -1 4202560 2625 0 0 0 2052 2 0 0 25 0 4 0 598473940 200609792 14369 33554432000 4194304 4964704 140737359308720 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=23643/tid=23663] ppid=23641 vsize=195908 CPUtime=20.55 cores=0,2,4,6
/proc/23643/task/23663/stat : 23663 (claspmt) R 23641 23643 23232 0 -1 4202560 3890 0 0 0 2053 2 0 0 25 0 4 0 598473940 200609792 14369 33554432000 4194304 4964704 140737359308720 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=23643/tid=23664] ppid=23641 vsize=195908 CPUtime=20.54 cores=0,2,4,6
/proc/23643/task/23664/stat : 23664 (claspmt) R 23641 23643 23232 0 -1 4202560 2878 0 0 0 2054 0 0 0 25 0 4 0 598473940 200609792 14369 33554432000 4194304 4964704 140737359308720 18446744073709551615 4332341 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 82.24
Current children cumulated vsize (KiB) 195908

[startup+21.5006 s]
/proc/loadavg: 7.89 8.00 7.98 9/184 23677
/proc/meminfo: memFree=12587992/32951124 swapFree=67102140/67111528
[pid=23643] ppid=23641 vsize=196660 CPUtime=85.44 cores=0,2,4,6
/proc/23643/stat : 23643 (claspmt) R 23641 23643 23232 0 -1 4202496 15801 0 0 0 8536 8 0 0 25 0 4 0 598473927 201379840 14570 33554432000 4194304 4964704 140737359308720 18446744073709551615 4668946 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/23643/statm: 49165 14570 460 189 0 43514 0
[pid=23643/tid=23662] ppid=23641 vsize=196660 CPUtime=21.34 cores=0,2,4,6
/proc/23643/task/23662/stat : 23662 (claspmt) R 23641 23643 23232 0 -1 4202560 2635 0 0 0 2132 2 0 0 25 0 4 0 598473940 201379840 14570 33554432000 4194304 4964704 140737359308720 18446744073709551615 4668820 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=23643/tid=23663] ppid=23641 vsize=196660 CPUtime=21.35 cores=0,2,4,6
/proc/23643/task/23663/stat : 23663 (claspmt) R 23641 23643 23232 0 -1 4202560 4064 0 0 0 2133 2 0 0 25 0 4 0 598473940 201379840 14570 33554432000 4194304 4964704 140737359308720 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=23643/tid=23664] ppid=23641 vsize=196660 CPUtime=21.34 cores=0,2,4,6
/proc/23643/task/23664/stat : 23664 (claspmt) R 23641 23643 23232 0 -1 4202560 2882 0 0 0 2134 0 0 0 25 0 4 0 598473940 201379840 14570 33554432000 4194304 4964704 140737359308720 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 85.44
Current children cumulated vsize (KiB) 196660

[startup+21.9005 s]
/proc/loadavg: 7.89 8.00 7.98 9/184 23677
/proc/meminfo: memFree=12584520/32951124 swapFree=67102140/67111528
[pid=23643] ppid=23641 vsize=196660 CPUtime=87.05 cores=0,2,4,6
/proc/23643/stat : 23643 (claspmt) R 23641 23643 23232 0 -1 4202496 15859 0 0 0 8697 8 0 0 25 0 4 0 598473927 201379840 14628 33554432000 4194304 4964704 140737359308720 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/23643/statm: 49165 14628 460 189 0 43514 0
[pid=23643/tid=23662] ppid=23641 vsize=196660 CPUtime=21.74 cores=0,2,4,6
/proc/23643/task/23662/stat : 23662 (claspmt) R 23641 23643 23232 0 -1 4202560 2636 0 0 0 2172 2 0 0 25 0 4 0 598473940 201379840 14628 33554432000 4194304 4964704 140737359308720 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=23643/tid=23663] ppid=23641 vsize=196660 CPUtime=21.75 cores=0,2,4,6
/proc/23643/task/23663/stat : 23663 (claspmt) R 23641 23643 23232 0 -1 4202560 4085 0 0 0 2173 2 0 0 25 0 4 0 598473940 201379840 14628 33554432000 4194304 4964704 140737359308720 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=23643/tid=23664] ppid=23641 vsize=196660 CPUtime=21.75 cores=0,2,4,6
/proc/23643/task/23664/stat : 23664 (claspmt) R 23641 23643 23232 0 -1 4202560 2918 0 0 0 2175 0 0 0 25 0 4 0 598473940 201379840 14628 33554432000 4194304 4964704 140737359308720 18446744073709551615 4321042 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 87.05
Current children cumulated vsize (KiB) 196660

[startup+22.3005 s]
/proc/loadavg: 7.89 8.00 7.98 9/184 23677
/proc/meminfo: memFree=12584520/32951124 swapFree=67102140/67111528
[pid=23643] ppid=23641 vsize=196660 CPUtime=88.63 cores=0,2,4,6
/proc/23643/stat : 23643 (claspmt) R 23641 23643 23232 0 -1 4202496 15893 0 0 0 8855 8 0 0 25 0 4 0 598473927 201379840 14662 33554432000 4194304 4964704 140737359308720 18446744073709551615 4668632 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/23643/statm: 49165 14662 460 189 0 43514 0
[pid=23643/tid=23662] ppid=23641 vsize=196660 CPUtime=22.14 cores=0,2,4,6
/proc/23643/task/23662/stat : 23662 (claspmt) R 23641 23643 23232 0 -1 4202560 2636 0 0 0 2212 2 0 0 25 0 4 0 598473940 201379840 14662 33554432000 4194304 4964704 140737359308720 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=23643/tid=23663] ppid=23641 vsize=196660 CPUtime=22.15 cores=0,2,4,6
/proc/23643/task/23663/stat : 23663 (claspmt) R 23641 23643 23232 0 -1 4202560 4099 0 0 0 2213 2 0 0 25 0 4 0 598473940 201379840 14662 33554432000 4194304 4964704 140737359308720 18446744073709551615 4644762 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=23643/tid=23664] ppid=23641 vsize=196660 CPUtime=22.14 cores=0,2,4,6
/proc/23643/task/23664/stat : 23664 (claspmt) R 23641 23643 23232 0 -1 4202560 2919 0 0 0 2214 0 0 0 25 0 4 0 598473940 201379840 14662 33554432000 4194304 4964704 140737359308720 18446744073709551615 4670608 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 88.63
Current children cumulated vsize (KiB) 196660

Child status: 20
Real time (s): 22.3707
CPU time (s): 88.8545
CPU user time (s): 88.7635
CPU system time (s): 0.090986
CPU usage (%): 397.192
Max. virtual memory (cumulated for all children) (KiB): 196660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.7635
system time used= 0.090986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15905
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= 794
involuntary context switches= 433

runsolver used 0.030995 second user time and 0.081987 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 15:07:13
IDJOB=3299861
IDBENCH=83118
IDSOLVER=1683
FILE ID=node119/3299861-1304082433
RUNJOBID= node119-1304081228-23546
PBS_JOBID= 13170510
Free space on /tmp= 71812 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom12.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-3299861-1304082433/watcher-3299861-1304082433 -o /tmp/evaluation-result-3299861-1304082433/solver-3299861-1304082433 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3299861-1304082433.cnf

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

MD5SUM BENCH= f0a59aeb3af8016fb8ec53aa337c4836
RANDOM SEED=1299238286

node119.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.815
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.63
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.815
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.815
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.815
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.815
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.67
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.815
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.815
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.815
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:     32951124 kB
MemFree:      12761476 kB
Buffers:       2234180 kB
Cached:       17308308 kB
SwapCached:       5504 kB
Active:        7968948 kB
Inactive:     11636640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12761476 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:            2000 kB
Writeback:           0 kB
AnonPages:       59924 kB
Mapped:          14928 kB
Slab:           521184 kB
PageTables:       4676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   218932 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= 71812 MiB
End job on node119 at 2011-04-29 15:07:35