Trace number 3285805

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
QuteRSat 2011-03-01UNSAT 359.892 362.468

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-3.035-NOTKNOWN.cnf
MD5SUMa85b6db657886fb2a1a46ae1fe4d7999
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark206.556
Satisfiable
(Un)Satisfiability was proved
Number of variables257380
Number of clauses2139615
Sum of the clauses size5163755
Maximum clause length541
Minimum clause length1
Number of clauses of size 1625
Number of clauses of size 22096290
Number of clauses of size 30
Number of clauses of size 4280
Number of clauses of size 51400
Number of clauses of size over 541020

Solver Data

0.00/0.00	c Set FPU double precision.
0.79/0.80	c Parse Cnf success: #var: 257380 #clause: 2139615
0.79/0.80	c Find Units :        625
1.00/1.00	c Find Invs  :        350
1.10/1.19	c Find Ands  :       1050 AvgFaninNum: 9
1.10/1.20	c Find Xors  :          0 AvgFaninNum: nan
1.19/1.20	c Find Ite   :          0
1.19/1.20	c UnDirect variable: 0
1.19/1.20	c UnDirect to Direct Gate: 0
1.19/1.20	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
1.19/1.20	c Break Cycle : 96
1.19/1.20	c Total Root : 10 Undef Var: 256766
1.19/1.21	c After covering, Total Root: 107 Leaf: 3511
1.19/1.21	c Variable( cover/uncovered/unused ): 4125 253255 0
1.19/1.21	c Unit Clauses: 625
1.19/1.21	c Binary Clauses( cover/uncovered ): 5526 2090764
1.19/1.21	c Clauses( cover/uncovered ): 614 42086
1.19/1.21	c Total Clauses( cover/uncovered ): 6765 2132850 0.316178%
1.19/1.21	c Covered Ands: 614 Invs: 0 Xors: 0 Ites: 0
2.69/2.78	c Uncover Clauses avg size: 2.41271 max size: 541
2.79/2.81	c Final circuit: i/l/o/s  256151       0 1841788   2374563
2.79/2.81	c CnfToAig: Time: 2.81 s
4.34/4.40	c TmMap: Set choices finish.
5.41/5.56	c TmMap: Set big and: 1900991
5.41/5.56	c TmMap: Origin: 2630715 ClauseNum: 7123689 --> New: 2157143 ClauseNum: 6189312
5.41/5.56	c TmMap: Time: 1.37
5.80/5.91	c Try to Add: #clause: 3801982 #xorclause: 0
6.30/6.41	c #var: 315354 #clauses: 125814 Solving... 
359.71/362.32	s UNSATISFIABLE
359.71/362.37	c CPU time: 359.79 s

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-3285805-1303760829/watcher-3285805-1303760829 -o /tmp/evaluation-result-3285805-1303760829/solver-3285805-1303760829 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3285805-1303760829.cnf 119902663 

running on 2 cores: 1,3

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.54 4.45 4.95 4/187 18416
/proc/meminfo: memFree=17243016/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=38400 CPUtime=0 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 2493 0 0 0 0 0 0 0 21 0 1 0 487681692 39321600 2428 33554432000 4194304 6016207 140736510086720 18446744073709551615 4272599 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18416/statm: 9600 2440 372 445 0 3144 0

[startup+0.0639409 s]
/proc/loadavg: 4.54 4.45 4.95 4/187 18416
/proc/meminfo: memFree=17243016/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=49664 CPUtime=0.05 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 6140 0 0 0 5 0 0 0 21 0 1 0 487681692 50855936 6075 33554432000 4194304 6016207 140736510086720 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18416/statm: 12416 6075 379 445 0 5960 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 49664

[startup+0.100929 s]
/proc/loadavg: 4.54 4.45 4.95 4/187 18416
/proc/meminfo: memFree=17243016/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=61952 CPUtime=0.09 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 8858 0 0 0 9 0 0 0 21 0 1 0 487681692 63438848 8793 33554432000 4194304 6016207 140736510086720 18446744073709551615 4309779 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18416/statm: 15488 8793 379 445 0 9032 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61952

[startup+0.300893 s]
/proc/loadavg: 4.54 4.45 4.95 4/187 18416
/proc/meminfo: memFree=17243016/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=86656 CPUtime=0.29 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 15065 0 0 0 27 2 0 0 22 0 1 0 487681692 88735744 15000 33554432000 4194304 6016207 140736510086720 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18416/statm: 21664 15000 379 445 0 15208 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86656

[startup+0.700824 s]
/proc/loadavg: 4.54 4.45 4.95 4/187 18416
/proc/meminfo: memFree=17243016/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=136448 CPUtime=0.69 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 27442 0 0 0 65 4 0 0 23 0 1 0 487681692 139722752 27377 33554432000 4194304 6016207 140736510086720 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18416/statm: 34112 27377 379 445 0 27656 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 136448

[startup+1.50069 s]
/proc/loadavg: 4.54 4.45 4.95 5/188 18417
/proc/meminfo: memFree=17069280/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=169344 CPUtime=1.49 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 32213 0 0 0 144 5 0 0 25 0 1 0 487681692 173408256 32148 33554432000 4194304 6016207 140736510086720 18446744073709551615 4317019 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18416/statm: 42336 32148 400 445 0 35880 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 169344

[startup+3.10041 s]
/proc/loadavg: 4.54 4.45 4.95 5/188 18417
/proc/meminfo: memFree=16919248/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=587640 CPUtime=3.09 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 135162 0 0 0 292 17 0 0 25 0 1 0 487681692 601743360 135050 33554432000 4194304 6016207 140736510086720 18446744073709551615 242970240994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18416/statm: 146910 135050 670 445 0 140454 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 587640

[startup+6.30082 s]
/proc/loadavg: 4.50 4.44 4.95 6/188 18417
/proc/meminfo: memFree=15960604/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=1049584 CPUtime=6.2 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 237664 0 0 0 589 31 0 0 25 0 1 0 487681692 1074774016 237552 33554432000 4194304 6016207 140736510086720 18446744073709551615 4752884 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/18416/statm: 262396 237552 690 445 0 255940 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 1049584

[startup+12.7007 s]
/proc/loadavg: 4.62 4.46 4.95 5/188 18417
/proc/meminfo: memFree=15735748/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=1049584 CPUtime=12.3 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 237676 0 0 0 1192 38 0 0 25 0 1 0 487681692 1074774016 237564 33554432000 4194304 6016207 140736510086720 18446744073709551615 4425254 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/18416/statm: 262396 237564 702 445 0 255940 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 1049584

[startup+25.5006 s]
/proc/loadavg: 4.69 4.49 4.95 5/188 18418
/proc/meminfo: memFree=15316864/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=1448004 CPUtime=25.03 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 328354 0 0 0 2451 52 0 0 25 0 1 0 487681692 1482756096 328241 33554432000 4194304 6016207 140736510086720 18446744073709551615 4387631 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18416/statm: 362001 328241 732 445 0 355545 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 1448004

[startup+51.1011 s]
/proc/loadavg: 4.45 4.45 4.93 5/188 18419
/proc/meminfo: memFree=14936944/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=1473412 CPUtime=50.61 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 340736 0 0 0 5004 57 0 0 25 0 1 0 487681692 1508773888 340616 33554432000 4194304 6016207 140736510086720 18446744073709551615 4424917 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18416/statm: 368353 340616 725 445 0 361897 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 1473412

[startup+102.306 s]
/proc/loadavg: 4.19 4.38 4.88 5/188 18420
/proc/meminfo: memFree=13767592/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=1759620 CPUtime=101.81 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 359008 0 0 0 10120 61 0 0 25 0 1 0 487681692 1801850880 358888 33554432000 4194304 6016207 140736510086720 18446744073709551615 4385057 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18416/statm: 439905 358888 725 445 0 433449 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 1759620

[startup+162.301 s]
/proc/loadavg: 4.07 4.31 4.82 5/188 18421
/proc/meminfo: memFree=12949340/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=1794904 CPUtime=161.81 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 376090 0 0 0 16117 64 0 0 25 0 1 0 487681692 1837981696 375970 33554432000 4194304 6016207 140736510086720 18446744073709551615 4373482 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18416/statm: 448726 375970 728 445 0 442270 0
Current children cumulated CPU time (s) 161.81
Current children cumulated vsize (KiB) 1794904

[startup+222.301 s]
/proc/loadavg: 4.02 4.25 4.76 5/188 18423
/proc/meminfo: memFree=11983080/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=2030700 CPUtime=221.81 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 459292 0 0 0 22107 74 0 0 25 0 1 0 487681692 2079436800 459171 33554432000 4194304 6016207 140736510086720 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18416/statm: 507675 459171 731 445 0 501219 0
Current children cumulated CPU time (s) 221.81
Current children cumulated vsize (KiB) 2030700

[startup+282.3 s]
/proc/loadavg: 4.73 4.37 4.77 6/188 18481
/proc/meminfo: memFree=18002224/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=2323536 CPUtime=280.86 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 476092 0 0 0 27989 97 0 0 25 0 1 0 487681692 2379300864 475971 33554432000 4194304 6016207 140736510086720 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/18416/statm: 580884 475971 731 445 0 574428 0
Current children cumulated CPU time (s) 280.86
Current children cumulated vsize (KiB) 2323536

[startup+342.301 s]
/proc/loadavg: 5.33 4.70 4.86 5/188 18482
/proc/meminfo: memFree=15658652/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=2556388 CPUtime=339.72 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 559822 0 0 0 33836 136 0 0 25 0 1 0 487681692 2617741312 559605 33554432000 4194304 6016207 140736510086720 18446744073709551615 4373992 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18416/statm: 639097 559605 731 445 0 632641 0
Current children cumulated CPU time (s) 339.72
Current children cumulated vsize (KiB) 2556388

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

[startup+345.5 s]
/proc/loadavg: 5.22 4.69 4.86 5/188 18482
/proc/meminfo: memFree=15566016/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=2556388 CPUtime=342.92 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 559822 0 0 0 34156 136 0 0 25 0 1 0 487681692 2617741312 559605 33554432000 4194304 6016207 140736510086720 18446744073709551615 4373976 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18416/statm: 639097 559605 731 445 0 632641 0
Current children cumulated CPU time (s) 342.92
Current children cumulated vsize (KiB) 2556388

[startup+351.9 s]
/proc/loadavg: 5.12 4.68 4.85 5/188 18483
/proc/meminfo: memFree=15381628/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=2820068 CPUtime=349.32 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 560671 0 0 0 34796 136 0 0 25 0 1 0 487681692 2887749632 560454 33554432000 4194304 6016207 140736510086720 18446744073709551615 4385057 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18416/statm: 705017 560454 731 445 0 698561 0
Current children cumulated CPU time (s) 349.32
Current children cumulated vsize (KiB) 2820068

[startup+358.3 s]
/proc/loadavg: 5.03 4.67 4.85 5/188 18483
/proc/meminfo: memFree=15315908/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=2822116 CPUtime=355.72 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 563092 0 0 0 35435 137 0 0 25 0 1 0 487681692 2889846784 562875 33554432000 4194304 6016207 140736510086720 18446744073709551615 4381064 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18416/statm: 705529 562875 731 445 0 699073 0
Current children cumulated CPU time (s) 355.72
Current children cumulated vsize (KiB) 2822116

[startup+359.901 s]
/proc/loadavg: 4.95 4.66 4.84 5/188 18483
/proc/meminfo: memFree=15297308/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=2822116 CPUtime=357.32 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 563551 0 0 0 35595 137 0 0 25 0 1 0 487681692 2889846784 563334 33554432000 4194304 6016207 140736510086720 18446744073709551615 4425254 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18416/statm: 705529 563334 731 445 0 699073 0
Current children cumulated CPU time (s) 357.32
Current children cumulated vsize (KiB) 2822116

[startup+361.501 s]
/proc/loadavg: 4.95 4.66 4.84 5/188 18483
/proc/meminfo: memFree=15296068/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=2823140 CPUtime=358.92 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 564082 0 0 0 35755 137 0 0 25 0 1 0 487681692 2890895360 563865 33554432000 4194304 6016207 140736510086720 18446744073709551615 4373701 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18416/statm: 705785 563865 731 445 0 699329 0
Current children cumulated CPU time (s) 358.92
Current children cumulated vsize (KiB) 2823140

[startup+361.907 s]
/proc/loadavg: 4.95 4.66 4.84 5/188 18483
/proc/meminfo: memFree=15292844/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=2823140 CPUtime=359.32 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 564298 0 0 0 35795 137 0 0 25 0 1 0 487681692 2890895360 564081 33554432000 4194304 6016207 140736510086720 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18416/statm: 705785 564081 731 445 0 699329 0
Current children cumulated CPU time (s) 359.32
Current children cumulated vsize (KiB) 2823140

[startup+362.301 s]
/proc/loadavg: 4.95 4.66 4.84 5/188 18483
/proc/meminfo: memFree=15292844/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=2823140 CPUtime=359.71 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202496 564329 0 0 0 35834 137 0 0 25 0 1 0 487681692 2890895360 564112 33554432000 4194304 6016207 140736510086720 18446744073709551615 4812328 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18416/statm: 705785 564112 731 445 0 699329 0
Current children cumulated CPU time (s) 359.71
Current children cumulated vsize (KiB) 2823140

[startup+362.401 s]
/proc/loadavg: 4.95 4.66 4.84 5/188 18483
/proc/meminfo: memFree=15292844/32951132 swapFree=67111364/67111528
[pid=18416] ppid=18414 vsize=0 CPUtime=359.82 cores=1,3
/proc/18416/stat : 18416 (qutersat_releas) R 18414 18416 17937 0 -1 4202500 564334 0 0 0 35842 140 0 0 25 0 1 0 487681692 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/18416/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 359.82
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 362.468
CPU time (s): 359.892
CPU user time (s): 358.423
CPU system time (s): 1.46878
CPU usage (%): 99.2895
Max. virtual memory (cumulated for all children) (KiB): 2823140

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

runsolver used 0.578911 second user time and 1.37879 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-25 21:47:10
IDJOB=3285805
IDBENCH=82403
IDSOLVER=1607
FILE ID=node128/3285805-1303760829
RUNJOBID= node128-1303759504-17957
PBS_JOBID= 13157129
Free space on /tmp= 66672 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-3.035-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285805-1303760829/watcher-3285805-1303760829 -o /tmp/evaluation-result-3285805-1303760829/solver-3285805-1303760829 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3285805-1303760829.cnf 119902663

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

MD5SUM BENCH= a85b6db657886fb2a1a46ae1fe4d7999
RANDOM SEED=119902663

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      17243420 kB
Buffers:       1272572 kB
Cached:        5908224 kB
SwapCached:        160 kB
Active:        8383952 kB
Inactive:      6687716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17243420 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           94740 kB
Writeback:          12 kB
AnonPages:     7890480 kB
Mapped:          20400 kB
Slab:           554412 kB
PageTables:      21888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  8820676 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= 66552 MiB
End job on node128 at 2011-04-25 21:53:13