Trace number 3493630

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
PicoMUS 941No Cert. 1800.19 1800.13

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-06.cnf
MD5SUM54bbde63bf0c9b14dd4e32426eab0a42
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 variables68953
Number of clauses224868
Sum of the clauses size582796
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291550
Number of clauses of size 3133189
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c [picomus] WARNING: no output file given
0.00/0.00	c [picomus] p cnf 68953 224868
36.49/36.51	s UNSATISFIABLE
36.99/37.09	c [picomus] extracted core 1 of size 221059 out of 224868 (98%) after 37.1 sec
77.19/77.27	c [picomus] extracted core 2 of size 220980 out of 224868 (98%) after 77.3 sec
136.89/136.98	c [picomus] extracted core 3 of size 220968 out of 224868 (98%) after 137.0 sec
182.19/182.27	c [picomus] extracted core 4 of size 220960 out of 224868 (98%) after 182.3 sec
256.00/256.02	c [picomus] extracted core 5 of size 220960 out of 224868 (98%) after 256.0 sec
311.09/311.15	c [picomus] extracted core 6 of size 220958 out of 224868 (98%) after 311.2 sec
353.70/353.72	c [picomus] extracted core 7 of size 220933 out of 224868 (98%) after 353.7 sec
423.41/423.43	c [picomus] extracted core 8 of size 220932 out of 224868 (98%) after 423.4 sec
469.40/469.44	c [picomus] extracted core 9 of size 220906 out of 224868 (98%) after 469.5 sec
539.91/539.93	c [picomus] extracted core 10 of size 220906 out of 224868 (98%) after 539.9 sec
720.21/720.25	c [picomus] reduction 1 to 220887 out of 224868 (98%) after 720.3 sec
845.01/845.03	c [picomus] reduction 2 to 220721 out of 224868 (98%) after 845.1 sec
986.22/986.26	c [picomus] reduction 3 to 220682 out of 224868 (98%) after 986.3 sec
1103.42/1103.49	c [picomus] reduction 4 to 220652 out of 224868 (98%) after 1103.5 sec
1176.93/1176.98	c [picomus] reduction 5 to 220616 out of 224868 (98%) after 1177.0 sec
1246.34/1246.37	c [picomus] reduction 6 to 220592 out of 224868 (98%) after 1246.4 sec
1312.03/1312.09	c [picomus] reduction 7 to 220573 out of 224868 (98%) after 1312.1 sec
1394.64/1394.62	c [picomus] reduction 8 to 220554 out of 224868 (98%) after 1394.7 sec
1526.64/1526.68	c [picomus] reduction 9 to 220548 out of 224868 (98%) after 1526.7 sec
1621.94/1621.91	c [picomus] reduction 10 to 220541 out of 224868 (98%) after 1622.0 sec
1671.44/1671.49	c [picomus] reduction 11 to 220517 out of 224868 (98%) after 1671.5 sec
1726.85/1726.83	c [picomus] reduction 12 to 220467 out of 224868 (98%) after 1726.9 sec
1774.94/1774.97	c [picomus] reduction 13 to 220448 out of 224868 (98%) after 1775.0 sec

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

running on 2 cores: 0,2

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: 3.65 1.51 0.56 5/189 6689
/proc/meminfo: memFree=31334088/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=3824 CPUtime=0 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 312 0 0 0 0 0 0 0 25 0 1 0 970314817 3915776 267 33554432000 134512640 135072097 4286781744 18446744073709551615 134705502 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 956 267 53 137 0 817 0

[startup+0.0102229 s]
/proc/loadavg: 3.65 1.51 0.56 5/189 6689
/proc/meminfo: memFree=31334088/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=3956 CPUtime=0 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 970314817 4050944 318 33554432000 134512640 135072097 4286781744 18446744073709551615 134514988 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 989 319 53 137 0 850 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3956

[startup+0.100208 s]
/proc/loadavg: 3.65 1.51 0.56 5/189 6689
/proc/meminfo: memFree=31334088/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=15352 CPUtime=0.09 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 3803 0 0 0 9 0 0 0 25 0 1 0 970314817 15720448 3530 33554432000 134512640 135072097 4286781744 18446744073709551615 134684699 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 3838 3532 61 137 0 3699 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15352

[startup+0.300184 s]
/proc/loadavg: 3.65 1.51 0.56 5/189 6689
/proc/meminfo: memFree=31334088/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=21276 CPUtime=0.29 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 5307 0 0 0 29 0 0 0 25 0 1 0 970314817 21786624 5034 33554432000 134512640 135072097 4286781744 18446744073709551615 134548730 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 5319 5034 68 137 0 5180 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21276

[startup+0.701102 s]
/proc/loadavg: 3.65 1.51 0.56 5/189 6689
/proc/meminfo: memFree=31334088/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=23248 CPUtime=0.69 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 5683 0 0 0 69 0 0 0 25 0 1 0 970314817 23805952 5410 33554432000 134512640 135072097 4286781744 18446744073709551615 134520211 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 5812 5410 69 137 0 5673 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23248

[startup+1.50098 s]
/proc/loadavg: 3.65 1.51 0.56 5/190 6690
/proc/meminfo: memFree=31307812/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=24816 CPUtime=1.49 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 6094 0 0 0 149 0 0 0 25 0 1 0 970314817 25411584 5821 33554432000 134512640 135072097 4286781744 18446744073709551615 134543450 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 6204 5821 69 137 0 6065 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24816

[startup+3.10068 s]
/proc/loadavg: 3.65 1.51 0.56 5/190 6690
/proc/meminfo: memFree=31301364/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=27552 CPUtime=3.09 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 6774 0 0 0 308 1 0 0 25 0 1 0 970314817 28213248 6501 33554432000 134512640 135072097 4286781744 18446744073709551615 134518194 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 6888 6501 69 137 0 6749 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27552

[startup+6.3011 s]
/proc/loadavg: 3.67 1.55 0.58 5/190 6690
/proc/meminfo: memFree=31300784/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=33420 CPUtime=6.29 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 8219 0 0 0 628 1 0 0 25 0 1 0 970314817 34222080 7946 33554432000 134512640 135072097 4286781744 18446744073709551615 134541790 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 8355 7946 69 137 0 8216 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33420

[startup+12.7009 s]
/proc/loadavg: 3.70 1.59 0.60 5/190 6690
/proc/meminfo: memFree=31278832/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=44948 CPUtime=12.69 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 11129 0 0 0 1267 2 0 0 25 0 1 0 970314817 46026752 10856 33554432000 134512640 135072097 4286781744 18446744073709551615 134556150 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 11237 10856 69 137 0 11098 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44948

[startup+25.5006 s]
/proc/loadavg: 3.77 1.71 0.65 5/190 6699
/proc/meminfo: memFree=31258576/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=68784 CPUtime=25.49 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 17056 0 0 0 2546 3 0 0 25 0 1 0 970314817 70434816 16783 33554432000 134512640 135072097 4286781744 18446744073709551615 134559312 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 17196 16783 69 137 0 17057 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68784

[startup+51.1009 s]
/proc/loadavg: 3.84 1.89 0.74 5/190 6700
/proc/meminfo: memFree=31337044/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=47600 CPUtime=51.09 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 32838 0 0 0 5104 5 0 0 25 0 1 0 970314817 48742400 11515 33554432000 134512640 135072097 4286781744 18446744073709551615 134541726 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 11900 11515 76 137 0 11761 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 47600

[startup+102.307 s]
/proc/loadavg: 3.93 2.21 0.91 5/190 6739
/proc/meminfo: memFree=31264716/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=64808 CPUtime=102.3 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 60018 0 0 0 10219 11 0 0 25 0 1 0 970314817 66363392 15844 33554432000 134512640 135072097 4286781744 18446744073709551615 134539140 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 16202 15844 76 137 0 16063 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 64808

[startup+162.301 s]
/proc/loadavg: 3.97 2.53 1.10 5/190 6741
/proc/meminfo: memFree=31130520/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=66704 CPUtime=162.29 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 90885 0 0 0 16212 17 0 0 25 0 1 0 970314817 68304896 16299 33554432000 134512640 135072097 4286781744 18446744073709551615 134559206 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 16676 16299 76 137 0 16537 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 66704

[startup+222.301 s]
/proc/loadavg: 3.99 2.80 1.28 5/190 6743
/proc/meminfo: memFree=30430788/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=90752 CPUtime=222.3 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 120515 0 0 0 22205 25 0 0 25 0 1 0 970314817 92930048 22303 33554432000 134512640 135072097 4286781744 18446744073709551615 134518179 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 22688 22303 76 137 0 22549 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 90752

[startup+282.301 s]
/proc/loadavg: 3.99 3.01 1.44 5/190 6744
/proc/meminfo: memFree=30249196/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=67276 CPUtime=282.3 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 148613 0 0 0 28200 30 0 0 25 0 1 0 970314817 68890624 16434 33554432000 134512640 135072097 4286781744 18446744073709551615 134556733 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 16819 16434 76 137 0 16680 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 67276

[startup+342.301 s]
/proc/loadavg: 4.07 3.21 1.60 5/190 6746
/proc/meminfo: memFree=29751284/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=82220 CPUtime=342.3 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 181027 0 0 0 34195 35 0 0 25 0 1 0 970314817 84193280 20179 33554432000 134512640 135072097 4286781744 18446744073709551615 134543824 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 20555 20179 76 137 0 20416 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 82220

[startup+402.301 s]
/proc/loadavg: 4.02 3.35 1.75 5/190 6747
/proc/meminfo: memFree=29725292/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=105360 CPUtime=402.3 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 211045 0 0 0 40189 41 0 0 25 0 1 0 970314817 107888640 25955 33554432000 134512640 135072097 4286781744 18446744073709551615 134558984 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 26340 25955 76 137 0 26201 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 105360

[startup+462.301 s]
/proc/loadavg: 4.01 3.46 1.89 5/190 6749
/proc/meminfo: memFree=29715936/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=92796 CPUtime=462.3 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 242214 0 0 0 46183 47 0 0 25 0 1 0 970314817 95023104 22808 33554432000 134512640 135072097 4286781744 18446744073709551615 134559258 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 23199 22808 76 137 0 23060 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 92796

[startup+522.301 s]
/proc/loadavg: 4.06 3.57 2.02 5/190 6751
/proc/meminfo: memFree=29664532/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=113188 CPUtime=522.3 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 271990 0 0 0 52176 54 0 0 25 0 1 0 970314817 115904512 27915 33554432000 134512640 135072097 4286781744 18446744073709551615 134518236 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 28297 27915 76 137 0 28158 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 113188

[startup+582.301 s]
/proc/loadavg: 4.13 3.68 2.16 5/190 6752
/proc/meminfo: memFree=29507124/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=262724 CPUtime=582.31 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 343260 0 0 0 58165 66 0 0 25 0 1 0 970314817 269029376 64907 33554432000 134512640 135072097 4286781744 18446744073709551615 134518015 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 65681 64907 76 137 0 65542 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 262724

[startup+642.301 s]

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

[startup+882.301 s]
/proc/loadavg: 4.00 3.87 2.65 5/190 6760
/proc/meminfo: memFree=26791664/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=1502620 CPUtime=882.32 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 931370 0 0 0 88090 142 0 0 25 0 1 0 970314817 1538682880 374916 33554432000 134512640 135072097 4286781744 18446744073709551615 134556758 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 375655 374916 77 137 0 375516 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1502620

[startup+942.301 s]
/proc/loadavg: 4.00 3.89 2.73 5/190 6762
/proc/meminfo: memFree=25719752/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=1987308 CPUtime=942.32 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 1052543 0 0 0 94076 156 0 0 25 0 1 0 970314817 2035003392 496087 33554432000 134512640 135072097 4286781744 18446744073709551615 134541056 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 496827 496087 77 137 0 496688 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1987308

[startup+1002.3 s]
/proc/loadavg: 4.00 3.91 2.81 5/190 6763
/proc/meminfo: memFree=25373392/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=1716900 CPUtime=1002.32 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 1169881 0 0 0 100060 172 0 0 25 0 1 0 970314817 1758105600 428484 33554432000 134512640 135072097 4286781744 18446744073709551615 134518017 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 429225 428484 77 137 0 429086 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1716900

[startup+1062.3 s]
/proc/loadavg: 4.08 3.94 2.89 5/190 6765
/proc/meminfo: memFree=24875748/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=2219396 CPUtime=1062.32 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 1295504 0 0 0 106047 185 0 0 25 0 1 0 970314817 2272661504 554106 33554432000 134512640 135072097 4286781744 18446744073709551615 134556265 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 554849 554106 77 137 0 554710 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 2219396

[startup+1122.3 s]
/proc/loadavg: 4.03 3.95 2.95 5/190 6767
/proc/meminfo: memFree=24940428/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=2149768 CPUtime=1122.32 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 1405839 0 0 0 112033 199 0 0 25 0 1 0 970314817 2201362432 536700 33554432000 134512640 135072097 4286781744 18446744073709551615 134543617 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 537442 536700 77 137 0 537303 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 2149768

[startup+1182.3 s]
/proc/loadavg: 4.04 3.97 3.02 5/190 6768
/proc/meminfo: memFree=24963836/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=2121864 CPUtime=1182.32 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 1518652 0 0 0 118017 215 0 0 25 0 1 0 970314817 2172788736 529724 33554432000 134512640 135072097 4286781744 18446744073709551615 134543626 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 530466 529724 77 137 0 530327 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2121864

[startup+1242.3 s]
/proc/loadavg: 4.01 3.97 3.08 5/190 6770
/proc/meminfo: memFree=24485024/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=2603956 CPUtime=1242.33 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 1639175 0 0 0 124002 231 0 0 25 0 1 0 970314817 2666450944 650247 33554432000 134512640 135072097 4286781744 18446744073709551615 134517979 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 650989 650247 77 137 0 650850 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 2603956

[startup+1302.3 s]
/proc/loadavg: 4.00 3.97 3.13 5/190 6771
/proc/meminfo: memFree=24608724/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=2476820 CPUtime=1302.34 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 1738739 0 0 0 129988 246 0 0 25 0 1 0 970314817 2536263680 618464 33554432000 134512640 135072097 4286781744 18446744073709551615 134543939 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 619205 618464 77 137 0 619066 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 2476820

[startup+1362.3 s]
/proc/loadavg: 4.00 3.97 3.19 5/190 6773
/proc/meminfo: memFree=24741876/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=2347724 CPUtime=1362.33 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 1837921 0 0 0 135974 259 0 0 25 0 1 0 970314817 2404069376 586189 33554432000 134512640 135072097 4286781744 18446744073709551615 134556237 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 586931 586189 77 137 0 586792 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 2347724

[startup+1422.31 s]
/proc/loadavg: 4.06 3.99 3.24 5/190 6775
/proc/meminfo: memFree=24987608/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=2099472 CPUtime=1422.34 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 1917770 0 0 0 141965 269 0 0 25 0 1 0 970314817 2149859328 524126 33554432000 134512640 135072097 4286781744 18446744073709551615 134520079 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 524868 524126 77 137 0 524729 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 2099472

[startup+1482.3 s]
/proc/loadavg: 4.02 3.99 3.28 5/190 6776
/proc/meminfo: memFree=24477564/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=2613476 CPUtime=1482.34 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 2046273 0 0 0 147947 287 0 0 25 0 1 0 970314817 2676199424 652627 33554432000 134512640 135072097 4286781744 18446744073709551615 134518074 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 653369 652627 77 137 0 653230 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 2613476

[startup+1542.3 s]
/proc/loadavg: 4.00 3.99 3.32 5/190 6778
/proc/meminfo: memFree=24126476/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=2531672 CPUtime=1542.34 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 2142351 0 0 0 153935 299 0 0 25 0 1 0 970314817 2592432128 632178 33554432000 134512640 135072097 4286781744 18446744073709551615 134517997 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 632918 632178 77 137 0 632779 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 2531672

[startup+1602.3 s]
/proc/loadavg: 4.00 3.99 3.37 5/190 6779
/proc/meminfo: memFree=23768448/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=2897164 CPUtime=1602.34 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 2233724 0 0 0 159923 311 0 0 25 0 1 0 970314817 2966695936 723551 33554432000 134512640 135072097 4286781744 18446744073709551615 134518015 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 724291 723551 77 137 0 724152 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 2897164

[startup+1662.3 s]
/proc/loadavg: 4.08 4.02 3.41 5/190 6781
/proc/meminfo: memFree=23748940/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=2912996 CPUtime=1662.34 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 2346666 0 0 0 165909 325 0 0 25 0 1 0 970314817 2982907904 727510 33554432000 134512640 135072097 4286781744 18446744073709551615 134543606 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 728249 727510 77 137 0 728110 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 2912996

[startup+1722.3 s]
/proc/loadavg: 3.96 3.98 3.44 5/190 6861
/proc/meminfo: memFree=27897616/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=3124892 CPUtime=1722.35 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 2457871 0 0 0 171894 341 0 0 25 0 1 0 970314817 3199889408 779289 33554432000 134512640 135072097 4286781744 18446744073709551615 134517956 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 781223 779289 77 137 0 781084 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 3124892

[startup+1782.3 s]
/proc/loadavg: 3.98 3.98 3.47 5/190 6862
/proc/meminfo: memFree=28114212/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=2830568 CPUtime=1782.35 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 2550488 0 0 0 177881 354 0 0 25 0 1 0 970314817 2898501632 705582 33554432000 134512640 135072097 4286781744 18446744073709551615 134556778 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 707642 705582 77 137 0 707503 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 2830568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 3.99 3.98 3.48 5/190 6863
/proc/meminfo: memFree=27990456/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=2956592 CPUtime=1800.05 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4202496 2581381 0 0 0 179648 357 0 0 25 0 1 0 970314817 3027550208 736475 33554432000 134512640 135072097 4286781744 18446744073709551615 134517997 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6689/statm: 739148 736475 77 137 0 739009 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2956592

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

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

[startup+1800.11 s]
/proc/loadavg: 3.99 3.98 3.48 5/190 6863
/proc/meminfo: memFree=27990456/32951124 swapFree=67056304/67111528
[pid=6689] ppid=6687 vsize=0 CPUtime=1800.15 cores=0,2
/proc/6689/stat : 6689 (picomus) R 6687 6689 6571 0 -1 4203524 2581381 0 0 0 179648 367 0 0 25 0 1 0 970314817 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/6689/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.13
CPU time (s): 1800.19
CPU user time (s): 1796.49
CPU system time (s): 3.69644
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3167096

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

runsolver used 3.16152 second user time and 6.66899 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-11 16:00:42
IDJOB=3493630
IDBENCH=70825
IDSOLVER=1974
FILE ID=node110/3493630-1307800842
RUNJOBID= node110-1307800705-6589
PBS_JOBID= 13551064
Free space on /tmp= 74100 MiB

SOLVER NAME= PicoMUS 941
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-06.cnf
COMMAND LINE= picomus BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493630-1307800842/watcher-3493630-1307800842 -o /tmp/evaluation-result-3493630-1307800842/solver-3493630-1307800842 -C 1800 -W 1850 -M 7680  picomus HOME/instance-3493630-1307800842.cnf

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

MD5SUM BENCH= 54bbde63bf0c9b14dd4e32426eab0a42
RANDOM SEED=1617889237

node110.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.830
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.830
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.830
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.75
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.830
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.83
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.830
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.76
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.830
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.830
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.74
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.830
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:     32951124 kB
MemFree:      31334756 kB
Buffers:        307408 kB
Cached:         810812 kB
SwapCached:       8464 kB
Active:         794704 kB
Inactive:       587244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31334756 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            5696 kB
Writeback:           0 kB
AnonPages:      261772 kB
Mapped:          13916 kB
Slab:           168580 kB
PageTables:       5740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   513388 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= 74084 MiB
End job on node110 at 2011-06-11 16:30:44