Trace number 3265621

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 846.749 846.723

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn009.shuffled-as.sat05-3849.cnf
MD5SUMf2a1eb7937a7cda114ce344a30ca1145
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark824.93
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18718
Sum of the clauses size134151
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2435
Number of clauses of size 32341
Number of clauses of size 4498
Number of clauses of size 5677
Number of clauses of size over 514725

Solver Data

0.00/0.00	c start  0 total 0
0.00/0.02	c Find Units :         35
0.00/0.02	c Find Invs  :         21
0.01/0.02	c Find Ands  :          0 AvgFaninNum: nan
0.01/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.01/0.02	c Find Ite   :          0
0.01/0.02	c UnDirect variable: 42
0.01/0.02	c UnDirect to Direct Gate: 16
0.01/0.02	c Forced Direct Gate: 16 Unuse unDirect Gate: 21
0.01/0.02	c Break Cycle : 0
0.01/0.02	c Total Root : 16 Undef Var: 2953
0.01/0.02	c After covering, Total Root: 16 Leaf: 35
0.01/0.02	c Variable( cover/uncovered/unused ): 51 2918 0
0.01/0.02	c Unit Clauses: 35
0.01/0.02	c Binary Clauses( cover/uncovered ): 32 382
0.01/0.02	c Clauses( cover/uncovered ): 0 17929
0.01/0.02	c Total Clauses( cover/uncovered ): 67 18311 0.364566%
0.01/0.02	c Covered Ands: 0 Invs: 16 Xors: 0 Ites: 0
0.01/0.06	c Uncover Clauses avg size: 7.13686 max size: 13
0.01/0.06	c Final circuit: i/l/o/s    2927       0   16946     59704
0.01/0.06	c cover rate 0.364566
0.01/0.06	c rocky end  0.05 total 0.05
0.09/0.17	c covering time  0.11 total 0.16
846.62/846.69	c solve time  846.55 total 846.71
846.62/846.69	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-3265621-1303579702/watcher-3265621-1303579702 -o /tmp/evaluation-result-3265621-1303579702/solver-3265621-1303579702 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3265621-1303579702.cnf 1245249737 

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.12 3.80 3.81 2/179 17493
/proc/meminfo: memFree=13910380/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=30688 CPUtime=0 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 2108 0 0 0 0 0 0 0 21 0 1 0 548200860 31424512 2042 33554432000 4194304 4947581 140734872939984 18446744073709551615 251367546624 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 7672 2051 365 184 0 2547 0

[startup+0.0236659 s]
/proc/loadavg: 3.12 3.80 3.81 2/179 17493
/proc/meminfo: memFree=13910380/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=32732 CPUtime=0.01 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 2833 0 0 0 1 0 0 0 21 0 1 0 548200860 33517568 2767 33554432000 4194304 4947581 140734872939984 18446744073709551615 4795871 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 8183 2767 379 184 0 3058 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 32732

[startup+0.100649 s]
/proc/loadavg: 3.12 3.80 3.81 2/179 17493
/proc/meminfo: memFree=13910380/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=45372 CPUtime=0.09 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 6033 0 0 0 9 0 0 0 21 0 1 0 548200860 46460928 5967 33554432000 4194304 4947581 140734872939984 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 11343 5969 410 184 0 6218 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45372

[startup+0.300608 s]
/proc/loadavg: 3.12 3.80 3.81 2/179 17493
/proc/meminfo: memFree=13910380/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=75116 CPUtime=0.29 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 11190 0 0 0 28 1 0 0 22 0 1 0 548200860 76918784 11103 33554432000 4194304 4947581 140734872939984 18446744073709551615 4399380 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 18779 11103 434 184 0 13654 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75116

[startup+0.700536 s]
/proc/loadavg: 3.12 3.80 3.81 2/179 17493
/proc/meminfo: memFree=13910380/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=80236 CPUtime=0.69 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 12307 0 0 0 68 1 0 0 24 0 1 0 548200860 82161664 12220 33554432000 4194304 4947581 140734872939984 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 20059 12221 438 184 0 14934 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 80236

[startup+1.50039 s]
/proc/loadavg: 3.12 3.80 3.81 5/190 17514
/proc/meminfo: memFree=13720208/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=102820 CPUtime=1.49 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 16030 0 0 0 148 1 0 0 25 0 1 0 548200860 105287680 15943 33554432000 4194304 4947581 140734872939984 18446744073709551615 4399348 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 25705 15943 461 184 0 20580 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 102820

[startup+3.10109 s]
/proc/loadavg: 3.12 3.80 3.81 5/190 17514
/proc/meminfo: memFree=13683380/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=121388 CPUtime=3.09 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 19966 0 0 0 307 2 0 0 25 0 1 0 548200860 124301312 19879 33554432000 4194304 4947581 140734872939984 18446744073709551615 4510053 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 30347 19879 471 184 0 25222 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121388

[startup+6.30049 s]
/proc/loadavg: 3.19 3.81 3.81 5/190 17514
/proc/meminfo: memFree=13626228/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=130820 CPUtime=6.29 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 20977 0 0 0 627 2 0 0 25 0 1 0 548200860 133959680 20890 33554432000 4194304 4947581 140734872939984 18446744073709551615 4399796 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 32705 20890 471 184 0 27580 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 130820

[startup+12.7003 s]
/proc/loadavg: 3.25 3.81 3.81 5/190 17542
/proc/meminfo: memFree=13580360/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=150004 CPUtime=12.69 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 23821 0 0 0 1267 2 0 0 25 0 1 0 548200860 153604096 23734 33554432000 4194304 4947581 140734872939984 18446744073709551615 4354032 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 37501 23734 472 184 0 32376 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 150004

[startup+25.5009 s]
/proc/loadavg: 3.49 3.83 3.82 5/190 17542
/proc/meminfo: memFree=13534112/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=160016 CPUtime=25.49 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 26009 0 0 0 2547 2 0 0 25 0 1 0 548200860 163856384 25920 33554432000 4194304 4947581 140734872939984 18446744073709551615 4399796 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 40004 25920 472 184 0 34879 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 160016

[startup+51.1012 s]
/proc/loadavg: 3.66 3.85 3.82 5/190 17542
/proc/meminfo: memFree=13487696/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=170660 CPUtime=51.09 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 29356 0 0 0 5107 2 0 0 25 0 1 0 548200860 174755840 29244 33554432000 4194304 4947581 140734872939984 18446744073709551615 4400419 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 42665 29244 473 184 0 37540 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 170660

[startup+102.307 s]
/proc/loadavg: 3.86 3.87 3.83 5/190 17544
/proc/meminfo: memFree=13431140/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=192616 CPUtime=102.3 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 34228 0 0 0 10226 4 0 0 25 0 1 0 548200860 197238784 34115 33554432000 4194304 4947581 140734872939984 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 48154 34115 473 184 0 43029 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 192616

[startup+162.301 s]
/proc/loadavg: 4.00 3.90 3.84 5/190 17546
/proc/meminfo: memFree=13349284/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=215556 CPUtime=162.3 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 39960 0 0 0 16225 5 0 0 25 0 1 0 548200860 220729344 39847 33554432000 4194304 4947581 140734872939984 18446744073709551615 4399986 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 53889 39847 473 184 0 48764 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 215556

[startup+222.301 s]
/proc/loadavg: 4.00 3.92 3.84 5/190 17547
/proc/meminfo: memFree=13330532/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=227580 CPUtime=222.3 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 41685 0 0 0 22225 5 0 0 25 0 1 0 548200860 233041920 41571 33554432000 4194304 4947581 140734872939984 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 56895 41571 472 184 0 51770 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 227580

[startup+282.3 s]
/proc/loadavg: 4.04 3.94 3.85 5/190 17549
/proc/meminfo: memFree=13282656/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=239792 CPUtime=282.3 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 44041 0 0 0 28224 6 0 0 25 0 1 0 548200860 245547008 43890 33554432000 4194304 4947581 140734872939984 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 59948 43890 489 184 0 54823 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 239792

[startup+342.3 s]
/proc/loadavg: 4.01 3.95 3.86 5/190 17550
/proc/meminfo: memFree=13267632/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=239792 CPUtime=342.3 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 44217 0 0 0 34224 6 0 0 25 0 1 0 548200860 245547008 44049 33554432000 4194304 4947581 140734872939984 18446744073709551615 4401200 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 59948 44049 472 184 0 54823 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 239792

[startup+402.301 s]
/proc/loadavg: 4.00 3.96 3.87 5/190 17552
/proc/meminfo: memFree=13254596/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=239792 CPUtime=402.3 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 44430 0 0 0 40224 6 0 0 25 0 1 0 548200860 245547008 44262 33554432000 4194304 4947581 140734872939984 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 59948 44262 472 184 0 54823 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 239792

[startup+462.301 s]
/proc/loadavg: 4.00 3.96 3.87 5/190 17554
/proc/meminfo: memFree=13241444/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=239792 CPUtime=462.3 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 46750 0 0 0 46224 6 0 0 25 0 1 0 548200860 245547008 44848 33554432000 4194304 4947581 140734872939984 18446744073709551615 4399777 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 59948 44848 472 184 0 54823 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 239792

[startup+522.301 s]
/proc/loadavg: 4.00 3.97 3.88 5/190 17555
/proc/meminfo: memFree=13216132/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=239792 CPUtime=522.31 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 46765 0 0 0 52225 6 0 0 25 0 1 0 548200860 245547008 44863 33554432000 4194304 4947581 140734872939984 18446744073709551615 4358298 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 59948 44863 472 184 0 54823 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 239792

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 3.88 5/190 17557
/proc/meminfo: memFree=13194540/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=239792 CPUtime=582.31 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 46770 0 0 0 58225 6 0 0 25 0 1 0 548200860 245547008 44868 33554432000 4194304 4947581 140734872939984 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 59948 44868 472 184 0 54823 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 239792

[startup+642.301 s]
/proc/loadavg: 4.00 3.97 3.89 5/190 17588
/proc/meminfo: memFree=13246220/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=239792 CPUtime=642.31 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 47236 0 0 0 64225 6 0 0 25 0 1 0 548200860 245547008 45334 33554432000 4194304 4947581 140734872939984 18446744073709551615 4399965 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 59948 45334 472 184 0 54823 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 239792

[startup+702.301 s]
/proc/loadavg: 4.07 3.99 3.90 5/190 17590
/proc/meminfo: memFree=13223440/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=239792 CPUtime=702.31 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 47644 0 0 0 70225 6 0 0 25 0 1 0 548200860 245547008 45742 33554432000 4194304 4947581 140734872939984 18446744073709551615 4399984 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 59948 45742 472 184 0 54823 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 239792

[startup+762.307 s]
/proc/loadavg: 4.07 4.00 3.91 5/190 17592
/proc/meminfo: memFree=13208660/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=239792 CPUtime=762.32 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 47928 0 0 0 76226 6 0 0 25 0 1 0 548200860 245547008 46026 33554432000 4194304 4947581 140734872939984 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 59948 46026 472 184 0 54823 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 239792

[startup+822.3 s]
/proc/loadavg: 4.09 4.02 3.91 5/190 17593
/proc/meminfo: memFree=13167352/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=308652 CPUtime=822.32 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 54593 0 0 0 82224 8 0 0 25 0 1 0 548200860 316059648 52688 33554432000 4194304 4947581 140734872939984 18446744073709551615 4400419 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 77163 52688 472 184 0 72038 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 308652

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

[startup+831.901 s]
/proc/loadavg: 4.08 4.01 3.91 5/190 17593
/proc/meminfo: memFree=13157928/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=308652 CPUtime=831.92 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 54894 0 0 0 83184 8 0 0 25 0 1 0 548200860 316059648 52989 33554432000 4194304 4947581 140734872939984 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 77163 52989 472 184 0 72038 0
Current children cumulated CPU time (s) 831.92
Current children cumulated vsize (KiB) 308652

[startup+838.3 s]
/proc/loadavg: 4.07 4.01 3.91 5/190 17594
/proc/meminfo: memFree=13155320/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=308652 CPUtime=838.32 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 54894 0 0 0 83824 8 0 0 25 0 1 0 548200860 316059648 52989 33554432000 4194304 4947581 140734872939984 18446744073709551615 4399984 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 77163 52989 472 184 0 72038 0
Current children cumulated CPU time (s) 838.32
Current children cumulated vsize (KiB) 308652

[startup+841.507 s]
/proc/loadavg: 4.07 4.01 3.91 5/190 17594
/proc/meminfo: memFree=13154328/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=308652 CPUtime=841.53 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 54894 0 0 0 84145 8 0 0 25 0 1 0 548200860 316059648 52989 33554432000 4194304 4947581 140734872939984 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 77163 52989 472 184 0 72038 0
Current children cumulated CPU time (s) 841.53
Current children cumulated vsize (KiB) 308652

[startup+844.7 s]
/proc/loadavg: 4.06 4.01 3.91 5/190 17594
/proc/meminfo: memFree=13153460/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=308652 CPUtime=844.72 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 54894 0 0 0 84464 8 0 0 25 0 1 0 548200860 316059648 52989 33554432000 4194304 4947581 140734872939984 18446744073709551615 4401204 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 77163 52989 472 184 0 72038 0
Current children cumulated CPU time (s) 844.72
Current children cumulated vsize (KiB) 308652

[startup+845.501 s]
/proc/loadavg: 4.06 4.01 3.91 5/190 17594
/proc/meminfo: memFree=13153460/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=308652 CPUtime=845.52 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 54894 0 0 0 84544 8 0 0 25 0 1 0 548200860 316059648 52989 33554432000 4194304 4947581 140734872939984 18446744073709551615 4357815 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 77163 52989 472 184 0 72038 0
Current children cumulated CPU time (s) 845.52
Current children cumulated vsize (KiB) 308652

[startup+846.301 s]
/proc/loadavg: 4.06 4.01 3.91 5/190 17594
/proc/meminfo: memFree=13152840/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=308652 CPUtime=846.32 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 54894 0 0 0 84624 8 0 0 25 0 1 0 548200860 316059648 52989 33554432000 4194304 4947581 140734872939984 18446744073709551615 4400595 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 77163 52989 472 184 0 72038 0
Current children cumulated CPU time (s) 846.32
Current children cumulated vsize (KiB) 308652

[startup+846.701 s]
/proc/loadavg: 4.06 4.01 3.91 5/190 17594
/proc/meminfo: memFree=13152840/32950928 swapFree=67111528/67111528
[pid=17493] ppid=17491 vsize=308652 CPUtime=846.72 cores=4,6
/proc/17493/stat : 17493 (synit_sat) R 17491 17493 17453 0 -1 4202496 54894 0 0 0 84664 8 0 0 25 0 1 0 548200860 316059648 52989 33554432000 4194304 4947581 140734872939984 18446744073709551615 4282487 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/17493/statm: 77163 52989 472 184 0 72038 0
Current children cumulated CPU time (s) 846.72
Current children cumulated vsize (KiB) 308652

Child status: 0
Real time (s): 846.723
CPU time (s): 846.749
CPU user time (s): 846.656
CPU system time (s): 0.092985
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 308652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 846.656
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54899
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= 1060

runsolver used 1.46678 second user time and 3.15352 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-23 19:28:22
IDJOB=3265621
IDBENCH=85793
IDSOLVER=1571
FILE ID=node113/3265621-1303579702
RUNJOBID= node113-1303579702-17472
PBS_JOBID= 13150344
Free space on /tmp= 70792 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn009.shuffled-as.sat05-3849.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265621-1303579702/watcher-3265621-1303579702 -o /tmp/evaluation-result-3265621-1303579702/solver-3265621-1303579702 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3265621-1303579702.cnf 1245249737

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

MD5SUM BENCH= f2a1eb7937a7cda114ce344a30ca1145
RANDOM SEED=1245249737

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:      13911404 kB
Buffers:       1840536 kB
Cached:       16520344 kB
SwapCached:          0 kB
Active:       10586596 kB
Inactive:      7863584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13911404 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6516 kB
Writeback:           0 kB
AnonPages:       89628 kB
Mapped:          15096 kB
Slab:           522764 kB
PageTables:       5392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   240428 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= 70784 MiB
End job on node113 at 2011-04-23 19:42:29