Trace number 320490

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 2007-02-12? (TO) 1200.1 1200.46

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-f10ni.cnf
MD5SUMb99a5b8844b4e1d2656eb1422e6e888f
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark799.473
Satisfiable
(Un)Satisfiability was proved
Number of variables368888
Number of clauses1100500
Sum of the clauses size2567832
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2733666
Number of clauses of size 3366833
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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/320490-1173047008/instance-320490-1173047008.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/node47/watcher-320490-1173047008 -o ROOT/results/node47/solver-320490-1173047008 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320490-1173047008/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/320490-1173047008/instance-320490-1173047008.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.94 3/64 5744
/proc/meminfo: memFree=1693712/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=1536 CPUtime=0
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 208 0 0 0 0 0 0 0 18 0 1 0 30675978 1572864 192 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 384 192 129 302 0 79 0

[startup+0.0929379 s]
/proc/loadavg: 0.91 0.95 0.94 3/64 5744
/proc/meminfo: memFree=1693712/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=5072 CPUtime=0.08
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 1162 0 0 0 8 0 0 0 18 0 1 0 30675978 5193728 1007 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 1268 1008 129 302 0 963 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5072

[startup+0.101939 s]
/proc/loadavg: 0.91 0.95 0.94 3/64 5744
/proc/meminfo: memFree=1693712/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=5364 CPUtime=0.09
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 1246 0 0 0 9 0 0 0 18 0 1 0 30675978 5492736 1091 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 1341 1091 129 302 0 1036 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5364

[startup+0.30196 s]
/proc/loadavg: 0.91 0.95 0.94 3/64 5744
/proc/meminfo: memFree=1693712/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=13036 CPUtime=0.29
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 3533 0 0 0 27 2 0 0 19 0 1 0 30675978 13348864 2685 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134513455 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 3260 2688 129 302 0 2955 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13036

[startup+0.702002 s]
/proc/loadavg: 0.91 0.95 0.94 3/64 5744
/proc/meminfo: memFree=1693712/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=26736 CPUtime=0.69
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 7790 0 0 0 62 7 0 0 22 0 1 0 30675978 27377664 5914 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 6684 5914 129 302 0 6379 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26736

[startup+1.50109 s]
/proc/loadavg: 0.91 0.95 0.94 2/65 5745
/proc/meminfo: memFree=1659784/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=56160 CPUtime=1.49
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 16755 0 0 0 135 14 0 0 25 0 1 0 30675978 57507840 12314 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 14040 12314 129 302 0 13735 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56160

[startup+3.10126 s]
/proc/loadavg: 0.92 0.95 0.94 2/65 5745
/proc/meminfo: memFree=1620360/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=110432 CPUtime=3.08
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 33381 0 0 0 278 30 0 0 25 0 1 0 30675978 113082368 24328 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134536673 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 27608 24328 140 302 0 27303 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 110432

[startup+6.30161 s]
/proc/loadavg: 0.92 0.95 0.94 2/65 5745
/proc/meminfo: memFree=1595464/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=111624 CPUtime=6.29
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 33854 0 0 0 596 33 0 0 25 0 1 0 30675978 114302976 24582 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 27906 24582 140 302 0 27601 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 111624

[startup+12.7023 s]
/proc/loadavg: 0.93 0.96 0.94 2/65 5745
/proc/meminfo: memFree=1595144/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=112780 CPUtime=12.69
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 34263 0 0 0 1234 35 0 0 25 0 1 0 30675978 115486720 24734 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 28195 24734 141 302 0 27890 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 112780

[startup+25.5017 s]
/proc/loadavg: 0.94 0.96 0.94 2/65 5745
/proc/meminfo: memFree=1594632/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=113512 CPUtime=25.48
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 34424 0 0 0 2509 39 0 0 25 0 1 0 30675978 116236288 24895 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 28378 24895 141 302 0 28073 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 113512

[startup+51.1014 s]
/proc/loadavg: 0.96 0.96 0.94 2/65 5745
/proc/meminfo: memFree=1589640/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=118740 CPUtime=51.05
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 35750 0 0 0 5058 47 0 0 25 0 1 0 30675978 121589760 26221 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 29685 26221 141 302 0 29380 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 118740

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.94 2/65 5745
/proc/meminfo: memFree=1574728/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=133804 CPUtime=102.25
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 39511 0 0 0 10159 66 0 0 25 0 1 0 30675978 137015296 29884 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 33451 29884 141 302 0 33146 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 133804

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 5745
/proc/meminfo: memFree=1560136/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=149056 CPUtime=162.23
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 43327 0 0 0 16140 83 0 0 25 0 1 0 30675978 152633344 33571 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 37264 33571 141 302 0 36959 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 149056

[startup+222.302 s]
/proc/loadavg: 1.04 0.99 0.95 2/65 5745
/proc/meminfo: memFree=1547208/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=161860 CPUtime=222.21
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 46503 0 0 0 22122 99 0 0 25 0 1 0 30675978 165744640 36747 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 40465 36747 141 302 0 40160 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 161860

[startup+282.301 s]
/proc/loadavg: 1.06 1.00 0.95 2/65 5745
/proc/meminfo: memFree=1532232/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=177064 CPUtime=282.2
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 50304 0 0 0 28107 113 0 0 25 0 1 0 30675978 181313536 40548 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 44266 40548 141 302 0 43961 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 177064

[startup+342.302 s]
/proc/loadavg: 1.06 1.01 0.96 2/65 5745
/proc/meminfo: memFree=1516296/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=193168 CPUtime=342.17
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 54236 0 0 0 34094 123 0 0 25 0 1 0 30675978 197804032 44480 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 48292 44480 141 302 0 47987 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 193168

[startup+402.301 s]
/proc/loadavg: 1.11 1.04 0.97 2/65 5745
/proc/meminfo: memFree=1501576/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=208780 CPUtime=402.16
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 58187 0 0 0 40083 133 0 0 25 0 1 0 30675978 213790720 48174 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 52195 48174 141 302 0 51890 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 208780

[startup+462.302 s]
/proc/loadavg: 1.13 1.06 0.98 2/65 5745
/proc/meminfo: memFree=1488392/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=222312 CPUtime=462.14
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 61447 0 0 0 46071 143 0 0 25 0 1 0 30675978 227647488 51434 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526742 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 55578 51434 141 302 0 55273 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 222312

[startup+522.301 s]
/proc/loadavg: 1.16 1.07 0.99 2/65 5745
/proc/meminfo: memFree=1478280/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=232436 CPUtime=522.12
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 63983 0 0 0 52059 153 0 0 25 0 1 0 30675978 238014464 53970 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 58109 53970 141 302 0 57804 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 232436

[startup+582.302 s]
/proc/loadavg: 1.06 1.06 0.99 2/65 5745
/proc/meminfo: memFree=1467656/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=243196 CPUtime=582.1
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 66653 0 0 0 58048 162 0 0 25 0 1 0 30675978 249032704 56640 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 60799 56640 141 302 0 60494 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 243196

[startup+642.301 s]
/proc/loadavg: 1.02 1.04 0.99 2/65 5745
/proc/meminfo: memFree=1456584/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=253928 CPUtime=642.09
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 69348 0 0 0 64033 176 0 0 25 0 1 0 30675978 260022272 59335 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 63482 59335 141 302 0 63177 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 253928

[startup+702.302 s]
/proc/loadavg: 1.00 1.03 0.99 2/65 5745
/proc/meminfo: memFree=1448840/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=261668 CPUtime=702.07
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 71285 0 0 0 70019 188 0 0 25 0 1 0 30675978 267948032 61272 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 65417 61272 141 302 0 65112 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 261668

[startup+762.306 s]
/proc/loadavg: 1.00 1.02 0.99 2/65 5745
/proc/meminfo: memFree=1441416/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=269588 CPUtime=762.06
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 73114 0 0 0 76011 195 0 0 25 0 1 0 30675978 276058112 63101 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 67397 63101 141 302 0 67092 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 269588

[startup+822.301 s]
/proc/loadavg: 1.00 1.02 0.99 2/65 5745
/proc/meminfo: memFree=1429832/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=281264 CPUtime=822.03
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 76041 0 0 0 81997 206 0 0 25 0 1 0 30675978 288014336 66028 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 70316 66028 141 302 0 70011 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 281264

[startup+882.302 s]
/proc/loadavg: 1.00 1.01 0.99 2/65 5745
/proc/meminfo: memFree=1420872/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=290244 CPUtime=882.02
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 78270 0 0 0 87985 217 0 0 25 0 1 0 30675978 297209856 68251 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 72561 68251 141 302 0 72256 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 290244

[startup+942.301 s]
/proc/loadavg: 1.00 1.01 0.99 2/65 5745
/proc/meminfo: memFree=1408904/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=304272 CPUtime=942
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 81790 0 0 0 93974 226 0 0 25 0 1 0 30675978 311574528 71258 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 76068 71258 141 302 0 75763 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 304272

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5745
/proc/meminfo: memFree=1397192/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=315880 CPUtime=1001.98
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 84675 0 0 0 99962 236 0 0 25 0 1 0 30675978 323461120 74143 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 78970 74143 141 302 0 78665 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 315880

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5745
/proc/meminfo: memFree=1385288/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=328084 CPUtime=1061.97
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 87706 0 0 0 105951 246 0 0 25 0 1 0 30675978 335958016 77174 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 82021 77174 141 302 0 81716 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 328084

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5745
/proc/meminfo: memFree=1375560/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=337892 CPUtime=1121.95
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 90112 0 0 0 111941 254 0 0 25 0 1 0 30675978 346001408 79580 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526708 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 84473 79580 141 302 0 84168 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 337892

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5745
/proc/meminfo: memFree=1366472/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=347112 CPUtime=1181.93
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 92371 0 0 0 117932 261 0 0 25 0 1 0 30675978 355442688 81839 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 86778 81839 141 302 0 86473 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 347112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 5745
/proc/meminfo: memFree=1363848/2055920 swapFree=4192812/4192956
[pid=5744] ppid=5742 vsize=349568 CPUtime=1200.04
/proc/5744/stat : 5744 (Spear-32) R 5742 5744 5311 0 -1 4194304 93010 0 0 0 119740 264 0 0 25 0 1 0 30675978 357957632 82478 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/5744/statm: 87392 82478 141 302 0 87087 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 349568

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): 1200.46
CPU time (s): 1200.1
CPU user time (s): 1197.4
CPU system time (s): 2.69659
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 349568

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

runsolver used 0.950855 second user time and 2.35664 second system time

The end

Launcher Data (download as text)

Begin job on node47 on Sun Mar  4 22:23:28 UTC 2007

IDJOB= 320490
IDBENCH= 20504
IDSOLVER= 133
FILE ID= node47/320490-1173047008

PBS_JOBID= 4012509

Free space on /tmp= 66544 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-f10ni.cnf
COMMAND LINE= /tmp/evaluation/320490-1173047008/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/320490-1173047008/instance-320490-1173047008.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-320490-1173047008 -o ROOT/results/node47/solver-320490-1173047008 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320490-1173047008/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/320490-1173047008/instance-320490-1173047008.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  b99a5b8844b4e1d2656eb1422e6e888f

RANDOM SEED= 825348689

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node47.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.225
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.225
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:       1694120 kB
Buffers:         14224 kB
Cached:         271240 kB
SwapCached:          0 kB
Active:          55360 kB
Inactive:       245428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           21528 kB
Writeback:           0 kB
Mapped:          25544 kB
Slab:            46988 kB
Committed_AS:   114980 kB
PageTables:       1452 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= 66544 MiB

End job on node47 on Sun Mar  4 22:43:31 UTC 2007