Trace number 3259373

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) 1299.99 1300.03

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2100c215164gyes4.cnf
MD5SUM2caae162eff2e5f641cadfad345a5401
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data

0.00/0.00	c start  0 total 0
0.00/0.06	c Find Units :          0
0.06/0.07	c Find Invs  :          0
0.06/0.07	c Find Ands  :       2100 AvgFaninNum: 29
0.06/0.07	c Find Xors  :          0 AvgFaninNum: nan
0.06/0.07	c Find Ite   :          0
0.06/0.07	c UnDirect variable: 0
0.06/0.07	c UnDirect to Direct Gate: 0
0.06/0.07	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.06/0.07	c Break Cycle : 2030
0.06/0.07	c Total Root : 0 Undef Var: 2030
0.06/0.08	c After covering, Total Root: 70 Leaf: 2030
0.06/0.08	c Variable( cover/uncovered/unused ): 2100 0 0
0.06/0.08	c Unit Clauses: 0
0.06/0.08	c Binary Clauses( cover/uncovered ): 2030 213064
0.06/0.08	c Clauses( cover/uncovered ): 70 0
0.06/0.08	c Total Clauses( cover/uncovered ): 2100 213064 0.976%
0.06/0.08	c Covered Ands: 70 Invs: 0 Xors: 0 Ites: 0
0.09/0.16	c Uncover Clauses avg size: 2 max size: 2
0.09/0.16	c Final circuit: i/l/o/s    2030       0  213064    215024
0.09/0.16	c cover rate 0.976
0.09/0.16	c rocky end  0.16 total 0.16
0.29/0.37	c covering time  0.2 total 0.36
1299.96/1300.00	c interrupt  1299.6 total 1299.96
1299.96/1300.00	c INTERRUPTED ... 
1299.96/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: 977)

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-3259373-1307667646/watcher-3259373-1307667646 -o /tmp/evaluation-result-3259373-1307667646/solver-3259373-1307667646 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3259373-1307667646.cnf 1655109136 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 7.36 7.88 7.89 4/189 30471
/proc/meminfo: memFree=32242384/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=30684 CPUtime=0 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 2178 0 0 0 0 0 0 0 25 0 1 0 878367377 31420416 2113 33554432000 4194304 4947581 140733437489216 18446744073709551615 218370957056 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 7671 2119 365 184 0 2546 0

[startup+0.0729649 s]
/proc/loadavg: 7.36 7.88 7.89 4/189 30471
/proc/meminfo: memFree=32242384/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=42968 CPUtime=0.06 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 5551 0 0 0 6 0 0 0 25 0 1 0 878367377 43999232 5486 33554432000 4194304 4947581 140733437489216 18446744073709551615 4791103 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 10742 5486 377 184 0 5617 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 42968

[startup+0.100961 s]
/proc/loadavg: 7.36 7.88 7.89 4/189 30471
/proc/meminfo: memFree=32242384/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=42972 CPUtime=0.09 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 5561 0 0 0 9 0 0 0 18 0 1 0 878367377 44003328 5496 33554432000 4194304 4947581 140733437489216 18446744073709551615 4773928 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 10743 5496 384 184 0 5618 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42972

[startup+0.300924 s]
/proc/loadavg: 7.36 7.88 7.89 4/189 30471
/proc/meminfo: memFree=32242384/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=85808 CPUtime=0.29 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 16143 0 0 0 28 1 0 0 18 0 1 0 878367377 87867392 15987 33554432000 4194304 4947581 140733437489216 18446744073709551615 4739774 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 21452 15987 409 184 0 16327 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85808

[startup+0.700863 s]
/proc/loadavg: 7.36 7.88 7.89 4/189 30471
/proc/meminfo: memFree=32242384/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=185132 CPUtime=0.69 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 37981 0 0 0 66 3 0 0 18 0 1 0 878367377 189575168 37825 33554432000 4194304 4947581 140733437489216 18446744073709551615 218370653852 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 46283 37825 449 184 0 41158 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 185132

[startup+1.50071 s]
/proc/loadavg: 7.36 7.88 7.89 5/190 30472
/proc/meminfo: memFree=31837168/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=200584 CPUtime=1.49 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 39915 0 0 0 145 4 0 0 19 0 1 0 878367377 205398016 39759 33554432000 4194304 4947581 140733437489216 18446744073709551615 218370653722 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 50146 39759 457 184 0 45021 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 200584

[startup+3.10042 s]
/proc/loadavg: 7.36 7.88 7.89 5/190 30472
/proc/meminfo: memFree=31812492/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=232676 CPUtime=3.09 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 43039 0 0 0 305 4 0 0 25 0 1 0 878367377 238260224 42883 33554432000 4194304 4947581 140733437489216 18446744073709551615 4399986 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 58169 42883 462 184 0 53044 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 232676

[startup+6.30085 s]
/proc/loadavg: 7.09 7.82 7.87 5/190 30473
/proc/meminfo: memFree=31777648/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=232804 CPUtime=6.29 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 45032 0 0 0 625 4 0 0 25 0 1 0 878367377 238391296 44876 33554432000 4194304 4947581 140733437489216 18446744073709551615 4517569 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 58201 44876 467 184 0 53076 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 232804

[startup+12.7007 s]
/proc/loadavg: 6.85 7.75 7.85 5/190 30473
/proc/meminfo: memFree=31734584/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=232804 CPUtime=12.68 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 48704 0 0 0 1264 4 0 0 25 0 1 0 878367377 238391296 48548 33554432000 4194304 4947581 140733437489216 18446744073709551615 4399936 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 58201 48548 467 184 0 53076 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 232804

[startup+25.5004 s]
/proc/loadavg: 6.22 7.57 7.78 5/190 30482
/proc/meminfo: memFree=31677936/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=254860 CPUtime=25.49 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 50915 0 0 0 2544 5 0 0 25 0 1 0 878367377 260976640 50758 33554432000 4194304 4947581 140733437489216 18446744073709551615 4354560 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 63715 50758 467 184 0 58590 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 254860

[startup+51.1009 s]
/proc/loadavg: 5.46 7.28 7.68 5/190 30483
/proc/meminfo: memFree=31609888/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=277364 CPUtime=51.09 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 57526 0 0 0 5103 6 0 0 25 0 1 0 878367377 284020736 57369 33554432000 4194304 4947581 140733437489216 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 69341 57369 467 184 0 64216 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 277364

[startup+102.307 s]
/proc/loadavg: 4.63 6.77 7.49 5/190 30484
/proc/meminfo: memFree=31496508/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=277364 CPUtime=102.29 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 61057 0 0 0 10223 6 0 0 25 0 1 0 878367377 284020736 60900 33554432000 4194304 4947581 140733437489216 18446744073709551615 4400019 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 69341 60900 467 184 0 64216 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 277364

[startup+162.301 s]
/proc/loadavg: 4.23 6.27 7.27 5/190 30488
/proc/meminfo: memFree=31371104/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=382276 CPUtime=162.28 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 82948 0 0 0 16219 9 0 0 25 0 1 0 878367377 391450624 76351 33554432000 4194304 4947581 140733437489216 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 95569 76351 467 184 0 90444 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 382276

[startup+222.3 s]
/proc/loadavg: 4.08 5.85 7.06 5/190 30490
/proc/meminfo: memFree=31244744/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=410432 CPUtime=222.28 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 91191 0 0 0 22217 11 0 0 25 0 1 0 878367377 420282368 84594 33554432000 4194304 4947581 140733437489216 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 102608 84594 467 184 0 97483 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 410432

[startup+282.301 s]
/proc/loadavg: 4.03 5.51 6.86 5/190 30492
/proc/meminfo: memFree=31222992/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=410432 CPUtime=282.28 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 91792 0 0 0 28217 11 0 0 25 0 1 0 878367377 420282368 85195 33554432000 4194304 4947581 140733437489216 18446744073709551615 4399984 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 102608 85195 467 184 0 97483 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 410432

[startup+342.301 s]
/proc/loadavg: 4.01 5.23 6.68 5/190 30494
/proc/meminfo: memFree=31179280/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=410432 CPUtime=342.28 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 92211 0 0 0 34217 11 0 0 25 0 1 0 878367377 420282368 85614 33554432000 4194304 4947581 140733437489216 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 102608 85614 467 184 0 97483 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 410432

[startup+402.3 s]
/proc/loadavg: 4.06 5.02 6.52 5/190 30495
/proc/meminfo: memFree=31096272/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=410432 CPUtime=402.27 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 92643 0 0 0 40216 11 0 0 25 0 1 0 878367377 420282368 86046 33554432000 4194304 4947581 140733437489216 18446744073709551615 4399720 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 102608 86046 467 184 0 97483 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 410432

[startup+462.301 s]
/proc/loadavg: 4.08 4.85 6.36 5/190 30497
/proc/meminfo: memFree=31061632/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=477156 CPUtime=462.28 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 95161 0 0 0 46216 12 0 0 25 0 1 0 878367377 488607744 88564 33554432000 4194304 4947581 140733437489216 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 119289 88564 467 184 0 114164 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 477156

[startup+522.301 s]
/proc/loadavg: 4.03 4.69 6.21 5/190 30498
/proc/meminfo: memFree=30992140/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=612024 CPUtime=522.26 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 102536 0 0 0 52213 13 0 0 25 0 1 0 878367377 626712576 95939 33554432000 4194304 4947581 140733437489216 18446744073709551615 4399936 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 153006 95939 467 184 0 147881 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 612024

[startup+582.3 s]
/proc/loadavg: 4.01 4.56 6.07 5/190 30500
/proc/meminfo: memFree=30935792/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=612024 CPUtime=582.27 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 102900 0 0 0 58213 14 0 0 25 0 1 0 878367377 626712576 96273 33554432000 4194304 4947581 140733437489216 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 153006 96273 467 184 0 147881 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 612024

[startup+642.301 s]
/proc/loadavg: 4.00 4.46 5.94 5/190 30502
/proc/meminfo: memFree=30896560/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=612024 CPUtime=642.28 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 103150 0 0 0 64214 14 0 0 25 0 1 0 878367377 626712576 96465 33554432000 4194304 4947581 140733437489216 18446744073709551615 4399961 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 153006 96465 467 184 0 147881 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 612024

[startup+702.301 s]
/proc/loadavg: 4.00 4.37 5.81 5/190 30503
/proc/meminfo: memFree=30862904/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=612024 CPUtime=702.26 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 108004 0 0 0 70212 14 0 0 25 0 1 0 878367377 626712576 101239 33554432000 4194304 4947581 140733437489216 18446744073709551615 4399936 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 153006 101239 467 184 0 147881 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 612024

[startup+762.306 s]
/proc/loadavg: 4.00 4.30 5.70 5/190 30505
/proc/meminfo: memFree=30848112/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=612024 CPUtime=762.27 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 112471 0 0 0 76212 15 0 0 25 0 1 0 878367377 626712576 105550 33554432000 4194304 4947581 140733437489216 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 153006 105550 467 184 0 147881 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 612024

[startup+822.301 s]
/proc/loadavg: 4.00 4.24 5.59 5/190 30506
/proc/meminfo: memFree=30843472/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=612024 CPUtime=822.27 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 112728 0 0 0 82211 16 0 0 25 0 1 0 878367377 626712576 105596 33554432000 4194304 4947581 140733437489216 18446744073709551615 4517672 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 153006 105596 467 184 0 147881 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 612024

[startup+882.301 s]
/proc/loadavg: 4.04 4.21 5.49 5/190 30508
/proc/meminfo: memFree=30805344/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=612024 CPUtime=882.27 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 112768 0 0 0 88211 16 0 0 25 0 1 0 878367377 626712576 105636 33554432000 4194304 4947581 140733437489216 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 153006 105636 467 184 0 147881 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 612024

[startup+942.3 s]
/proc/loadavg: 4.09 4.19 5.40 5/190 30510
/proc/meminfo: memFree=30719240/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=612024 CPUtime=942.26 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 121963 0 0 0 94209 17 0 0 25 0 1 0 878367377 626712576 114831 33554432000 4194304 4947581 140733437489216 18446744073709551615 4399891 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 153006 114831 467 184 0 147881 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 612024

[startup+1002.3 s]
/proc/loadavg: 4.03 4.15 5.31 5/190 30511
/proc/meminfo: memFree=30664380/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=612024 CPUtime=1002.27 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 126621 0 0 0 100209 18 0 0 25 0 1 0 878367377 626712576 115791 33554432000 4194304 4947581 140733437489216 18446744073709551615 4399777 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 153006 115791 467 184 0 147881 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 612024

[startup+1062.3 s]
/proc/loadavg: 4.04 4.13 5.23 5/190 30513
/proc/meminfo: memFree=30609412/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=612024 CPUtime=1062.26 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 127862 0 0 0 106208 18 0 0 25 0 1 0 878367377 626712576 117032 33554432000 4194304 4947581 140733437489216 18446744073709551615 4398584 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 153006 117032 467 184 0 147881 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 612024

[startup+1122.3 s]
/proc/loadavg: 4.01 4.11 5.15 5/190 30514
/proc/meminfo: memFree=30573144/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=612024 CPUtime=1122.26 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 129038 0 0 0 112207 19 0 0 25 0 1 0 878367377 626712576 118208 33554432000 4194304 4947581 140733437489216 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 153006 118208 467 184 0 147881 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 612024

[startup+1182.3 s]
/proc/loadavg: 4.00 4.08 5.08 5/190 30516
/proc/meminfo: memFree=30556600/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=612024 CPUtime=1182.26 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 130359 0 0 0 118207 19 0 0 25 0 1 0 878367377 626712576 119529 33554432000 4194304 4947581 140733437489216 18446744073709551615 4353936 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 153006 119529 467 184 0 147881 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 612024

[startup+1242.3 s]
/proc/loadavg: 4.00 4.07 5.00 5/190 30518
/proc/meminfo: memFree=30529020/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=612024 CPUtime=1242.25 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 136838 0 0 0 124205 20 0 0 25 0 1 0 878367377 626712576 126008 33554432000 4194304 4947581 140733437489216 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 153006 126008 467 184 0 147881 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 612024



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.05 4.94 2/187 30522
/proc/meminfo: memFree=31780524/32951124 swapFree=67050780/67111528
[pid=30471] ppid=30469 vsize=612024 CPUtime=1299.96 cores=1,3
/proc/30471/stat : 30471 (synit_sat) R 30469 30471 30395 0 -1 4202496 141962 0 0 0 129975 21 0 0 25 0 1 0 878367377 626712576 131132 33554432000 4194304 4947581 140733437489216 18446744073709551615 4399704 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/30471/statm: 153006 131132 467 184 0 147881 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 612024

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.03
CPU time (s): 1299.99
CPU user time (s): 1299.76
CPU system time (s): 0.238963
CPU usage (%): 99.9976
Max. virtual memory (cumulated for all children) (KiB): 612024

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

runsolver used 2.12368 second user time and 4.97524 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-10 03:00:46
IDJOB=3259373
IDBENCH=71571
IDSOLVER=1571
FILE ID=node101/3259373-1307667646
RUNJOBID= node101-1307667646-30415
PBS_JOBID= 13549505
Free space on /tmp= 74192 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2100c215164gyes4.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259373-1307667646/watcher-3259373-1307667646 -o /tmp/evaluation-result-3259373-1307667646/solver-3259373-1307667646 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3259373-1307667646.cnf 1655109136

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

MD5SUM BENCH= 2caae162eff2e5f641cadfad345a5401
RANDOM SEED=1655109136

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32254468 kB
Buffers:        129876 kB
Cached:         303948 kB
SwapCached:      27580 kB
Active:         177612 kB
Inactive:       342400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32254468 kB
SwapTotal:    67111528 kB
SwapFree:     67050780 kB
Dirty:           17080 kB
Writeback:           0 kB
AnonPages:       82168 kB
Mapped:          10600 kB
Slab:           109128 kB
PageTables:       6488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   314896 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= 74196 MiB
End job on node101 at 2011-06-10 03:22:28