Trace number 3495736

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
MoUsSaka 2011-03-26No Cert. 1800.08 1800.24

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-10-5p0.cnf
MD5SUMe024fd9d9cdae82453a8cdaa74d08481
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables104479
Number of clauses500869
Sum of the clauses size1175016
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398195
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

0.00/0.01	c MoUsSaka vegetarian
177.78/178.08	
177.78/178.08	s UNSATISFIABLE

Verifier Data

ERROR: no value line found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3495736-1307806161/watcher-3495736-1307806161 -o /tmp/evaluation-result-3495736-1307806161/solver-3495736-1307806161 -C 1800 -W 1850 -M 7680 MoUsSaka HOME/instance-3495736-1307806161.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 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.76 2.96 3.14 5/177 24770
/proc/meminfo: memFree=31638916/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=23268 CPUtime=0 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 1029 0 0 0 0 0 0 0 22 0 1 0 892214355 23826432 967 33554432000 4194304 4365125 140734393821152 18446744073709551615 4293676 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 5817 979 245 42 0 2965 0

[startup+0.059925 s]
/proc/loadavg: 2.76 2.96 3.14 5/177 24770
/proc/meminfo: memFree=31638916/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=33284 CPUtime=0.05 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 5884 0 0 0 5 0 0 0 22 0 1 0 892214355 34082816 4735 33554432000 4194304 4365125 140734393821152 18446744073709551615 246516452989 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 8321 4736 255 42 0 5469 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 33284

[startup+0.100907 s]
/proc/loadavg: 2.76 2.96 3.14 5/177 24770
/proc/meminfo: memFree=31638916/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=35240 CPUtime=0.09 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 7966 0 0 0 9 0 0 0 22 0 1 0 892214355 36085760 5591 33554432000 4194304 4365125 140734393821152 18446744073709551615 4316862 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 8810 5591 254 42 0 5958 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35240

[startup+0.300889 s]
/proc/loadavg: 2.76 2.96 3.14 5/177 24770
/proc/meminfo: memFree=31638916/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=57660 CPUtime=0.29 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 21042 0 0 0 28 1 0 0 23 0 1 0 892214355 59043840 10531 33554432000 4194304 4365125 140734393821152 18446744073709551615 4261689 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 14415 10531 255 42 0 11563 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57660

[startup+0.700819 s]
/proc/loadavg: 2.76 2.96 3.14 5/177 24770
/proc/meminfo: memFree=31638916/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=63800 CPUtime=0.69 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 22372 0 0 0 68 1 0 0 25 0 1 0 892214355 65331200 11630 33554432000 4194304 4365125 140734393821152 18446744073709551615 4257310 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 15950 11630 262 42 0 13098 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63800

[startup+1.50063 s]
/proc/loadavg: 2.76 2.96 3.14 5/191 24801
/proc/meminfo: memFree=31380992/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=72604 CPUtime=1.49 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 25314 0 0 0 147 2 0 0 25 0 1 0 892214355 74346496 13834 33554432000 4194304 4365125 140734393821152 18446744073709551615 4258063 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/24770/statm: 18151 13834 262 42 0 15299 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 72604

[startup+3.10038 s]
/proc/loadavg: 2.76 2.96 3.14 5/191 24801
/proc/meminfo: memFree=31334668/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=92448 CPUtime=3.09 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 36256 0 0 0 306 3 0 0 25 0 1 0 892214355 94666752 18753 33554432000 4194304 4365125 140734393821152 18446744073709551615 4257310 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 23112 18753 262 42 0 20260 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92448

[startup+6.30074 s]
/proc/loadavg: 2.86 2.98 3.15 5/191 24801
/proc/meminfo: memFree=31184896/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=139628 CPUtime=6.28 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 81499 0 0 0 620 8 0 0 25 0 1 0 892214355 142979072 29595 33554432000 4194304 4365125 140734393821152 18446744073709551615 4244731 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/24770/statm: 34907 29595 262 42 0 32055 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 139628

[startup+12.7006 s]
/proc/loadavg: 2.95 2.99 3.15 5/191 24802
/proc/meminfo: memFree=30937168/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=299152 CPUtime=12.68 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 238977 0 0 0 1244 24 0 0 25 0 1 0 892214355 306331648 68560 33554432000 4194304 4365125 140734393821152 18446744073709551615 4257409 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/24770/statm: 74788 68560 262 42 0 71936 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 299152

[startup+25.5003 s]
/proc/loadavg: 3.33 3.07 3.18 5/191 24802
/proc/meminfo: memFree=30309072/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=857484 CPUtime=25.45 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 663034 0 0 0 2474 71 0 0 25 0 1 0 892214355 878063616 148344 33554432000 4194304 4365125 140734393821152 18446744073709551615 4245201 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 214371 148344 262 42 0 211519 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 857484

[startup+51.1006 s]
/proc/loadavg: 3.56 3.15 3.20 5/191 24803
/proc/meminfo: memFree=30038324/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=847896 CPUtime=51 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 696982 0 0 0 5026 74 0 0 25 0 1 0 892214355 868245504 162310 33554432000 4194304 4365125 140734393821152 18446744073709551615 4244647 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/24770/statm: 211974 162310 262 42 0 209122 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 847896

[startup+102.307 s]
/proc/loadavg: 3.81 3.28 3.24 5/191 24804
/proc/meminfo: memFree=30017096/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=866228 CPUtime=102.09 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 702288 0 0 0 10135 74 0 0 25 0 1 0 892214355 887017472 167437 33554432000 4194304 4365125 140734393821152 18446744073709551615 4257310 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 216557 167437 262 42 0 213705 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 866228

[startup+162.3 s]
/proc/loadavg: 4.00 3.42 3.29 5/191 24806
/proc/meminfo: memFree=30005036/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=866228 CPUtime=162.07 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 702664 0 0 0 16133 74 0 0 25 0 1 0 892214355 887017472 167628 33554432000 4194304 4365125 140734393821152 18446744073709551615 4275899 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 216557 167628 262 42 0 213705 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 866228

[startup+222.3 s]
/proc/loadavg: 4.03 3.54 3.33 5/191 24807
/proc/meminfo: memFree=29969408/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=867068 CPUtime=222.08 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 715705 0 0 0 22132 76 0 0 25 0 1 0 892214355 887877632 174253 33554432000 4194304 4365125 140734393821152 18446744073709551615 4244701 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 216767 174253 263 42 0 213915 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 867068

[startup+282.301 s]
/proc/loadavg: 4.12 3.65 3.38 5/191 24809
/proc/meminfo: memFree=29960704/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=867068 CPUtime=282.08 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 715710 0 0 0 28132 76 0 0 25 0 1 0 892214355 887877632 174258 33554432000 4194304 4365125 140734393821152 18446744073709551615 4250159 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 216767 174258 263 42 0 213915 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 867068

[startup+342.301 s]
/proc/loadavg: 4.12 3.74 3.43 5/191 24810
/proc/meminfo: memFree=29897696/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=875248 CPUtime=342.09 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 739867 0 0 0 34130 79 0 0 25 0 1 0 892214355 896253952 175317 33554432000 4194304 4365125 140734393821152 18446744073709551615 4246826 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 218812 175317 264 42 0 215960 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 875248

[startup+402.301 s]
/proc/loadavg: 4.04 3.78 3.46 5/191 24812
/proc/meminfo: memFree=29811256/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=877540 CPUtime=402.08 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 744087 0 0 0 40129 79 0 0 25 0 1 0 892214355 898600960 177678 33554432000 4194304 4365125 140734393821152 18446744073709551615 4257310 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 219385 177678 264 42 0 216533 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 877540

[startup+462.301 s]
/proc/loadavg: 4.01 3.82 3.49 5/191 24814
/proc/meminfo: memFree=29791768/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=877540 CPUtime=462.08 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 746617 0 0 0 46129 79 0 0 25 0 1 0 892214355 898600960 178943 33554432000 4194304 4365125 140734393821152 18446744073709551615 4257472 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 219385 178943 264 42 0 216533 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 877540

[startup+522.301 s]
/proc/loadavg: 4.00 3.85 3.52 5/191 24815
/proc/meminfo: memFree=29814940/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=873596 CPUtime=522.09 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 815620 0 0 0 52121 88 0 0 25 0 1 0 892214355 894562304 178580 33554432000 4194304 4365125 140734393821152 18446744073709551615 4244731 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 218399 178580 264 42 0 215547 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 873596

[startup+582.301 s]
/proc/loadavg: 4.00 3.87 3.55 5/191 24817
/proc/meminfo: memFree=29760352/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=901640 CPUtime=582.09 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 896130 0 0 0 58112 97 0 0 25 0 1 0 892214355 923279360 193738 33554432000 4194304 4365125 140734393821152 18446744073709551615 4275899 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 225410 193738 264 42 0 222558 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 901640

[startup+642.301 s]

################
# More data... #
################

[startup+822.301 s]
/proc/loadavg: 4.10 3.98 3.66 5/191 24823
/proc/meminfo: memFree=29605876/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=896280 CPUtime=822.1 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 1186609 0 0 0 82080 130 0 0 25 0 1 0 892214355 917790720 215879 33554432000 4194304 4365125 140734393821152 18446744073709551615 4257958 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 224070 215879 264 42 0 221218 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 896280

[startup+882.301 s]
/proc/loadavg: 4.17 4.01 3.68 5/191 24825
/proc/meminfo: memFree=29606476/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=881944 CPUtime=882.1 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 1396478 0 0 0 88057 153 0 0 25 0 1 0 892214355 903110656 214112 33554432000 4194304 4365125 140734393821152 18446744073709551615 4258092 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 220486 214112 264 42 0 217634 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 881944

[startup+942.3 s]
/proc/loadavg: 4.06 4.00 3.70 5/191 24826
/proc/meminfo: memFree=29594548/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=871708 CPUtime=942.1 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 1535086 0 0 0 94041 169 0 0 25 0 1 0 892214355 892628992 212795 33554432000 4194304 4365125 140734393821152 18446744073709551615 4250135 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 217927 212795 264 42 0 215075 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 871708

[startup+1002.3 s]
/proc/loadavg: 4.06 4.02 3.72 5/191 24828
/proc/meminfo: memFree=29492352/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=1092880 CPUtime=1002.11 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 1737020 0 0 0 100019 192 0 0 25 0 1 0 892214355 1119109120 240551 33554432000 4194304 4365125 140734393821152 18446744073709551615 4258085 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 273220 240551 264 42 0 270368 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 1092880

[startup+1062.3 s]
/proc/loadavg: 4.07 4.03 3.74 5/191 24868
/proc/meminfo: memFree=29227812/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=871708 CPUtime=1062.1 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 1841586 0 0 0 106007 203 0 0 25 0 1 0 892214355 892628992 212795 33554432000 4194304 4365125 140734393821152 18446744073709551615 4249771 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 217927 212795 264 42 0 215075 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 871708

[startup+1122.3 s]
/proc/loadavg: 4.08 4.03 3.76 5/191 24869
/proc/meminfo: memFree=29144448/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=886040 CPUtime=1122.1 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 1969615 0 0 0 111993 217 0 0 25 0 1 0 892214355 907304960 214626 33554432000 4194304 4365125 140734393821152 18446744073709551615 4262555 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 221510 214626 264 42 0 218658 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 886040

[startup+1182.3 s]
/proc/loadavg: 4.03 4.03 3.77 5/191 24871
/proc/meminfo: memFree=29053756/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=900376 CPUtime=1182.11 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 2040953 0 0 0 117986 225 0 0 25 0 1 0 892214355 921985024 216393 33554432000 4194304 4365125 140734393821152 18446744073709551615 4291528 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 225094 216393 264 42 0 222242 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 900376

[startup+1242.3 s]
/proc/loadavg: 4.01 4.02 3.78 5/191 24872
/proc/meminfo: memFree=29092628/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=881944 CPUtime=1242.11 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 2119037 0 0 0 123977 234 0 0 25 0 1 0 892214355 903110656 214112 33554432000 4194304 4365125 140734393821152 18446744073709551615 4258092 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 220486 214112 264 42 0 217634 0
Current children cumulated CPU time (s) 1242.11
Current children cumulated vsize (KiB) 881944

[startup+1302.3 s]
/proc/loadavg: 4.00 4.01 3.80 5/191 24874
/proc/meminfo: memFree=29027120/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=896280 CPUtime=1302.12 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 2163219 0 0 0 129973 239 0 0 25 0 1 0 892214355 917790720 215911 33554432000 4194304 4365125 140734393821152 18446744073709551615 4258085 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 224070 215911 264 42 0 221218 0
Current children cumulated CPU time (s) 1302.12
Current children cumulated vsize (KiB) 896280

[startup+1362.3 s]
/proc/loadavg: 4.00 4.01 3.81 5/191 24876
/proc/meminfo: memFree=29042204/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=1260520 CPUtime=1362.11 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 2393265 0 0 0 135948 263 0 0 25 0 1 0 892214355 1290772480 224436 33554432000 4194304 4365125 140734393821152 18446744073709551615 4257310 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 315130 224436 264 42 0 312278 0
Current children cumulated CPU time (s) 1362.11
Current children cumulated vsize (KiB) 1260520

[startup+1422.31 s]
/proc/loadavg: 4.03 4.02 3.82 5/191 24877
/proc/meminfo: memFree=29029280/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=1272808 CPUtime=1422.12 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 2475483 0 0 0 141938 274 0 0 25 0 1 0 892214355 1303355392 225576 33554432000 4194304 4365125 140734393821152 18446744073709551615 4258063 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 318202 225576 264 42 0 315350 0
Current children cumulated CPU time (s) 1422.12
Current children cumulated vsize (KiB) 1272808

[startup+1482.3 s]
/proc/loadavg: 4.01 4.01 3.83 5/191 24879
/proc/meminfo: memFree=28932896/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=1276904 CPUtime=1482.12 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 2511923 0 0 0 147934 278 0 0 25 0 1 0 892214355 1307549696 226090 33554432000 4194304 4365125 140734393821152 18446744073709551615 4244731 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 319226 226090 264 42 0 316374 0
Current children cumulated CPU time (s) 1482.12
Current children cumulated vsize (KiB) 1276904

[startup+1542.3 s]
/proc/loadavg: 4.08 4.02 3.84 5/191 24880
/proc/meminfo: memFree=28939680/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=1285096 CPUtime=1542.12 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 2669559 0 0 0 153915 297 0 0 25 0 1 0 892214355 1315938304 227118 33554432000 4194304 4365125 140734393821152 18446744073709551615 4250097 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 321274 227118 264 42 0 318422 0
Current children cumulated CPU time (s) 1542.12
Current children cumulated vsize (KiB) 1285096

[startup+1602.3 s]
/proc/loadavg: 4.10 4.03 3.85 5/191 24882
/proc/meminfo: memFree=28888548/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=1266664 CPUtime=1602.12 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 2758704 0 0 0 159905 307 0 0 25 0 1 0 892214355 1297063936 224805 33554432000 4194304 4365125 140734393821152 18446744073709551615 4255828 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 316666 224805 264 42 0 313814 0
Current children cumulated CPU time (s) 1602.12
Current children cumulated vsize (KiB) 1266664

[startup+1662.3 s]
/proc/loadavg: 4.07 4.04 3.86 5/191 24884
/proc/meminfo: memFree=28898684/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=1289192 CPUtime=1662.12 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 2776887 0 0 0 165902 310 0 0 25 0 1 0 892214355 1320132608 227600 33554432000 4194304 4365125 140734393821152 18446744073709551615 4258052 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 322298 227600 264 42 0 319446 0
Current children cumulated CPU time (s) 1662.12
Current children cumulated vsize (KiB) 1289192

[startup+1722.3 s]
/proc/loadavg: 4.12 4.06 3.88 5/191 24885
/proc/meminfo: memFree=28861432/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=1268712 CPUtime=1722.13 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 2878101 0 0 0 171889 324 0 0 25 0 1 0 892214355 1299161088 225062 33554432000 4194304 4365125 140734393821152 18446744073709551615 4244660 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 317178 225062 264 42 0 314326 0
Current children cumulated CPU time (s) 1722.13
Current children cumulated vsize (KiB) 1268712

[startup+1782.3 s]
/proc/loadavg: 4.11 4.06 3.89 5/191 24887
/proc/meminfo: memFree=28634100/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=1289192 CPUtime=1782.13 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 3091968 0 0 0 177864 349 0 0 25 0 1 0 892214355 1320132608 227632 33554432000 4194304 4365125 140734393821152 18446744073709551615 4264062 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 322298 227632 264 42 0 319446 0
Current children cumulated CPU time (s) 1782.13
Current children cumulated vsize (KiB) 1289192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.2 s]
/proc/loadavg: 4.07 4.06 3.89 4/189 24888
/proc/meminfo: memFree=29939576/32951124 swapFree=67063556/67111528
[pid=24770] ppid=24768 vsize=1281000 CPUtime=1800.03 cores=4,6
/proc/24770/stat : 24770 (MoUsSaka) R 24768 24770 23765 0 -1 4202496 3153636 0 0 0 179648 355 0 0 25 0 1 0 892214355 1311744000 226604 33554432000 4194304 4365125 140734393821152 18446744073709551615 4244731 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24770/statm: 320250 226604 264 42 0 317398 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1281000

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.24
CPU time (s): 1800.08
CPU user time (s): 1796.49
CPU system time (s): 3.58845
CPU usage (%): 99.9909
Max. virtual memory (cumulated for all children) (KiB): 2019588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.49
system time used= 3.58845
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3153636
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= 9
involuntary context switches= 13731

runsolver used 3.17352 second user time and 6.65399 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-11 17:29:22
IDJOB=3495736
IDBENCH=71006
IDSOLVER=1989
FILE ID=node134/3495736-1307806161
RUNJOBID= node134-1307806161-24743
PBS_JOBID= 13551014
Free space on /tmp= 74088 MiB

SOLVER NAME= MoUsSaka 2011-03-26
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-10-5p0.cnf
COMMAND LINE= MoUsSaka BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3495736-1307806161/watcher-3495736-1307806161 -o /tmp/evaluation-result-3495736-1307806161/solver-3495736-1307806161 -C 1800 -W 1850 -M 7680  MoUsSaka HOME/instance-3495736-1307806161.cnf

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

MD5SUM BENCH= e024fd9d9cdae82453a8cdaa74d08481
RANDOM SEED=1580743800

node134.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31633600 kB
Buffers:        323528 kB
Cached:         761504 kB
SwapCached:      10284 kB
Active:         524116 kB
Inactive:       590840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31633600 kB
SwapTotal:    67111528 kB
SwapFree:     67063556 kB
Dirty:           36188 kB
Writeback:           0 kB
AnonPages:       26748 kB
Mapped:           9468 kB
Slab:           138320 kB
PageTables:       4624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   171700 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74096 MiB
End job on node134 at 2011-06-11 17:59:24