Trace number 3286610

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
synit_sat 2011-03-03UNSAT 446.538 446.526

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-TPP-21-step11.cnf
MD5SUM00d93f117a3253605ad3ac6a153ec61f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark234.365
Satisfiable
(Un)Satisfiability was proved
Number of variables99736
Number of clauses783991
Sum of the clauses size1708562
Maximum clause length91
Minimum clause length1
Number of clauses of size 1139
Number of clauses of size 2756759
Number of clauses of size 37636
Number of clauses of size 411357
Number of clauses of size 5745
Number of clauses of size over 57355

Solver Data

0.00/0.00	c start  0 total 0
0.29/0.31	c Find Units :        139
0.29/0.37	c Find Invs  :        354
0.39/0.40	c Find Ands  :       8867 AvgFaninNum: 13.0593
0.39/0.40	c Find Xors  :          0 AvgFaninNum: nan
0.39/0.40	c Find Ite   :          0
0.39/0.41	c UnDirect variable: 66
0.39/0.41	c UnDirect to Direct Gate: 300
0.39/0.41	c Forced Direct Gate: 11 Unuse unDirect Gate: 17
0.39/0.41	c Break Cycle : 514
0.39/0.41	c Total Root : 5270 Undef Var: 92244
0.39/0.47	c After covering, Total Root: 5915 Leaf: 57011
0.39/0.47	c Variable( cover/uncovered/unused ): 64503 35233 0
0.39/0.47	c Unit Clauses: 139
0.39/0.47	c Binary Clauses( cover/uncovered ): 108533 648226
0.39/0.47	c Clauses( cover/uncovered ): 7192 19901
0.39/0.47	c Total Clauses( cover/uncovered ): 115864 668127 14.7787%
0.39/0.47	c Covered Ands: 7192 Invs: 300 Xors: 0 Ites: 0
0.79/0.80	c Uncover Clauses avg size: 2.05984 max size: 73
0.79/0.81	c Final circuit: i/l/o/s   92242       0  668248    794836
0.79/0.81	c cover rate 14.7787
0.79/0.81	c rocky end  0.81 total 0.81
1.69/1.79	c covering time  0.97 total 1.78
446.31/446.35	c solve time  444.59 total 446.37
446.31/446.35	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-3286610-1303765951/watcher-3286610-1303765951 -o /tmp/evaluation-result-3286610-1303765951/solver-3286610-1303765951 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3286610-1303765951.cnf 1639906767 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.00 5.08 4.78 4/189 24941
/proc/meminfo: memFree=23955548/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=29716 CPUtime=0 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 1687 0 0 0 0 0 0 0 24 0 1 0 488195532 30429184 1624 33554432000 4194304 4947581 140733675915088 18446744073709551615 47911569118752 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24941/statm: 7429 1626 289 184 0 2304 0

[startup+0.0231119 s]
/proc/loadavg: 4.00 5.08 4.78 4/189 24941
/proc/meminfo: memFree=23955548/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=35076 CPUtime=0.01 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 3543 0 0 0 1 0 0 0 24 0 1 0 488195532 35917824 3477 33554432000 4194304 4947581 140733675915088 18446744073709551615 253640550352 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 8769 3477 376 184 0 3644 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 35076

[startup+0.101097 s]
/proc/loadavg: 4.00 5.08 4.78 4/189 24941
/proc/meminfo: memFree=23955548/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=47364 CPUtime=0.09 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 6740 0 0 0 9 0 0 0 24 0 1 0 488195532 48500736 6674 33554432000 4194304 4947581 140733675915088 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 11841 6674 377 184 0 6716 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47364

[startup+0.301058 s]
/proc/loadavg: 4.00 5.08 4.78 4/189 24941
/proc/meminfo: memFree=23955548/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=84356 CPUtime=0.29 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 15367 0 0 0 28 1 0 0 25 0 1 0 488195532 86380544 15301 33554432000 4194304 4947581 140733675915088 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 21089 15301 377 184 0 15964 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84356

[startup+0.700985 s]
/proc/loadavg: 4.00 5.08 4.78 4/189 24941
/proc/meminfo: memFree=23955548/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=121728 CPUtime=0.68 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 24828 0 0 0 66 2 0 0 18 0 1 0 488195532 124649472 24762 33554432000 4194304 4947581 140733675915088 18446744073709551615 4761024 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 30432 24762 385 184 0 25307 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 121728

[startup+1.50084 s]
/proc/loadavg: 4.00 5.08 4.78 5/190 24942
/proc/meminfo: memFree=22757868/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=250536 CPUtime=1.49 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 56533 0 0 0 143 6 0 0 19 0 1 0 488195532 256548864 56467 33554432000 4194304 4947581 140733675915088 18446744073709551615 4741295 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 62634 56467 410 184 0 57509 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 250536

[startup+3.10055 s]
/proc/loadavg: 4.00 5.08 4.78 5/190 24942
/proc/meminfo: memFree=22263604/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=613216 CPUtime=3.09 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 139305 0 0 0 293 16 0 0 23 0 1 0 488195532 627933184 137359 33554432000 4194304 4947581 140733675915088 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 153304 137359 438 184 0 148179 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 613216

[startup+6.30096 s]
/proc/loadavg: 4.00 5.06 4.78 5/190 24942
/proc/meminfo: memFree=22100380/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=771168 CPUtime=6.29 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 173173 0 0 0 609 20 0 0 25 0 1 0 488195532 789676032 171227 33554432000 4194304 4947581 140733675915088 18446744073709551615 4651700 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 192792 171232 438 184 0 187667 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 771168

[startup+12.7008 s]
/proc/loadavg: 4.00 5.04 4.77 5/190 24942
/proc/meminfo: memFree=21903588/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=967324 CPUtime=12.69 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 215220 0 0 0 1243 26 0 0 25 0 1 0 488195532 990539776 213274 33554432000 4194304 4947581 140733675915088 18446744073709551615 4400567 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 241831 213274 463 184 0 236706 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 967324

[startup+25.5005 s]
/proc/loadavg: 4.00 4.99 4.76 5/190 24943
/proc/meminfo: memFree=21665796/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=1008344 CPUtime=25.49 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 223877 0 0 0 2521 28 0 0 25 0 1 0 488195532 1032544256 221931 33554432000 4194304 4947581 140733675915088 18446744073709551615 4645600 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 252086 221931 470 184 0 246961 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1008344

[startup+51.1008 s]
/proc/loadavg: 4.00 4.91 4.74 5/190 24943
/proc/meminfo: memFree=21532876/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=1104848 CPUtime=51.09 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 244948 0 0 0 5079 30 0 0 25 0 1 0 488195532 1131364352 243002 33554432000 4194304 4947581 140733675915088 18446744073709551615 4517656 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 276212 243002 471 184 0 271087 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1104848

[startup+102.307 s]
/proc/loadavg: 4.00 4.77 4.70 5/190 24972
/proc/meminfo: memFree=24438916/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=1172180 CPUtime=102.3 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 254472 0 0 0 10199 31 0 0 25 0 1 0 488195532 1200312320 252526 33554432000 4194304 4947581 140733675915088 18446744073709551615 4399990 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 293045 252526 471 184 0 287920 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1172180

[startup+162.301 s]
/proc/loadavg: 4.04 4.64 4.65 5/190 24973
/proc/meminfo: memFree=24283144/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=1172180 CPUtime=162.3 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 261325 0 0 0 16197 33 0 0 25 0 1 0 488195532 1200312320 259379 33554432000 4194304 4947581 140733675915088 18446744073709551615 4399414 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 293045 259379 471 184 0 287920 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 1172180

[startup+222.301 s]
/proc/loadavg: 4.01 4.52 4.61 5/190 24975
/proc/meminfo: memFree=24255676/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=1172180 CPUtime=222.3 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 261967 0 0 0 22197 33 0 0 25 0 1 0 488195532 1200312320 260021 33554432000 4194304 4947581 140733675915088 18446744073709551615 4399453 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 293045 260021 471 184 0 287920 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1172180

[startup+282.301 s]
/proc/loadavg: 4.00 4.42 4.57 5/190 24977
/proc/meminfo: memFree=24226860/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=1183024 CPUtime=282.3 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 265726 0 0 0 28195 35 0 0 25 0 1 0 488195532 1211416576 263780 33554432000 4194304 4947581 140733675915088 18446744073709551615 4398556 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 295756 263780 471 184 0 290631 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1183024

[startup+342.301 s]
/proc/loadavg: 4.00 4.34 4.53 5/190 24978
/proc/meminfo: memFree=24166040/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=1238080 CPUtime=342.3 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 268853 0 0 0 34194 36 0 0 25 0 1 0 488195532 1267793920 266907 33554432000 4194304 4947581 140733675915088 18446744073709551615 4399200 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 309520 266907 471 184 0 304395 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1238080

[startup+402.301 s]
/proc/loadavg: 3.21 4.09 4.43 3/178 25015
/proc/meminfo: memFree=30805768/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=1238080 CPUtime=402.3 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 269194 0 0 0 40194 36 0 0 25 0 1 0 488195532 1267793920 267248 33554432000 4194304 4947581 140733675915088 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 309520 267248 471 184 0 304395 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1238080

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

[startup+409.501 s]
/proc/loadavg: 3.02 4.02 4.41 3/178 25015
/proc/meminfo: memFree=30805636/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=1238080 CPUtime=409.5 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 269194 0 0 0 40914 36 0 0 25 0 1 0 488195532 1267793920 267248 33554432000 4194304 4947581 140733675915088 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 309520 267248 471 184 0 304395 0
Current children cumulated CPU time (s) 409.5
Current children cumulated vsize (KiB) 1238080

[startup+422.3 s]
/proc/loadavg: 2.87 3.95 4.38 3/178 25015
/proc/meminfo: memFree=30791116/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=1238080 CPUtime=422.31 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 269196 0 0 0 42195 36 0 0 25 0 1 0 488195532 1267793920 267250 33554432000 4194304 4947581 140733675915088 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 309520 267250 471 184 0 304395 0
Current children cumulated CPU time (s) 422.31
Current children cumulated vsize (KiB) 1238080

[startup+435.101 s]
/proc/loadavg: 2.67 3.85 4.34 3/178 25016
/proc/meminfo: memFree=30774620/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=1238080 CPUtime=435.11 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 269895 0 0 0 43474 37 0 0 25 0 1 0 488195532 1267793920 267949 33554432000 4194304 4947581 140733675915088 18446744073709551615 4399936 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 309520 267949 471 184 0 304395 0
Current children cumulated CPU time (s) 435.11
Current children cumulated vsize (KiB) 1238080

[startup+441.501 s]
/proc/loadavg: 2.62 3.82 4.33 3/178 25016
/proc/meminfo: memFree=30770392/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=1238080 CPUtime=441.51 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 269895 0 0 0 44114 37 0 0 25 0 1 0 488195532 1267793920 267949 33554432000 4194304 4947581 140733675915088 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 309520 267949 471 184 0 304395 0
Current children cumulated CPU time (s) 441.51
Current children cumulated vsize (KiB) 1238080

[startup+444.7 s]
/proc/loadavg: 2.57 3.79 4.31 3/178 25016
/proc/meminfo: memFree=30769772/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=1238080 CPUtime=444.71 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 269896 0 0 0 44434 37 0 0 25 0 1 0 488195532 1267793920 267950 33554432000 4194304 4947581 140733675915088 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 309520 267950 471 184 0 304395 0
Current children cumulated CPU time (s) 444.71
Current children cumulated vsize (KiB) 1238080

[startup+445.506 s]
/proc/loadavg: 2.57 3.79 4.31 3/178 25016
/proc/meminfo: memFree=30762580/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=1238080 CPUtime=445.51 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 269896 0 0 0 44514 37 0 0 25 0 1 0 488195532 1267793920 267950 33554432000 4194304 4947581 140733675915088 18446744073709551615 4399380 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 309520 267950 471 184 0 304395 0
Current children cumulated CPU time (s) 445.51
Current children cumulated vsize (KiB) 1238080

[startup+446.301 s]
/proc/loadavg: 2.57 3.79 4.31 3/178 25016
/proc/meminfo: memFree=30762580/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=1238080 CPUtime=446.31 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202496 269896 0 0 0 44594 37 0 0 25 0 1 0 488195532 1267793920 267950 33554432000 4194304 4947581 140733675915088 18446744073709551615 4615551 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24941/statm: 309520 267950 471 184 0 304395 0
Current children cumulated CPU time (s) 446.31
Current children cumulated vsize (KiB) 1238080

[startup+446.501 s]
/proc/loadavg: 2.57 3.79 4.31 3/178 25016
/proc/meminfo: memFree=31196332/32951124 swapFree=67111348/67111528
[pid=24941] ppid=24939 vsize=0 CPUtime=446.51 cores=5,7
/proc/24941/stat : 24941 (synit_sat) R 24939 24941 23613 0 -1 4202500 269901 0 0 0 44612 39 0 0 25 0 1 0 488195532 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 5 0 0 0
/proc/24941/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 446.51
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 446.526
CPU time (s): 446.538
CPU user time (s): 446.125
CPU system time (s): 0.412937
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1238080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 446.125
system time used= 0.412937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269901
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= 13
involuntary context switches= 1001

runsolver used 0.670898 second user time and 1.73574 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-25 23:12:31
IDJOB=3286610
IDBENCH=82431
IDSOLVER=1571
FILE ID=node106/3286610-1303765951
RUNJOBID= node106-1303765018-24342
PBS_JOBID= 13157143
Free space on /tmp= 71532 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-TPP-21-step11.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286610-1303765951/watcher-3286610-1303765951 -o /tmp/evaluation-result-3286610-1303765951/solver-3286610-1303765951 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3286610-1303765951.cnf 1639906767

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=1639906767

node106.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.830
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.830
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.20
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.830
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.830
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.830
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.830
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.830
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.830
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:      23961532 kB
Buffers:         38536 kB
Cached:         306940 kB
SwapCached:         96 kB
Active:        8576912 kB
Inactive:       187456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23961532 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          110848 kB
Writeback:           0 kB
AnonPages:     8418592 kB
Mapped:          16920 kB
Slab:           141296 kB
PageTables:      23216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  9892160 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= 71672 MiB
End job on node106 at 2011-04-25 23:19:58