Trace number 3283804

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1067.51
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c start  0 total 0
0.00/0.04	c Find Units :          0
0.00/0.04	c Find Invs  :         67
0.00/0.05	c Find Ands  :       1474 AvgFaninNum: 2
0.00/0.05	c Find Xors  :          0 AvgFaninNum: nan
0.06/0.06	c Find Ite   :          0
0.06/0.07	c UnDirect variable: 134
0.06/0.07	c UnDirect to Direct Gate: 50
0.06/0.07	c Forced Direct Gate: 50 Unuse unDirect Gate: 67
0.06/0.07	c Break Cycle : 521
0.06/0.07	c Total Root : 42 Undef Var: 744
0.06/0.07	c After covering, Total Root: 511 Leaf: 585
0.06/0.07	c Variable( cover/uncovered/unused ): 1119 159 0
0.06/0.07	c Unit Clauses: 0
0.06/0.07	c Binary Clauses( cover/uncovered ): 1068 1080
0.06/0.07	c Clauses( cover/uncovered ): 484 65423
0.06/0.07	c Total Clauses( cover/uncovered ): 1552 66503 2.28051%
0.06/0.07	c Covered Ands: 484 Invs: 50 Xors: 0 Ites: 0
0.09/0.11	c Uncover Clauses avg size: 2.98584 max size: 9
0.09/0.11	c Final circuit: i/l/o/s     744       0   66461     73748
0.09/0.11	c cover rate 2.28051
0.09/0.11	c rocky end  0.1 total 0.1
0.19/0.23	c covering time  0.13 total 0.23
1300.00/1300.00	c interrupt  1299.77 total 1300
1300.00/1300.00	c INTERRUPTED ... 
1300.00/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-3283804-1303760899/watcher-3283804-1303760899 -o /tmp/evaluation-result-3283804-1303760899/solver-3283804-1303760899 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3283804-1303760899.cnf 588290278 

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: 4.11 4.02 4.11 5/189 21421
/proc/meminfo: memFree=21588924/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=29720 CPUtime=0 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 2029 0 0 0 0 0 0 0 25 0 1 0 487689540 30433280 1965 33554432000 4194304 4947581 140735101036768 18446744073709551615 4283938 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21421/statm: 7430 1970 322 184 0 2305 0

[startup+0.0678949 s]
/proc/loadavg: 4.11 4.02 4.11 5/189 21421
/proc/meminfo: memFree=21588924/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=40920 CPUtime=0.06 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 4808 0 0 0 6 0 0 0 25 0 1 0 487689540 41902080 4742 33554432000 4194304 4947581 140735101036768 18446744073709551615 4791871 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 10230 4742 380 184 0 5105 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 40920

[startup+0.100889 s]
/proc/loadavg: 4.11 4.02 4.11 5/189 21421
/proc/meminfo: memFree=21588924/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=40920 CPUtime=0.09 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 4814 0 0 0 9 0 0 0 25 0 1 0 487689540 41902080 4748 33554432000 4194304 4947581 140735101036768 18446744073709551615 4760705 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 10230 4748 384 184 0 5105 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40920

[startup+0.300852 s]
/proc/loadavg: 4.11 4.02 4.11 5/189 21421
/proc/meminfo: memFree=21588924/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=102580 CPUtime=0.29 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 17338 0 0 0 27 2 0 0 25 0 1 0 487689540 105041920 17240 33554432000 4194304 4947581 140735101036768 18446744073709551615 4399475 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 25645 17240 432 184 0 20520 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 102580

[startup+0.700775 s]
/proc/loadavg: 4.11 4.02 4.11 5/189 21421
/proc/meminfo: memFree=21588924/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=109876 CPUtime=0.69 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 18855 0 0 0 67 2 0 0 25 0 1 0 487689540 112513024 18757 33554432000 4194304 4947581 140735101036768 18446744073709551615 4398624 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 27469 18757 436 184 0 22344 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 109876

[startup+1.50062 s]
/proc/loadavg: 4.11 4.02 4.11 5/190 21422
/proc/meminfo: memFree=21494180/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=146356 CPUtime=1.49 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 26717 0 0 0 146 3 0 0 25 0 1 0 487689540 149868544 26619 33554432000 4194304 4947581 140735101036768 18446744073709551615 4399256 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 36589 26619 438 184 0 31464 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 146356

[startup+3.10032 s]
/proc/loadavg: 4.11 4.02 4.11 5/190 21422
/proc/meminfo: memFree=21476692/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=169396 CPUtime=3.09 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 29040 0 0 0 305 4 0 0 25 0 1 0 487689540 173461504 28942 33554432000 4194304 4947581 140735101036768 18446744073709551615 4400419 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 42349 28942 464 184 0 37224 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 169396

[startup+6.30071 s]
/proc/loadavg: 4.10 4.02 4.11 5/190 21422
/proc/meminfo: memFree=21458756/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=189476 CPUtime=6.29 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 31704 0 0 0 624 5 0 0 25 0 1 0 487689540 194023424 31606 33554432000 4194304 4947581 140735101036768 18446744073709551615 4400192 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 47369 31606 471 184 0 42244 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 189476

[startup+12.7005 s]
/proc/loadavg: 4.10 4.02 4.11 5/190 21422
/proc/meminfo: memFree=21434792/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=211312 CPUtime=12.69 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 37656 0 0 0 1263 6 0 0 25 0 1 0 487689540 216383488 37553 33554432000 4194304 4947581 140735101036768 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 52828 37553 472 184 0 47703 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 211312

[startup+25.501 s]
/proc/loadavg: 4.07 4.02 4.10 5/190 21423
/proc/meminfo: memFree=21407948/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=223724 CPUtime=25.49 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 44107 0 0 0 2542 7 0 0 25 0 1 0 487689540 229093376 44004 33554432000 4194304 4947581 140735101036768 18446744073709551615 4400315 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 55931 44004 472 184 0 50806 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 223724

[startup+51.1002 s]
/proc/loadavg: 4.05 4.01 4.10 5/190 21423
/proc/meminfo: memFree=21369716/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=261868 CPUtime=51.09 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 51144 0 0 0 5099 10 0 0 25 0 1 0 487689540 268152832 51021 33554432000 4194304 4947581 140735101036768 18446744073709551615 4350928 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 65467 51021 479 184 0 60342 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 261868

[startup+102.306 s]
/proc/loadavg: 4.02 4.01 4.09 5/190 21425
/proc/meminfo: memFree=21227084/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=304240 CPUtime=102.29 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 62914 0 0 0 10215 14 0 0 25 0 1 0 487689540 311541760 62791 33554432000 4194304 4947581 140735101036768 18446744073709551615 4399405 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 76060 62791 479 184 0 70935 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 304240

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 4.08 5/190 21426
/proc/meminfo: memFree=21168616/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=348416 CPUtime=162.29 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 71022 0 0 0 16212 17 0 0 25 0 1 0 487689540 356777984 68046 33554432000 4194304 4947581 140735101036768 18446744073709551615 4518017 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 87104 68046 478 184 0 81979 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 348416

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 4.08 5/190 21428
/proc/meminfo: memFree=21126776/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=409632 CPUtime=222.28 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 71862 0 0 0 22211 17 0 0 25 0 1 0 487689540 419463168 68886 33554432000 4194304 4947581 140735101036768 18446744073709551615 4399528 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 102408 68886 478 184 0 97283 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 409632

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 4.07 5/190 21430
/proc/meminfo: memFree=21081320/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=409632 CPUtime=282.29 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 75059 0 0 0 28211 18 0 0 25 0 1 0 487689540 419463168 72083 33554432000 4194304 4947581 140735101036768 18446744073709551615 4399368 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 102408 72083 478 184 0 97283 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 409632

[startup+342.301 s]
/proc/loadavg: 3.48 3.86 4.02 4/184 21476
/proc/meminfo: memFree=23499388/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=543708 CPUtime=342.29 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 85504 0 0 0 34208 21 0 0 25 0 1 0 487689540 556756992 82528 33554432000 4194304 4947581 140735101036768 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 135927 82528 478 184 0 130802 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 543708

[startup+402.3 s]
/proc/loadavg: 3.17 3.70 3.95 4/184 21478
/proc/meminfo: memFree=23446516/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=543708 CPUtime=402.28 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 87523 0 0 0 40207 21 0 0 25 0 1 0 487689540 556756992 84547 33554432000 4194304 4947581 140735101036768 18446744073709551615 4399881 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 135927 84547 478 184 0 130802 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 543708

[startup+462.301 s]
/proc/loadavg: 3.06 3.57 3.89 4/184 21479
/proc/meminfo: memFree=23416692/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=543708 CPUtime=462.29 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 89011 0 0 0 46207 22 0 0 25 0 1 0 487689540 556756992 86035 33554432000 4194304 4947581 140735101036768 18446744073709551615 4399796 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 135927 86035 478 184 0 130802 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 543708

[startup+522.3 s]
/proc/loadavg: 2.45 3.31 3.78 3/178 21498
/proc/meminfo: memFree=25983240/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=543708 CPUtime=522.29 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 98789 0 0 0 52206 23 0 0 25 0 1 0 487689540 556756992 95813 33554432000 4194304 4947581 140735101036768 18446744073709551615 4399965 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 135927 95813 478 184 0 130802 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 543708

[startup+582.301 s]
/proc/loadavg: 2.16 3.07 3.66 3/178 21500
/proc/meminfo: memFree=25937560/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=543708 CPUtime=582.29 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 109385 0 0 0 58204 25 0 0 25 0 1 0 487689540 556756992 106409 33554432000 4194304 4947581 140735101036768 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 135927 106409 478 184 0 130802 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 543708

[startup+642.3 s]
/proc/loadavg: 2.06 2.87 3.56 3/178 21501
/proc/meminfo: memFree=25936256/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=543708 CPUtime=642.29 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 109630 0 0 0 64204 25 0 0 25 0 1 0 487689540 556756992 106654 33554432000 4194304 4947581 140735101036768 18446744073709551615 4399760 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 135927 106654 478 184 0 130802 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 543708

[startup+702.301 s]
/proc/loadavg: 2.02 2.71 3.46 3/178 21503
/proc/meminfo: memFree=25922932/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=543708 CPUtime=702.3 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 110127 0 0 0 70204 26 0 0 25 0 1 0 487689540 556756992 107151 33554432000 4194304 4947581 140735101036768 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 135927 107151 478 184 0 130802 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 543708

[startup+762.307 s]
/proc/loadavg: 2.01 2.58 3.36 3/178 21504
/proc/meminfo: memFree=25919392/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=543708 CPUtime=762.3 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 110889 0 0 0 76204 26 0 0 25 0 1 0 487689540 556756992 107913 33554432000 4194304 4947581 140735101036768 18446744073709551615 4357024 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 135927 107913 478 184 0 130802 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 543708

[startup+822.3 s]
/proc/loadavg: 2.00 2.47 3.27 3/178 21515
/proc/meminfo: memFree=25884632/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=543708 CPUtime=822.3 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 111076 0 0 0 82204 26 0 0 25 0 1 0 487689540 556756992 108100 33554432000 4194304 4947581 140735101036768 18446744073709551615 4399979 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 135927 108100 478 184 0 130802 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 543708

[startup+882.301 s]
/proc/loadavg: 2.00 2.38 3.19 3/178 21517
/proc/meminfo: memFree=25864504/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=543708 CPUtime=882.3 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 111076 0 0 0 88204 26 0 0 25 0 1 0 487689540 556756992 108100 33554432000 4194304 4947581 140735101036768 18446744073709551615 4399996 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 135927 108100 478 184 0 130802 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 543708

[startup+942.3 s]
/proc/loadavg: 2.00 2.31 3.11 3/178 21520
/proc/meminfo: memFree=25828736/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=543708 CPUtime=942.29 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 114669 0 0 0 94203 26 0 0 25 0 1 0 487689540 556756992 111693 33554432000 4194304 4947581 140735101036768 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 135927 111693 478 184 0 130802 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 543708

[startup+1002.3 s]
/proc/loadavg: 2.00 2.25 3.04 3/178 21523
/proc/meminfo: memFree=25828000/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=543708 CPUtime=1002.29 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 114776 0 0 0 100203 26 0 0 25 0 1 0 487689540 556756992 111800 33554432000 4194304 4947581 140735101036768 18446744073709551615 4350276 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 135927 111800 478 184 0 130802 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 543708

[startup+1062.3 s]
/proc/loadavg: 1.47 2.06 2.93 2/172 21542
/proc/meminfo: memFree=28466836/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=543708 CPUtime=1062.29 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 114897 0 0 0 106203 26 0 0 25 0 1 0 487689540 556756992 111921 33554432000 4194304 4947581 140735101036768 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 135927 111921 478 184 0 130802 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 543708

[startup+1122.3 s]
/proc/loadavg: 1.17 1.87 2.80 2/172 21544
/proc/meminfo: memFree=28466176/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=543708 CPUtime=1122.29 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 115101 0 0 0 112203 26 0 0 25 0 1 0 487689540 556756992 112125 33554432000 4194304 4947581 140735101036768 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 135927 112125 478 184 0 130802 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 543708

[startup+1182.3 s]
/proc/loadavg: 1.06 1.71 2.69 2/172 21546
/proc/meminfo: memFree=28463784/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=543708 CPUtime=1182.29 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 115728 0 0 0 118203 26 0 0 25 0 1 0 487689540 556756992 112737 33554432000 4194304 4947581 140735101036768 18446744073709551615 4399936 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 135927 112737 478 184 0 130802 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 543708

[startup+1242.3 s]
/proc/loadavg: 1.02 1.57 2.58 2/172 21547
/proc/meminfo: memFree=28459276/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=543708 CPUtime=1242.3 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 116856 0 0 0 124203 27 0 0 25 0 1 0 487689540 556756992 113844 33554432000 4194304 4947581 140735101036768 18446744073709551615 4346013 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 135927 113844 478 184 0 130802 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 543708



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.01 1.47 2.48 2/172 21549
/proc/meminfo: memFree=28457620/32950928 swapFree=67111364/67111528
[pid=21421] ppid=21419 vsize=543708 CPUtime=1300 cores=5,7
/proc/21421/stat : 21421 (synit_sat) R 21419 21421 20892 0 -1 4202496 117261 0 0 0 129973 27 0 0 25 0 1 0 487689540 556756992 114240 33554432000 4194304 4947581 140735101036768 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/21421/statm: 135927 114240 478 184 0 130802 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 543708

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

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

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.04
CPU user time (s): 1299.74
CPU system time (s): 0.297954
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 543708

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

runsolver used 1.92171 second user time and 4.53631 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-25 21:48:19
IDJOB=3283804
IDBENCH=71078
IDSOLVER=1571
FILE ID=node127/3283804-1303760899
RUNJOBID= node127-1303759506-20913
PBS_JOBID= 13157130
Free space on /tmp= 71260 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_08_UNSAT.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283804-1303760899/watcher-3283804-1303760899 -o /tmp/evaluation-result-3283804-1303760899/solver-3283804-1303760899 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3283804-1303760899.cnf 588290278

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=588290278

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:      21589196 kB
Buffers:       1230620 kB
Cached:        2355040 kB
SwapCached:          0 kB
Active:        7643652 kB
Inactive:      3234516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21589196 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            3676 kB
Writeback:           0 kB
AnonPages:     7292416 kB
Mapped:          17168 kB
Slab:           401072 kB
PageTables:      21116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  8811300 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= 71340 MiB
End job on node127 at 2011-04-25 22:10:01