Trace number 3259241

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.05 1300.02

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes7.cnf
MD5SUM6200c727c8a5a324974090a1f9a6d7ab
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.03669
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c start  0 total 0
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :        945 AvgFaninNum: 20
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 900
0.00/0.02	c Total Root : 0 Undef Var: 900
0.00/0.02	c After covering, Total Root: 45 Leaf: 900
0.00/0.02	c Variable( cover/uncovered/unused ): 945 0 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 900 60464
0.00/0.02	c Clauses( cover/uncovered ): 45 0
0.00/0.02	c Total Clauses( cover/uncovered ): 945 60464 1.53886%
0.00/0.02	c Covered Ands: 45 Invs: 0 Xors: 0 Ites: 0
0.00/0.04	c Uncover Clauses avg size: 2 max size: 2
0.00/0.04	c Final circuit: i/l/o/s     900       0   60464     61319
0.00/0.04	c cover rate 1.53886
0.00/0.04	c rocky end  0.04 total 0.04
0.08/0.10	c covering time  0.05 total 0.09
1300.02/1300.00	c interrupt  1299.93 total 1300.02
1300.02/1300.00	c INTERRUPTED ... 
1300.02/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-3259241-1307667646/watcher-3259241-1307667646 -o /tmp/evaluation-result-3259241-1307667646/solver-3259241-1307667646 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3259241-1307667646.cnf 1655109136 

running on 2 cores: 0,2

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/179 30442
/proc/meminfo: memFree=32311084/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=29716 CPUtime=0 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 1722 0 0 0 0 0 0 0 23 0 1 0 878367368 30429184 1660 33554432000 4194304 4947581 140734536843408 18446744073709551615 4308560 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30442/statm: 7429 1671 320 184 0 2304 0

[startup+0.0821909 s]
/proc/loadavg: 7.36 7.88 7.89 5/179 30442
/proc/meminfo: memFree=32311084/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=45344 CPUtime=0.07 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 6008 0 0 0 7 0 0 0 24 0 1 0 878367368 46432256 5943 33554432000 4194304 4947581 140734536843408 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 11336 5946 409 184 0 6211 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 45344

[startup+0.101152 s]
/proc/loadavg: 7.36 7.88 7.89 5/179 30442
/proc/meminfo: memFree=32311084/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=48416 CPUtime=0.08 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 6753 0 0 0 8 0 0 0 24 0 1 0 878367368 49577984 6688 33554432000 4194304 4947581 140734536843408 18446744073709551615 4744313 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 12104 6688 409 184 0 6979 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 48416

[startup+0.301187 s]
/proc/loadavg: 7.36 7.88 7.89 5/179 30442
/proc/meminfo: memFree=32311084/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=82276 CPUtime=0.29 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 13257 0 0 0 28 1 0 0 24 0 1 0 878367368 84250624 13174 33554432000 4194304 4947581 140734536843408 18446744073709551615 4346516 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 20569 13174 457 184 0 15444 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82276

[startup+0.701114 s]
/proc/loadavg: 7.36 7.88 7.89 5/179 30442
/proc/meminfo: memFree=32311084/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=91284 CPUtime=0.69 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 13606 0 0 0 68 1 0 0 25 0 1 0 878367368 93474816 13523 33554432000 4194304 4947581 140734536843408 18446744073709551615 4400027 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 22821 13523 457 184 0 17696 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91284

[startup+1.50095 s]
/proc/loadavg: 7.36 7.88 7.89 5/190 30472
/proc/meminfo: memFree=31838656/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=109708 CPUtime=1.48 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 14599 0 0 0 147 1 0 0 25 0 1 0 878367368 112340992 14516 33554432000 4194304 4947581 140734536843408 18446744073709551615 4354409 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 27427 14516 457 184 0 22302 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 109708

[startup+3.10068 s]
/proc/loadavg: 7.36 7.88 7.89 5/190 30472
/proc/meminfo: memFree=31814848/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=119048 CPUtime=3.09 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 16317 0 0 0 307 2 0 0 25 0 1 0 878367368 121905152 16234 33554432000 4194304 4947581 140734536843408 18446744073709551615 4517610 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 29762 16234 467 184 0 24637 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 119048

[startup+6.30112 s]
/proc/loadavg: 7.09 7.82 7.87 5/190 30473
/proc/meminfo: memFree=31777648/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=119048 CPUtime=6.29 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 17770 0 0 0 627 2 0 0 25 0 1 0 878367368 121905152 17686 33554432000 4194304 4947581 140734536843408 18446744073709551615 4517569 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 29762 17686 467 184 0 24637 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 119048

[startup+12.701 s]
/proc/loadavg: 6.85 7.75 7.85 5/190 30473
/proc/meminfo: memFree=31734536/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=138240 CPUtime=12.69 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 20043 0 0 0 1266 3 0 0 25 0 1 0 878367368 141557760 19959 33554432000 4194304 4947581 140734536843408 18446744073709551615 4352469 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 34560 19959 467 184 0 29435 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 138240

[startup+25.5007 s]
/proc/loadavg: 6.22 7.57 7.78 5/190 30482
/proc/meminfo: memFree=31678804/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=158544 CPUtime=25.49 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 22784 0 0 0 2546 3 0 0 25 0 1 0 878367368 162349056 22694 33554432000 4194304 4947581 140734536843408 18446744073709551615 4399976 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 39636 22694 469 184 0 34511 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 158544

[startup+51.1012 s]
/proc/loadavg: 5.46 7.28 7.68 5/190 30483
/proc/meminfo: memFree=31609888/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=158544 CPUtime=51.09 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 25551 0 0 0 5106 3 0 0 25 0 1 0 878367368 162349056 25461 33554432000 4194304 4947581 140734536843408 18446744073709551615 4399182 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 39636 25461 469 184 0 34511 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 158544

[startup+102.307 s]
/proc/loadavg: 4.63 6.77 7.49 5/190 30484
/proc/meminfo: memFree=31496508/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=158544 CPUtime=102.3 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 29974 0 0 0 10226 4 0 0 25 0 1 0 878367368 162349056 29882 33554432000 4194304 4947581 140734536843408 18446744073709551615 4399936 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 39636 29882 467 184 0 34511 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 158544

[startup+162.3 s]
/proc/loadavg: 4.23 6.27 7.27 5/190 30488
/proc/meminfo: memFree=31371104/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=158544 CPUtime=162.29 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 32318 0 0 0 16224 5 0 0 25 0 1 0 878367368 162349056 32219 33554432000 4194304 4947581 140734536843408 18446744073709551615 4399941 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 39636 32219 472 184 0 34511 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 158544

[startup+222.301 s]
/proc/loadavg: 4.08 5.85 7.06 5/190 30490
/proc/meminfo: memFree=31244992/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=183996 CPUtime=222.3 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 37162 0 0 0 22224 6 0 0 25 0 1 0 878367368 188411904 37062 33554432000 4194304 4947581 140734536843408 18446744073709551615 4400304 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 45999 37062 471 184 0 40874 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 183996

[startup+282.301 s]
/proc/loadavg: 4.03 5.51 6.86 5/190 30492
/proc/meminfo: memFree=31222992/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=196948 CPUtime=282.3 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 42842 0 0 0 28223 7 0 0 25 0 1 0 878367368 201674752 39602 33554432000 4194304 4947581 140734536843408 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 49237 39602 493 184 0 44112 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 196948

[startup+342.3 s]
/proc/loadavg: 4.01 5.23 6.68 5/190 30494
/proc/meminfo: memFree=31179280/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=210376 CPUtime=342.3 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 48449 0 0 0 34222 8 0 0 25 0 1 0 878367368 215425024 45186 33554432000 4194304 4947581 140734536843408 18446744073709551615 4515848 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 52594 45186 470 184 0 47469 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 210376

[startup+402.301 s]
/proc/loadavg: 4.06 5.02 6.52 5/190 30495
/proc/meminfo: memFree=31096396/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=265740 CPUtime=402.3 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 52244 0 0 0 40221 9 0 0 25 0 1 0 878367368 272117760 48981 33554432000 4194304 4947581 140734536843408 18446744073709551615 4399760 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 66435 48981 487 184 0 61310 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 265740

[startup+462.301 s]
/proc/loadavg: 4.08 4.85 6.36 5/190 30497
/proc/meminfo: memFree=31061632/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=380440 CPUtime=462.3 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 52594 0 0 0 46221 9 0 0 25 0 1 0 878367368 389570560 49328 33554432000 4194304 4947581 140734536843408 18446744073709551615 4399936 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 95110 49328 484 184 0 89985 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 380440

[startup+522.3 s]
/proc/loadavg: 4.03 4.69 6.21 5/190 30498
/proc/meminfo: memFree=30992140/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=380440 CPUtime=522.31 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 52895 0 0 0 52221 10 0 0 25 0 1 0 878367368 389570560 49629 33554432000 4194304 4947581 140734536843408 18446744073709551615 4343527 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 95110 49629 484 184 0 89985 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 380440

[startup+582.301 s]
/proc/loadavg: 4.01 4.56 6.07 5/190 30500
/proc/meminfo: memFree=30935792/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=380568 CPUtime=582.3 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 58149 0 0 0 58219 11 0 0 25 0 1 0 878367368 389701632 54883 33554432000 4194304 4947581 140734536843408 18446744073709551615 4515761 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 95142 54883 505 184 0 90017 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 380568

[startup+642.301 s]
/proc/loadavg: 4.00 4.46 5.94 5/190 30502
/proc/meminfo: memFree=30896560/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=503612 CPUtime=642.31 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 66607 0 0 0 64218 13 0 0 25 0 1 0 878367368 515698688 63341 33554432000 4194304 4947581 140734536843408 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 125903 63341 505 184 0 120778 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 503612

[startup+702.3 s]
/proc/loadavg: 4.00 4.37 5.81 5/190 30503
/proc/meminfo: memFree=30862904/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=503612 CPUtime=702.31 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 69140 0 0 0 70217 14 0 0 25 0 1 0 878367368 515698688 65874 33554432000 4194304 4947581 140734536843408 18446744073709551615 4399787 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 125903 65874 519 184 0 120778 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 503612

[startup+762.307 s]
/proc/loadavg: 4.00 4.30 5.70 5/190 30505
/proc/meminfo: memFree=30848112/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=503612 CPUtime=762.32 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 69184 0 0 0 76218 14 0 0 25 0 1 0 878367368 515698688 65905 33554432000 4194304 4947581 140734536843408 18446744073709551615 4400323 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 125903 65905 506 184 0 120778 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 503612

[startup+822.301 s]
/proc/loadavg: 4.00 4.24 5.59 5/190 30506
/proc/meminfo: memFree=30843472/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=503612 CPUtime=822.31 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 69438 0 0 0 82217 14 0 0 25 0 1 0 878367368 515698688 66159 33554432000 4194304 4947581 140734536843408 18446744073709551615 4399986 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 125903 66159 506 184 0 120778 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 503612

[startup+882.3 s]
/proc/loadavg: 4.04 4.21 5.49 5/190 30508
/proc/meminfo: memFree=30805344/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=503612 CPUtime=882.31 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 69465 0 0 0 88217 14 0 0 25 0 1 0 878367368 515698688 66184 33554432000 4194304 4947581 140734536843408 18446744073709551615 4399976 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 125903 66184 504 184 0 120778 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 503612

[startup+942.301 s]
/proc/loadavg: 4.09 4.19 5.40 5/190 30510
/proc/meminfo: memFree=30719364/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=503612 CPUtime=942.31 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 69465 0 0 0 94217 14 0 0 25 0 1 0 878367368 515698688 66184 33554432000 4194304 4947581 140734536843408 18446744073709551615 4399963 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 125903 66184 504 184 0 120778 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 503612

[startup+1002.3 s]
/proc/loadavg: 4.03 4.15 5.31 5/190 30511
/proc/meminfo: memFree=30664628/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=503612 CPUtime=1002.31 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 78073 0 0 0 100215 16 0 0 25 0 1 0 878367368 515698688 74792 33554432000 4194304 4947581 140734536843408 18446744073709551615 4399226 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 125903 74792 504 184 0 120778 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 503612

[startup+1062.3 s]
/proc/loadavg: 4.04 4.13 5.23 5/190 30513
/proc/meminfo: memFree=30609412/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=503612 CPUtime=1062.31 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 78322 0 0 0 106215 16 0 0 25 0 1 0 878367368 515698688 75041 33554432000 4194304 4947581 140734536843408 18446744073709551615 4398556 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 125903 75041 504 184 0 120778 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 503612

[startup+1122.3 s]
/proc/loadavg: 4.01 4.11 5.15 5/190 30514
/proc/meminfo: memFree=30573144/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=503612 CPUtime=1122.31 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 79181 0 0 0 112215 16 0 0 25 0 1 0 878367368 515698688 75900 33554432000 4194304 4947581 140734536843408 18446744073709551615 4399777 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 125903 75900 504 184 0 120778 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 503612

[startup+1182.3 s]
/proc/loadavg: 4.00 4.08 5.08 5/190 30516
/proc/meminfo: memFree=30556600/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=503612 CPUtime=1182.32 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 79401 0 0 0 118215 17 0 0 25 0 1 0 878367368 515698688 76119 33554432000 4194304 4947581 140734536843408 18446744073709551615 4399963 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 125903 76119 504 184 0 120778 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 503612

[startup+1242.3 s]
/proc/loadavg: 4.00 4.07 5.00 5/190 30518
/proc/meminfo: memFree=30529020/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=503612 CPUtime=1242.32 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 79532 0 0 0 124215 17 0 0 25 0 1 0 878367368 515698688 76201 33554432000 4194304 4947581 140734536843408 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 125903 76201 511 184 0 120778 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 503612



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.05 4.94 5/190 30519
/proc/meminfo: memFree=30507764/32951124 swapFree=67050780/67111528
[pid=30442] ppid=30440 vsize=503612 CPUtime=1300.02 cores=0,2
/proc/30442/stat : 30442 (synit_sat) R 30440 30442 30395 0 -1 4202496 79558 0 0 0 129985 17 0 0 25 0 1 0 878367368 515698688 76184 33554432000 4194304 4947581 140734536843408 18446744073709551615 4526467 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/30442/statm: 125903 76184 511 184 0 120778 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 503612

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.02
CPU time (s): 1300.05
CPU user time (s): 1299.86
CPU system time (s): 0.19297
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 503612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.86
system time used= 0.19297
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79563
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= 32
involuntary context switches= 3817

runsolver used 2.26965 second user time and 4.83626 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-10 03:00:46
IDJOB=3259241
IDBENCH=71540
IDSOLVER=1571
FILE ID=node101/3259241-1307667646
RUNJOBID= node101-1307667646-30413
PBS_JOBID= 13549505
Free space on /tmp= 74204 MiB

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

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

MD5SUM BENCH= 6200c727c8a5a324974090a1f9a6d7ab
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:      32312052 kB
Buffers:        129800 kB
Cached:         291220 kB
SwapCached:      27580 kB
Active:         116248 kB
Inactive:       346656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32312052 kB
SwapTotal:    67111528 kB
SwapFree:     67050780 kB
Dirty:            4664 kB
Writeback:           0 kB
AnonPages:       36772 kB
Mapped:           9048 kB
Slab:           108608 kB
PageTables:       6100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   198544 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= 74188 MiB
End job on node101 at 2011-06-10 03:22:28