Trace number 3274123

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
synit_sat 2011-03-03? (TO) 1300.07 1300.02

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n240-s78945233-sat.cnf
MD5SUM1f90ac4288669aff970e47f4201b5ea4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.2234
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of clauses576
Sum of the clauses size1440
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2480
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 596
Number of clauses of size over 50

Solver Data

0.00/0.00	c start  0 total 0
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          0
0.00/0.00	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.00	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.00	c Find Ite   :          0
0.00/0.00	c UnDirect variable: 0
0.00/0.00	c UnDirect to Direct Gate: 0
0.00/0.00	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.00	c Break Cycle : 0
0.00/0.00	c Total Root : 0 Undef Var: 240
0.00/0.00	c After covering, Total Root: 0 Leaf: 0
0.00/0.00	c Variable( cover/uncovered/unused ): 0 240 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 0 480
0.00/0.00	c Clauses( cover/uncovered ): 0 96
0.00/0.00	c Total Clauses( cover/uncovered ): 0 576 0%
0.00/0.00	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.00	c Uncover Clauses avg size: 2.5 max size: 5
0.00/0.00	c Final circuit: i/l/o/s     240       0     576       864
0.00/0.00	c cover rate 0
0.00/0.00	c rocky end  0 total 0
0.00/0.01	c covering time  0 total 0
1300.05/1300.00	c interrupt  1300.05 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-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-3274123-1303608625/watcher-3274123-1303608625 -o /tmp/evaluation-result-3274123-1303608625/solver-3274123-1303608625 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3274123-1303608625.cnf 158540714 

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: 1.54 1.19 1.88 5/189 11049
/proc/meminfo: memFree=14387632/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=29204 CPUtime=0 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 1069 0 0 0 0 0 0 0 22 0 1 0 472459579 29904896 1006 33554432000 4194304 4947581 140733478173536 18446744073709551615 239476388923 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11049/statm: 7301 1019 277 184 0 2176 0

[startup+0.0766761 s]
/proc/loadavg: 1.54 1.19 1.88 5/189 11049
/proc/meminfo: memFree=14387632/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=39932 CPUtime=0.06 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 2602 0 0 0 6 0 0 0 22 0 1 0 472459579 40890368 2534 33554432000 4194304 4947581 140733478173536 18446744073709551615 4398622 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 9983 2534 454 184 0 4858 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 39932

[startup+0.100679 s]
/proc/loadavg: 1.54 1.19 1.88 5/189 11049
/proc/meminfo: memFree=14387632/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=39932 CPUtime=0.09 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 2645 0 0 0 9 0 0 0 22 0 1 0 472459579 40890368 2577 33554432000 4194304 4947581 140733478173536 18446744073709551615 4346146 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 9983 2577 454 184 0 4858 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39932

[startup+0.300641 s]
/proc/loadavg: 1.54 1.19 1.88 5/189 11049
/proc/meminfo: memFree=14387632/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=48492 CPUtime=0.29 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 3011 0 0 0 29 0 0 0 23 0 1 0 472459579 49655808 2943 33554432000 4194304 4947581 140733478173536 18446744073709551615 4399936 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 12123 2943 454 184 0 6998 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48492

[startup+0.700552 s]
/proc/loadavg: 1.54 1.19 1.88 5/189 11049
/proc/meminfo: memFree=14387632/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=57348 CPUtime=0.69 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 3523 0 0 0 69 0 0 0 25 0 1 0 472459579 58724352 3455 33554432000 4194304 4947581 140733478173536 18446744073709551615 239476391572 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 14337 3455 454 184 0 9212 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57348

[startup+1.50041 s]
/proc/loadavg: 1.54 1.19 1.88 5/190 11051
/proc/meminfo: memFree=14373108/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=75432 CPUtime=1.49 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 4327 0 0 0 149 0 0 0 25 0 1 0 472459579 77242368 4259 33554432000 4194304 4947581 140733478173536 18446744073709551615 239476391450 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 18858 4259 458 184 0 13733 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75432

[startup+3.10109 s]
/proc/loadavg: 1.74 1.24 1.89 5/190 11051
/proc/meminfo: memFree=14353404/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=93948 CPUtime=3.09 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 7710 0 0 0 308 1 0 0 25 0 1 0 472459579 96202752 7642 33554432000 4194304 4947581 140733478173536 18446744073709551615 4398610 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 23487 7642 463 184 0 18362 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 93948

[startup+6.30048 s]
/proc/loadavg: 1.74 1.24 1.89 5/190 11051
/proc/meminfo: memFree=14326000/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=103516 CPUtime=6.29 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 8992 0 0 0 628 1 0 0 25 0 1 0 472459579 106000384 8924 33554432000 4194304 4947581 140733478173536 18446744073709551615 4399806 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 25879 8924 463 184 0 20754 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103516

[startup+12.7003 s]
/proc/loadavg: 2.09 1.33 1.92 5/190 11051
/proc/meminfo: memFree=14300664/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=103516 CPUtime=12.69 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 11583 0 0 0 1267 2 0 0 25 0 1 0 472459579 106000384 11510 33554432000 4194304 4947581 140733478173536 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 25879 11510 463 184 0 20754 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103516

[startup+25.5008 s]
/proc/loadavg: 2.38 1.42 1.94 5/190 11051
/proc/meminfo: memFree=14272608/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=103516 CPUtime=25.49 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 15277 0 0 0 2547 2 0 0 25 0 1 0 472459579 106000384 15204 33554432000 4194304 4947581 140733478173536 18446744073709551615 4491864 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 25879 15204 463 184 0 20754 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 103516

[startup+51.1009 s]
/proc/loadavg: 3.01 1.64 2.00 5/190 11052
/proc/meminfo: memFree=14198428/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=114376 CPUtime=51.09 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 19660 0 0 0 5106 3 0 0 25 0 1 0 472459579 117121024 19587 33554432000 4194304 4947581 140733478173536 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 28594 19587 463 184 0 23469 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 114376

[startup+102.307 s]
/proc/loadavg: 3.60 2.04 2.11 5/190 11053
/proc/meminfo: memFree=14127124/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=148272 CPUtime=102.29 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 26110 0 0 0 10225 4 0 0 25 0 1 0 472459579 151830528 26037 33554432000 4194304 4947581 140733478173536 18446744073709551615 4400323 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 37068 26037 463 184 0 31943 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 148272

[startup+162.301 s]
/proc/loadavg: 3.84 2.36 2.22 5/190 11055
/proc/meminfo: memFree=13996908/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=160316 CPUtime=162.29 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 31202 0 0 0 16224 5 0 0 25 0 1 0 472459579 164163584 31129 33554432000 4194304 4947581 140733478173536 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 40079 31129 463 184 0 34954 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 160316

[startup+222.301 s]
/proc/loadavg: 4.00 2.70 2.34 5/190 11056
/proc/meminfo: memFree=13936264/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=185420 CPUtime=222.3 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 34094 0 0 0 22224 6 0 0 25 0 1 0 472459579 189870080 34021 33554432000 4194304 4947581 140733478173536 18446744073709551615 4400033 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 46355 34021 463 184 0 41230 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 185420

[startup+282.301 s]
/proc/loadavg: 4.00 2.91 2.43 5/190 11058
/proc/meminfo: memFree=13872636/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=198156 CPUtime=282.3 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 38924 0 0 0 28223 7 0 0 25 0 1 0 472459579 202911744 38851 33554432000 4194304 4947581 140733478173536 18446744073709551615 4399787 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 49539 38851 463 184 0 44414 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 198156

[startup+342.301 s]
/proc/loadavg: 4.04 3.14 2.54 5/190 11060
/proc/meminfo: memFree=13851420/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=211128 CPUtime=342.3 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 39658 0 0 0 34223 7 0 0 25 0 1 0 472459579 216195072 39585 33554432000 4194304 4947581 140733478173536 18446744073709551615 4398688 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 52782 39585 463 184 0 47657 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 211128

[startup+402.301 s]
/proc/loadavg: 4.08 3.29 2.63 5/190 11061
/proc/meminfo: memFree=13813208/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=316520 CPUtime=402.31 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 43705 0 0 0 40222 9 0 0 25 0 1 0 472459579 324116480 40481 33554432000 4194304 4947581 140733478173536 18446744073709551615 4399976 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 79130 40481 463 184 0 74005 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 316520

[startup+462.301 s]
/proc/loadavg: 4.03 3.43 2.72 5/190 11063
/proc/meminfo: memFree=13770536/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=316520 CPUtime=462.31 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 44056 0 0 0 46222 9 0 0 25 0 1 0 472459579 324116480 40832 33554432000 4194304 4947581 140733478173536 18446744073709551615 4400304 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 79130 40832 463 184 0 74005 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 316520

[startup+522.301 s]
/proc/loadavg: 4.01 3.52 2.79 5/190 11064
/proc/meminfo: memFree=13721788/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=316520 CPUtime=522.31 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 44726 0 0 0 52222 9 0 0 25 0 1 0 472459579 324116480 41502 33554432000 4194304 4947581 140733478173536 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 79130 41502 463 184 0 74005 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 316520

[startup+582.301 s]
/proc/loadavg: 4.00 3.61 2.87 5/190 11066
/proc/meminfo: memFree=13694128/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=316520 CPUtime=582.32 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 45805 0 0 0 58222 10 0 0 25 0 1 0 472459579 324116480 42581 33554432000 4194304 4947581 140733478173536 18446744073709551615 4399979 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 79130 42581 463 184 0 74005 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 316520

[startup+642.301 s]
/proc/loadavg: 4.00 3.68 2.93 5/190 11068
/proc/meminfo: memFree=13680232/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=316520 CPUtime=642.32 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 46373 0 0 0 64222 10 0 0 25 0 1 0 472459579 324116480 43149 33554432000 4194304 4947581 140733478173536 18446744073709551615 4399796 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 79130 43149 463 184 0 74005 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 316520

[startup+702.301 s]
/proc/loadavg: 4.00 3.73 2.99 5/190 11069
/proc/meminfo: memFree=13618212/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=316520 CPUtime=702.32 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 47385 0 0 0 70221 11 0 0 25 0 1 0 472459579 324116480 44161 33554432000 4194304 4947581 140733478173536 18446744073709551615 4399976 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 79130 44161 463 184 0 74005 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 316520

[startup+762.307 s]
/proc/loadavg: 4.00 3.78 3.06 5/190 11071
/proc/meminfo: memFree=13582988/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=316520 CPUtime=762.32 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 49314 0 0 0 76221 11 0 0 25 0 1 0 472459579 324116480 46090 33554432000 4194304 4947581 140733478173536 18446744073709551615 4354194 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 79130 46090 463 184 0 74005 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 316520

[startup+822.301 s]
/proc/loadavg: 4.00 3.82 3.11 5/190 11072
/proc/meminfo: memFree=13535724/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=375868 CPUtime=822.32 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 50921 0 0 0 82221 11 0 0 25 0 1 0 472459579 384888832 47697 33554432000 4194304 4947581 140733478173536 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 93967 47697 463 184 0 88842 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 375868

[startup+882.3 s]
/proc/loadavg: 4.00 3.85 3.17 5/190 11074
/proc/meminfo: memFree=13500996/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=375868 CPUtime=882.32 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 53090 0 0 0 88219 13 0 0 25 0 1 0 472459579 384888832 49866 33554432000 4194304 4947581 140733478173536 18446744073709551615 4400063 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 93967 49866 463 184 0 88842 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 375868

[startup+942.301 s]
/proc/loadavg: 4.00 3.87 3.21 5/190 11076
/proc/meminfo: memFree=13450016/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=375868 CPUtime=942.33 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 53141 0 0 0 94220 13 0 0 25 0 1 0 472459579 384888832 49917 33554432000 4194304 4947581 140733478173536 18446744073709551615 4399984 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 93967 49917 463 184 0 88842 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 375868

[startup+1002.3 s]
/proc/loadavg: 4.00 3.89 3.26 5/190 11077
/proc/meminfo: memFree=13421356/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=375868 CPUtime=1002.33 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 59277 0 0 0 100218 15 0 0 25 0 1 0 472459579 384888832 56053 33554432000 4194304 4947581 140733478173536 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 93967 56053 463 184 0 88842 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 375868

[startup+1062.3 s]
/proc/loadavg: 4.00 3.91 3.30 5/190 11079
/proc/meminfo: memFree=13396780/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=375868 CPUtime=1062.33 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 64387 0 0 0 106216 17 0 0 25 0 1 0 472459579 384888832 61163 33554432000 4194304 4947581 140733478173536 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 93967 61163 463 184 0 88842 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 375868

[startup+1122.3 s]
/proc/loadavg: 4.00 3.92 3.35 5/190 11080
/proc/meminfo: memFree=13379160/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=375868 CPUtime=1122.33 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 64391 0 0 0 112216 17 0 0 25 0 1 0 472459579 384888832 61167 33554432000 4194304 4947581 140733478173536 18446744073709551615 4399959 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 93967 61167 463 184 0 88842 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 375868

[startup+1182.3 s]
/proc/loadavg: 4.00 3.93 3.38 5/190 11082
/proc/meminfo: memFree=13366984/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=375868 CPUtime=1182.34 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 66894 0 0 0 118216 18 0 0 25 0 1 0 472459579 384888832 63670 33554432000 4194304 4947581 140733478173536 18446744073709551615 4400419 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 93967 63670 463 184 0 88842 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 375868

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 3.42 5/190 11084
/proc/meminfo: memFree=13354444/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=375868 CPUtime=1242.34 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 66898 0 0 0 124216 18 0 0 25 0 1 0 472459579 384888832 63674 33554432000 4194304 4947581 140733478173536 18446744073709551615 4401200 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 93967 63674 463 184 0 88842 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 375868



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.38 3.82 3.41 2/172 11139
/proc/meminfo: memFree=14282816/32950928 swapFree=67087032/67111528
[pid=11049] ppid=11047 vsize=375868 CPUtime=1300.05 cores=1,3
/proc/11049/stat : 11049 (synit_sat) R 11047 11049 9969 0 -1 4202496 66902 0 0 0 129987 18 0 0 25 0 1 0 472459579 384888832 63678 33554432000 4194304 4947581 140733478173536 18446744073709551615 4399878 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11049/statm: 93967 63678 463 184 0 88842 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 375868

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.07
CPU user time (s): 1299.87
CPU system time (s): 0.19397
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 375868

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

runsolver used 1.89071 second user time and 5.21221 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-24 03:30:25
IDJOB=3274123
IDBENCH=83154
IDSOLVER=1571
FILE ID=node148/3274123-1303608625
RUNJOBID= node148-1303608609-10982
PBS_JOBID= 13150595
Free space on /tmp= 70588 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n240-s78945233-sat.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274123-1303608625/watcher-3274123-1303608625 -o /tmp/evaluation-result-3274123-1303608625/solver-3274123-1303608625 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3274123-1303608625.cnf 158540714

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

MD5SUM BENCH= 1f90ac4288669aff970e47f4201b5ea4
RANDOM SEED=158540714

node148.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.854
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.854
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.854
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.854
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.854
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.854
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14387912 kB
Buffers:       2047208 kB
Cached:       15770044 kB
SwapCached:       5264 kB
Active:        9080764 kB
Inactive:      8923216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14387912 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           10016 kB
Writeback:           0 kB
AnonPages:      183196 kB
Mapped:          16084 kB
Slab:           495184 kB
PageTables:       6036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   527120 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= 70596 MiB
End job on node148 at 2011-04-24 03:52:07