Trace number 3159483

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

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S93401285-051-UNKNOWN.cnf
MD5SUMdc0028248c86c8aff67bef1f8d7ffb16
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.2752
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.01	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.02	c Total Root : 0 Undef Var: 150
0.00/0.02	c After covering, Total Root: 0 Leaf: 0
0.00/0.02	c Variable( cover/uncovered/unused ): 0 150 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.02	c Clauses( cover/uncovered ): 0 12750
0.00/0.02	c Total Clauses( cover/uncovered ): 0 12750 0%
0.00/0.02	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     56883
0.01/0.04	c cover rate 0
0.01/0.04	c rocky end  0.03 total 0.03
0.08/0.13	c covering time  0.09 total 0.12
1300.05/1300.00	c interrupt  1299.93 total 1300.05
1300.05/1300.00	c INTERRUPTED ... 
1300.05/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-3159483-1301733061/watcher-3159483-1301733061 -o /tmp/evaluation-result-3159483-1301733061/solver-3159483-1301733061 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3159483-1301733061.cnf 1950849144 

running on 2 cores: 5,7

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 4/184 32273
/proc/meminfo: memFree=22017588/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=23624 CPUtime=0 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4194304 245 0 0 0 0 0 0 0 21 0 1 0 284902815 24190976 196 33554432000 4194304 4947581 140734924834192 18446744073709551615 254495729128 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32273/statm: 5906 196 162 184 0 768 0

[startup+0.0270621 s]
/proc/loadavg: 0.00 0.00 0.00 4/184 32273
/proc/meminfo: memFree=22017588/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=32732 CPUtime=0.01 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 2869 0 0 0 1 0 0 0 21 0 1 0 284902815 33517568 2804 33554432000 4194304 4947581 140734924834192 18446744073709551615 4832026 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 8183 2804 384 184 0 3058 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 32732

[startup+0.101113 s]
/proc/loadavg: 0.00 0.00 0.00 4/184 32273
/proc/meminfo: memFree=22017588/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=47076 CPUtime=0.08 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 6309 0 0 0 8 0 0 0 21 0 1 0 284902815 48205824 6244 33554432000 4194304 4947581 140734924834192 18446744073709551615 4741401 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 11769 6244 409 184 0 6644 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 47076

[startup+0.301069 s]
/proc/loadavg: 0.00 0.00 0.00 4/184 32273
/proc/meminfo: memFree=22017588/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=68720 CPUtime=0.29 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 9803 0 0 0 28 1 0 0 22 0 1 0 284902815 70369280 9730 33554432000 4194304 4947581 140734924834192 18446744073709551615 4398673 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 17180 9730 432 184 0 12055 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68720

[startup+0.700987 s]
/proc/loadavg: 0.00 0.00 0.00 4/184 32273
/proc/meminfo: memFree=22017588/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=68720 CPUtime=0.69 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 9803 0 0 0 68 1 0 0 23 0 1 0 284902815 70369280 9730 33554432000 4194304 4947581 140734924834192 18446744073709551615 4400163 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 17180 9730 432 184 0 12055 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68720

[startup+1.50083 s]
/proc/loadavg: 0.00 0.00 0.00 5/190 32284
/proc/meminfo: memFree=21808964/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=111600 CPUtime=1.48 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 20625 0 0 0 146 2 0 0 25 0 1 0 284902815 114278400 20552 33554432000 4194304 4947581 140734924834192 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 27900 20552 436 184 0 22775 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 111600

[startup+3.10052 s]
/proc/loadavg: 0.00 0.00 0.00 5/190 32284
/proc/meminfo: memFree=21757756/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=120944 CPUtime=3.09 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 22829 0 0 0 306 3 0 0 25 0 1 0 284902815 123846656 22756 33554432000 4194304 4947581 140734924834192 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 30236 22756 460 184 0 25111 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120944

[startup+6.30087 s]
/proc/loadavg: 0.32 0.07 0.02 5/190 32284
/proc/meminfo: memFree=21700252/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=149580 CPUtime=6.29 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 24340 0 0 0 626 3 0 0 25 0 1 0 284902815 153169920 24267 33554432000 4194304 4947581 140734924834192 18446744073709551615 254500388508 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 37395 24267 460 184 0 32270 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 149580

[startup+12.7006 s]
/proc/loadavg: 0.69 0.15 0.05 6/190 32284
/proc/meminfo: memFree=21616832/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=159500 CPUtime=12.68 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 27057 0 0 0 1265 3 0 0 25 0 1 0 284902815 163328000 26984 33554432000 4194304 4947581 140734924834192 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 39875 26984 469 184 0 34750 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 159500

[startup+25.501 s]
/proc/loadavg: 1.43 0.34 0.11 5/190 32285
/proc/meminfo: memFree=21450908/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=201280 CPUtime=25.49 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 35914 0 0 0 2545 4 0 0 25 0 1 0 284902815 206110720 35841 33554432000 4194304 4947581 140734924834192 18446744073709551615 254500388542 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 50320 35841 469 184 0 45195 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 201280

[startup+51.1009 s]
/proc/loadavg: 2.30 0.63 0.21 5/190 32285
/proc/meminfo: memFree=21365296/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=201280 CPUtime=51.09 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 38452 0 0 0 5104 5 0 0 25 0 1 0 284902815 206110720 38379 33554432000 4194304 4947581 140734924834192 18446744073709551615 4399974 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 50320 38379 469 184 0 45195 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 201280

[startup+102.307 s]
/proc/loadavg: 3.26 1.15 0.41 5/190 32287
/proc/meminfo: memFree=21216744/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=201280 CPUtime=102.3 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 41342 0 0 0 10225 5 0 0 25 0 1 0 284902815 206110720 41269 33554432000 4194304 4947581 140734924834192 18446744073709551615 4399984 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 50320 41269 469 184 0 45195 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 201280

[startup+162.301 s]
/proc/loadavg: 3.73 1.66 0.63 5/190 32288
/proc/meminfo: memFree=21103760/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=225184 CPUtime=162.29 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 47196 0 0 0 16223 6 0 0 25 0 1 0 284902815 230588416 47123 33554432000 4194304 4947581 140734924834192 18446744073709551615 4399984 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 56296 47123 469 184 0 51171 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 225184

[startup+222.301 s]
/proc/loadavg: 3.94 2.10 0.84 5/190 32290
/proc/meminfo: memFree=20983440/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=322756 CPUtime=222.29 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 57954 0 0 0 22221 8 0 0 25 0 1 0 284902815 330502144 57864 33554432000 4194304 4947581 140734924834192 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 80689 57864 477 184 0 75564 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 322756

[startup+282.301 s]
/proc/loadavg: 3.97 2.44 1.04 5/190 32292
/proc/meminfo: memFree=20938164/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=372952 CPUtime=282.3 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 61179 0 0 0 28220 10 0 0 25 0 1 0 284902815 381902848 61089 33554432000 4194304 4947581 140734924834192 18446744073709551615 4399771 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 93238 61089 477 184 0 88113 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 372952

[startup+342.301 s]
/proc/loadavg: 4.05 2.74 1.23 5/190 32293
/proc/meminfo: memFree=20876008/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=372952 CPUtime=342.3 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 67728 0 0 0 34219 11 0 0 25 0 1 0 284902815 381902848 67638 33554432000 4194304 4947581 140734924834192 18446744073709551615 4399994 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 93238 67638 477 184 0 88113 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 372952

[startup+402.301 s]
/proc/loadavg: 4.02 2.97 1.40 5/190 32295
/proc/meminfo: memFree=20834820/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=424360 CPUtime=402.31 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 73182 0 0 0 40218 13 0 0 25 0 1 0 284902815 434544640 73092 33554432000 4194304 4947581 140734924834192 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 106090 73092 477 184 0 100965 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 424360

[startup+462.301 s]
/proc/loadavg: 4.00 3.15 1.56 5/190 32296
/proc/meminfo: memFree=20760024/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=476448 CPUtime=462.31 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 73721 0 0 0 46218 13 0 0 25 0 1 0 284902815 487882752 73631 33554432000 4194304 4947581 140734924834192 18446744073709551615 4400012 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 119112 73631 477 184 0 113987 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 476448

[startup+522.301 s]
/proc/loadavg: 4.07 3.32 1.71 5/190 32298
/proc/meminfo: memFree=20674696/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=529684 CPUtime=522.31 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 78115 0 0 0 52216 15 0 0 25 0 1 0 284902815 542396416 78025 33554432000 4194304 4947581 140734924834192 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 132421 78025 477 184 0 127296 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 529684

[startup+582.301 s]
/proc/loadavg: 4.02 3.44 1.85 5/190 32300
/proc/meminfo: memFree=20668088/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=529684 CPUtime=582.31 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 78281 0 0 0 58216 15 0 0 25 0 1 0 284902815 542396416 78191 33554432000 4194304 4947581 140734924834192 18446744073709551615 4491870 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 132421 78191 490 184 0 127296 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 529684

[startup+642.301 s]
/proc/loadavg: 4.01 3.54 1.98 5/190 32301
/proc/meminfo: memFree=20662116/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=529684 CPUtime=642.33 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 79037 0 0 0 64217 16 0 0 25 0 1 0 284902815 542396416 78947 33554432000 4194304 4947581 140734924834192 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 132421 78947 490 184 0 127296 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 529684

[startup+702.301 s]
/proc/loadavg: 4.06 3.64 2.11 5/190 32303
/proc/meminfo: memFree=20615964/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=529684 CPUtime=702.32 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 79065 0 0 0 70216 16 0 0 25 0 1 0 284902815 542396416 78975 33554432000 4194304 4947581 140734924834192 18446744073709551615 4399793 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 132421 78975 490 184 0 127296 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 529684

[startup+762.307 s]
/proc/loadavg: 4.02 3.70 2.23 5/190 32304
/proc/meminfo: memFree=20577504/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=529684 CPUtime=762.33 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 79091 0 0 0 76217 16 0 0 25 0 1 0 284902815 542396416 79001 33554432000 4194304 4947581 140734924834192 18446744073709551615 4398688 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 132421 79001 490 184 0 127296 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 529684

[startup+822.301 s]
/proc/loadavg: 4.00 3.75 2.34 5/190 32306
/proc/meminfo: memFree=20511632/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=529684 CPUtime=822.33 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 79239 0 0 0 82217 16 0 0 25 0 1 0 284902815 542396416 79149 33554432000 4194304 4947581 140734924834192 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 132421 79149 490 184 0 127296 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 529684

[startup+882.301 s]
/proc/loadavg: 4.08 3.82 2.45 5/190 32308
/proc/meminfo: memFree=20497728/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=529684 CPUtime=882.33 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 79321 0 0 0 88217 16 0 0 25 0 1 0 284902815 542396416 79231 33554432000 4194304 4947581 140734924834192 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 132421 79231 490 184 0 127296 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 529684

[startup+942.301 s]
/proc/loadavg: 4.03 3.85 2.54 5/190 32309
/proc/meminfo: memFree=20369736/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=529684 CPUtime=942.33 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 79558 0 0 0 94217 16 0 0 25 0 1 0 284902815 542396416 79468 33554432000 4194304 4947581 140734924834192 18446744073709551615 4398646 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 132421 79468 490 184 0 127296 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 529684

[startup+1002.3 s]
/proc/loadavg: 4.01 3.88 2.63 5/190 32311
/proc/meminfo: memFree=20366740/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=529684 CPUtime=1002.33 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 79584 0 0 0 100217 16 0 0 25 0 1 0 284902815 542396416 79494 33554432000 4194304 4947581 140734924834192 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 132421 79494 490 184 0 127296 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 529684

[startup+1062.3 s]
/proc/loadavg: 4.04 3.91 2.72 5/190 32312
/proc/meminfo: memFree=20362380/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=529684 CPUtime=1062.33 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 79678 0 0 0 106217 16 0 0 25 0 1 0 284902815 542396416 79588 33554432000 4194304 4947581 140734924834192 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 132421 79588 490 184 0 127296 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 529684

[startup+1122.3 s]
/proc/loadavg: 4.01 3.92 2.80 5/190 32314
/proc/meminfo: memFree=20253232/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=529684 CPUtime=1122.34 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 80679 0 0 0 112217 17 0 0 25 0 1 0 284902815 542396416 80589 33554432000 4194304 4947581 140734924834192 18446744073709551615 4515664 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 132421 80589 490 184 0 127296 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 529684

[startup+1182.3 s]
/proc/loadavg: 4.00 3.94 2.87 5/190 32316
/proc/meminfo: memFree=20199268/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=529684 CPUtime=1182.34 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 82021 0 0 0 118217 17 0 0 25 0 1 0 284902815 542396416 81931 33554432000 4194304 4947581 140734924834192 18446744073709551615 4399961 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 132421 81931 490 184 0 127296 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 529684

[startup+1242.3 s]
/proc/loadavg: 4.03 3.96 2.94 5/190 32317
/proc/meminfo: memFree=20179904/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=529684 CPUtime=1242.34 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 85764 0 0 0 124216 18 0 0 25 0 1 0 284902815 542396416 85674 33554432000 4194304 4947581 140734924834192 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 132421 85674 490 184 0 127296 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 529684



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.96 3.01 3/188 32321
/proc/meminfo: memFree=21220128/32950928 swapFree=67111528/67111528
[pid=32273] ppid=32271 vsize=529684 CPUtime=1300.05 cores=5,7
/proc/32273/stat : 32273 (synit_sat) R 32271 32273 32223 0 -1 4202496 89447 0 0 0 129985 20 0 0 25 0 1 0 284902815 542396416 89357 33554432000 4194304 4947581 140734924834192 18446744073709551615 4398556 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/32273/statm: 132421 89357 490 184 0 127296 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 529684

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.08
CPU user time (s): 1299.86
CPU system time (s): 0.219966
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 529684

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

runsolver used 2.05769 second user time and 5.04623 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-02 10:31:01
IDJOB=3159483
IDBENCH=82506
IDSOLVER=1571
FILE ID=node149/3159483-1301733061
RUNJOBID= node149-1301733061-32244
PBS_JOBID= 12840920
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= dc0028248c86c8aff67bef1f8d7ffb16
RANDOM SEED=1950849144

node149.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.806
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.61
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.806
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.806
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.83
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.806
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.806
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.82
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.806
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.806
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.82
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.806
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:      22018984 kB
Buffers:        358292 kB
Cached:       10202548 kB
SwapCached:          0 kB
Active:        7490120 kB
Inactive:      3172360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22018984 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8564 kB
Writeback:           0 kB
AnonPages:      101880 kB
Mapped:          15876 kB
Slab:           205300 kB
PageTables:       5032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   270780 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= 71720 MiB
End job on node149 at 2011-04-02 10:52:43