Trace number 3259285

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.06 1300.03

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2400c266431gyes3.cnf
MD5SUMcef3d3066fec910e94448f2404c09548
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data

0.00/0.00	c start  0 total 0
0.02/0.09	c Find Units :          0
0.08/0.10	c Find Invs  :          0
0.08/0.10	c Find Ands  :       2400 AvgFaninNum: 31
0.08/0.10	c Find Xors  :          0 AvgFaninNum: nan
0.08/0.10	c Find Ite   :          0
0.08/0.10	c UnDirect variable: 0
0.08/0.10	c UnDirect to Direct Gate: 0
0.08/0.10	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.08/0.11	c Break Cycle : 2325
0.08/0.11	c Total Root : 0 Undef Var: 2325
0.08/0.11	c After covering, Total Root: 75 Leaf: 2325
0.08/0.11	c Variable( cover/uncovered/unused ): 2400 0 0
0.08/0.11	c Unit Clauses: 0
0.08/0.11	c Binary Clauses( cover/uncovered ): 2325 264031
0.08/0.11	c Clauses( cover/uncovered ): 75 0
0.08/0.11	c Total Clauses( cover/uncovered ): 2400 264031 0.900796%
0.08/0.11	c Covered Ands: 75 Invs: 0 Xors: 0 Ites: 0
0.18/0.22	c Uncover Clauses avg size: 2 max size: 2
0.18/0.22	c Final circuit: i/l/o/s    2325       0  264031    266281
0.18/0.22	c cover rate 0.900796
0.18/0.22	c rocky end  0.22 total 0.22
0.38/0.49	c covering time  0.26 total 0.48
1300.03/1300.00	c interrupt  1299.55 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: 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-3259285-1307667646/watcher-3259285-1307667646 -o /tmp/evaluation-result-3259285-1307667646/solver-3259285-1307667646 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3259285-1307667646.cnf 1655109136 

running on 2 cores: 5,7

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 5/186 30461
/proc/meminfo: memFree=32281592/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=29716 CPUtime=0 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 1725 0 0 0 0 0 0 0 23 0 1 0 878367373 30429184 1662 33554432000 4194304 4947581 140736064611824 18446744073709551615 4308560 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30461/statm: 7429 1674 320 184 0 2304 0

[startup+0.0298581 s]
/proc/loadavg: 7.36 7.88 7.89 5/186 30461
/proc/meminfo: memFree=32281592/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=36828 CPUtime=0.02 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 4035 0 0 0 2 0 0 0 23 0 1 0 878367373 37711872 3969 33554432000 4194304 4947581 140736064611824 18446744073709551615 4302283 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 9207 3970 376 184 0 4082 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 36828

[startup+0.100849 s]
/proc/loadavg: 7.36 7.88 7.89 5/186 30461
/proc/meminfo: memFree=32281592/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=55768 CPUtime=0.08 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 8342 0 0 0 8 0 0 0 23 0 1 0 878367373 57106432 8276 33554432000 4194304 4947581 140736064611824 18446744073709551615 4790337 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 13942 8276 377 184 0 8817 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 55768

[startup+0.300809 s]
/proc/loadavg: 7.36 7.88 7.89 5/186 30461
/proc/meminfo: memFree=32281592/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=98776 CPUtime=0.28 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 18591 0 0 0 27 1 0 0 25 0 1 0 878367373 101146624 18479 33554432000 4194304 4947581 140736064611824 18446744073709551615 4740504 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 24694 18487 391 184 0 19569 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 98776

[startup+0.700739 s]
/proc/loadavg: 7.36 7.88 7.89 5/186 30461
/proc/meminfo: memFree=32281592/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=240480 CPUtime=0.69 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 50017 0 0 0 64 5 0 0 25 0 1 0 878367373 246251520 49452 33554432000 4194304 4947581 140736064611824 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 60120 49452 436 184 0 54995 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 240480

[startup+1.50059 s]
/proc/loadavg: 7.36 7.88 7.89 5/190 30472
/proc/meminfo: memFree=31837912/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=259864 CPUtime=1.49 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 52800 0 0 0 144 5 0 0 25 0 1 0 878367373 266100736 52235 33554432000 4194304 4947581 140736064611824 18446744073709551615 4398556 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 64966 52235 457 184 0 59841 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 259864

[startup+3.10031 s]
/proc/loadavg: 7.36 7.88 7.89 5/190 30472
/proc/meminfo: memFree=31814724/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=282160 CPUtime=3.08 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 55212 0 0 0 303 5 0 0 25 0 1 0 878367373 288931840 54647 33554432000 4194304 4947581 140736064611824 18446744073709551615 4399965 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 70540 54647 457 184 0 65415 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 282160

[startup+6.30074 s]
/proc/loadavg: 7.09 7.82 7.87 5/190 30473
/proc/meminfo: memFree=31777648/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=282160 CPUtime=6.29 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 55350 0 0 0 624 5 0 0 25 0 1 0 878367373 288931840 54785 33554432000 4194304 4947581 140736064611824 18446744073709551615 4517560 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 70540 54785 466 184 0 65415 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 282160

[startup+12.7006 s]
/proc/loadavg: 6.85 7.75 7.85 5/190 30473
/proc/meminfo: memFree=31734536/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=282160 CPUtime=12.69 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 57182 0 0 0 1263 6 0 0 25 0 1 0 878367373 288931840 56617 33554432000 4194304 4947581 140736064611824 18446744073709551615 4517672 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 70540 56617 467 184 0 65415 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 282160

[startup+25.5003 s]
/proc/loadavg: 6.22 7.57 7.78 5/190 30482
/proc/meminfo: memFree=31678680/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=305340 CPUtime=25.49 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 62844 0 0 0 2543 6 0 0 25 0 1 0 878367373 312668160 62279 33554432000 4194304 4947581 140736064611824 18446744073709551615 4398646 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 76335 62279 467 184 0 71210 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 305340

[startup+51.1008 s]
/proc/loadavg: 5.46 7.28 7.68 5/190 30483
/proc/meminfo: memFree=31609888/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=328772 CPUtime=51.09 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 67406 0 0 0 5102 7 0 0 25 0 1 0 878367373 336662528 66841 33554432000 4194304 4947581 140736064611824 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 82193 66841 467 184 0 77068 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 328772

[startup+102.307 s]
/proc/loadavg: 4.63 6.77 7.49 5/190 30484
/proc/meminfo: memFree=31496508/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=379372 CPUtime=102.3 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 85593 0 0 0 10220 10 0 0 25 0 1 0 878367373 388476928 82307 33554432000 4194304 4947581 140736064611824 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 94843 82307 467 184 0 89718 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 379372

[startup+162.301 s]
/proc/loadavg: 4.23 6.27 7.27 5/190 30488
/proc/meminfo: memFree=31371104/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=484440 CPUtime=162.29 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 96785 0 0 0 16217 12 0 0 25 0 1 0 878367373 496066560 93499 33554432000 4194304 4947581 140736064611824 18446744073709551615 4400804 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 121110 93499 467 184 0 115985 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 484440

[startup+222.3 s]
/proc/loadavg: 4.08 5.85 7.06 5/190 30490
/proc/meminfo: memFree=31244868/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=484440 CPUtime=222.29 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 107740 0 0 0 22215 14 0 0 25 0 1 0 878367373 496066560 104454 33554432000 4194304 4947581 140736064611824 18446744073709551615 4399777 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 121110 104454 467 184 0 115985 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 484440

[startup+282.301 s]
/proc/loadavg: 4.03 5.51 6.86 5/190 30492
/proc/meminfo: memFree=31222992/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=605452 CPUtime=282.29 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 110487 0 0 0 28214 15 0 0 25 0 1 0 878367373 619982848 107201 33554432000 4194304 4947581 140736064611824 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 151363 107201 467 184 0 146238 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 605452

[startup+342.301 s]
/proc/loadavg: 4.01 5.23 6.68 5/190 30494
/proc/meminfo: memFree=31179280/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=605452 CPUtime=342.29 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 112150 0 0 0 34214 15 0 0 25 0 1 0 878367373 619982848 108864 33554432000 4194304 4947581 140736064611824 18446744073709551615 4350684 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 151363 108864 467 184 0 146238 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 605452

[startup+402.3 s]
/proc/loadavg: 4.06 5.02 6.52 5/190 30495
/proc/meminfo: memFree=31096396/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=605452 CPUtime=402.3 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 112207 0 0 0 40214 16 0 0 25 0 1 0 878367373 619982848 108921 33554432000 4194304 4947581 140736064611824 18446744073709551615 4399984 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 151363 108921 467 184 0 146238 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 605452

[startup+462.301 s]
/proc/loadavg: 4.08 4.85 6.36 5/190 30497
/proc/meminfo: memFree=31061632/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=605580 CPUtime=462.3 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 112706 0 0 0 46214 16 0 0 25 0 1 0 878367373 620113920 109420 33554432000 4194304 4947581 140736064611824 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 151395 109420 467 184 0 146270 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 605580

[startup+522.301 s]
/proc/loadavg: 4.03 4.69 6.21 5/190 30498
/proc/meminfo: memFree=30992140/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=605580 CPUtime=522.3 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 121530 0 0 0 52212 18 0 0 25 0 1 0 878367373 620113920 118216 33554432000 4194304 4947581 140736064611824 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 151395 118216 467 184 0 146270 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 605580

[startup+582.3 s]
/proc/loadavg: 4.01 4.56 6.07 5/190 30500
/proc/meminfo: memFree=30935792/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=676144 CPUtime=582.3 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 128884 0 0 0 58210 20 0 0 25 0 1 0 878367373 692371456 125515 33554432000 4194304 4947581 140736064611824 18446744073709551615 4399760 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 169036 125515 467 184 0 163911 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 676144

[startup+642.301 s]
/proc/loadavg: 4.00 4.46 5.94 5/190 30502
/proc/meminfo: memFree=30896560/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=747892 CPUtime=642.31 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 129996 0 0 0 64210 21 0 0 25 0 1 0 878367373 765841408 126530 33554432000 4194304 4947581 140736064611824 18446744073709551615 4399862 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 186973 126530 467 184 0 181848 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 747892

[startup+702.301 s]
/proc/loadavg: 4.00 4.37 5.81 5/190 30503
/proc/meminfo: memFree=30862904/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=747892 CPUtime=702.31 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 130596 0 0 0 70210 21 0 0 25 0 1 0 878367373 765841408 127037 33554432000 4194304 4947581 140736064611824 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 186973 127037 467 184 0 181848 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 747892

[startup+762.307 s]
/proc/loadavg: 4.00 4.30 5.70 5/190 30505
/proc/meminfo: memFree=30848112/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=747892 CPUtime=762.31 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 134259 0 0 0 76210 21 0 0 25 0 1 0 878367373 765841408 126384 33554432000 4194304 4947581 140736064611824 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 186973 126384 467 184 0 181848 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 747892

[startup+822.301 s]
/proc/loadavg: 4.00 4.24 5.59 5/190 30506
/proc/meminfo: memFree=30843472/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=747892 CPUtime=822.31 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 134399 0 0 0 82209 22 0 0 25 0 1 0 878367373 765841408 126524 33554432000 4194304 4947581 140736064611824 18446744073709551615 4515752 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 186973 126524 467 184 0 181848 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 747892

[startup+882.301 s]
/proc/loadavg: 4.04 4.21 5.49 5/190 30508
/proc/meminfo: memFree=30805344/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=747892 CPUtime=882.31 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 134650 0 0 0 88209 22 0 0 25 0 1 0 878367373 765841408 126775 33554432000 4194304 4947581 140736064611824 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 186973 126775 467 184 0 181848 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 747892

[startup+942.3 s]
/proc/loadavg: 4.09 4.19 5.40 5/190 30510
/proc/meminfo: memFree=30719364/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=747892 CPUtime=942.31 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 142964 0 0 0 94208 23 0 0 25 0 1 0 878367373 765841408 135088 33554432000 4194304 4947581 140736064611824 18446744073709551615 4399894 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 186973 135088 467 184 0 181848 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 747892

[startup+1002.3 s]
/proc/loadavg: 4.03 4.15 5.31 5/190 30511
/proc/meminfo: memFree=30664504/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=747892 CPUtime=1002.31 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 146810 0 0 0 100208 23 0 0 25 0 1 0 878367373 765841408 138934 33554432000 4194304 4947581 140736064611824 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 186973 138934 467 184 0 181848 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 747892

[startup+1062.3 s]
/proc/loadavg: 4.04 4.13 5.23 5/190 30513
/proc/meminfo: memFree=30609412/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=829368 CPUtime=1062.32 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 158694 0 0 0 106207 25 0 0 25 0 1 0 878367373 849272832 150818 33554432000 4194304 4947581 140736064611824 18446744073709551615 4400822 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 207342 150818 467 184 0 202217 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 829368

[startup+1122.3 s]
/proc/loadavg: 4.01 4.11 5.15 5/190 30514
/proc/meminfo: memFree=30573144/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=829368 CPUtime=1122.32 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 165657 0 0 0 112205 27 0 0 25 0 1 0 878367373 849272832 157781 33554432000 4194304 4947581 140736064611824 18446744073709551615 4398646 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 207342 157781 467 184 0 202217 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 829368

[startup+1182.3 s]
/proc/loadavg: 4.00 4.08 5.08 5/190 30516
/proc/meminfo: memFree=30556600/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=829368 CPUtime=1182.32 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 168205 0 0 0 118204 28 0 0 25 0 1 0 878367373 849272832 160329 33554432000 4194304 4947581 140736064611824 18446744073709551615 4398563 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 207342 160329 467 184 0 202217 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 829368

[startup+1242.3 s]
/proc/loadavg: 4.00 4.07 5.00 5/190 30518
/proc/meminfo: memFree=30529020/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=829368 CPUtime=1242.33 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 168223 0 0 0 124205 28 0 0 25 0 1 0 878367373 849272832 160347 33554432000 4194304 4947581 140736064611824 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 207342 160347 467 184 0 202217 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 829368



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.05 4.94 3/188 30521
/proc/meminfo: memFree=31139668/32951124 swapFree=67050780/67111528
[pid=30461] ppid=30459 vsize=829368 CPUtime=1300.03 cores=5,7
/proc/30461/stat : 30461 (synit_sat) R 30459 30461 30395 0 -1 4202496 168354 0 0 0 129975 28 0 0 25 0 1 0 878367373 849272832 160478 33554432000 4194304 4947581 140736064611824 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30461/statm: 207342 160478 467 184 0 202217 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 829368

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): 1300.06
CPU user time (s): 1299.76
CPU system time (s): 0.303953
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 829368

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

runsolver used 2.16467 second user time and 4.93825 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-10 03:00:46
IDJOB=3259285
IDBENCH=71549
IDSOLVER=1571
FILE ID=node101/3259285-1307667646
RUNJOBID= node101-1307667646-30416
PBS_JOBID= 13549505
Free space on /tmp= 74196 MiB

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

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

MD5SUM BENCH= cef3d3066fec910e94448f2404c09548
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:      32286880 kB
Buffers:        129852 kB
Cached:         300480 kB
SwapCached:      27580 kB
Active:         143340 kB
Inactive:       344124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32286880 kB
SwapTotal:    67111528 kB
SwapFree:     67050780 kB
Dirty:           13588 kB
Writeback:           0 kB
AnonPages:       51904 kB
Mapped:          10212 kB
Slab:           108868 kB
PageTables:       6488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   260972 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= 74192 MiB
End job on node101 at 2011-06-10 03:22:28