Trace number 328759

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, and are wall clock time (not CPU 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
Spear FHS 1.0? (TO) 1200.18 1200.59

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
Bench CategoryINDUST (industrial 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 variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/328759-1173123379/instance-328759-1173123379.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node65/watcher-328759-1173123379 -o ROOT/results/node65/solver-328759-1173123379 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328759-1173123379/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/328759-1173123379/instance-328759-1173123379.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 11085
/proc/meminfo: memFree=867032/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=1396 CPUtime=0
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 332295509 1429504 138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 349 138 121 302 0 44 0

[startup+0.0622871 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 11085
/proc/meminfo: memFree=867032/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=3404 CPUtime=0.05
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 601 0 0 0 5 0 0 0 18 0 1 0 332295509 3485696 585 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134533777 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 851 585 129 302 0 546 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3404

[startup+0.101291 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 11085
/proc/meminfo: memFree=867032/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=4868 CPUtime=0.09
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 941 0 0 0 9 0 0 0 18 0 1 0 332295509 4984832 868 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518170 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 1217 870 129 302 0 912 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4868

[startup+0.301324 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 11085
/proc/meminfo: memFree=867032/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=10256 CPUtime=0.29
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 2647 0 0 0 27 2 0 0 19 0 1 0 332295509 10502144 2250 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 2564 2250 129 302 0 2259 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10256

[startup+0.70139 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 11085
/proc/meminfo: memFree=867032/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=16000 CPUtime=0.69
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 4287 0 0 0 65 4 0 0 22 0 1 0 332295509 16384000 3277 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 4000 3277 140 302 0 3695 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16000

[startup+1.50152 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 11086
/proc/meminfo: memFree=854224/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=16380 CPUtime=1.49
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 4389 0 0 0 145 4 0 0 25 0 1 0 332295509 16773120 3379 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 4095 3379 140 302 0 3790 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16380

[startup+3.10178 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 11086
/proc/meminfo: memFree=853584/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=17152 CPUtime=3.09
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 4583 0 0 0 304 5 0 0 25 0 1 0 332295509 17563648 3573 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 4288 3573 140 302 0 3983 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17152

[startup+6.3013 s]
/proc/loadavg: 0.92 0.95 0.90 2/65 11086
/proc/meminfo: memFree=852048/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=18432 CPUtime=6.29
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 4907 0 0 0 623 6 0 0 25 0 1 0 332295509 18874368 3897 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 4608 3897 140 302 0 4303 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18432

[startup+12.7014 s]
/proc/loadavg: 0.93 0.95 0.90 2/65 11086
/proc/meminfo: memFree=847768/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=22864 CPUtime=12.69
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 5994 0 0 0 1260 9 0 0 25 0 1 0 332295509 23412736 4984 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526903 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 5716 4984 140 302 0 5411 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22864

[startup+25.5014 s]
/proc/loadavg: 0.94 0.96 0.91 2/65 11086
/proc/meminfo: memFree=839640/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=30568 CPUtime=25.48
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 7944 0 0 0 2536 12 0 0 25 0 1 0 332295509 31301632 6901 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 7642 6901 140 302 0 7337 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30568

[startup+51.1016 s]
/proc/loadavg: 0.96 0.96 0.91 2/65 11086
/proc/meminfo: memFree=824280/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=46332 CPUtime=51.07
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 11926 0 0 0 5086 21 0 0 25 0 1 0 332295509 47443968 10818 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 11583 10818 140 302 0 11278 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 46332

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.91 2/65 11086
/proc/meminfo: memFree=795352/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=74696 CPUtime=102.26
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 19072 0 0 0 10190 36 0 0 25 0 1 0 332295509 76488704 17964 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 18674 17964 140 302 0 18369 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 74696

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11086
/proc/meminfo: memFree=766424/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=104272 CPUtime=162.24
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 26480 0 0 0 16176 48 0 0 25 0 1 0 332295509 106774528 25243 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 26068 25243 140 302 0 25763 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 104272

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11086
/proc/meminfo: memFree=738904/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=131396 CPUtime=222.21
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 33276 0 0 0 22164 57 0 0 25 0 1 0 332295509 134549504 32039 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 32849 32039 140 302 0 32544 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 131396

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11086
/proc/meminfo: memFree=713752/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=156672 CPUtime=282.19
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 39614 0 0 0 28151 68 0 0 25 0 1 0 332295509 160432128 38377 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 39168 38377 140 302 0 38863 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 156672

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11088
/proc/meminfo: memFree=683736/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=186360 CPUtime=342.17
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 47038 0 0 0 34140 77 0 0 25 0 1 0 332295509 190832640 45801 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 46590 45801 140 302 0 46285 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 186360

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11088
/proc/meminfo: memFree=653272/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=217128 CPUtime=402.15
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 54735 0 0 0 40127 88 0 0 25 0 1 0 332295509 222339072 53498 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134539417 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 54282 53498 140 302 0 53977 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 217128

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11088
/proc/meminfo: memFree=623128/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=246848 CPUtime=462.13
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 62191 0 0 0 46116 97 0 0 25 0 1 0 332295509 252772352 60954 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 61712 60954 140 302 0 61407 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 246848

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11088
/proc/meminfo: memFree=594200/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=276076 CPUtime=522.11
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 69488 0 0 0 52105 106 0 0 25 0 1 0 332295509 282701824 68251 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 69019 68251 140 302 0 68714 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 276076

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11088
/proc/meminfo: memFree=565976/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=303908 CPUtime=582.08
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 76456 0 0 0 58094 114 0 0 25 0 1 0 332295509 311201792 75219 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 75977 75219 140 302 0 75672 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 303908

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11088
/proc/meminfo: memFree=538072/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=332432 CPUtime=642.07
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 83605 0 0 0 64085 122 0 0 25 0 1 0 332295509 340410368 82111 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 83108 82111 140 302 0 82803 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 332432

[startup+702.301 s]
/proc/loadavg: 1.04 0.99 0.91 2/65 11088
/proc/meminfo: memFree=511256/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=359604 CPUtime=702.04
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 90381 0 0 0 70075 129 0 0 25 0 1 0 332295509 368234496 88887 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 89901 88887 140 302 0 89596 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 359604

[startup+762.306 s]
/proc/loadavg: 1.05 1.00 0.92 2/65 11088
/proc/meminfo: memFree=481752/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=388712 CPUtime=762.03
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 97678 0 0 0 76065 138 0 0 25 0 1 0 332295509 398041088 96184 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 97178 96184 140 302 0 96873 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 388712

[startup+822.302 s]
/proc/loadavg: 1.02 1.00 0.92 2/65 11088
/proc/meminfo: memFree=456472/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=414160 CPUtime=822
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 104047 0 0 0 82054 146 0 0 25 0 1 0 332295509 424099840 102553 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 103540 102553 140 302 0 103235 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 414160

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 11088
/proc/meminfo: memFree=431640/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=438668 CPUtime=881.99
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 110185 0 0 0 88046 153 0 0 25 0 1 0 332295509 449196032 108691 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526787 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 109667 108691 140 302 0 109362 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 438668

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 11088
/proc/meminfo: memFree=406744/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=463704 CPUtime=941.97
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 116462 0 0 0 94036 161 0 0 25 0 1 0 332295509 474832896 114968 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 115926 114968 140 302 0 115621 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 463704

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 11088
/proc/meminfo: memFree=381848/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=488400 CPUtime=1001.94
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 122626 0 0 0 100027 167 0 0 25 0 1 0 332295509 500121600 121132 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 122100 121132 140 302 0 121795 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 488400

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 11088
/proc/meminfo: memFree=357720/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=512716 CPUtime=1061.92
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 128716 0 0 0 106018 174 0 0 25 0 1 0 332295509 525021184 127222 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 128179 127222 140 302 0 127874 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 512716

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 11088
/proc/meminfo: memFree=333656/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=536452 CPUtime=1121.9
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 134665 0 0 0 112009 181 0 0 25 0 1 0 332295509 549326848 133171 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526900 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 134113 133171 140 302 0 133808 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 536452

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 11088
/proc/meminfo: memFree=311064/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=559204 CPUtime=1181.88
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 140351 0 0 0 118002 186 0 0 25 0 1 0 332295509 572624896 138857 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526941 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 139801 138857 140 302 0 139496 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 559204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 11088
/proc/meminfo: memFree=304152/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=565660 CPUtime=1200.08
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 141969 0 0 0 119820 188 0 0 25 0 1 0 332295509 579235840 140475 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526719 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 141415 140475 140 302 0 141110 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 565660

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 11088
/proc/meminfo: memFree=304152/2055920 swapFree=4184052/4192956
[pid=11085] ppid=11083 vsize=565660 CPUtime=1200.08
/proc/11085/stat : 11085 (Spear-32) R 11083 11085 10685 0 -1 4194304 141969 0 0 0 119820 188 0 0 25 0 1 0 332295509 579235840 140475 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526719 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 141415 140475 140 302 0 141110 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 565660

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.59
CPU time (s): 1200.18
CPU user time (s): 1198.2
CPU system time (s): 1.9737
CPU usage (%): 99.9654
Max. virtual memory (cumulated for all children) (KiB): 565660

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

runsolver used 0.961853 second user time and 2.35564 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Mon Mar  5 19:36:20 UTC 2007

IDJOB= 328759
IDBENCH= 20523
IDSOLVER= 131
FILE ID= node65/328759-1173123379

PBS_JOBID= 4015153

Free space on /tmp= 66507 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k45.cnf
COMMAND LINE= /tmp/evaluation/328759-1173123379/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/328759-1173123379/instance-328759-1173123379.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-328759-1173123379 -o ROOT/results/node65/solver-328759-1173123379 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328759-1173123379/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/328759-1173123379/instance-328759-1173123379.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  8a76c8add64173ae39149aae572a02d9

RANDOM SEED= 28735873

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        867504 kB
Buffers:         46740 kB
Cached:        1046008 kB
SwapCached:       3004 kB
Active:         395868 kB
Inactive:       706500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        867504 kB
SwapTotal:     4192956 kB
SwapFree:      4184052 kB
Dirty:            5068 kB
Writeback:           0 kB
Mapped:          15468 kB
Slab:            72124 kB
Committed_AS:   758192 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66507 MiB

End job on node65 on Mon Mar  5 19:56:22 UTC 2007