Trace number 425195

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
SAT7 2007-02-08SAT 1543.64 1544.08

General information on the benchmark

Namerandom/OnTreshold/5SAT/v90/
unif-k5-r21.3-v90-c1917-S1282416669-17.SAT.shuffled.cnf
MD5SUM68519df3d597e4ffebc610ff4465413a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.022996
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
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 51917
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.01	c Starting solver ...
0.00/0.01	c Restarting after 100 conflicts
0.00/0.01	c Restarting after 251 conflicts
0.00/0.02	c Restarting after 476 conflicts
0.00/0.03	c Restarting after 816 conflicts
0.05/0.05	c Restarting after 1322 conflicts
0.05/0.09	c Restarting after 2083 conflicts
0.10/0.13	c Restarting after 3222 conflicts
0.20/0.21	c Restarting after 4931 conflicts
0.30/0.32	c Restarting after 7493 conflicts
0.40/0.49	c Restarting after 11339 conflicts
0.70/0.76	c Restarting after 17107 conflicts
1.10/1.16	c Restarting after 25758 conflicts
1.79/1.80	c Restarting after 38732 conflicts
2.69/2.78	c Restarting after 58195 conflicts
4.30/4.32	c Restarting after 87388 conflicts
6.60/6.67	c Restarting after 131177 conflicts
10.29/10.31	c Restarting after 196862 conflicts
15.89/15.96	c Restarting after 295388 conflicts
24.59/24.63	c Restarting after 443178 conflicts
38.18/38.25	c Restarting after 664862 conflicts
59.17/59.25	c Restarting after 997388 conflicts
91.66/91.77	c Restarting after 1496177 conflicts
142.45/142.55	c Restarting after 2244361 conflicts
222.23/222.31	c Restarting after 3366635 conflicts
347.69/347.84	c Restarting after 5050046 conflicts
544.54/544.75	c Restarting after 7575163 conflicts
854.05/854.39	c Restarting after 11362838 conflicts
1344.11/1344.50	c Restarting after 17044350 conflicts
1543.55/1544.07	s SATISFIABLE
1543.55/1544.07	v 1 2 -3 4 5 6 -7 8 9 10 11 -12 -13 -14 -15 16 17 18 19 20 21 -22 -23 -24 -25 -26 -27 -28 -29 30 -31 -32 -33 -34 35 36 -37 38 -39 40 -41 -42 43 -44 45 46 47 48 49 50 51 52 53 54 -55 -56 57 -58 59 -60 61 -62 63 -64 65 66 67 -68 -69 70 -71 -72 73 74 75 -76 77 -78 -79 80 81 -82 -83 84 85 86 -87 -88 89 -90 
1543.55/1544.07	v 0

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node17/watcher-425195-1177624977 -o ROOT/results/node17/solver-425195-1177624977 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/425195-1177624977/sat7_bin /tmp/evaluation/425195-1177624977/instance-425195-1177624977.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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 0.99 0.99 3/77 7766
/proc/meminfo: memFree=1656680/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=1064 CPUtime=0
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 130 0 0 0 0 0 0 0 18 0 1 0 210415242 1089536 114 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029836 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 266 114 87 220 0 43 0

[startup+0.0515191 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 7766
/proc/meminfo: memFree=1656680/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=1460 CPUtime=0.05
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 198 0 0 0 5 0 0 0 18 0 1 0 210415242 1495040 182 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532450 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 365 182 95 220 0 142 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1460

[startup+0.101524 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 7766
/proc/meminfo: memFree=1656680/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=1460 CPUtime=0.1
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 208 0 0 0 10 0 0 0 18 0 1 0 210415242 1495040 192 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134578853 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 365 192 95 220 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1460

[startup+0.301545 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 7766
/proc/meminfo: memFree=1656680/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=1460 CPUtime=0.3
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 227 0 0 0 30 0 0 0 19 0 1 0 210415242 1495040 211 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558425 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 365 211 95 220 0 142 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1460

[startup+0.701587 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 7766
/proc/meminfo: memFree=1656680/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=2108 CPUtime=0.7
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 257 0 0 0 70 0 0 0 23 0 1 0 210415242 2158592 241 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532664 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 527 241 95 220 0 304 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2108

[startup+1.50167 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7767
/proc/meminfo: memFree=1656032/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=2108 CPUtime=1.49
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 282 0 0 0 149 0 0 0 25 0 1 0 210415242 2158592 266 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532514 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 527 266 95 220 0 304 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2108

[startup+3.10184 s]
/proc/loadavg: 1.08 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1655712/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=2240 CPUtime=3.09
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 320 0 0 0 309 0 0 0 25 0 1 0 210415242 2293760 304 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532427 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 560 304 95 220 0 337 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2240

[startup+6.30117 s]
/proc/loadavg: 1.08 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1655456/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=2240 CPUtime=6.29
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 363 0 0 0 629 0 0 0 25 0 1 0 210415242 2293760 347 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538842 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 560 347 95 220 0 337 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2240

[startup+12.7018 s]
/proc/loadavg: 1.07 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1655200/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=2372 CPUtime=12.69
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 421 0 0 0 1269 0 0 0 25 0 1 0 210415242 2428928 405 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532433 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 593 405 95 220 0 370 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2372

[startup+25.5012 s]
/proc/loadavg: 1.06 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1654880/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=2644 CPUtime=25.49
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 501 0 0 0 2549 0 0 0 25 0 1 0 210415242 2707456 485 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532759 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 661 485 95 220 0 438 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2644

[startup+51.1019 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1654752/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=2780 CPUtime=51.08
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 554 0 0 0 5108 0 0 0 25 0 1 0 210415242 2846720 538 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 695 538 95 220 0 472 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2780

[startup+102.305 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1654432/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=4076 CPUtime=102.26
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 641 0 0 0 10226 0 0 0 25 0 1 0 210415242 4173824 625 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1019 625 95 220 0 796 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 4076

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1653984/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=4364 CPUtime=162.25
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 743 0 0 0 16224 1 0 0 25 0 1 0 210415242 4468736 727 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1091 727 95 220 0 868 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 4364

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1653664/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=4652 CPUtime=222.23
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 809 0 0 0 22222 1 0 0 25 0 1 0 210415242 4763648 793 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532694 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1163 793 95 220 0 940 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 4652

[startup+282.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 7767
/proc/meminfo: memFree=1653344/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=4796 CPUtime=282.21
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 873 0 0 0 28220 1 0 0 25 0 1 0 210415242 4911104 857 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538567 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1199 857 95 220 0 976 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 4796

[startup+342.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 7767
/proc/meminfo: memFree=1653216/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=4940 CPUtime=342.19
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 910 0 0 0 34217 2 0 0 25 0 1 0 210415242 5058560 894 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532392 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1235 894 95 220 0 1012 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 4940

[startup+402.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1653152/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=4940 CPUtime=402.17
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 934 0 0 0 40215 2 0 0 25 0 1 0 210415242 5058560 918 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532620 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1235 918 95 220 0 1012 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 4940

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1653088/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=4940 CPUtime=462.16
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 960 0 0 0 46213 3 0 0 25 0 1 0 210415242 5058560 944 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532606 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1235 944 95 220 0 1012 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 4940

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1653152/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=4940 CPUtime=522.14
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 964 0 0 0 52211 3 0 0 25 0 1 0 210415242 5058560 948 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532540 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1235 948 95 220 0 1012 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 4940

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1653024/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=4940 CPUtime=582.13
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 977 0 0 0 58209 4 0 0 25 0 1 0 210415242 5058560 961 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532571 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1235 961 95 220 0 1012 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 4940

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1653024/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=4940 CPUtime=642.11
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 984 0 0 0 64207 4 0 0 25 0 1 0 210415242 5058560 968 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1235 968 95 220 0 1012 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 4940


################
# More data... #
################

/proc/meminfo: memFree=1652960/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=4940 CPUtime=702.1
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 988 0 0 0 70205 5 0 0 25 0 1 0 210415242 5058560 972 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532467 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1235 972 95 220 0 1012 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 4940

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1652896/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=4940 CPUtime=762.08
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 993 0 0 0 76203 5 0 0 25 0 1 0 210415242 5058560 977 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532427 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1235 977 95 220 0 1012 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 4940

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1652896/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=4940 CPUtime=822.06
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 995 0 0 0 82201 5 0 0 25 0 1 0 210415242 5058560 979 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528648 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1235 979 95 220 0 1012 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 4940

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1652832/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=5076 CPUtime=882.04
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 1008 0 0 0 88198 6 0 0 25 0 1 0 210415242 5197824 992 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532571 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1269 992 95 220 0 1046 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 5076

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1652832/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=5076 CPUtime=942.02
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 1013 0 0 0 94196 6 0 0 25 0 1 0 210415242 5197824 997 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134540262 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1269 997 95 220 0 1046 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 5076

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1652960/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=5076 CPUtime=1002.01
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 1017 0 0 0 100194 7 0 0 25 0 1 0 210415242 5197824 1001 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1269 1001 95 220 0 1046 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 5076

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1652960/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=5076 CPUtime=1061.99
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 1026 0 0 0 106192 7 0 0 25 0 1 0 210415242 5197824 1010 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532419 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1269 1010 95 220 0 1046 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 5076

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1652896/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=5076 CPUtime=1121.97
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 1038 0 0 0 112190 7 0 0 25 0 1 0 210415242 5197824 1022 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1269 1022 95 220 0 1046 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 5076

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1652896/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=5076 CPUtime=1181.96
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 1040 0 0 0 118188 8 0 0 25 0 1 0 210415242 5197824 1024 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1269 1024 95 220 0 1046 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 5076

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1652768/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=5220 CPUtime=1241.94
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 1057 0 0 0 124186 8 0 0 25 0 1 0 210415242 5345280 1041 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1305 1041 95 220 0 1082 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 5220

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1652704/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=5220 CPUtime=1301.93
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 1062 0 0 0 130184 9 0 0 25 0 1 0 210415242 5345280 1046 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536083 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1305 1046 95 220 0 1082 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 5220

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1652512/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=5380 CPUtime=1361.91
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 1100 0 0 0 136182 9 0 0 25 0 1 0 210415242 5509120 1084 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1345 1084 95 220 0 1122 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 5380

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1652320/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=5380 CPUtime=1421.89
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 1123 0 0 0 142180 9 0 0 25 0 1 0 210415242 5509120 1107 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1345 1107 95 220 0 1122 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 5380

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1652256/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=5540 CPUtime=1481.87
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 1151 0 0 0 148177 10 0 0 25 0 1 0 210415242 5672960 1135 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1385 1135 95 220 0 1162 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 5540

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1652192/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=5700 CPUtime=1541.85
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 1170 0 0 0 154175 10 0 0 25 0 1 0 210415242 5836800 1154 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1425 1154 95 220 0 1202 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 5700

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

[startup+1543.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1652192/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=5700 CPUtime=1542.65
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 1170 0 0 0 154255 10 0 0 25 0 1 0 210415242 5836800 1154 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532734 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1425 1154 95 220 0 1202 0
Current children cumulated CPU time (s) 1542.65
Current children cumulated vsize (KiB) 5700

[startup+1543.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1652192/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=5700 CPUtime=1543.05
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 1170 0 0 0 154295 10 0 0 25 0 1 0 210415242 5836800 1154 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1425 1154 95 220 0 1202 0
Current children cumulated CPU time (s) 1543.05
Current children cumulated vsize (KiB) 5700

[startup+1543.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1652192/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=5700 CPUtime=1543.45
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 1170 0 0 0 154335 10 0 0 25 0 1 0 210415242 5836800 1154 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029306 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1425 1154 95 220 0 1202 0
Current children cumulated CPU time (s) 1543.45
Current children cumulated vsize (KiB) 5700

[startup+1544 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7767
/proc/meminfo: memFree=1652192/2055920 swapFree=4139472/4192956
[pid=7766] ppid=7764 vsize=5700 CPUtime=1543.55
/proc/7766/stat : 7766 (sat7_bin) R 7764 7766 7275 0 -1 4194304 1170 0 0 0 154345 10 0 0 25 0 1 0 210415242 5836800 1154 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532694 0 0 4096 0 0 0 0 17 1 0 0
/proc/7766/statm: 1425 1154 95 220 0 1202 0
Current children cumulated CPU time (s) 1543.55
Current children cumulated vsize (KiB) 5700

Child status: 10
Real time (s): 1544.08
CPU time (s): 1543.64
CPU user time (s): 1543.53
CPU system time (s): 0.110983
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 5700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1543.53
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1170
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= 8
involuntary context switches= 32313

runsolver used 1.24281 second user time and 3.11852 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Thu Apr 26 22:02:57 UTC 2007

IDJOB= 425195
IDBENCH= 19842
IDSOLVER= 183
FILE ID= node17/425195-1177624977

PBS_JOBID= 4697212

Free space on /tmp= 66430 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v90/unif-k5-r21.3-v90-c1917-S1282416669-17.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/425195-1177624977/sat7_bin /tmp/evaluation/425195-1177624977/instance-425195-1177624977.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-425195-1177624977 -o ROOT/results/node17/solver-425195-1177624977 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/425195-1177624977/sat7_bin /tmp/evaluation/425195-1177624977/instance-425195-1177624977.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  68519df3d597e4ffebc610ff4465413a

RANDOM SEED= 205078082

TIME LIMIT= 5000 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.240
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.240
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:       1657088 kB
Buffers:         41168 kB
Cached:         266728 kB
SwapCached:      15920 kB
Active:         197188 kB
Inactive:       134500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657088 kB
SwapTotal:     4192956 kB
SwapFree:      4139472 kB
Dirty:            1200 kB
Writeback:           0 kB
Mapped:          29912 kB
Slab:            52668 kB
Committed_AS:  7300472 kB
PageTables:       1796 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= 66430 MiB

End job on node17 on Thu Apr 26 22:28:42 UTC 2007