Trace number 300229

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 FH 1.0? (TO) 1200.12 1200.48

General information on the benchmark

Namerandom/LargeSize/5SAT/v800/
unif-k5-r20-v800-c16000-S1063466123-05.cnf
MD5SUM2ff956099c059101847a47f637ebf993
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark229.176
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses16000
Sum of the clauses size80000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 516000
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/300229-1171893890/instance-300229-1171893890.cnf

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node1/watcher-300229-1171893890 -o ROOT/results/node1/solver-300229-1171893890 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/300229-1171893890/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/300229-1171893890/instance-300229-1171893890.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.98 1.00 1.00 3/77 25123
/proc/meminfo: memFree=1600440/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=1548 CPUtime=0
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 200 0 0 0 0 0 0 0 18 0 1 0 209344059 1585152 184 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 387 184 128 302 0 82 0

[startup+0.106948 s]
/proc/loadavg: 0.98 1.00 1.00 3/77 25123
/proc/meminfo: memFree=1600440/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=2724 CPUtime=0.1
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 516 0 0 0 10 0 0 0 18 0 1 0 209344059 2789376 500 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 681 500 140 302 0 376 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2724

[startup+0.514996 s]
/proc/loadavg: 0.98 1.00 1.00 3/77 25123
/proc/meminfo: memFree=1600440/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=4384 CPUtime=0.5
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 925 0 0 0 50 0 0 0 21 0 1 0 209344059 4489216 909 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 1096 909 140 302 0 791 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4384

[startup+1.33509 s]
/proc/loadavg: 0.98 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1595184/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=7196 CPUtime=1.32
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 1615 0 0 0 131 1 0 0 25 0 1 0 209344059 7368704 1599 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 1799 1599 140 302 0 1494 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 7196

[startup+2.97128 s]
/proc/loadavg: 0.98 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1591984/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=11312 CPUtime=2.96
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 2639 0 0 0 293 3 0 0 25 0 1 0 209344059 11583488 2623 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 2828 2623 140 302 0 2523 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 11312

[startup+6.25367 s]
/proc/loadavg: 0.98 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1584816/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=17828 CPUtime=6.24
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 4273 0 0 0 619 5 0 0 25 0 1 0 209344059 18255872 4257 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 4457 4257 140 302 0 4152 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 17828

[startup+12.7114 s]
/proc/loadavg: 0.98 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1574320/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=27548 CPUtime=12.7
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 6738 0 0 0 1261 9 0 0 25 0 1 0 209344059 28209152 6689 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 6887 6689 140 302 0 6582 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 27548

[startup+25.5139 s]
/proc/loadavg: 0.98 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1560368/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=42036 CPUtime=25.5
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 10368 0 0 0 2535 15 0 0 25 0 1 0 209344059 43044864 10254 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 10509 10254 140 302 0 10204 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 42036

[startup+51.1259 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1539248/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=62508 CPUtime=51.1
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 15523 0 0 0 5085 25 0 0 25 0 1 0 209344059 64008192 15409 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 15627 15409 140 302 0 15322 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 62508

[startup+102.349 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1507440/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=94724 CPUtime=102.31
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 23643 0 0 0 10192 39 0 0 25 0 1 0 209344059 96997376 23400 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 23681 23400 140 302 0 23376 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 94724

[startup+162.388 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1478448/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=123048 CPUtime=162.33
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 30752 0 0 0 16178 55 0 0 25 0 1 0 209344059 126001152 30509 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 30762 30509 140 302 0 30457 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 123048

[startup+222.419 s]
/proc/loadavg: 0.99 1.00 1.00 3/78 25124
/proc/meminfo: memFree=1456048/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=145524 CPUtime=222.34
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 36354 0 0 0 22169 65 0 0 25 0 1 0 209344059 149016576 36111 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 36381 36111 140 302 0 36076 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 145524

[startup+282.454 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1437232/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=165204 CPUtime=282.36
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 41329 0 0 0 28159 77 0 0 25 0 1 0 209344059 169168896 40829 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 41301 40829 140 302 0 40996 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 165204

[startup+342.489 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1416688/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=185864 CPUtime=342.37
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 46478 0 0 0 34149 88 0 0 25 0 1 0 209344059 190324736 45978 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 46466 45978 140 302 0 46161 0
Current children cumulated CPU time (s) 342.37
Current children cumulated vsize (KiB) 185864

[startup+402.526 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1398320/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=203856 CPUtime=402.4
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 50989 0 0 0 40141 99 0 0 25 0 1 0 209344059 208748544 50489 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 50964 50489 140 302 0 50659 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 203856

[startup+462.561 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1383600/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=218668 CPUtime=462.42
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 54677 0 0 0 46135 107 0 0 25 0 1 0 209344059 223916032 54177 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 54667 54177 140 302 0 54362 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 218668

[startup+522.594 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1370160/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=232112 CPUtime=522.42
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 58035 0 0 0 52128 114 0 0 25 0 1 0 209344059 237682688 57535 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526941 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 58028 57535 140 302 0 57723 0
Current children cumulated CPU time (s) 522.42
Current children cumulated vsize (KiB) 232112

[startup+582.63 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1356784/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=245568 CPUtime=582.45
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 61384 0 0 0 58123 122 0 0 25 0 1 0 209344059 251461632 60884 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 61392 60884 140 302 0 61087 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 245568

[startup+642.671 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1342064/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=260448 CPUtime=642.47
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 65075 0 0 0 64117 130 0 0 25 0 1 0 209344059 266698752 64575 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 65112 64575 140 302 0 64807 0
Current children cumulated CPU time (s) 642.47
Current children cumulated vsize (KiB) 260448

[startup+702.707 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1327536/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=274844 CPUtime=702.49
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 68696 0 0 0 70111 138 0 0 25 0 1 0 209344059 281440256 68196 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 68711 68196 140 302 0 68406 0
Current children cumulated CPU time (s) 702.49
Current children cumulated vsize (KiB) 274844

[startup+762.744 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1314352/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=288064 CPUtime=762.5
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 72006 0 0 0 76105 145 0 0 25 0 1 0 209344059 294977536 71506 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 72016 71506 140 302 0 71711 0
Current children cumulated CPU time (s) 762.5
Current children cumulated vsize (KiB) 288064

[startup+822.781 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1302064/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=302352 CPUtime=822.53
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 75556 0 0 0 82100 153 0 0 25 0 1 0 209344059 309608448 74543 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 75588 74543 140 302 0 75283 0
Current children cumulated CPU time (s) 822.53
Current children cumulated vsize (KiB) 302352

[startup+882.817 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1290288/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=314196 CPUtime=882.54
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 78502 0 0 0 88095 159 0 0 25 0 1 0 209344059 321736704 77489 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 78549 77489 140 302 0 78244 0
Current children cumulated CPU time (s) 882.54
Current children cumulated vsize (KiB) 314196

[startup+942.853 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1278704/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=325820 CPUtime=942.56
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 81413 0 0 0 94089 167 0 0 25 0 1 0 209344059 333639680 80400 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 81455 80400 140 302 0 81150 0
Current children cumulated CPU time (s) 942.56
Current children cumulated vsize (KiB) 325820

[startup+1002.89 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1267568/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=336892 CPUtime=1002.59
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 84184 0 0 0 100083 176 0 0 25 0 1 0 209344059 344977408 83171 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 84223 83171 140 302 0 83918 0
Current children cumulated CPU time (s) 1002.59
Current children cumulated vsize (KiB) 336892

[startup+1062.93 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1256688/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=347732 CPUtime=1062.6
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 86875 0 0 0 106077 183 0 0 25 0 1 0 209344059 356077568 85862 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 86933 85862 140 302 0 86628 0
Current children cumulated CPU time (s) 1062.6
Current children cumulated vsize (KiB) 347732

[startup+1122.96 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1246192/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=358164 CPUtime=1122.61
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 89493 0 0 0 112072 189 0 0 25 0 1 0 209344059 366759936 88480 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 89541 88480 140 302 0 89236 0
Current children cumulated CPU time (s) 1122.61
Current children cumulated vsize (KiB) 358164

[startup+1183 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1236656/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=367768 CPUtime=1182.64
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 91869 0 0 0 118068 196 0 0 25 0 1 0 209344059 376594432 90856 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 91942 90856 140 302 0 91637 0
Current children cumulated CPU time (s) 1182.64
Current children cumulated vsize (KiB) 367768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.42 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 25124
/proc/meminfo: memFree=1233968/2055920 swapFree=4158120/4192956
[pid=25123] ppid=25121 vsize=370196 CPUtime=1200.06
/proc/25123/stat : 25123 (Spear-32) R 25121 25123 24340 0 -1 4194304 92512 0 0 0 119808 198 0 0 25 0 1 0 209344059 379080704 91499 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/25123/statm: 92549 91499 140 302 0 92244 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 370196

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.48
CPU time (s): 1200.12
CPU user time (s): 1198.09
CPU system time (s): 2.03669
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 370196

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

runsolver used 1.19282 second user time and 3.07953 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Mon Feb 19 14:04:50 UTC 2007

IDJOB= 300229
IDBENCH= 20029
IDSOLVER= 132
FILE ID= node1/300229-1171893890

PBS_JOBID= 3848839

Free space on /tmp= 66550 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v800/unif-k5-r20-v800-c16000-S1063466123-05.cnf
COMMAND LINE= /tmp/evaluation/300229-1171893890/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/300229-1171893890/instance-300229-1171893890.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-300229-1171893890 -o ROOT/results/node1/solver-300229-1171893890 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/300229-1171893890/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/300229-1171893890/instance-300229-1171893890.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  2ff956099c059101847a47f637ebf993

RANDOM SEED= 48947183

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1600848 kB
Buffers:         53100 kB
Cached:         306500 kB
SwapCached:      15284 kB
Active:         252424 kB
Inactive:       130376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1600848 kB
SwapTotal:     4192956 kB
SwapFree:      4158120 kB
Dirty:            1928 kB
Writeback:           0 kB
Mapped:          29932 kB
Slab:            57784 kB
Committed_AS:   682744 kB
PageTables:       1740 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= 66550 MiB

End job on node1 on Mon Feb 19 14:24:52 UTC 2007