Trace number 3159567

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) 1299.77 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v10000-c42000-S903594090-011-UNKNOWN.cnf
MD5SUM7d95438154723bef0aaca7f7f26ea8e2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.34849
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c start  0 total 0
0.00/0.04	c Find Units :          0
0.00/0.04	c Find Invs  :          0
0.00/0.04	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.04	c Find Xors  :          0 AvgFaninNum: nan
0.04/0.05	c Find Ite   :          0
0.04/0.06	c UnDirect variable: 0
0.04/0.06	c UnDirect to Direct Gate: 0
0.04/0.06	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.04/0.06	c Break Cycle : 0
0.04/0.06	c Total Root : 0 Undef Var: 10000
0.04/0.06	c After covering, Total Root: 0 Leaf: 0
0.04/0.06	c Variable( cover/uncovered/unused ): 0 10000 0
0.04/0.06	c Unit Clauses: 0
0.04/0.06	c Binary Clauses( cover/uncovered ): 0 0
0.04/0.06	c Clauses( cover/uncovered ): 0 42000
0.04/0.06	c Total Clauses( cover/uncovered ): 0 42000 0%
0.04/0.06	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.09/0.10	c Uncover Clauses avg size: 3 max size: 3
0.09/0.10	c Final circuit: i/l/o/s   10000       0   42000     83993
0.09/0.10	c cover rate 0
0.09/0.10	c rocky end  0.09 total 0.09
0.09/0.18	c covering time  0.09 total 0.18
1299.74/1300.00	c interrupt  1299.56 total 1299.74
1299.74/1300.00	c INTERRUPTED ... 
1299.74/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-3159567-1301733069/watcher-3159567-1301733069 -o /tmp/evaluation-result-3159567-1301733069/solver-3159567-1301733069 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3159567-1301733069.cnf 902863514 

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.00 0.00 0.00 5/184 9497
/proc/meminfo: memFree=22003944/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=30684 CPUtime=0 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 2235 0 0 0 0 0 0 0 22 0 1 0 284906564 31420416 2170 33554432000 4194304 4947581 140736513287296 18446744073709551615 210647146240 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 7671 2181 365 184 0 2546 0

[startup+0.0501179 s]
/proc/loadavg: 0.00 0.00 0.00 5/184 9497
/proc/meminfo: memFree=22003944/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=39896 CPUtime=0.04 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 4679 0 0 0 4 0 0 0 22 0 1 0 284906564 40853504 4614 33554432000 4194304 4947581 140736513287296 18446744073709551615 4792084 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 9974 4614 380 184 0 4849 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 39896

[startup+0.101149 s]
/proc/loadavg: 0.00 0.00 0.00 5/184 9497
/proc/meminfo: memFree=22003944/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=45528 CPUtime=0.09 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 6048 0 0 0 9 0 0 0 18 0 1 0 284906564 46620672 5983 33554432000 4194304 4947581 140736513287296 18446744073709551615 4762243 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 11382 5983 384 184 0 6257 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45528

[startup+0.301144 s]
/proc/loadavg: 0.00 0.00 0.00 5/184 9497
/proc/meminfo: memFree=22003944/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=93424 CPUtime=0.29 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 16003 0 0 0 27 2 0 0 18 0 1 0 284906564 95666176 15835 33554432000 4194304 4947581 140736513287296 18446744073709551615 4515664 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 23356 15835 444 184 0 18231 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 93424

[startup+0.701073 s]
/proc/loadavg: 0.00 0.00 0.00 5/184 9497
/proc/meminfo: memFree=22003944/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=93424 CPUtime=0.69 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 16420 0 0 0 67 2 0 0 18 0 1 0 284906564 95666176 16252 33554432000 4194304 4947581 140736513287296 18446744073709551615 4399380 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 23356 16252 455 184 0 18231 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 93424

[startup+1.50094 s]
/proc/loadavg: 0.00 0.00 0.00 5/188 9504
/proc/meminfo: memFree=21666756/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=103608 CPUtime=1.49 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 17273 0 0 0 147 2 0 0 19 0 1 0 284906564 106094592 17105 33554432000 4194304 4947581 140736513287296 18446744073709551615 4398646 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 25902 17105 455 184 0 20777 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103608

[startup+3.10064 s]
/proc/loadavg: 0.00 0.00 0.00 5/188 9504
/proc/meminfo: memFree=21619676/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=114008 CPUtime=3.09 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 19221 0 0 0 306 3 0 0 25 0 1 0 284906564 116744192 19053 33554432000 4194304 4947581 140736513287296 18446744073709551615 4399475 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 28502 19053 455 184 0 23377 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 114008

[startup+6.3011 s]
/proc/loadavg: 0.32 0.07 0.02 6/188 9504
/proc/meminfo: memFree=21560224/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=137328 CPUtime=6.29 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 25847 0 0 0 625 4 0 0 25 0 1 0 284906564 140623872 25679 33554432000 4194304 4947581 140736513287296 18446744073709551615 4400176 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 34332 25679 465 184 0 29207 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 137328

[startup+12.701 s]
/proc/loadavg: 0.61 0.13 0.04 5/188 9504
/proc/meminfo: memFree=21475032/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=160660 CPUtime=12.68 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 34320 0 0 0 1263 5 0 0 25 0 1 0 284906564 164515840 34152 33554432000 4194304 4947581 140736513287296 18446744073709551615 4547329 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 40165 34152 465 184 0 35040 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 160660

[startup+25.5009 s]
/proc/loadavg: 1.36 0.32 0.11 5/188 9504
/proc/meminfo: memFree=21269008/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=245800 CPUtime=25.47 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 43834 0 0 0 2541 6 0 0 25 0 1 0 284906564 251699200 43666 33554432000 4194304 4947581 140736513287296 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 61450 43666 465 184 0 56325 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 245800

[startup+51.1005 s]
/proc/loadavg: 2.26 0.62 0.21 5/188 9506
/proc/meminfo: memFree=21096492/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=288884 CPUtime=51.07 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 49533 0 0 0 5100 7 0 0 25 0 1 0 284906564 295817216 49365 33554432000 4194304 4947581 140736513287296 18446744073709551615 4400176 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 72221 49365 465 184 0 67096 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 288884

[startup+102.307 s]
/proc/loadavg: 3.24 1.14 0.40 5/188 9506
/proc/meminfo: memFree=20945948/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=288884 CPUtime=102.27 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 55536 0 0 0 10218 9 0 0 25 0 1 0 284906564 295817216 54877 33554432000 4194304 4947581 140736513287296 18446744073709551615 4350478 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 72221 54877 465 184 0 67096 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 288884

[startup+162.301 s]
/proc/loadavg: 3.76 1.67 0.63 5/188 9508
/proc/meminfo: memFree=20792424/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=472380 CPUtime=162.26 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 72486 0 0 0 16213 13 0 0 25 0 1 0 284906564 483717120 71827 33554432000 4194304 4947581 140736513287296 18446744073709551615 4353899 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 118095 71827 465 184 0 112970 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 472380

[startup+222.301 s]
/proc/loadavg: 4.01 2.12 0.85 5/188 9510
/proc/meminfo: memFree=20651544/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=472380 CPUtime=222.24 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 73610 0 0 0 22208 16 0 0 25 0 1 0 284906564 483717120 72951 33554432000 4194304 4947581 140736513287296 18446744073709551615 4399368 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 118095 72951 465 184 0 112970 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 472380

[startup+282.3 s]
/proc/loadavg: 4.00 2.46 1.04 5/188 9512
/proc/meminfo: memFree=20627100/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=472380 CPUtime=282.23 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 77349 0 0 0 28205 18 0 0 25 0 1 0 284906564 483717120 76690 33554432000 4194304 4947581 140736513287296 18446744073709551615 4399580 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 118095 76690 465 184 0 112970 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 472380

[startup+342.3 s]
/proc/loadavg: 4.00 2.74 1.23 5/188 9514
/proc/meminfo: memFree=20587656/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=472380 CPUtime=342.22 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 81242 0 0 0 34203 19 0 0 25 0 1 0 284906564 483717120 80583 33554432000 4194304 4947581 140736513287296 18446744073709551615 4357776 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 118095 80583 465 184 0 112970 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 472380

[startup+402.301 s]
/proc/loadavg: 4.00 2.96 1.40 5/188 9514
/proc/meminfo: memFree=20567676/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=472380 CPUtime=402.2 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 82017 0 0 0 40200 20 0 0 25 0 1 0 284906564 483717120 81358 33554432000 4194304 4947581 140736513287296 18446744073709551615 4399136 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 118095 81358 465 184 0 112970 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 472380

[startup+462.301 s]
/proc/loadavg: 4.00 3.15 1.56 5/188 9516
/proc/meminfo: memFree=20471560/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=472380 CPUtime=462.2 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 82585 0 0 0 46198 22 0 0 25 0 1 0 284906564 483717120 81926 33554432000 4194304 4947581 140736513287296 18446744073709551615 4401259 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 118095 81926 465 184 0 112970 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 472380

[startup+522.301 s]
/proc/loadavg: 4.00 3.30 1.71 5/188 9518
/proc/meminfo: memFree=20444880/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=472380 CPUtime=522.18 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 83160 0 0 0 52195 23 0 0 25 0 1 0 284906564 483717120 82501 33554432000 4194304 4947581 140736513287296 18446744073709551615 4398556 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 118095 82501 465 184 0 112970 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 472380

[startup+582.301 s]
/proc/loadavg: 4.00 3.43 1.85 5/188 9520
/proc/meminfo: memFree=20440652/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=472380 CPUtime=582.18 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 83734 0 0 0 58194 24 0 0 25 0 1 0 284906564 483717120 83075 33554432000 4194304 4947581 140736513287296 18446744073709551615 4401204 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 118095 83075 465 184 0 112970 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 472380

[startup+642.301 s]
/proc/loadavg: 4.04 3.54 1.98 5/188 9522
/proc/meminfo: memFree=20421800/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=472380 CPUtime=642.18 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 84204 0 0 0 64192 26 0 0 25 0 1 0 284906564 483717120 83545 33554432000 4194304 4947581 140736513287296 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 118095 83545 465 184 0 112970 0
Current children cumulated CPU time (s) 642.18
Current children cumulated vsize (KiB) 472380

[startup+702.3 s]
/proc/loadavg: 4.01 3.62 2.11 5/188 9522
/proc/meminfo: memFree=20405548/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=472380 CPUtime=702.14 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 84537 0 0 0 70186 28 0 0 25 0 1 0 284906564 483717120 83878 33554432000 4194304 4947581 140736513287296 18446744073709551615 4398560 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 118095 83878 465 184 0 112970 0
Current children cumulated CPU time (s) 702.14
Current children cumulated vsize (KiB) 472380

[startup+762.306 s]
/proc/loadavg: 4.00 3.69 2.22 5/188 9524
/proc/meminfo: memFree=20365860/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=472508 CPUtime=762.14 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 86473 0 0 0 76184 30 0 0 25 0 1 0 284906564 483848192 85814 33554432000 4194304 4947581 140736513287296 18446744073709551615 4400008 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 118127 85814 465 184 0 113002 0
Current children cumulated CPU time (s) 762.14
Current children cumulated vsize (KiB) 472508

[startup+822.301 s]
/proc/loadavg: 4.00 3.74 2.33 5/188 9526
/proc/meminfo: memFree=20314888/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=472508 CPUtime=822.13 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 86825 0 0 0 82182 31 0 0 25 0 1 0 284906564 483848192 86166 33554432000 4194304 4947581 140736513287296 18446744073709551615 4400046 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 118127 86166 465 184 0 113002 0
Current children cumulated CPU time (s) 822.13
Current children cumulated vsize (KiB) 472508

[startup+882.301 s]
/proc/loadavg: 4.00 3.79 2.43 5/188 9528
/proc/meminfo: memFree=20225712/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=472636 CPUtime=882.11 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 106524 0 0 0 88177 34 0 0 25 0 1 0 284906564 483979264 105865 33554432000 4194304 4947581 140736513287296 18446744073709551615 4547511 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 118159 105865 465 184 0 113034 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 472636

[startup+942.301 s]
/proc/loadavg: 4.00 3.82 2.53 5/188 9530
/proc/meminfo: memFree=20166680/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=539204 CPUtime=942.11 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 120205 0 0 0 94172 39 0 0 25 0 1 0 284906564 552144896 119546 33554432000 4194304 4947581 140736513287296 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 134801 119546 465 184 0 129676 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 539204

[startup+1002.3 s]
/proc/loadavg: 4.00 3.85 2.62 5/188 9530
/proc/meminfo: memFree=20163444/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=539204 CPUtime=1002.09 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 120205 0 0 0 100169 40 0 0 25 0 1 0 284906564 552144896 119546 33554432000 4194304 4947581 140736513287296 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 134801 119546 465 184 0 129676 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 539204

[startup+1062.3 s]
/proc/loadavg: 4.00 3.88 2.70 5/188 9532
/proc/meminfo: memFree=20026408/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=539204 CPUtime=1062.08 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 125203 0 0 0 106166 42 0 0 25 0 1 0 284906564 552144896 124541 33554432000 4194304 4947581 140736513287296 18446744073709551615 4547506 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 134801 124541 465 184 0 129676 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 539204

[startup+1122.3 s]
/proc/loadavg: 4.00 3.90 2.78 5/188 9534
/proc/meminfo: memFree=19908840/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=648456 CPUtime=1122.06 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 144268 0 0 0 112155 51 0 0 25 0 1 0 284906564 664018944 143518 33554432000 4194304 4947581 140736513287296 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 162114 143518 465 184 0 156989 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 648456

[startup+1182.3 s]
/proc/loadavg: 4.00 3.91 2.85 5/188 9536
/proc/meminfo: memFree=19884276/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=703112 CPUtime=1182.05 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 149591 0 0 0 118151 54 0 0 25 0 1 0 284906564 719986688 148841 33554432000 4194304 4947581 140736513287296 18446744073709551615 4346185 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 175778 148841 465 184 0 170653 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 703112

[startup+1242.3 s]
/proc/loadavg: 4.00 3.92 2.92 5/188 9538
/proc/meminfo: memFree=19877700/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=703112 CPUtime=1242.05 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 150052 0 0 0 124150 55 0 0 25 0 1 0 284906564 719986688 149213 33554432000 4194304 4947581 140736513287296 18446744073709551615 4398556 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 175778 149213 465 184 0 170653 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 703112



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 3.95 2.99 3/185 9540
/proc/meminfo: memFree=20737400/32951132 swapFree=67111528/67111528
[pid=9497] ppid=9495 vsize=703112 CPUtime=1299.74 cores=4,6
/proc/9497/stat : 9497 (synit_sat) R 9495 9497 9443 0 -1 4202496 150101 0 0 0 129918 56 0 0 25 0 1 0 284906564 719986688 149262 33554432000 4194304 4947581 140736513287296 18446744073709551615 4401323 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9497/statm: 175778 149262 465 184 0 170653 0
Current children cumulated CPU time (s) 1299.74
Current children cumulated vsize (KiB) 703112

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): 1299.77
CPU user time (s): 1299.18
CPU system time (s): 0.58891
CPU usage (%): 99.9803
Max. virtual memory (cumulated for all children) (KiB): 703112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.18
system time used= 0.58891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150106
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= 1804

runsolver used 2.23766 second user time and 4.86626 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-02 10:31:09
IDJOB=3159567
IDBENCH=82590
IDSOLVER=1571
FILE ID=node129/3159567-1301733069
RUNJOBID= node129-1301733065-9462
PBS_JOBID= 12840940
Free space on /tmp= 72144 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v10000-c42000-S903594090-011-UNKNOWN.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3159567-1301733069/watcher-3159567-1301733069 -o /tmp/evaluation-result-3159567-1301733069/solver-3159567-1301733069 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3159567-1301733069.cnf 902863514

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

MD5SUM BENCH= 7d95438154723bef0aaca7f7f26ea8e2
RANDOM SEED=902863514

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:      22004968 kB
Buffers:        341608 kB
Cached:       10214080 kB
SwapCached:          0 kB
Active:        7159684 kB
Inactive:      3538848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      22004968 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10216 kB
Writeback:           4 kB
AnonPages:      142424 kB
Mapped:          16196 kB
Slab:           185876 kB
PageTables:       5080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   321876 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= 72140 MiB
End job on node129 at 2011-04-02 10:52:51