Trace number 3159641

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

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S72668411-025-UNKNOWN.cnf
MD5SUMa7d53123c03c2abad4ab13635af690bf
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark132.864
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517000

Solver Data

0.00/0.00	c start  0 total 0
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.02	c Find Ands  :          0 AvgFaninNum: nan
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 : 0
0.00/0.02	c Total Root : 0 Undef Var: 200
0.00/0.02	c After covering, Total Root: 0 Leaf: 0
0.00/0.02	c Variable( cover/uncovered/unused ): 0 200 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.02	c Clauses( cover/uncovered ): 0 17000
0.00/0.02	c Total Clauses( cover/uncovered ): 0 17000 0%
0.00/0.02	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.05	c Uncover Clauses avg size: 7 max size: 7
0.00/0.05	c Final circuit: i/l/o/s     200       0   17000     79602
0.00/0.05	c cover rate 0
0.00/0.05	c rocky end  0.05 total 0.05
0.08/0.17	c covering time  0.12 total 0.17
1299.98/1300.00	c interrupt  1299.81 total 1299.98
1299.98/1300.00	c INTERRUPTED ... 
1299.98/1300.00	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

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: 4.04 4.01 3.05 2/185 11674
/proc/meminfo: memFree=22575284/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=29204 CPUtime=0 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 1237 0 0 0 0 0 0 0 23 0 1 0 285034857 29904896 1174 33554432000 4194304 4947581 140733975125200 18446744073709551615 271550231611 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11674/statm: 7301 1187 277 184 0 2176 0

[startup+0.0934219 s]
/proc/loadavg: 4.04 4.01 3.05 2/185 11674
/proc/meminfo: memFree=22575284/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=48620 CPUtime=0.08 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 6707 0 0 0 8 0 0 0 24 0 1 0 285034857 49786880 6641 33554432000 4194304 4947581 140733975125200 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 12155 6643 407 184 0 7030 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 48620

[startup+0.10044 s]
/proc/loadavg: 4.04 4.01 3.05 2/185 11674
/proc/meminfo: memFree=22575284/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=49644 CPUtime=0.08 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 7128 0 0 0 8 0 0 0 24 0 1 0 285034857 50835456 7062 33554432000 4194304 4947581 140733975125200 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 12411 7065 408 184 0 7286 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 49644

[startup+0.300388 s]
/proc/loadavg: 4.04 4.01 3.05 2/185 11674
/proc/meminfo: memFree=22575284/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=82460 CPUtime=0.28 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 12964 0 0 0 27 1 0 0 25 0 1 0 285034857 84439040 12880 33554432000 4194304 4947581 140733975125200 18446744073709551615 4401204 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 20615 12880 432 184 0 15490 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 82460

[startup+0.700302 s]
/proc/loadavg: 4.04 4.01 3.05 2/185 11674
/proc/meminfo: memFree=22575284/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=82460 CPUtime=0.68 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 12993 0 0 0 67 1 0 0 25 0 1 0 285034857 84439040 12909 33554432000 4194304 4947581 140733975125200 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 20615 12909 432 184 0 15490 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 82460

[startup+1.50016 s]
/proc/loadavg: 4.04 4.01 3.05 4/192 11712
/proc/meminfo: memFree=22342228/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=131100 CPUtime=1.48 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 25182 0 0 0 145 3 0 0 25 0 1 0 285034857 134246400 25098 33554432000 4194304 4947581 140733975125200 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 32775 25098 436 184 0 27650 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 131100

[startup+3.10088 s]
/proc/loadavg: 4.04 4.01 3.05 4/189 11729
/proc/meminfo: memFree=22248856/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=156116 CPUtime=3.08 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 31500 0 0 0 304 4 0 0 25 0 1 0 285034857 159862784 31416 33554432000 4194304 4947581 140733975125200 18446744073709551615 4342675 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 39029 31416 446 184 0 33904 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 156116

[startup+6.30028 s]
/proc/loadavg: 4.12 4.03 3.06 5/194 11739
/proc/meminfo: memFree=22046096/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=168948 CPUtime=6.29 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 33027 0 0 0 624 5 0 0 25 0 1 0 285034857 173002752 32943 33554432000 4194304 4947581 140733975125200 18446744073709551615 4399986 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 42237 32943 457 184 0 37112 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 168948

[startup+12.7011 s]
/proc/loadavg: 4.11 4.03 3.07 5/194 11739
/proc/meminfo: memFree=21982824/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=189160 CPUtime=12.69 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 35297 0 0 0 1264 5 0 0 25 0 1 0 285034857 193699840 35213 33554432000 4194304 4947581 140733975125200 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 47290 35213 467 184 0 42165 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 189160

[startup+25.5008 s]
/proc/loadavg: 4.09 4.03 3.08 5/194 11740
/proc/meminfo: memFree=21833660/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=231656 CPUtime=25.49 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 45122 0 0 0 2543 6 0 0 25 0 1 0 285034857 237215744 45038 33554432000 4194304 4947581 140733975125200 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 57914 45038 467 184 0 52789 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 231656

[startup+51.1011 s]
/proc/loadavg: 4.06 4.03 3.10 5/194 11741
/proc/meminfo: memFree=21687328/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=242724 CPUtime=51.08 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 49637 0 0 0 5102 6 0 0 25 0 1 0 285034857 248549376 49553 33554432000 4194304 4947581 140733975125200 18446744073709551615 271550234260 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 60681 49553 467 184 0 55556 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 242724

[startup+102.307 s]
/proc/loadavg: 4.02 4.02 3.15 5/194 11742
/proc/meminfo: memFree=21548540/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=254116 CPUtime=102.3 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 54512 0 0 0 10222 8 0 0 25 0 1 0 285034857 260214784 54428 33554432000 4194304 4947581 140733975125200 18446744073709551615 4354102 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 63529 54428 467 184 0 58404 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 254116

[startup+162.301 s]
/proc/loadavg: 4.01 4.01 3.20 5/194 11743
/proc/meminfo: memFree=21507588/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=350480 CPUtime=162.28 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 57291 0 0 0 16220 8 0 0 25 0 1 0 285034857 358891520 54219 33554432000 4194304 4947581 140733975125200 18446744073709551615 4350467 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 87620 54219 467 184 0 82495 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 350480

[startup+222.301 s]
/proc/loadavg: 4.15 4.05 3.26 5/194 11745
/proc/meminfo: memFree=21390112/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=449092 CPUtime=222.29 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 63806 0 0 0 22219 10 0 0 25 0 1 0 285034857 459870208 60734 33554432000 4194304 4947581 140733975125200 18446744073709551615 4516112 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 112273 60734 467 184 0 107148 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 449092

[startup+282.301 s]
/proc/loadavg: 4.05 4.04 3.30 5/194 11747
/proc/meminfo: memFree=21317028/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=449092 CPUtime=282.29 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 65294 0 0 0 28218 11 0 0 25 0 1 0 285034857 459870208 62222 33554432000 4194304 4947581 140733975125200 18446744073709551615 4400419 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 112273 62222 467 184 0 107148 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 449092

[startup+342.301 s]
/proc/loadavg: 4.05 4.05 3.35 5/194 11748
/proc/meminfo: memFree=21265904/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=449092 CPUtime=342.29 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 66973 0 0 0 34218 11 0 0 25 0 1 0 285034857 459870208 63869 33554432000 4194304 4947581 140733975125200 18446744073709551615 4515864 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 112273 63869 468 184 0 107148 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 449092

[startup+402.301 s]
/proc/loadavg: 4.02 4.04 3.39 5/194 11750
/proc/meminfo: memFree=21175480/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=501804 CPUtime=402.29 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 77627 0 0 0 40212 17 0 0 25 0 1 0 285034857 513847296 74523 33554432000 4194304 4947581 140733975125200 18446744073709551615 4399963 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 125451 74523 468 184 0 120326 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 501804

[startup+462.3 s]
/proc/loadavg: 4.10 4.06 3.43 5/194 11751
/proc/meminfo: memFree=21104764/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=501804 CPUtime=462.29 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 81563 0 0 0 46211 18 0 0 25 0 1 0 285034857 513847296 78459 33554432000 4194304 4947581 140733975125200 18446744073709551615 4547408 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 125451 78459 468 184 0 120326 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 501804

[startup+522.3 s]
/proc/loadavg: 4.08 4.06 3.47 5/194 11762
/proc/meminfo: memFree=21058760/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=501804 CPUtime=522.29 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 81848 0 0 0 52211 18 0 0 25 0 1 0 285034857 513847296 78744 33554432000 4194304 4947581 140733975125200 18446744073709551615 4399798 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 125451 78744 468 184 0 120326 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 501804

[startup+582.3 s]
/proc/loadavg: 4.03 4.05 3.50 5/194 11764
/proc/meminfo: memFree=21029572/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=501804 CPUtime=582.28 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 81991 0 0 0 58210 18 0 0 25 0 1 0 285034857 513847296 78887 33554432000 4194304 4947581 140733975125200 18446744073709551615 4353816 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 125451 78887 468 184 0 120326 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 501804

[startup+642.3 s]
/proc/loadavg: 4.06 4.05 3.53 5/194 11765
/proc/meminfo: memFree=20991216/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=501804 CPUtime=642.29 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 82282 0 0 0 64211 18 0 0 25 0 1 0 285034857 513847296 79178 33554432000 4194304 4947581 140733975125200 18446744073709551615 4516332 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 125451 79178 468 184 0 120326 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 501804

[startup+702.301 s]
/proc/loadavg: 4.17 4.07 3.57 5/194 11770
/proc/meminfo: memFree=20902264/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=501804 CPUtime=702.29 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 86054 0 0 0 70209 20 0 0 25 0 1 0 285034857 513847296 82950 33554432000 4194304 4947581 140733975125200 18446744073709551615 4399796 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 125451 82950 468 184 0 120326 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 501804

[startup+762.307 s]
/proc/loadavg: 4.06 4.06 3.59 5/194 11771
/proc/meminfo: memFree=20879416/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=501804 CPUtime=762.29 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 91324 0 0 0 76206 23 0 0 25 0 1 0 285034857 513847296 88220 33554432000 4194304 4947581 140733975125200 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 125451 88220 468 184 0 120326 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 501804

[startup+822.301 s]
/proc/loadavg: 4.09 4.07 3.63 5/194 11773
/proc/meminfo: memFree=20803496/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=501804 CPUtime=822.29 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 96396 0 0 0 82204 25 0 0 25 0 1 0 285034857 513847296 93292 33554432000 4194304 4947581 140733975125200 18446744073709551615 4399894 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 125451 93292 468 184 0 120326 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 501804

[startup+882.301 s]
/proc/loadavg: 4.08 4.07 3.65 5/194 11775
/proc/meminfo: memFree=20749780/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=501804 CPUtime=882.28 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 96905 0 0 0 88203 25 0 0 25 0 1 0 285034857 513847296 93801 33554432000 4194304 4947581 140733975125200 18446744073709551615 4399979 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 125451 93801 468 184 0 120326 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 501804

[startup+942.301 s]
/proc/loadavg: 4.03 4.06 3.67 5/194 11776
/proc/meminfo: memFree=20728160/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=501804 CPUtime=942.29 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 97486 0 0 0 94203 26 0 0 25 0 1 0 285034857 513847296 94382 33554432000 4194304 4947581 140733975125200 18446744073709551615 4399881 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 125451 94382 468 184 0 120326 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 501804

[startup+1002.3 s]
/proc/loadavg: 4.01 4.04 3.69 5/194 11778
/proc/meminfo: memFree=20675940/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=501804 CPUtime=1002.28 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 98623 0 0 0 100202 26 0 0 25 0 1 0 285034857 513847296 95519 33554432000 4194304 4947581 140733975125200 18446744073709551615 4400304 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 125451 95519 468 184 0 120326 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 501804

[startup+1062.3 s]
/proc/loadavg: 4.07 4.05 3.71 5/194 11779
/proc/meminfo: memFree=20644416/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=501804 CPUtime=1062.28 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 99063 0 0 0 106202 26 0 0 25 0 1 0 285034857 513847296 95959 33554432000 4194304 4947581 140733975125200 18446744073709551615 4392012 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 125451 95959 468 184 0 120326 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 501804

[startup+1122.3 s]
/proc/loadavg: 4.02 4.04 3.73 5/194 11781
/proc/meminfo: memFree=20635232/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=501804 CPUtime=1122.29 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 100568 0 0 0 112202 27 0 0 25 0 1 0 285034857 513847296 97463 33554432000 4194304 4947581 140733975125200 18446744073709551615 4547496 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 125451 97463 508 184 0 120326 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 501804

[startup+1182.3 s]
/proc/loadavg: 4.01 4.03 3.74 5/194 11783
/proc/meminfo: memFree=20620208/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=501804 CPUtime=1182.29 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 100993 0 0 0 118202 27 0 0 25 0 1 0 285034857 513847296 97847 33554432000 4194304 4947581 140733975125200 18446744073709551615 4352454 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 125451 97847 467 184 0 120326 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 501804

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.75 5/194 11784
/proc/meminfo: memFree=20617836/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=501804 CPUtime=1242.28 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 100993 0 0 0 124201 27 0 0 25 0 1 0 285034857 513847296 97847 33554432000 4194304 4947581 140733975125200 18446744073709551615 4399894 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 125451 97847 467 184 0 120326 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 501804



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 3.76 5/194 11786
/proc/meminfo: memFree=20584352/32951124 swapFree=67111528/67111528
[pid=11674] ppid=11672 vsize=501804 CPUtime=1299.98 cores=1,3
/proc/11674/stat : 11674 (synit_sat) R 11672 11674 11531 0 -1 4202496 100994 0 0 0 129971 27 0 0 25 0 1 0 285034857 513847296 97848 33554432000 4194304 4947581 140733975125200 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11674/statm: 125451 97848 467 184 0 120326 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 501804

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.01
CPU user time (s): 1299.72
CPU system time (s): 0.288956
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 501804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.72
system time used= 0.288956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100999
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= 15
involuntary context switches= 16160

runsolver used 1.9937 second user time and 5.11522 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-02 10:52:50
IDJOB=3159641
IDBENCH=82664
IDSOLVER=1571
FILE ID=node133/3159641-1301734370
RUNJOBID= node133-1301733065-11551
PBS_JOBID= 12840936
Free space on /tmp= 72180 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S72668411-025-UNKNOWN.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3159641-1301734370/watcher-3159641-1301734370 -o /tmp/evaluation-result-3159641-1301734370/solver-3159641-1301734370 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3159641-1301734370.cnf 1012136165

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

MD5SUM BENCH= a7d53123c03c2abad4ab13635af690bf
RANDOM SEED=1012136165

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22575440 kB
Buffers:        344984 kB
Cached:        9716952 kB
SwapCached:          0 kB
Active:        7279072 kB
Inactive:      2848796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22575440 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2740 kB
Writeback:           0 kB
AnonPages:       66188 kB
Mapped:          15120 kB
Slab:           185164 kB
PageTables:       5100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   253480 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72172 MiB
End job on node133 at 2011-04-02 11:14:32