Trace number 334771

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.14 1200.55

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-philo.used-as.sat04-988.sat05-4195.reshuffled-07.cnf
MD5SUM45589f445aa56f109f82baade7facf9a
Bench CategoryCRAFTED (crafted 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 variables36304
Number of clauses1711065
Sum of the clauses size3450220
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21706958
Number of clauses of size 30
Number of clauses of size 45
Number of clauses of size 57
Number of clauses of size over 54095

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/334771-1173591887/instance-334771-1173591887.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/node17/watcher-334771-1173591887 -o ROOT/results/node17/solver-334771-1173591887 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334771-1173591887/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/334771-1173591887/instance-334771-1173591887.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.99 0.98 0.99 3/77 1445
/proc/meminfo: memFree=1261904/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=1932 CPUtime=0
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 379143318 1978368 247 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135255992 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 483 248 126 302 0 178 0

[startup+0.0817421 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 1445
/proc/meminfo: memFree=1261904/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=7848 CPUtime=0.07
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 2157 0 0 0 6 1 0 0 18 0 1 0 379143318 8036352 1381 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 1963 1381 126 302 0 1658 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7848

[startup+0.101745 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 1445
/proc/meminfo: memFree=1261904/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=7864 CPUtime=0.09
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 2172 0 0 0 7 2 0 0 18 0 1 0 379143318 8052736 1396 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 1966 1396 128 302 0 1661 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7864

[startup+0.301766 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 1445
/proc/meminfo: memFree=1261904/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=12472 CPUtime=0.29
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 3397 0 0 0 27 2 0 0 19 0 1 0 379143318 12771328 2523 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 3118 2524 129 302 0 2813 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12472

[startup+0.701807 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 1445
/proc/meminfo: memFree=1261904/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=22324 CPUtime=0.69
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 6070 0 0 0 65 4 0 0 22 0 1 0 379143318 22859776 4810 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 5581 4810 129 302 0 5276 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22324

[startup+1.50189 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1446
/proc/meminfo: memFree=1236744/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=41400 CPUtime=1.49
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 11222 0 0 0 142 7 0 0 25 0 1 0 379143318 42393600 9449 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 10350 9449 129 302 0 10045 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41400

[startup+3.10106 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1446
/proc/meminfo: memFree=1211336/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=79816 CPUtime=3.09
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 21600 0 0 0 296 13 0 0 25 0 1 0 379143318 81731584 18802 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 19954 18802 129 302 0 19649 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 79816

[startup+6.30139 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1446
/proc/meminfo: memFree=1156296/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=110044 CPUtime=6.29
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 29454 0 0 0 612 17 0 0 25 0 1 0 379143318 112685056 26587 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 27511 26587 145 302 0 27206 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 110044

[startup+12.7011 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1446
/proc/meminfo: memFree=1156360/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=110172 CPUtime=12.69
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 29494 0 0 0 1247 22 0 0 25 0 1 0 379143318 112816128 26594 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 27543 26594 145 302 0 27238 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 110172

[startup+25.5014 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1446
/proc/meminfo: memFree=1155016/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=111824 CPUtime=25.48
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 29884 0 0 0 2517 31 0 0 25 0 1 0 379143318 114507776 26984 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 27956 26984 145 302 0 27651 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 111824

[startup+51.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1446
/proc/meminfo: memFree=1147912/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=119152 CPUtime=51.08
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 31721 0 0 0 5068 40 0 0 25 0 1 0 379143318 122011648 28788 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 29788 28788 145 302 0 29483 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 119152

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1446
/proc/meminfo: memFree=1133896/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=132912 CPUtime=102.26
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 35184 0 0 0 10171 55 0 0 25 0 1 0 379143318 136101888 32251 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 33228 32251 145 302 0 32923 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 132912

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1446
/proc/meminfo: memFree=1117384/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=149776 CPUtime=162.25
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 39438 0 0 0 16158 67 0 0 25 0 1 0 379143318 153370624 36440 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 37444 36440 145 302 0 37139 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 149776

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1446
/proc/meminfo: memFree=1103560/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=163360 CPUtime=222.23
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 42824 0 0 0 22145 78 0 0 25 0 1 0 379143318 167280640 39826 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526906 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 40840 39826 145 302 0 40535 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 163360

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1446
/proc/meminfo: memFree=1088456/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=178460 CPUtime=282.21
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 46615 0 0 0 28133 88 0 0 25 0 1 0 379143318 182743040 43617 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 44615 43617 145 302 0 44310 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 178460

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1446
/proc/meminfo: memFree=1075656/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=191660 CPUtime=342.2
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 49902 0 0 0 34122 98 0 0 25 0 1 0 379143318 196259840 46775 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 47915 46775 145 302 0 47610 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 191660

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1446
/proc/meminfo: memFree=1064712/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=202564 CPUtime=402.19
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 52633 0 0 0 40113 106 0 0 25 0 1 0 379143318 207425536 49506 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 50641 49506 145 302 0 50336 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 202564

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1446
/proc/meminfo: memFree=1051720/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=215364 CPUtime=462.17
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 55846 0 0 0 46103 114 0 0 25 0 1 0 379143318 220532736 52719 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 53841 52719 145 302 0 53536 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 215364

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1446
/proc/meminfo: memFree=1041672/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=225692 CPUtime=522.16
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 58414 0 0 0 52094 122 0 0 25 0 1 0 379143318 231108608 55287 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134539770 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 56423 55287 145 302 0 56118 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 225692

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1446
/proc/meminfo: memFree=1031304/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=235812 CPUtime=582.14
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 60941 0 0 0 58083 131 0 0 25 0 1 0 379143318 241471488 57814 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 58953 57814 145 302 0 58648 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 235812

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1446
/proc/meminfo: memFree=1022024/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=245076 CPUtime=642.13
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 63271 0 0 0 64076 137 0 0 25 0 1 0 379143318 250957824 60144 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 61269 60144 145 302 0 60964 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 245076

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1446
/proc/meminfo: memFree=1014600/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=252632 CPUtime=702.11
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 65152 0 0 0 70070 141 0 0 25 0 1 0 379143318 258695168 62025 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 63158 62025 145 302 0 62853 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 252632

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1446
/proc/meminfo: memFree=1006024/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=261112 CPUtime=762.1
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 67266 0 0 0 76061 149 0 0 25 0 1 0 379143318 267378688 64139 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 65278 64139 145 302 0 64973 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 261112

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1446
/proc/meminfo: memFree=998280/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=269028 CPUtime=822.08
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 69235 0 0 0 82053 155 0 0 25 0 1 0 379143318 275484672 66108 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 67257 66108 145 302 0 66952 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 269028

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1446
/proc/meminfo: memFree=989704/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=277532 CPUtime=882.06
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 71340 0 0 0 88044 162 0 0 25 0 1 0 379143318 284192768 68213 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526730 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 69383 68213 145 302 0 69078 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 277532

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1446
/proc/meminfo: memFree=981384/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=285964 CPUtime=942.05
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 73438 0 0 0 94037 168 0 0 25 0 1 0 379143318 292827136 70311 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 71491 70311 145 302 0 71186 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 285964

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 1558
/proc/meminfo: memFree=971856/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=295124 CPUtime=1001.99
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 75755 0 0 0 100025 174 0 0 25 0 1 0 379143318 302206976 72371 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 73781 72371 145 302 0 73476 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 295124

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1644
/proc/meminfo: memFree=965256/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=303072 CPUtime=1061.92
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 77698 0 0 0 106012 180 0 0 25 0 1 0 379143318 310345728 74314 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 75768 74314 145 302 0 75463 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 303072

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1644
/proc/meminfo: memFree=959048/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=309148 CPUtime=1121.9
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 79220 0 0 0 112005 185 0 0 25 0 1 0 379143318 316567552 75836 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 77287 75836 145 302 0 76982 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 309148

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1644
/proc/meminfo: memFree=953352/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=314872 CPUtime=1181.88
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 80663 0 0 0 117997 191 0 0 25 0 1 0 379143318 322428928 77279 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527275 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 78718 77279 145 302 0 78413 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 314872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1644
/proc/meminfo: memFree=950152/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=317872 CPUtime=1200.09
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 81433 0 0 0 119816 193 0 0 25 0 1 0 379143318 325500928 78049 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 79468 78049 145 302 0 79163 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 317872

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: 0.99 0.98 0.99 2/78 1644
/proc/meminfo: memFree=950152/2055920 swapFree=4168576/4192956
[pid=1445] ppid=1443 vsize=317872 CPUtime=1200.09
/proc/1445/stat : 1445 (Spear-32) R 1443 1445 615 0 -1 4194304 81433 0 0 0 119816 193 0 0 25 0 1 0 379143318 325500928 78049 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 79468 78049 145 302 0 79163 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 317872

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.14
CPU user time (s): 1198.16
CPU system time (s): 1.9787
CPU usage (%): 99.9656
Max. virtual memory (cumulated for all children) (KiB): 317872

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

runsolver used 1.39479 second user time and 2.98055 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Sun Mar 11 05:44:51 UTC 2007

IDJOB= 334771
IDBENCH= 24635
IDSOLVER= 131
FILE ID= node17/334771-1173591887

PBS_JOBID= 4101227

Free space on /tmp= 66520 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-philo.used-as.sat04-988.sat05-4195.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334771-1173591887/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/334771-1173591887/instance-334771-1173591887.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-334771-1173591887 -o ROOT/results/node17/solver-334771-1173591887 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334771-1173591887/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/334771-1173591887/instance-334771-1173591887.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  45589f445aa56f109f82baade7facf9a

RANDOM SEED= 742157566

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.229
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.229
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:       1262248 kB
Buffers:         55496 kB
Cached:         637772 kB
SwapCached:       2236 kB
Active:         402860 kB
Inactive:       313044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1262248 kB
SwapTotal:     4192956 kB
SwapFree:      4168576 kB
Dirty:           25844 kB
Writeback:           0 kB
Mapped:          30440 kB
Slab:            63356 kB
Committed_AS:  1489332 kB
PageTables:       1748 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= 66520 MiB

End job on node17 on Sun Mar 11 06:04:53 UTC 2007