Trace number 3251143

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q505.75-n35-p15-s48276711.cnf
MD5SUM1bac7b96ea6eb843b1de7405a721cd87
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.861868
Satisfiable
(Un)Satisfiability was proved
Number of variables1244
Number of clauses150604
Sum of the clauses size302382
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2150569
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

Solver Data

0.00/0.01	c start  0 total 0
0.00/0.04	c Find Units :          0
0.00/0.05	c Find Invs  :          0
0.00/0.05	c Find Ands  :       1244 AvgFaninNum: 34.6125
0.00/0.05	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.05	c Find Ite   :          0
0.00/0.05	c UnDirect variable: 0
0.00/0.05	c UnDirect to Direct Gate: 0
0.00/0.05	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.05	c Break Cycle : 1209
0.00/0.05	c Total Root : 0 Undef Var: 1209
0.00/0.05	c After covering, Total Root: 35 Leaf: 1209
0.00/0.05	c Variable( cover/uncovered/unused ): 1244 0 0
0.00/0.05	c Unit Clauses: 0
0.00/0.05	c Binary Clauses( cover/uncovered ): 1209 149360
0.00/0.05	c Clauses( cover/uncovered ): 35 0
0.00/0.05	c Total Clauses( cover/uncovered ): 1244 149360 0.826007%
0.00/0.05	c Covered Ands: 35 Invs: 0 Xors: 0 Ites: 0
0.08/0.11	c Uncover Clauses avg size: 2 max size: 2
0.08/0.12	c Final circuit: i/l/o/s    1209       0  149360    150534
0.08/0.12	c cover rate 0.826007
0.08/0.12	c rocky end  0.1 total 0.1
0.19/0.25	c covering time  0.14 total 0.24
1300.04/1300.00	c interrupt  1299.8 total 1300.04
1300.04/1300.00	c INTERRUPTED ... 
1300.04/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: 935)

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

running on 2 cores: 4,6

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: 0.98 1.32 2.45 5/183 19577
/proc/meminfo: memFree=13085116/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=23624 CPUtime=0 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4194304 245 0 0 0 0 0 0 0 22 0 1 0 548728636 24190976 195 33554432000 4194304 4947581 140735234438512 18446744073709551615 231890528145 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19577/statm: 5906 195 161 184 0 768 0

[startup+0.098762 s]
/proc/loadavg: 0.98 1.32 2.45 5/183 19577
/proc/meminfo: memFree=13085116/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=46044 CPUtime=0.08 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 5560 0 0 0 8 0 0 0 22 0 1 0 548728636 47149056 5494 33554432000 4194304 4947581 140735234438512 18446744073709551615 4774118 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 11511 5494 384 184 0 6386 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 46044

[startup+0.100758 s]
/proc/loadavg: 0.98 1.32 2.45 5/183 19577
/proc/meminfo: memFree=13085116/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=46044 CPUtime=0.08 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 5560 0 0 0 8 0 0 0 22 0 1 0 548728636 47149056 5494 33554432000 4194304 4947581 140735234438512 18446744073709551615 4832861 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 11511 5494 384 184 0 6386 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 46044

[startup+0.300724 s]
/proc/loadavg: 0.98 1.32 2.45 5/183 19577
/proc/meminfo: memFree=13085116/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=119180 CPUtime=0.29 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 22992 0 0 0 27 2 0 0 23 0 1 0 548728636 122040320 22926 33554432000 4194304 4947581 140735234438512 18446744073709551615 231895187824 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 29795 22949 420 184 0 24670 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 119180

[startup+0.700648 s]
/proc/loadavg: 0.98 1.32 2.45 5/183 19577
/proc/meminfo: memFree=13085116/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=148616 CPUtime=0.69 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 28831 0 0 0 66 3 0 0 25 0 1 0 548728636 152182784 28765 33554432000 4194304 4947581 140735234438512 18446744073709551615 4398688 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 37154 28765 457 184 0 32029 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 148616

[startup+1.5005 s]
/proc/loadavg: 0.98 1.32 2.45 5/190 19591
/proc/meminfo: memFree=12632832/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=167944 CPUtime=1.49 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 30076 0 0 0 146 3 0 0 25 0 1 0 548728636 171974656 30010 33554432000 4194304 4947581 140735234438512 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 41986 30010 457 184 0 36861 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 167944

[startup+3.10121 s]
/proc/loadavg: 0.98 1.32 2.45 5/190 19591
/proc/meminfo: memFree=12555832/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=188360 CPUtime=3.08 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 32506 0 0 0 305 3 0 0 25 0 1 0 548728636 192880640 32440 33554432000 4194304 4947581 140735234438512 18446744073709551615 4517564 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 47090 32440 466 184 0 41965 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 188360

[startup+6.30059 s]
/proc/loadavg: 1.22 1.36 2.46 5/190 19591
/proc/meminfo: memFree=12505112/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=188360 CPUtime=6.29 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 34776 0 0 0 625 4 0 0 25 0 1 0 548728636 192880640 34710 33554432000 4194304 4947581 140735234438512 18446744073709551615 4517564 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 47090 34710 467 184 0 41965 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 188360

[startup+12.7004 s]
/proc/loadavg: 1.45 1.41 2.47 5/190 19591
/proc/meminfo: memFree=12464744/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=198912 CPUtime=12.69 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 37855 0 0 0 1265 4 0 0 25 0 1 0 548728636 203685888 37789 33554432000 4194304 4947581 140735234438512 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 49728 37789 467 184 0 44603 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 198912

[startup+25.501 s]
/proc/loadavg: 2.01 1.53 2.49 5/190 19591
/proc/meminfo: memFree=12406624/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=209904 CPUtime=25.48 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 40524 0 0 0 2544 4 0 0 25 0 1 0 548728636 214941696 40458 33554432000 4194304 4947581 140735234438512 18446744073709551615 4399996 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 52476 40458 467 184 0 47351 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 209904

[startup+51.1012 s]
/proc/loadavg: 2.69 1.73 2.53 5/190 19619
/proc/meminfo: memFree=12272768/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=222412 CPUtime=51.08 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 46894 0 0 0 5103 5 0 0 25 0 1 0 548728636 227749888 46828 33554432000 4194304 4947581 140735234438512 18446744073709551615 4515868 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 55603 46828 467 184 0 50478 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 222412

[startup+102.307 s]
/proc/loadavg: 3.43 2.08 2.61 5/190 19620
/proc/meminfo: memFree=12149592/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=248456 CPUtime=102.29 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 51513 0 0 0 10223 6 0 0 25 0 1 0 548728636 254418944 51447 33554432000 4194304 4947581 140735234438512 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 62114 51447 469 184 0 56989 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 248456

[startup+162.3 s]
/proc/loadavg: 3.79 2.43 2.69 5/190 19622
/proc/meminfo: memFree=11987116/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=437712 CPUtime=162.29 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 71368 0 0 0 16220 9 0 0 25 0 1 0 548728636 448217088 69949 33554432000 4194304 4947581 140735234438512 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 109428 69949 467 184 0 104303 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 437712

[startup+222.301 s]
/proc/loadavg: 3.92 2.71 2.77 5/190 19623
/proc/meminfo: memFree=11857004/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=437712 CPUtime=222.3 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 78327 0 0 0 22219 11 0 0 25 0 1 0 548728636 448217088 76908 33554432000 4194304 4947581 140735234438512 18446744073709551615 4350467 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 109428 76908 467 184 0 104303 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 437712

[startup+282.301 s]
/proc/loadavg: 3.97 2.94 2.84 6/191 19626
/proc/meminfo: memFree=11720060/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=572428 CPUtime=282.29 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 90799 0 0 0 28216 13 0 0 25 0 1 0 548728636 586166272 89380 33554432000 4194304 4947581 140735234438512 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 143107 89380 467 184 0 137982 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 572428

[startup+342.301 s]
/proc/loadavg: 4.13 3.18 2.93 5/190 19663
/proc/meminfo: memFree=11529912/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=572428 CPUtime=342.3 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 93215 0 0 0 34216 14 0 0 25 0 1 0 548728636 586166272 91796 33554432000 4194304 4947581 140735234438512 18446744073709551615 4399777 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 143107 91796 467 184 0 137982 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 572428

[startup+402.3 s]
/proc/loadavg: 4.05 3.32 2.99 5/190 19664
/proc/meminfo: memFree=11332988/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=572428 CPUtime=402.3 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 93612 0 0 0 40216 14 0 0 25 0 1 0 548728636 586166272 92193 33554432000 4194304 4947581 140735234438512 18446744073709551615 4399961 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 143107 92193 467 184 0 137982 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 572428

[startup+462.301 s]
/proc/loadavg: 4.02 3.44 3.05 5/190 19666
/proc/meminfo: memFree=11275780/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=572428 CPUtime=462.3 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 94983 0 0 0 46216 14 0 0 25 0 1 0 548728636 586166272 93564 33554432000 4194304 4947581 140735234438512 18446744073709551615 4398688 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 143107 93564 467 184 0 137982 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 572428

[startup+522.301 s]
/proc/loadavg: 4.00 3.54 3.11 5/190 19667
/proc/meminfo: memFree=11171572/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=572428 CPUtime=522.3 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 95055 0 0 0 52216 14 0 0 25 0 1 0 548728636 586166272 93636 33554432000 4194304 4947581 140735234438512 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 143107 93636 467 184 0 137982 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 572428

[startup+582.3 s]
/proc/loadavg: 4.00 3.62 3.16 5/190 19669
/proc/meminfo: memFree=11009572/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=572428 CPUtime=582.31 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 97941 0 0 0 58216 15 0 0 25 0 1 0 548728636 586166272 96522 33554432000 4194304 4947581 140735234438512 18446744073709551615 4400416 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 143107 96522 467 184 0 137982 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 572428

[startup+642.301 s]
/proc/loadavg: 4.00 3.69 3.21 5/190 19671
/proc/meminfo: memFree=10952984/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=652592 CPUtime=642.31 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 108397 0 0 0 64214 17 0 0 25 0 1 0 548728636 668254208 106978 33554432000 4194304 4947581 140735234438512 18446744073709551615 4399950 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 163148 106978 467 184 0 158023 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 652592

[startup+702.301 s]
/proc/loadavg: 4.00 3.74 3.26 5/190 19672
/proc/meminfo: memFree=10929004/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=652592 CPUtime=702.31 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 113574 0 0 0 70213 18 0 0 25 0 1 0 548728636 668254208 112131 33554432000 4194304 4947581 140735234438512 18446744073709551615 4399963 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 163148 112131 467 184 0 158023 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 652592

[startup+762.307 s]
/proc/loadavg: 4.07 3.80 3.31 5/190 19674
/proc/meminfo: memFree=10908132/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=652592 CPUtime=762.31 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 113617 0 0 0 76213 18 0 0 25 0 1 0 548728636 668254208 112118 33554432000 4194304 4947581 140735234438512 18446744073709551615 4400063 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 163148 112118 467 184 0 158023 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 652592

[startup+822.3 s]
/proc/loadavg: 4.10 3.85 3.35 5/190 19675
/proc/meminfo: memFree=10868920/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=652592 CPUtime=822.32 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 113767 0 0 0 82213 19 0 0 25 0 1 0 548728636 668254208 112227 33554432000 4194304 4947581 140735234438512 18446744073709551615 231895187100 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 163148 112227 467 184 0 158023 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 652592

[startup+882.301 s]
/proc/loadavg: 4.04 3.88 3.39 5/190 19677
/proc/meminfo: memFree=10776864/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=652592 CPUtime=882.32 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 114045 0 0 0 88213 19 0 0 25 0 1 0 548728636 668254208 112374 33554432000 4194304 4947581 140735234438512 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 163148 112374 467 184 0 158023 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 652592

[startup+942.301 s]
/proc/loadavg: 4.01 3.90 3.43 5/190 19679
/proc/meminfo: memFree=10719404/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=652592 CPUtime=942.32 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 115045 0 0 0 94213 19 0 0 25 0 1 0 548728636 668254208 113374 33554432000 4194304 4947581 140735234438512 18446744073709551615 4491956 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 163148 113374 467 184 0 158023 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 652592

[startup+1002.3 s]
/proc/loadavg: 4.00 3.91 3.46 5/190 19680
/proc/meminfo: memFree=10731260/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=652592 CPUtime=1002.32 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 116648 0 0 0 100213 19 0 0 25 0 1 0 548728636 668254208 110008 33554432000 4194304 4947581 140735234438512 18446744073709551615 4399824 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 163148 110008 467 184 0 158023 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 652592

[startup+1062.3 s]
/proc/loadavg: 4.07 3.94 3.49 5/190 19682
/proc/meminfo: memFree=10704800/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=652592 CPUtime=1062.32 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 116648 0 0 0 106213 19 0 0 25 0 1 0 548728636 668254208 110008 33554432000 4194304 4947581 140735234438512 18446744073709551615 4399891 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 163148 110008 467 184 0 158023 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 652592

[startup+1122.3 s]
/proc/loadavg: 4.09 3.96 3.53 5/190 19683
/proc/meminfo: memFree=10638048/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=652592 CPUtime=1122.33 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 126304 0 0 0 112212 21 0 0 25 0 1 0 548728636 668254208 119664 33554432000 4194304 4947581 140735234438512 18446744073709551615 4515848 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 163148 119664 467 184 0 158023 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 652592

[startup+1182.3 s]
/proc/loadavg: 4.03 3.97 3.56 5/190 19685
/proc/meminfo: memFree=10568936/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=652592 CPUtime=1182.32 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 127182 0 0 0 118211 21 0 0 25 0 1 0 548728636 668254208 120542 33554432000 4194304 4947581 140735234438512 18446744073709551615 4343405 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 163148 120542 467 184 0 158023 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 652592

[startup+1242.3 s]
/proc/loadavg: 4.01 3.97 3.58 5/190 19687
/proc/meminfo: memFree=10546812/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=745736 CPUtime=1242.33 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 131748 0 0 0 124210 23 0 0 25 0 1 0 548728636 763633664 125108 33554432000 4194304 4947581 140735234438512 18446744073709551615 4399806 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 186434 125108 467 184 0 181309 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 745736



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.99 3.61 5/190 19688
/proc/meminfo: memFree=10540944/32950928 swapFree=67111528/67111528
[pid=19577] ppid=19575 vsize=745736 CPUtime=1300.04 cores=4,6
/proc/19577/stat : 19577 (synit_sat) R 19575 19577 18780 0 -1 4202496 132442 0 0 0 129981 23 0 0 25 0 1 0 548728636 763633664 125802 33554432000 4194304 4947581 140735234438512 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19577/statm: 186434 125802 467 184 0 181309 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 745736

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1299.81
CPU system time (s): 0.25896
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 745736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.81
system time used= 0.25896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132447
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= 8
involuntary context switches= 15120

runsolver used 2.32365 second user time and 4.78127 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-23 20:56:20
IDJOB=3251143
IDBENCH=88212
IDSOLVER=1571
FILE ID=node114/3251143-1303584979
RUNJOBID= node114-1303584979-19548
PBS_JOBID= 13150339
Free space on /tmp= 71256 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q505.75-n35-p15-s48276711.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251143-1303584979/watcher-3251143-1303584979 -o /tmp/evaluation-result-3251143-1303584979/solver-3251143-1303584979 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3251143-1303584979.cnf 539868769

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

MD5SUM BENCH= 1bac7b96ea6eb843b1de7405a721cd87
RANDOM SEED=539868769

node114.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.848
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.69
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.848
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.15
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.848
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.74
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.848
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.73
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.848
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.75
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.848
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.75
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.848
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.848
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:     32950928 kB
MemFree:      13086256 kB
Buffers:       2303488 kB
Cached:       16894320 kB
SwapCached:          0 kB
Active:        9885312 kB
Inactive:      9393136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13086256 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9740 kB
Writeback:           0 kB
AnonPages:       78948 kB
Mapped:          15268 kB
Slab:           523100 kB
PageTables:       5120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   232328 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= 71240 MiB
End job on node114 at 2011-04-23 21:18:02