Trace number 3159661

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-v150-c12750-S1290198737-013-UNKNOWN.cnf
MD5SUM707c4bcddcda116edc4a57a77dc3ba68
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark56.5224
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
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 512750

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.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 0
0.00/0.01	c UnDirect to Direct Gate: 0
0.00/0.01	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.01	c Break Cycle : 0
0.00/0.01	c Total Root : 0 Undef Var: 150
0.00/0.01	c After covering, Total Root: 0 Leaf: 0
0.00/0.01	c Variable( cover/uncovered/unused ): 0 150 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.01	c Clauses( cover/uncovered ): 0 12750
0.00/0.01	c Total Clauses( cover/uncovered ): 0 12750 0%
0.00/0.01	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.01/0.04	c Uncover Clauses avg size: 7 max size: 7
0.01/0.04	c Final circuit: i/l/o/s     150       0   12750     56822
0.01/0.04	c cover rate 0
0.01/0.04	c rocky end  0.03 total 0.03
0.09/0.12	c covering time  0.09 total 0.12
1299.99/1300.00	c interrupt  1299.87 total 1299.99
1299.99/1300.00	c INTERRUPTED ... 
1299.99/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-3159661-1301734372/watcher-3159661-1301734372 -o /tmp/evaluation-result-3159661-1301734372/solver-3159661-1301734372 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3159661-1301734372.cnf 458167298 

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.07 3.95 2.99 2/177 9629
/proc/meminfo: memFree=22017408/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=29716 CPUtime=0 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 2050 0 0 0 0 0 0 0 25 0 1 0 285036801 30429184 1985 33554432000 4194304 4947581 140735101655504 18446744073709551615 210658973072 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9629/statm: 7429 1985 335 184 0 2304 0

[startup+0.017006 s]
/proc/loadavg: 4.07 3.95 2.99 2/177 9629
/proc/meminfo: memFree=22017408/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=31708 CPUtime=0.01 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 2477 0 0 0 1 0 0 0 18 0 1 0 285036801 32468992 2412 33554432000 4194304 4947581 140735101655504 18446744073709551615 4832006 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 7927 2412 384 184 0 2802 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 31708

[startup+0.101004 s]
/proc/loadavg: 4.07 3.95 2.99 2/177 9629
/proc/meminfo: memFree=22017408/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=47068 CPUtime=0.09 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 6307 0 0 0 9 0 0 0 18 0 1 0 285036801 48197632 6242 33554432000 4194304 4947581 140735101655504 18446744073709551615 4741429 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 11767 6242 409 184 0 6642 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47068

[startup+0.300954 s]
/proc/loadavg: 4.07 3.95 2.99 2/177 9629
/proc/meminfo: memFree=22017408/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=68712 CPUtime=0.29 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 9834 0 0 0 28 1 0 0 18 0 1 0 285036801 70361088 9743 33554432000 4194304 4947581 140735101655504 18446744073709551615 4398566 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 17178 9743 432 184 0 12053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68712

[startup+0.700891 s]
/proc/loadavg: 4.07 3.95 2.99 2/177 9629
/proc/meminfo: memFree=22017408/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=68712 CPUtime=0.69 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 9834 0 0 0 68 1 0 0 18 0 1 0 285036801 70361088 9743 33554432000 4194304 4947581 140735101655504 18446744073709551615 4399226 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 17178 9743 432 184 0 12053 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68712

[startup+1.50075 s]
/proc/loadavg: 4.06 3.95 3.00 5/188 9650
/proc/meminfo: memFree=21700432/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=111080 CPUtime=1.49 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 20478 0 0 0 147 2 0 0 20 0 1 0 285036801 113745920 20387 33554432000 4194304 4947581 140735101655504 18446744073709551615 4398600 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 27770 20387 436 184 0 22645 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111080

[startup+3.10049 s]
/proc/loadavg: 4.06 3.95 3.00 5/188 9650
/proc/meminfo: memFree=21510092/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=120424 CPUtime=3.08 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 22714 0 0 0 306 2 0 0 25 0 1 0 285036801 123314176 22623 33554432000 4194304 4947581 140735101655504 18446744073709551615 4399720 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 30106 22623 460 184 0 24981 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 120424

[startup+6.30095 s]
/proc/loadavg: 4.06 3.95 3.00 5/188 9650
/proc/meminfo: memFree=21458912/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=149036 CPUtime=6.29 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 24168 0 0 0 627 2 0 0 25 0 1 0 285036801 152612864 24077 33554432000 4194304 4947581 140735101655504 18446744073709551615 4398556 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 37259 24077 460 184 0 32134 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 149036

[startup+12.7009 s]
/proc/loadavg: 4.27 4.00 3.02 5/188 9650
/proc/meminfo: memFree=21336088/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=158940 CPUtime=12.69 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 26785 0 0 0 1266 3 0 0 25 0 1 0 285036801 162754560 26694 33554432000 4194304 4947581 140735101655504 18446744073709551615 4399976 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 39735 26694 469 184 0 34610 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 158940

[startup+25.5007 s]
/proc/loadavg: 4.23 4.00 3.03 5/188 9652
/proc/meminfo: memFree=21156684/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=200712 CPUtime=25.48 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 35744 0 0 0 2543 5 0 0 25 0 1 0 285036801 205529088 35653 33554432000 4194304 4947581 140735101655504 18446744073709551615 4399970 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 50178 35653 469 184 0 45053 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 200712

[startup+51.1004 s]
/proc/loadavg: 4.22 4.02 3.06 5/188 9652
/proc/meminfo: memFree=20924156/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=200712 CPUtime=51.06 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 38848 0 0 0 5100 6 0 0 25 0 1 0 285036801 205529088 38757 33554432000 4194304 4947581 140735101655504 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 50178 38757 469 184 0 45053 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 200712

[startup+102.307 s]
/proc/loadavg: 4.09 4.01 3.12 5/188 9654
/proc/meminfo: memFree=20779932/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=211812 CPUtime=102.27 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 42886 0 0 0 10220 7 0 0 25 0 1 0 285036801 216895488 42795 33554432000 4194304 4947581 140735101655504 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 52953 42795 469 184 0 47828 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 211812

[startup+162.301 s]
/proc/loadavg: 4.03 4.00 3.17 5/188 9654
/proc/meminfo: memFree=20658408/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=236084 CPUtime=162.26 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 48801 0 0 0 16217 9 0 0 25 0 1 0 285036801 241750016 48672 33554432000 4194304 4947581 140735101655504 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 59021 48672 469 184 0 53896 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 236084

[startup+222.3 s]
/proc/loadavg: 4.01 4.00 3.22 5/188 9656
/proc/meminfo: memFree=20524848/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=333284 CPUtime=222.27 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 56710 0 0 0 22216 11 0 0 25 0 1 0 285036801 341282816 53152 33554432000 4194304 4947581 140735101655504 18446744073709551615 4354586 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 83321 53152 469 184 0 78196 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 333284

[startup+282.3 s]
/proc/loadavg: 4.03 4.01 3.27 5/188 9658
/proc/meminfo: memFree=20466068/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=382444 CPUtime=282.27 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 58733 0 0 0 28215 12 0 0 25 0 1 0 285036801 391622656 55175 33554432000 4194304 4947581 140735101655504 18446744073709551615 4399793 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 95611 55175 469 184 0 90486 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 382444

[startup+342.301 s]
/proc/loadavg: 4.01 4.01 3.31 5/188 9660
/proc/meminfo: memFree=20372576/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=382444 CPUtime=342.26 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 61187 0 0 0 34214 12 0 0 25 0 1 0 285036801 391622656 57596 33554432000 4194304 4947581 140735101655504 18446744073709551615 4399921 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 95611 57596 491 184 0 90486 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 382444

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.35 5/188 9662
/proc/meminfo: memFree=20353352/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=382444 CPUtime=402.27 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 61759 0 0 0 40214 13 0 0 25 0 1 0 285036801 391622656 58168 33554432000 4194304 4947581 140735101655504 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 95611 58168 491 184 0 90486 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 382444

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.39 5/188 9662
/proc/meminfo: memFree=20316392/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=382444 CPUtime=462.26 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 62575 0 0 0 46213 13 0 0 25 0 1 0 285036801 391622656 58974 33554432000 4194304 4947581 140735101655504 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 95611 58974 481 184 0 90486 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 382444

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.42 5/188 9673
/proc/meminfo: memFree=20302204/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=382444 CPUtime=522.27 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 62939 0 0 0 52213 14 0 0 25 0 1 0 285036801 391622656 59338 33554432000 4194304 4947581 140735101655504 18446744073709551615 4400323 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 95611 59338 481 184 0 90486 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 382444

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.46 5/188 9675
/proc/meminfo: memFree=20287192/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=382444 CPUtime=582.27 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 63406 0 0 0 58213 14 0 0 25 0 1 0 285036801 391622656 59797 33554432000 4194304 4947581 140735101655504 18446744073709551615 4491870 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 95611 59797 481 184 0 90486 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 382444

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.49 5/188 9677
/proc/meminfo: memFree=20248616/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=382444 CPUtime=642.28 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 69298 0 0 0 64211 17 0 0 25 0 1 0 285036801 391622656 65689 33554432000 4194304 4947581 140735101655504 18446744073709551615 4400019 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 95611 65689 481 184 0 90486 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 382444

[startup+702.3 s]
/proc/loadavg: 4.04 4.01 3.52 5/188 9679
/proc/meminfo: memFree=20208556/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=382444 CPUtime=702.27 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 76122 0 0 0 70208 19 0 0 25 0 1 0 285036801 391622656 72513 33554432000 4194304 4947581 140735101655504 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 95611 72513 481 184 0 90486 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 382444

[startup+762.306 s]
/proc/loadavg: 4.01 4.01 3.55 5/188 9681
/proc/meminfo: memFree=20131908/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=382444 CPUtime=762.28 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 76724 0 0 0 76209 19 0 0 25 0 1 0 285036801 391622656 73115 33554432000 4194304 4947581 140735101655504 18446744073709551615 4399860 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 95611 73115 481 184 0 90486 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 382444

[startup+822.301 s]
/proc/loadavg: 4.05 4.02 3.58 5/188 9684
/proc/meminfo: memFree=20063432/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=382444 CPUtime=822.27 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 76735 0 0 0 82208 19 0 0 25 0 1 0 285036801 391622656 73126 33554432000 4194304 4947581 140735101655504 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 95611 73126 481 184 0 90486 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 382444

[startup+882.301 s]
/proc/loadavg: 4.12 4.04 3.61 5/188 9686
/proc/meminfo: memFree=19990520/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=382444 CPUtime=882.28 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 76869 0 0 0 88208 20 0 0 25 0 1 0 285036801 391622656 73260 33554432000 4194304 4947581 140735101655504 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 95611 73260 481 184 0 90486 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 382444

[startup+942.301 s]
/proc/loadavg: 4.04 4.03 3.64 5/188 9688
/proc/meminfo: memFree=19991016/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=382444 CPUtime=942.28 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 77638 0 0 0 94208 20 0 0 25 0 1 0 285036801 391622656 74029 33554432000 4194304 4947581 140735101655504 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 95611 74029 481 184 0 90486 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 382444

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 3.65 5/188 9690
/proc/meminfo: memFree=19908052/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=382444 CPUtime=1002.28 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 77646 0 0 0 100208 20 0 0 25 0 1 0 285036801 391622656 74037 33554432000 4194304 4947581 140735101655504 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 95611 74037 481 184 0 90486 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 382444

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 3.67 5/188 9690
/proc/meminfo: memFree=19835012/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=382444 CPUtime=1062.28 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 77654 0 0 0 106208 20 0 0 25 0 1 0 285036801 391622656 74045 33554432000 4194304 4947581 140735101655504 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 95611 74045 481 184 0 90486 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 382444

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 3.69 5/188 9692
/proc/meminfo: memFree=19737640/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=382444 CPUtime=1122.28 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 81798 0 0 0 112208 20 0 0 25 0 1 0 285036801 391622656 78189 33554432000 4194304 4947581 140735101655504 18446744073709551615 4399793 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 95611 78189 481 184 0 90486 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 382444

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.71 5/188 9694
/proc/meminfo: memFree=19718284/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=440348 CPUtime=1182.28 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 83653 0 0 0 118207 21 0 0 25 0 1 0 285036801 450916352 80044 33554432000 4194304 4947581 140735101655504 18446744073709551615 4399783 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 110087 80044 481 184 0 104962 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 440348

[startup+1242.3 s]
/proc/loadavg: 4.07 4.02 3.73 5/188 9696
/proc/meminfo: memFree=19684792/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=499208 CPUtime=1242.28 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 83850 0 0 0 124207 21 0 0 25 0 1 0 285036801 511188992 80241 33554432000 4194304 4947581 140735101655504 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 124802 80241 481 184 0 119677 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 499208



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.01 3.74 4/186 9699
/proc/meminfo: memFree=20138764/32951132 swapFree=67111528/67111528
[pid=9629] ppid=9627 vsize=499208 CPUtime=1299.99 cores=1,3
/proc/9629/stat : 9629 (synit_sat) R 9627 9629 9443 0 -1 4202496 83956 0 0 0 129977 22 0 0 25 0 1 0 285036801 511188992 80347 33554432000 4194304 4947581 140735101655504 18446744073709551615 4399961 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9629/statm: 124802 80347 481 184 0 119677 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 499208

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.78
CPU system time (s): 0.232964
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 499208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.78
system time used= 0.232964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83961
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 1930

runsolver used 2.13667 second user time and 4.96924 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-02 10:52:52
IDJOB=3159661
IDBENCH=82684
IDSOLVER=1571
FILE ID=node129/3159661-1301734372
RUNJOBID= node129-1301733065-9463
PBS_JOBID= 12840940
Free space on /tmp= 72148 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S1290198737-013-UNKNOWN.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3159661-1301734372/watcher-3159661-1301734372 -o /tmp/evaluation-result-3159661-1301734372/solver-3159661-1301734372 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3159661-1301734372.cnf 458167298

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

MD5SUM BENCH= 707c4bcddcda116edc4a57a77dc3ba68
RANDOM SEED=458167298

node129.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.831
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.831
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.83
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.831
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.75
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.831
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.82
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.831
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.831
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.831
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.831
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:     32951132 kB
MemFree:      22017564 kB
Buffers:        341768 kB
Cached:       10210264 kB
SwapCached:          0 kB
Active:        7147932 kB
Inactive:      3537684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      22017564 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5940 kB
Writeback:           0 kB
AnonPages:      133152 kB
Mapped:          16072 kB
Slab:           185736 kB
PageTables:       5272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   289816 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72136 MiB
End job on node129 at 2011-04-02 11:14:34