Trace number 3263641

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_3-log.shuffled-as.sat03-109.cnf
MD5SUMf19999592ac4a0c798533d80c1c7f2d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4244.96
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses58358
Sum of the clauses size583280
Maximum clause length10
Minimum clause length5
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 560
Number of clauses of size over 558298

Solver Data

0.00/0.30	c start  0 total 0
0.01/0.34	c Find Units :          0
0.01/0.34	c Find Invs  :          0
0.01/0.35	c Find Ands  :          0 AvgFaninNum: nan
0.01/0.35	c Find Xors  :          0 AvgFaninNum: nan
0.01/0.35	c Find Ite   :          0
0.01/0.35	c UnDirect variable: 0
0.01/0.35	c UnDirect to Direct Gate: 0
0.01/0.35	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.01/0.35	c Break Cycle : 0
0.01/0.35	c Total Root : 0 Undef Var: 150
0.01/0.35	c After covering, Total Root: 0 Leaf: 0
0.01/0.35	c Variable( cover/uncovered/unused ): 0 150 0
0.01/0.35	c Unit Clauses: 0
0.01/0.35	c Binary Clauses( cover/uncovered ): 0 0
0.01/0.35	c Clauses( cover/uncovered ): 0 58358
0.01/0.35	c Total Clauses( cover/uncovered ): 0 58358 0%
0.01/0.35	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.20/0.50	c Uncover Clauses avg size: 9.99486 max size: 10
0.20/0.50	c Final circuit: i/l/o/s     150       0   58358    105818
0.20/0.50	c cover rate 0
0.20/0.50	c rocky end  0.2 total 0.2
0.41/0.76	c covering time  0.26 total 0.46
1299.51/1300.00	c interrupt  1299.04 total 1299.5
1299.51/1300.00	c INTERRUPTED ... 
1299.51/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-3263641-1303570636/watcher-3263641-1303570636 -o /tmp/evaluation-result-3263641-1303570636/solver-3263641-1303570636 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3263641-1303570636.cnf 1097614379 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.70 3.01 3.33 6/187 29338
/proc/meminfo: memFree=21210056/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=11800 CPUtime=0 cores=1,3
/proc/29338/stat : 29338 (runsolver) S 29336 29338 28928 0 -1 4202560 42 0 0 0 0 0 0 0 21 0 1 0 468662249 12083200 51 33554432000 4194304 5434984 140735333538928 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699870519 0 0 17 1 0 0 0
/proc/29338/statm: 2950 51 31 303 0 2644 0

[startup+0.037122 s]
/proc/loadavg: 2.70 3.01 3.33 6/187 29338
/proc/meminfo: memFree=21210056/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=11800 CPUtime=0 cores=1,3
/proc/29338/stat : 29338 (runsolver) S 29336 29338 28928 0 -1 4202560 42 0 0 0 0 0 0 0 21 0 1 0 468662249 12083200 51 33554432000 4194304 5434984 140735333538928 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699870519 0 0 17 1 0 0 0
/proc/29338/statm: 2950 51 31 303 0 2644 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11800

[startup+0.101111 s]
/proc/loadavg: 2.70 3.01 3.33 6/187 29338
/proc/meminfo: memFree=21210056/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=11800 CPUtime=0 cores=1,3
/proc/29338/stat : 29338 (runsolver) S 29336 29338 28928 0 -1 4202560 42 0 0 0 0 0 0 0 21 0 1 0 468662249 12083200 51 33554432000 4194304 5434984 140735333538928 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699870519 0 0 17 1 0 0 0
/proc/29338/statm: 2950 51 31 303 0 2644 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11800

[startup+0.3081 s]
/proc/loadavg: 2.70 3.01 3.33 6/187 29338
/proc/meminfo: memFree=21210056/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=31708 CPUtime=0.01 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 2606 0 0 0 0 1 0 0 19 0 1 0 468662249 32468992 2540 33554432000 4194304 4947581 140735888626432 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 7927 2540 376 184 0 2802 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 31708

[startup+0.701009 s]
/proc/loadavg: 2.70 3.01 3.33 6/187 29338
/proc/meminfo: memFree=21210056/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=71376 CPUtime=0.41 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 12552 0 0 0 39 2 0 0 19 0 1 0 468662249 73089024 12486 33554432000 4194304 4947581 140735888626432 18446744073709551615 4741317 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 17844 12486 409 184 0 12719 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 71376

[startup+1.50085 s]
/proc/loadavg: 2.70 3.01 3.33 6/188 29339
/proc/meminfo: memFree=21111612/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=115220 CPUtime=1.21 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 21005 0 0 0 118 3 0 0 21 0 1 0 468662249 117985280 20939 33554432000 4194304 4947581 140735888626432 18446744073709551615 4398646 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 28805 20939 432 184 0 23680 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 115220

[startup+3.10058 s]
/proc/loadavg: 2.70 3.01 3.33 6/188 29339
/proc/meminfo: memFree=21049488/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=242068 CPUtime=2.81 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 52555 0 0 0 273 8 0 0 25 0 1 0 468662249 247877632 52489 33554432000 4194304 4947581 140735888626432 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 60517 52490 436 184 0 55392 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 242068

[startup+6.301 s]
/proc/loadavg: 2.81 3.03 3.33 5/188 29339
/proc/meminfo: memFree=20920116/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=264120 CPUtime=5.84 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 58122 0 0 0 575 9 0 0 25 0 1 0 468662249 270458880 58056 33554432000 4194304 4947581 140735888626432 18446744073709551615 4394488 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/29338/statm: 66030 58056 453 184 0 60905 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 264120

[startup+12.7009 s]
/proc/loadavg: 2.90 3.04 3.34 5/188 29340
/proc/meminfo: memFree=20873032/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=288896 CPUtime=12.24 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 62281 0 0 0 1214 10 0 0 25 0 1 0 468662249 295829504 62164 33554432000 4194304 4947581 140735888626432 18446744073709551615 4398485 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 72224 62164 470 184 0 67099 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 288896

[startup+25.5007 s]
/proc/loadavg: 3.15 3.09 3.35 5/188 29340
/proc/meminfo: memFree=20756220/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=387340 CPUtime=25.02 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 81340 0 0 0 2487 15 0 0 25 0 1 0 468662249 396636160 81222 33554432000 4194304 4947581 140735888626432 18446744073709551615 4491956 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 96835 81222 469 184 0 91710 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 387340

[startup+51.1003 s]
/proc/loadavg: 3.44 3.16 3.36 5/188 29341
/proc/meminfo: memFree=20683412/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=399364 CPUtime=50.61 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 84141 0 0 0 5045 16 0 0 25 0 1 0 468662249 408948736 84023 33554432000 4194304 4947581 140735888626432 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 99841 84023 469 184 0 94716 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 399364

[startup+102.306 s]
/proc/loadavg: 3.75 3.29 3.39 5/188 29342
/proc/meminfo: memFree=20605780/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=399364 CPUtime=101.82 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 87824 0 0 0 10165 17 0 0 25 0 1 0 468662249 408948736 85561 33554432000 4194304 4947581 140735888626432 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 99841 85561 469 184 0 94716 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 399364

[startup+162.3 s]
/proc/loadavg: 3.91 3.41 3.43 5/188 29344
/proc/meminfo: memFree=20499612/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=399364 CPUtime=161.81 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 91168 0 0 0 16163 18 0 0 25 0 1 0 468662249 408948736 88904 33554432000 4194304 4947581 140735888626432 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 99841 88904 471 184 0 94716 0
Current children cumulated CPU time (s) 161.81
Current children cumulated vsize (KiB) 399364

[startup+222.301 s]
/proc/loadavg: 3.99 3.53 3.47 5/188 29345
/proc/meminfo: memFree=20455448/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=427348 CPUtime=221.81 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 97298 0 0 0 22162 19 0 0 25 0 1 0 468662249 437604352 95033 33554432000 4194304 4947581 140735888626432 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 106837 95033 471 184 0 101712 0
Current children cumulated CPU time (s) 221.81
Current children cumulated vsize (KiB) 427348

[startup+282.3 s]
/proc/loadavg: 3.99 3.61 3.50 5/188 29356
/proc/meminfo: memFree=20392000/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=442028 CPUtime=281.8 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 100090 0 0 0 28161 19 0 0 25 0 1 0 468662249 452636672 97824 33554432000 4194304 4947581 140735888626432 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 110507 97824 470 184 0 105382 0
Current children cumulated CPU time (s) 281.8
Current children cumulated vsize (KiB) 442028

[startup+342.301 s]
/proc/loadavg: 3.99 3.68 3.53 5/188 29358
/proc/meminfo: memFree=20364444/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=456900 CPUtime=341.81 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 102240 0 0 0 34161 20 0 0 25 0 1 0 468662249 467865600 99974 33554432000 4194304 4947581 140735888626432 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 114225 99974 470 184 0 109100 0
Current children cumulated CPU time (s) 341.81
Current children cumulated vsize (KiB) 456900

[startup+402.301 s]
/proc/loadavg: 3.99 3.74 3.55 5/188 29359
/proc/meminfo: memFree=20339000/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=456900 CPUtime=401.81 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 102790 0 0 0 40160 21 0 0 25 0 1 0 468662249 467865600 100524 33554432000 4194304 4947581 140735888626432 18446744073709551615 4491870 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 114225 100524 470 184 0 109100 0
Current children cumulated CPU time (s) 401.81
Current children cumulated vsize (KiB) 456900

[startup+462.3 s]
/proc/loadavg: 3.99 3.78 3.58 5/188 29361
/proc/meminfo: memFree=20281940/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=456900 CPUtime=461.8 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 102890 0 0 0 46159 21 0 0 25 0 1 0 468662249 467865600 100624 33554432000 4194304 4947581 140735888626432 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 114225 100624 470 184 0 109100 0
Current children cumulated CPU time (s) 461.8
Current children cumulated vsize (KiB) 456900

[startup+522.301 s]
/proc/loadavg: 3.99 3.82 3.60 5/188 29362
/proc/meminfo: memFree=20227728/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=456900 CPUtime=521.81 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 103283 0 0 0 52159 22 0 0 25 0 1 0 468662249 467865600 101017 33554432000 4194304 4947581 140735888626432 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 114225 101017 471 184 0 109100 0
Current children cumulated CPU time (s) 521.81
Current children cumulated vsize (KiB) 456900

[startup+582.301 s]
/proc/loadavg: 4.03 3.86 3.63 5/188 29367
/proc/meminfo: memFree=20191264/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=456900 CPUtime=581.81 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 104636 0 0 0 58159 22 0 0 25 0 1 0 468662249 467865600 102369 33554432000 4194304 4947581 140735888626432 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 114225 102369 470 184 0 109100 0
Current children cumulated CPU time (s) 581.81
Current children cumulated vsize (KiB) 456900

[startup+642.3 s]
/proc/loadavg: 4.01 3.89 3.65 5/188 29369
/proc/meminfo: memFree=20128620/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=456900 CPUtime=641.81 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 104940 0 0 0 64159 22 0 0 25 0 1 0 468662249 467865600 102673 33554432000 4194304 4947581 140735888626432 18446744073709551615 4399777 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 114225 102673 470 184 0 109100 0
Current children cumulated CPU time (s) 641.81
Current children cumulated vsize (KiB) 456900

[startup+702.301 s]
/proc/loadavg: 4.05 3.92 3.67 5/188 29370
/proc/meminfo: memFree=20110864/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=456900 CPUtime=701.81 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 105893 0 0 0 70159 22 0 0 25 0 1 0 468662249 467865600 103626 33554432000 4194304 4947581 140735888626432 18446744073709551615 4400304 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 114225 103626 470 184 0 109100 0
Current children cumulated CPU time (s) 701.81
Current children cumulated vsize (KiB) 456900

[startup+762.307 s]
/proc/loadavg: 4.06 3.94 3.69 5/188 29372
/proc/meminfo: memFree=20049588/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=473288 CPUtime=761.81 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 109072 0 0 0 76158 23 0 0 25 0 1 0 468662249 484646912 106805 33554432000 4194304 4947581 140735888626432 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 118322 106805 470 184 0 113197 0
Current children cumulated CPU time (s) 761.81
Current children cumulated vsize (KiB) 473288

[startup+822.3 s]
/proc/loadavg: 4.02 3.95 3.71 5/188 29373
/proc/meminfo: memFree=20016444/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=473288 CPUtime=821.8 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 109558 0 0 0 82157 23 0 0 25 0 1 0 468662249 484646912 107291 33554432000 4194304 4947581 140735888626432 18446744073709551615 4398556 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 118322 107291 470 184 0 113197 0
Current children cumulated CPU time (s) 821.8
Current children cumulated vsize (KiB) 473288

[startup+882.301 s]
/proc/loadavg: 4.01 3.96 3.73 5/188 29375
/proc/meminfo: memFree=19987156/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=473288 CPUtime=881.81 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 112221 0 0 0 88157 24 0 0 25 0 1 0 468662249 484646912 109954 33554432000 4194304 4947581 140735888626432 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 118322 109954 470 184 0 113197 0
Current children cumulated CPU time (s) 881.81
Current children cumulated vsize (KiB) 473288

[startup+942.301 s]
/proc/loadavg: 4.05 3.97 3.75 5/188 29377
/proc/meminfo: memFree=19938152/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=473288 CPUtime=941.8 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 112256 0 0 0 94156 24 0 0 25 0 1 0 468662249 484646912 109989 33554432000 4194304 4947581 140735888626432 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 118322 109989 470 184 0 113197 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 473288

[startup+1002.3 s]
/proc/loadavg: 4.02 3.97 3.76 5/188 29378
/proc/meminfo: memFree=19918416/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=490248 CPUtime=1001.8 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 115287 0 0 0 100155 25 0 0 25 0 1 0 468662249 502013952 113020 33554432000 4194304 4947581 140735888626432 18446744073709551615 4399979 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 122562 113020 470 184 0 117437 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 490248

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.77 5/188 29380
/proc/meminfo: memFree=19916160/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=490248 CPUtime=1061.8 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 116058 0 0 0 106155 25 0 0 25 0 1 0 468662249 502013952 113791 33554432000 4194304 4947581 140735888626432 18446744073709551615 4491876 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 122562 113791 470 184 0 117437 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 490248

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.78 5/188 29381
/proc/meminfo: memFree=19866780/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=559016 CPUtime=1121.8 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 119270 0 0 0 112154 26 0 0 25 0 1 0 468662249 572432384 117003 33554432000 4194304 4947581 140735888626432 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 139754 117003 470 184 0 134629 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 559016

[startup+1182.3 s]
/proc/loadavg: 4.06 3.99 3.80 5/188 29383
/proc/meminfo: memFree=19841460/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=628712 CPUtime=1181.8 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 121053 0 0 0 118153 27 0 0 25 0 1 0 468662249 643801088 118786 33554432000 4194304 4947581 140735888626432 18446744073709551615 4515664 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 157178 118786 470 184 0 152053 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 628712

[startup+1242.3 s]
/proc/loadavg: 4.09 4.01 3.82 5/188 29385
/proc/meminfo: memFree=19826928/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=628712 CPUtime=1241.8 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 121119 0 0 0 124153 27 0 0 25 0 1 0 468662249 643801088 118852 33554432000 4194304 4947581 140735888626432 18446744073709551615 4399959 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 157178 118852 470 184 0 152053 0
Current children cumulated CPU time (s) 1241.8
Current children cumulated vsize (KiB) 628712



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.00 3.82 2/182 29389
/proc/meminfo: memFree=20856900/32951132 swapFree=67111524/67111528
[pid=29338] ppid=29336 vsize=628712 CPUtime=1299.51 cores=1,3
/proc/29338/stat : 29338 (synit_sat) R 29336 29338 28928 0 -1 4202496 121119 0 0 0 129924 27 0 0 25 0 1 0 468662249 643801088 118852 33554432000 4194304 4947581 140735888626432 18446744073709551615 4515664 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/29338/statm: 157178 118852 470 184 0 152053 0
Current children cumulated CPU time (s) 1299.51
Current children cumulated vsize (KiB) 628712

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.54
CPU user time (s): 1299.24
CPU system time (s): 0.296954
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (KiB): 628712

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

runsolver used 2.08568 second user time and 5.02623 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-23 16:57:16
IDJOB=3263641
IDBENCH=84004
IDSOLVER=1571
FILE ID=node128/3263641-1303570636
RUNJOBID= node128-1303570636-29298
PBS_JOBID= 13150290
Free space on /tmp= 66816 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_3-log.shuffled-as.sat03-109.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263641-1303570636/watcher-3263641-1303570636 -o /tmp/evaluation-result-3263641-1303570636/solver-3263641-1303570636 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3263641-1303570636.cnf 1097614379

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

MD5SUM BENCH= f19999592ac4a0c798533d80c1c7f2d7
RANDOM SEED=1097614379

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.75
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      21210948 kB
Buffers:       1327544 kB
Cached:        9582128 kB
SwapCached:          4 kB
Active:        2105028 kB
Inactive:      8998112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21210948 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           13416 kB
Writeback:          12 kB
AnonPages:      192460 kB
Mapped:          16732 kB
Slab:           574612 kB
PageTables:       5624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   409988 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= 66824 MiB
End job on node128 at 2011-04-23 17:18:58