Trace number 3259769

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-03? (TO) 1300.08 1300.05

General information on the benchmark

NameCRAFTED/parity-games/
instance_n9_i9_pp.cnf
MD5SUM3e04f934e4f74a8e89587f6c1327f77e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark269.553
Satisfiable
(Un)Satisfiability was proved
Number of variables33867
Number of clauses454832
Sum of the clauses size1512036
Maximum clause length72
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 270326
Number of clauses of size 3228663
Number of clauses of size 4122769
Number of clauses of size 525920
Number of clauses of size over 57154

Solver Data

0.00/0.00	c start  0 total 0
0.29/0.35	c Find Units :          0
0.29/0.35	c Find Invs  :       4086
0.39/0.45	c Find Ands  :       1377 AvgFaninNum: 4.82353
0.39/0.48	c Find Xors  :        648 AvgFaninNum: 2
0.49/0.55	c Find Ite   :       1296
0.59/0.63	c UnDirect variable: 7721
0.59/0.63	c UnDirect to Direct Gate: 1351
0.59/0.63	c Forced Direct Gate: 316 Unuse unDirect Gate: 3696
0.59/0.63	c Break Cycle : 84
0.59/0.63	c Total Root : 2371 Undef Var: 31142
0.59/0.64	c After covering, Total Root: 2295 Leaf: 6071
0.59/0.64	c Variable( cover/uncovered/unused ): 8796 25071 0
0.59/0.64	c Unit Clauses: 0
0.59/0.64	c Binary Clauses( cover/uncovered ): 8048 52594
0.59/0.64	c Clauses( cover/uncovered ): 3957 379901
0.59/0.64	c Total Clauses( cover/uncovered ): 12005 432495 2.70079%
0.59/0.64	c Covered Ands: 1377 Invs: 703 Xors: 644 Ites: 1
0.99/1.02	c Uncover Clauses avg size: 3.36566 max size: 72
0.99/1.03	c Final circuit: i/l/o/s   31142       0  431884    742337
0.99/1.03	c cover rate 2.70079
0.99/1.03	c rocky end  1.02 total 1.02
1.99/2.01	c covering time  0.98 total 2
1300.03/1300.00	c interrupt  1298.03 total 1300.03
1300.03/1300.00	c INTERRUPTED ... 
1300.03/1300.00	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: 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-3259769-1303508683/watcher-3259769-1303508683 -o /tmp/evaluation-result-3259769-1303508683/solver-3259769-1303508683 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3259769-1303508683.cnf 324232097 

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: 3.90 3.93 3.89 4/189 582
/proc/meminfo: memFree=12815856/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=23572 CPUtime=0 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4194304 379 0 0 0 0 0 0 0 21 0 1 0 541098971 24137728 317 33554432000 4194304 4947581 140737374574176 18446744073709551615 4756224 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/582/statm: 5893 327 246 184 0 768 0

[startup+0.032594 s]
/proc/loadavg: 3.90 3.93 3.89 4/189 582
/proc/meminfo: memFree=12815856/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=35808 CPUtime=0.02 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 3819 0 0 0 2 0 0 0 21 0 1 0 541098971 36667392 3753 33554432000 4194304 4947581 140737374574176 18446744073709551615 4798992 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 8952 3753 376 184 0 3827 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 35808

[startup+0.100583 s]
/proc/loadavg: 3.90 3.93 3.89 4/189 582
/proc/meminfo: memFree=12815856/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=50144 CPUtime=0.09 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 7231 0 0 0 8 1 0 0 21 0 1 0 541098971 51347456 7165 33554432000 4194304 4947581 140737374574176 18446744073709551615 4817410 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 12536 7165 376 184 0 7411 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50144

[startup+0.300544 s]
/proc/loadavg: 3.90 3.93 3.89 4/189 582
/proc/meminfo: memFree=12815856/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=79072 CPUtime=0.29 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 14347 0 0 0 27 2 0 0 22 0 1 0 541098971 80969728 14281 33554432000 4194304 4947581 140737374574176 18446744073709551615 4798992 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 19768 14281 376 184 0 14643 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79072

[startup+0.700475 s]
/proc/loadavg: 3.90 3.93 3.89 4/189 582
/proc/meminfo: memFree=12815856/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=83164 CPUtime=0.69 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 15544 0 0 0 67 2 0 0 23 0 1 0 541098971 85159936 15478 33554432000 4194304 4947581 140737374574176 18446744073709551615 4769271 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 20791 15478 383 184 0 15666 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83164

[startup+1.50032 s]
/proc/loadavg: 3.90 3.93 3.89 5/190 583
/proc/meminfo: memFree=12698548/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=241248 CPUtime=1.49 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 55804 0 0 0 142 7 0 0 25 0 1 0 541098971 247037952 55198 33554432000 4194304 4947581 140737374574176 18446744073709551615 4840641 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 60312 55198 408 184 0 55187 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 241248

[startup+3.10096 s]
/proc/loadavg: 3.90 3.93 3.89 5/190 584
/proc/meminfo: memFree=12486756/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=471612 CPUtime=3.08 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 112272 0 0 0 296 12 0 0 25 0 1 0 541098971 482930688 111666 33554432000 4194304 4947581 140737374574176 18446744073709551615 251367240670 0 0 4096 24578 0 0 0 17 6 0 0 0
/proc/582/statm: 117903 111666 435 184 0 112778 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 471612

[startup+6.30043 s]
/proc/loadavg: 3.91 3.93 3.89 5/190 584
/proc/meminfo: memFree=12285304/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=608180 CPUtime=6.28 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 139465 0 0 0 613 15 0 0 25 0 1 0 541098971 622776320 138859 33554432000 4194304 4947581 140737374574176 18446744073709551615 4573380 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 152045 138859 455 184 0 146920 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 608180

[startup+12.7002 s]
/proc/loadavg: 3.92 3.94 3.89 5/190 584
/proc/meminfo: memFree=12221532/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=616036 CPUtime=12.68 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 141538 0 0 0 1253 15 0 0 25 0 1 0 541098971 630820864 140932 33554432000 4194304 4947581 140737374574176 18446744073709551615 4643460 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 154009 140932 469 184 0 148884 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 616036

[startup+25.5009 s]
/proc/loadavg: 3.93 3.94 3.89 5/190 584
/proc/meminfo: memFree=12136712/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=688652 CPUtime=25.48 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 157381 0 0 0 2531 17 0 0 25 0 1 0 541098971 705179648 156775 33554432000 4194304 4947581 140737374574176 18446744073709551615 4352544 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 172163 156775 470 184 0 167038 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 688652

[startup+51.1011 s]
/proc/loadavg: 3.96 3.94 3.90 5/190 585
/proc/meminfo: memFree=12092108/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=709044 CPUtime=51.09 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 164786 0 0 0 5091 18 0 0 25 0 1 0 541098971 726061056 164096 33554432000 4194304 4947581 140737374574176 18446744073709551615 4399990 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 177261 164096 473 184 0 172136 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 709044

[startup+102.307 s]
/proc/loadavg: 3.98 3.95 3.90 5/190 586
/proc/meminfo: memFree=12075324/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=730452 CPUtime=102.29 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 167764 0 0 0 10211 18 0 0 25 0 1 0 541098971 747982848 167071 33554432000 4194304 4947581 140737374574176 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 182613 167071 470 184 0 177488 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 730452

[startup+162.3 s]
/proc/loadavg: 3.99 3.95 3.91 5/190 588
/proc/meminfo: memFree=12055592/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=730452 CPUtime=162.29 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 171100 0 0 0 16210 19 0 0 25 0 1 0 541098971 747982848 170407 33554432000 4194304 4947581 140737374574176 18446744073709551615 4399835 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 182613 170407 470 184 0 177488 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 730452

[startup+222.3 s]
/proc/loadavg: 3.99 3.96 3.91 5/190 589
/proc/meminfo: memFree=11989492/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=821596 CPUtime=222.29 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 171830 0 0 0 22210 19 0 0 25 0 1 0 541098971 841314304 171137 33554432000 4194304 4947581 140737374574176 18446744073709551615 4398688 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 205399 171137 470 184 0 200274 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 821596

[startup+282.3 s]
/proc/loadavg: 4.03 3.98 3.91 5/190 591
/proc/meminfo: memFree=11937760/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=914624 CPUtime=282.29 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 181728 0 0 0 28208 21 0 0 25 0 1 0 541098971 936574976 181035 33554432000 4194304 4947581 140737374574176 18446744073709551615 4350698 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 228656 181035 470 184 0 223531 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 914624

[startup+342.301 s]
/proc/loadavg: 4.01 3.98 3.91 5/190 592
/proc/meminfo: memFree=11828256/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=914624 CPUtime=342.29 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 181730 0 0 0 34208 21 0 0 25 0 1 0 541098971 936574976 181037 33554432000 4194304 4947581 140737374574176 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 228656 181037 470 184 0 223531 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 914624

[startup+402.301 s]
/proc/loadavg: 4.04 3.99 3.92 5/190 604
/proc/meminfo: memFree=11753220/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=914752 CPUtime=402.3 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 186379 0 0 0 40208 22 0 0 25 0 1 0 541098971 936706048 185686 33554432000 4194304 4947581 140737374574176 18446744073709551615 4399477 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 228688 185686 470 184 0 223563 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 914752

[startup+462.301 s]
/proc/loadavg: 4.01 3.99 3.92 5/190 606
/proc/meminfo: memFree=11653388/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=914752 CPUtime=462.3 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 199702 0 0 0 46205 25 0 0 25 0 1 0 541098971 936706048 199009 33554432000 4194304 4947581 140737374574176 18446744073709551615 4398894 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 228688 199009 470 184 0 223563 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 914752

[startup+522.301 s]
/proc/loadavg: 4.12 4.02 3.93 5/190 607
/proc/meminfo: memFree=11541160/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=914752 CPUtime=522.3 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 210982 0 0 0 52203 27 0 0 25 0 1 0 541098971 936706048 210289 33554432000 4194304 4947581 140737374574176 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 228688 210289 470 184 0 223563 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 914752

[startup+582.301 s]
/proc/loadavg: 4.04 4.02 3.93 5/190 609
/proc/meminfo: memFree=11455704/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=914752 CPUtime=582.3 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 212424 0 0 0 58202 28 0 0 25 0 1 0 541098971 936706048 211731 33554432000 4194304 4947581 140737374574176 18446744073709551615 4352059 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 228688 211731 470 184 0 223563 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 914752

[startup+642.3 s]
/proc/loadavg: 4.01 4.01 3.93 5/190 610
/proc/meminfo: memFree=11442300/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=914752 CPUtime=642.31 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 213126 0 0 0 64202 29 0 0 25 0 1 0 541098971 936706048 212433 33554432000 4194304 4947581 140737374574176 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 228688 212433 470 184 0 223563 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 914752

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 612
/proc/meminfo: memFree=11450472/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=914752 CPUtime=702.31 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 213247 0 0 0 70202 29 0 0 25 0 1 0 541098971 936706048 212554 33554432000 4194304 4947581 140737374574176 18446744073709551615 4547511 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 228688 212554 470 184 0 223563 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 914752

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 614
/proc/meminfo: memFree=11361176/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=1025244 CPUtime=762.31 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 220105 0 0 0 76201 30 0 0 25 0 1 0 541098971 1049849856 219412 33554432000 4194304 4947581 140737374574176 18446744073709551615 4399783 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 256311 219412 470 184 0 251186 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1025244

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 615
/proc/meminfo: memFree=11294456/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=1025244 CPUtime=822.31 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 234363 0 0 0 82198 33 0 0 25 0 1 0 541098971 1049849856 233670 33554432000 4194304 4947581 140737374574176 18446744073709551615 251367243409 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 256311 233670 470 184 0 251186 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1025244

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 617
/proc/meminfo: memFree=11230200/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=1025372 CPUtime=882.31 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 235335 0 0 0 88197 34 0 0 25 0 1 0 541098971 1049980928 234642 33554432000 4194304 4947581 140737374574176 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 256343 234642 470 184 0 251218 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1025372

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 618
/proc/meminfo: memFree=11226596/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=1025372 CPUtime=942.31 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 235638 0 0 0 94197 34 0 0 25 0 1 0 541098971 1049980928 234945 33554432000 4194304 4947581 140737374574176 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 256343 234945 470 184 0 251218 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1025372

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 629
/proc/meminfo: memFree=11214508/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=1025372 CPUtime=1002.31 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 236177 0 0 0 100197 34 0 0 25 0 1 0 541098971 1049980928 235484 33554432000 4194304 4947581 140737374574176 18446744073709551615 4401314 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 256343 235484 470 184 0 251218 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1025372

[startup+1062.3 s]
/proc/loadavg: 4.05 4.01 3.94 5/190 631
/proc/meminfo: memFree=11186700/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=1144244 CPUtime=1062.32 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 238001 0 0 0 106197 35 0 0 25 0 1 0 541098971 1171705856 237308 33554432000 4194304 4947581 140737374574176 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 286061 237308 470 184 0 280936 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1144244

[startup+1122.3 s]
/proc/loadavg: 2.83 3.72 3.84 2/172 686
/proc/meminfo: memFree=13018648/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=1144244 CPUtime=1122.32 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 240585 0 0 0 112196 36 0 0 25 0 1 0 541098971 1171705856 237989 33554432000 4194304 4947581 140737374574176 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 286061 237989 470 184 0 280936 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1144244

[startup+1182.3 s]
/proc/loadavg: 1.67 3.22 3.66 2/172 688
/proc/meminfo: memFree=13016364/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=1144244 CPUtime=1182.32 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 241206 0 0 0 118196 36 0 0 25 0 1 0 541098971 1171705856 238610 33554432000 4194304 4947581 140737374574176 18446744073709551615 4399760 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 286061 238610 470 184 0 280936 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1144244

[startup+1242.3 s]
/proc/loadavg: 1.24 2.82 3.49 2/172 689
/proc/meminfo: memFree=13005172/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=1144244 CPUtime=1242.32 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 243982 0 0 0 124195 37 0 0 25 0 1 0 541098971 1171705856 241386 33554432000 4194304 4947581 140737374574176 18446744073709551615 4399344 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 286061 241386 470 184 0 280936 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1144244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.09 2.48 3.33 2/172 691
/proc/meminfo: memFree=13003176/32950928 swapFree=67111528/67111528
[pid=582] ppid=580 vsize=1268164 CPUtime=1300.03 cores=4,6
/proc/582/stat : 582 (synit_sat) R 580 582 32262 0 -1 4202496 244505 0 0 0 129966 37 0 0 25 0 1 0 541098971 1298599936 241909 33554432000 4194304 4947581 140737374574176 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/582/statm: 317041 241909 470 184 0 311916 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1268164

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

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

Child status: 1
Real time (s): 1300.05
CPU time (s): 1300.08
CPU user time (s): 1299.67
CPU system time (s): 0.411937
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1268164

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

runsolver used 2.22566 second user time and 4.69029 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-22 23:44:43
IDJOB=3259769
IDBENCH=71799
IDSOLVER=1571
FILE ID=node113/3259769-1303508683
RUNJOBID= node113-1303508475-509
PBS_JOBID= 13134224
Free space on /tmp= 70604 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n9_i9_pp.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259769-1303508683/watcher-3259769-1303508683 -o /tmp/evaluation-result-3259769-1303508683/solver-3259769-1303508683 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3259769-1303508683.cnf 324232097

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

MD5SUM BENCH= 3e04f934e4f74a8e89587f6c1327f77e
RANDOM SEED=324232097

node113.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.846
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.69
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.846
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.76
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.846
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.846
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.846
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.846
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.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12815888 kB
Buffers:       1697656 kB
Cached:       16653504 kB
SwapCached:          0 kB
Active:       11621636 kB
Inactive:      7928656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12815888 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12596 kB
Writeback:           0 kB
AnonPages:     1198944 kB
Mapped:          17112 kB
Slab:           518604 kB
PageTables:       7512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1799812 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= 70620 MiB
End job on node113 at 2011-04-23 00:06:25