Trace number 3376964

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-05-12 (fixed)? (MO) 961.151 961.139

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
MD5SUM48f03e5fbe31fc85b9a464480fc8aa5a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark752.735
Satisfiable
(Un)Satisfiability was proved
Number of variables1575206
Number of clauses8464620
Sum of the clauses size20118920
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 28393300
Number of clauses of size 3400
Number of clauses of size 41600
Number of clauses of size 54000
Number of clauses of size over 564600

Solver Data

0.00/0.02	c Set FPU double precision.
4.59/4.62	c Parse Cnf success: #var: 1575206 #clause: 8464620
4.59/4.62	c Find Units :        720
5.39/5.41	c Find Invs  :          0
5.89/5.99	c Find Ands  :        200 AvgFaninNum: 2
5.89/5.99	c Find Xors  :          0 AvgFaninNum: nan
5.89/5.99	c Find Ite   :          0
5.99/6.00	c UnDirect variable: 0
5.99/6.00	c UnDirect to Direct Gate: 0
5.99/6.00	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
5.99/6.03	c Break Cycle : 0
5.99/6.03	c Total Root : 200 Undef Var: 1575006
5.99/6.07	c After covering, Total Root: 200 Leaf: 920
5.99/6.07	c Variable( cover/uncovered/unused ): 1120 1574086 0
5.99/6.07	c Unit Clauses: 720
5.99/6.07	c Binary Clauses( cover/uncovered ): 400 8392900
5.99/6.07	c Clauses( cover/uncovered ): 200 70400
5.99/6.07	c Total Clauses( cover/uncovered ): 1320 8463300 0.0155943%
5.99/6.07	c Covered Ands: 200 Invs: 0 Xors: 0 Ites: 0
12.49/12.51	c Uncover Clauses avg size: 2.37695 max size: 982
12.59/12.64	c Final circuit: i/l/o/s 1574286       0 7817640   9725283
12.59/12.64	c CnfToAig: Time: 12.64 s
18.70/18.74	c TmMap: Set choices finish.
23.21/23.24	c TmMap: Set big and: 8197445
23.21/23.24	c TmMap: Origin: 11299570 ClauseNum: 29175849 --> New: 9771924 ClauseNum: 26125614
23.21/23.24	c TmMap: Time: 5.39
24.59/24.62	c Try to Add: #clause: 16395848 #xorclause: 0
26.99/27.07	c #var: 1954283 #clauses: 513694 Solving... 
960.91/960.91	c Time Out !!
960.91/960.91	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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

running on 2 cores: 4,6

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.19 4.21 4.87 5/392 28530
/proc/meminfo: memFree=19399736/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=69284 CPUtime=0 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 6283 0 0 0 0 0 0 0 23 0 1 0 658424587 70946816 6220 33554432000 4194304 6014671 140736470985888 18446744073709551615 4271063 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 17321 6235 370 445 0 10866 0

[startup+0.102787 s]
/proc/loadavg: 4.19 4.21 4.87 5/392 28530
/proc/meminfo: memFree=19399736/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=92836 CPUtime=0.17 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 17068 0 0 0 16 1 0 0 24 0 1 0 658424587 95064064 17005 33554432000 4194304 6014671 140736470985888 18446744073709551615 4308287 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 23209 17006 378 445 0 16754 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 92836

[startup+0.282825 s]
/proc/loadavg: 4.19 4.21 4.87 5/392 28530
/proc/meminfo: memFree=19399736/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=117540 CPUtime=0.28 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 22563 0 0 0 26 2 0 0 25 0 1 0 658424587 120360960 22500 33554432000 4194304 6014671 140736470985888 18446744073709551615 210647146240 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 29385 22500 378 445 0 22930 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 117540

[startup+0.300821 s]
/proc/loadavg: 4.19 4.21 4.87 5/392 28530
/proc/meminfo: memFree=19399736/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=117540 CPUtime=0.29 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 22695 0 0 0 27 2 0 0 25 0 1 0 658424587 120360960 22632 33554432000 4194304 6014671 140736470985888 18446744073709551615 210647146240 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 29385 22633 378 445 0 22930 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 117540

[startup+0.700719 s]
/proc/loadavg: 4.19 4.21 4.87 5/392 28530
/proc/meminfo: memFree=19399736/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=167332 CPUtime=0.69 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 35104 0 0 0 66 3 0 0 25 0 1 0 658424587 171347968 35041 33554432000 4194304 6014671 140736470985888 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 41833 35041 378 445 0 35378 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 167332

[startup+1.50058 s]
/proc/loadavg: 4.19 4.21 4.87 6/393 28531
/proc/meminfo: memFree=18666148/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=266020 CPUtime=1.49 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 59227 0 0 0 142 7 0 0 25 0 1 0 658424587 272404480 59164 33554432000 4194304 6014671 140736470985888 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 66505 59164 378 445 0 60050 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 266020

[startup+3.10034 s]
/proc/loadavg: 4.19 4.21 4.87 7/393 28531
/proc/meminfo: memFree=17826420/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=463908 CPUtime=3.09 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 107466 0 0 0 294 15 0 0 25 0 1 0 658424587 475041792 107403 33554432000 4194304 6014671 140736470985888 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 115977 107403 378 445 0 109522 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 463908

[startup+6.30077 s]
/proc/loadavg: 4.57 4.29 4.89 5/394 28532
/proc/meminfo: memFree=16210084/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=857892 CPUtime=6.29 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 192123 0 0 0 603 26 0 0 25 0 1 0 658424587 878481408 175676 33554432000 4194304 6014671 140736470985888 18446744073709551615 4288787 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 214473 175676 398 445 0 208018 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 857892

[startup+12.7007 s]
/proc/loadavg: 5.01 4.39 4.92 6/394 28532
/proc/meminfo: memFree=15067144/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=1449252 CPUtime=12.69 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 356348 0 0 0 1226 43 0 0 25 0 1 0 658424587 1484034048 339901 33554432000 4194304 6014671 140736470985888 18446744073709551615 4810797 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 362313 339901 399 445 0 355858 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1449252

[startup+25.5006 s]
/proc/loadavg: 6.17 4.68 5.01 5/394 28532
/proc/meminfo: memFree=11608720/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=4246248 CPUtime=25.49 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 1030160 0 0 0 2437 112 0 0 25 0 1 0 658424587 4348157952 1000964 33554432000 4194304 6014671 140736470985888 18446744073709551615 4403910 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 1061562 1000964 693 445 0 1055107 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4246248

[startup+51.1013 s]
/proc/loadavg: 6.68 4.91 5.07 6/394 28533
/proc/meminfo: memFree=11422140/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=4246248 CPUtime=51.09 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 1030424 0 0 0 4993 116 0 0 25 0 1 0 658424587 4348157952 1000988 33554432000 4194304 6014671 140736470985888 18446744073709551615 4566111 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 1061562 1000988 716 445 0 1055107 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 4246248

[startup+102.301 s]
/proc/loadavg: 6.99 5.29 5.19 5/394 28536
/proc/meminfo: memFree=11115472/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=4515048 CPUtime=102.3 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 1037714 0 0 0 10099 131 0 0 25 0 1 0 658424587 4623409152 1008278 33554432000 4194304 6014671 140736470985888 18446744073709551615 4372408 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 1128762 1008278 723 445 0 1122307 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 4515048

[startup+162.301 s]
/proc/loadavg: 5.13 5.07 5.12 5/394 28539
/proc/meminfo: memFree=10014332/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=4599228 CPUtime=162.29 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 1072472 0 0 0 16094 135 0 0 25 0 1 0 658424587 4709609472 1042968 33554432000 4194304 6014671 140736470985888 18446744073709551615 4372446 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 1149807 1042968 724 445 0 1143352 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 4599228

[startup+222.314 s]
/proc/loadavg: 4.41 4.87 5.05 5/394 28540
/proc/meminfo: memFree=9164792/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=4599228 CPUtime=222.31 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 1110570 0 0 0 22092 139 0 0 25 0 1 0 658424587 4709609472 1072485 33554432000 4194304 6014671 140736470985888 18446744073709551615 4527438 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 1149807 1072485 728 445 0 1143352 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 4599228

[startup+282.3 s]
/proc/loadavg: 4.26 4.74 4.99 5/394 28542
/proc/meminfo: memFree=7628160/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=4979660 CPUtime=282.29 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 1208484 0 0 0 28080 149 0 0 25 0 1 0 658424587 5099171840 1170399 33554432000 4194304 6014671 140736470985888 18446744073709551615 4372095 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 1244915 1170399 728 445 0 1238460 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 4979660

[startup+342.301 s]
/proc/loadavg: 4.25 4.65 4.94 5/394 28543
/proc/meminfo: memFree=5939268/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=5408656 CPUtime=342.29 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 1291304 0 0 0 34071 158 0 0 25 0 1 0 658424587 5538463744 1253211 33554432000 4194304 6014671 140736470985888 18446744073709551615 4527391 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 1352164 1253211 728 445 0 1345709 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 5408656

[startup+402.301 s]
/proc/loadavg: 4.14 4.54 4.88 5/394 28545
/proc/meminfo: memFree=5219060/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=5489632 CPUtime=402.3 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 1310675 0 0 0 40070 160 0 0 25 0 1 0 658424587 5621383168 1272582 33554432000 4194304 6014671 140736470985888 18446744073709551615 4372443 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 1372408 1272582 728 445 0 1365953 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 5489632

[startup+462.301 s]
/proc/loadavg: 4.05 4.44 4.83 5/394 28547
/proc/meminfo: memFree=3386940/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=6078476 CPUtime=462.3 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 1421588 0 0 0 46059 171 0 0 25 0 1 0 658424587 6224359424 1383495 33554432000 4194304 6014671 140736470985888 18446744073709551615 4483789 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 1519619 1383495 728 445 0 1513164 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 6078476

[startup+522.301 s]
/proc/loadavg: 4.02 4.36 4.77 5/394 28575
/proc/meminfo: memFree=7805988/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=6145756 CPUtime=522.3 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 1436993 0 0 0 52057 173 0 0 25 0 1 0 658424587 6293254144 1398899 33554432000 4194304 6014671 140736470985888 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 1536439 1398899 728 445 0 1529984 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 6145756

[startup+582.301 s]
/proc/loadavg: 4.00 4.29 4.72 5/394 28577
/proc/meminfo: memFree=6815560/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=6778076 CPUtime=582.3 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 1562827 0 0 0 58045 185 0 0 25 0 1 0 658424587 6940749824 1524713 33554432000 4194304 6014671 140736470985888 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 1694519 1524713 728 445 0 1688064 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 6778076

[startup+642.301 s]
/proc/loadavg: 4.05 4.25 4.68 5/394 28578
/proc/meminfo: memFree=6313832/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=6989760 CPUtime=642.29 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 1580151 0 0 0 64042 187 0 0 25 0 1 0 658424587 7157514240 1542037 33554432000 4194304 6014671 140736470985888 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 1747440 1542040 728 445 0 1740985 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 6989760

[startup+702.301 s]
/proc/loadavg: 4.07 4.22 4.64 5/394 28580
/proc/meminfo: memFree=5724188/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=6989760 CPUtime=702.3 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 1595425 0 0 0 70041 189 0 0 25 0 1 0 658424587 7157514240 1557311 33554432000 4194304 6014671 140736470985888 18446744073709551615 4422760 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 1747440 1557311 728 445 0 1740985 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 6989760

[startup+762.3 s]
/proc/loadavg: 4.02 4.17 4.60 5/394 28582
/proc/meminfo: memFree=5154880/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=7497668 CPUtime=762.3 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 1706653 0 0 0 76028 202 0 0 25 0 1 0 658424587 7677612032 1668516 33554432000 4194304 6014671 140736470985888 18446744073709551615 4385992 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 1874417 1668516 728 445 0 1867962 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 7497668

[startup+822.3 s]
/proc/loadavg: 4.01 4.14 4.55 5/394 28583
/proc/meminfo: memFree=4766788/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=7647624 CPUtime=822.31 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 1726695 0 0 0 82024 207 0 0 25 0 1 0 658424587 7831166976 1688558 33554432000 4194304 6014671 140736470985888 18446744073709551615 4372372 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 1911906 1688558 728 445 0 1905451 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 7647624

[startup+882.3 s]
/proc/loadavg: 4.13 4.16 4.53 5/394 28585
/proc/meminfo: memFree=4654792/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=7647752 CPUtime=882.3 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 1735750 0 0 0 88022 208 0 0 25 0 1 0 658424587 7831298048 1697613 33554432000 4194304 6014671 140736470985888 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 1911938 1697613 728 445 0 1905483 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 7647752

[startup+942.3 s]
/proc/loadavg: 4.08 4.14 4.50 5/394 28586
/proc/meminfo: memFree=4282632/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=7647880 CPUtime=942.3 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 1740299 0 0 0 94021 209 0 0 25 0 1 0 658424587 7831429120 1677713 33554432000 4194304 6014671 140736470985888 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 1911970 1677713 728 445 0 1905515 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 7647880



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+960.901 s]
/proc/loadavg: 4.06 4.13 4.49 5/394 28587
/proc/meminfo: memFree=4020964/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=7872776 CPUtime=960.91 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4202496 1797189 0 0 0 95875 216 0 0 25 0 1 0 658424587 8061722624 1734603 33554432000 4194304 6014671 140736470985888 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28530/statm: 1968194 1734603 728 445 0 1961739 0
Current children cumulated CPU time (s) 960.91
Current children cumulated vsize (KiB) 7872776

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+961.101 s]
/proc/loadavg: 4.06 4.13 4.49 5/394 28587
/proc/meminfo: memFree=4020964/32951132 swapFree=64495988/67111528
[pid=28530] ppid=28528 vsize=0 CPUtime=961.11 cores=4,6
/proc/28530/stat : 28530 (qutersat_releas) R 28528 28530 28470 0 -1 4194308 1797243 0 0 0 95876 235 0 0 25 0 1 0 658424587 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/28530/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 961.11
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 961.139
CPU time (s): 961.151
CPU user time (s): 958.76
CPU system time (s): 2.39064
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 7872776

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

runsolver used 3.9164 second user time and 8.38373 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 16:04:10
IDJOB=3376964
IDBENCH=82388
IDSOLVER=1856
FILE ID=node129/3376964-1305468244
RUNJOBID= node129-1305468244-28489
PBS_JOBID= 13325326
Free space on /tmp= 73072 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376964-1305468244/watcher-3376964-1305468244 -o /tmp/evaluation-result-3376964-1305468244/solver-3376964-1305468244 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376964-1305468244.cnf 472072734

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

MD5SUM BENCH= 48f03e5fbe31fc85b9a464480fc8aa5a
RANDOM SEED=472072734

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:      19403116 kB
Buffers:        271820 kB
Cached:        6737880 kB
SwapCached:      52660 kB
Active:        4715880 kB
Inactive:      8572104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19403116 kB
SwapTotal:    67111528 kB
SwapFree:     64495988 kB
Dirty:          332172 kB
Writeback:           0 kB
AnonPages:     6234260 kB
Mapped:          23164 kB
Slab:           151888 kB
PageTables:      42844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 94425084 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= 73128 MiB
End job on node129 at 2011-05-15 16:20:13