Trace number 300892

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
TTS 4.0? (TO) 1200.1 1200.52

General information on the benchmark

Namerandom/LargeSize/5SAT/v700/
unif-k5-r20-v700-c14000-S1036103820-03.cnf
MD5SUM85e6669b731e40790ffff95698079292
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark41.5937
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
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 514000
Number of clauses of size over 50

Solver Data (download as text)

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/node15/watcher-300892-1171941539 -o ROOT/results/node15/solver-300892-1171941539 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/300892-1171941539/tts-4-0 /tmp/evaluation/300892-1171941539/instance-300892-1171941539.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: 1.00 1.00 0.96 3/77 373
/proc/meminfo: memFree=1353472/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=796 CPUtime=0
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 114 0 0 0 0 0 0 0 18 0 1 0 214108260 815104 99 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134630100 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 199 99 57 113 0 83 0

[startup+0.107161 s]
/proc/loadavg: 1.00 1.00 0.96 3/77 373
/proc/meminfo: memFree=1353472/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=2812 CPUtime=0.1
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 604 0 0 0 10 0 0 0 18 0 1 0 214108260 2879488 589 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134538265 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 703 589 59 113 0 587 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2812

[startup+0.51523 s]
/proc/loadavg: 1.00 1.00 0.96 3/77 373
/proc/meminfo: memFree=1353472/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=16564 CPUtime=0.5
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 4058 0 0 0 49 1 0 0 22 0 1 0 214108260 16961536 4043 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134627035 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 4141 4043 65 113 0 4025 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 16564

[startup+1.33637 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 374
/proc/meminfo: memFree=1325496/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=30436 CPUtime=1.33
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 7481 0 0 0 130 3 0 0 25 0 1 0 214108260 31166464 7431 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134591882 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 7609 7431 66 113 0 7493 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 30436

[startup+2.97669 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 374
/proc/meminfo: memFree=1323512/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=31104 CPUtime=2.97
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 7652 0 0 0 294 3 0 0 25 0 1 0 214108260 31850496 7602 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134591687 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 7776 7602 66 113 0 7660 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 31104

[startup+6.25321 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 374
/proc/meminfo: memFree=1322744/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=31368 CPUtime=6.24
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 7743 0 0 0 621 3 0 0 25 0 1 0 214108260 32120832 7693 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134641336 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 7842 7693 66 113 0 7726 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 31368

[startup+12.7113 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 374
/proc/meminfo: memFree=1322040/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=32028 CPUtime=12.7
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 7893 0 0 0 1267 3 0 0 25 0 1 0 214108260 32796672 7843 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134641336 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 8007 7843 66 113 0 7891 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 32028

[startup+25.5145 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 374
/proc/meminfo: memFree=1321272/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=32576 CPUtime=25.49
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 8094 0 0 0 2546 3 0 0 25 0 1 0 214108260 33357824 8044 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134641336 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 8144 8044 66 113 0 8028 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32576

[startup+51.1239 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 374
/proc/meminfo: memFree=1319928/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=34004 CPUtime=51.1
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 8440 0 0 0 5106 4 0 0 25 0 1 0 214108260 34820096 8390 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134591965 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 8501 8390 66 113 0 8385 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 34004

[startup+102.341 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 374
/proc/meminfo: memFree=1315512/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=38676 CPUtime=102.3
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 9578 0 0 0 10225 5 0 0 25 0 1 0 214108260 39604224 9528 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134552164 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 9669 9528 66 113 0 9553 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 38676

[startup+162.374 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 374
/proc/meminfo: memFree=1306424/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=47496 CPUtime=162.3
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 11788 0 0 0 16224 6 0 0 25 0 1 0 214108260 48635904 11738 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134534145 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 11874 11738 66 113 0 11758 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 47496

[startup+222.405 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 374
/proc/meminfo: memFree=1294520/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=59232 CPUtime=222.32
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 14745 0 0 0 22224 8 0 0 25 0 1 0 214108260 60653568 14695 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134591898 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 14808 14695 66 113 0 14692 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 59232

[startup+282.43 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 374
/proc/meminfo: memFree=1286520/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=67204 CPUtime=282.32
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 16763 0 0 0 28223 9 0 0 25 0 1 0 214108260 68816896 16713 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134591898 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 16801 16713 66 113 0 16685 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 67204

[startup+342.458 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 374
/proc/meminfo: memFree=1273400/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=80568 CPUtime=342.32
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 20053 0 0 0 34220 12 0 0 25 0 1 0 214108260 82501632 20003 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134534199 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 20142 20003 66 113 0 20026 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 80568

[startup+402.482 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 374
/proc/meminfo: memFree=1263544/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=90072 CPUtime=402.33
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 22470 0 0 0 40219 14 0 0 25 0 1 0 214108260 92233728 22420 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134534120 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 22518 22420 66 113 0 22402 0
Current children cumulated CPU time (s) 402.33
Current children cumulated vsize (KiB) 90072

[startup+462.512 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 374
/proc/meminfo: memFree=1254072/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=99580 CPUtime=462.34
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 24837 0 0 0 46218 16 0 0 25 0 1 0 214108260 101969920 24787 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134641326 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 24895 24787 66 113 0 24779 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 99580

[startup+522.544 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 374
/proc/meminfo: memFree=1247480/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=106160 CPUtime=522.35
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 26485 0 0 0 52218 17 0 0 25 0 1 0 214108260 108707840 26435 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134534154 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 26540 26435 66 113 0 26424 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 106160

[startup+582.574 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 374
/proc/meminfo: memFree=1238712/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=114840 CPUtime=582.37
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 28660 0 0 0 58218 19 0 0 25 0 1 0 214108260 117596160 28610 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134534154 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 28710 28610 66 113 0 28594 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 114840

[startup+642.605 s]
/proc/loadavg: 1.06 1.02 0.97 2/78 374
/proc/meminfo: memFree=1230136/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=123516 CPUtime=642.37
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 30807 0 0 0 64217 20 0 0 25 0 1 0 214108260 126480384 30757 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134641338 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 30879 30757 66 113 0 30763 0
Current children cumulated CPU time (s) 642.37
Current children cumulated vsize (KiB) 123516

[startup+702.628 s]
/proc/loadavg: 1.02 1.01 0.97 2/78 374
/proc/meminfo: memFree=1220088/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=133364 CPUtime=702.37
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 33301 0 0 0 70215 22 0 0 25 0 1 0 214108260 136564736 33251 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134534117 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 33341 33251 66 113 0 33225 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 133364

[startup+762.655 s]
/proc/loadavg: 1.01 1.00 0.97 2/78 374
/proc/meminfo: memFree=1212920/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=140868 CPUtime=762.38
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 35135 0 0 0 76214 24 0 0 25 0 1 0 214108260 144248832 35085 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134534108 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 35217 35085 66 113 0 35101 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 140868

[startup+822.688 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 374
/proc/meminfo: memFree=1205432/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=148136 CPUtime=822.39
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 36955 0 0 0 82213 26 0 0 25 0 1 0 214108260 151691264 36905 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134534054 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 37034 36905 66 113 0 36918 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 148136

[startup+882.716 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 374
/proc/meminfo: memFree=1199544/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=153996 CPUtime=882.4
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 38454 0 0 0 88213 27 0 0 25 0 1 0 214108260 157691904 38404 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134534364 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 38499 38404 66 113 0 38383 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 153996

[startup+942.742 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 374
/proc/meminfo: memFree=1191736/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=161964 CPUtime=942.41
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 40403 0 0 0 94211 30 0 0 25 0 1 0 214108260 165851136 40353 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 40491 40353 66 113 0 40375 0
Current children cumulated CPU time (s) 942.41
Current children cumulated vsize (KiB) 161964

[startup+1002.77 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 374
/proc/meminfo: memFree=1182520/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=171104 CPUtime=1002.4
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 42719 0 0 0 100209 31 0 0 25 0 1 0 214108260 175210496 42669 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134534117 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 42776 42669 66 113 0 42660 0
Current children cumulated CPU time (s) 1002.4
Current children cumulated vsize (KiB) 171104

[startup+1062.8 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 374
/proc/meminfo: memFree=1175032/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=178372 CPUtime=1062.41
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 44550 0 0 0 106208 33 0 0 25 0 1 0 214108260 182652928 44500 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134534130 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 44593 44500 66 113 0 44477 0
Current children cumulated CPU time (s) 1062.41
Current children cumulated vsize (KiB) 178372

[startup+1122.83 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 374
/proc/meminfo: memFree=1167608/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=185872 CPUtime=1122.43
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 46395 0 0 0 112208 35 0 0 25 0 1 0 214108260 190332928 46345 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134534117 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 46468 46345 66 113 0 46352 0
Current children cumulated CPU time (s) 1122.43
Current children cumulated vsize (KiB) 185872

[startup+1182.86 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 374
/proc/meminfo: memFree=1159096/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=194312 CPUtime=1182.44
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 48536 0 0 0 118207 37 0 0 25 0 1 0 214108260 198975488 48486 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134534120 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 48578 48486 66 113 0 48462 0
Current children cumulated CPU time (s) 1182.44
Current children cumulated vsize (KiB) 194312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.48 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 374
/proc/meminfo: memFree=1157944/2055920 swapFree=4192812/4192956
[pid=373] ppid=371 vsize=195484 CPUtime=1200.06
/proc/373/stat : 373 (tts-4-0) R 371 373 31210 0 -1 4194304 48812 0 0 0 119969 37 0 0 25 0 1 0 214108260 200175616 48762 18446744073709551615 134512640 134976056 4294956624 18446744073709551615 134591616 0 0 4096 0 0 0 0 17 1 0 0
/proc/373/statm: 48871 48762 66 113 0 48755 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 195484

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.52
CPU time (s): 1200.1
CPU user time (s): 1199.69
CPU system time (s): 0.405938
CPU usage (%): 99.9648
Max. virtual memory (cumulated for all children) (KiB): 195484

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

runsolver used 1.46478 second user time and 2.6316 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Tue Feb 20 03:18:59 UTC 2007

IDJOB= 300892
IDBENCH= 20046
IDSOLVER= 98
FILE ID= node15/300892-1171941539

PBS_JOBID= 3848932

Free space on /tmp= 66549 MiB

SOLVER NAME= TTS 4.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v700/unif-k5-r20-v700-c14000-S1036103820-03.cnf
COMMAND LINE= /tmp/evaluation/300892-1171941539/tts-4-0 /tmp/evaluation/300892-1171941539/instance-300892-1171941539.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-300892-1171941539 -o ROOT/results/node15/solver-300892-1171941539 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/300892-1171941539/tts-4-0 /tmp/evaluation/300892-1171941539/instance-300892-1171941539.cnf            

META MD5SUM SOLVER= 73a7a27d0c2e86f9b1191433fde766ff
MD5SUM BENCH=  85e6669b731e40790ffff95698079292

RANDOM SEED= 74284560

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.276
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.276
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:       1353944 kB
Buffers:         41428 kB
Cached:         529228 kB
SwapCached:          0 kB
Active:         202208 kB
Inactive:       429332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1353944 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             872 kB
Writeback:           0 kB
Mapped:          79772 kB
Slab:            55868 kB
Committed_AS:   826240 kB
PageTables:       1804 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= 66549 MiB

End job on node15 on Tue Feb 20 03:39:01 UTC 2007