Trace number 296034

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
DEWSATZ 2007-02-08SAT 1030.93 1031.59

General information on the benchmark

Namerandom/OnTreshold/7SAT/v60/
unif-k7-r89-v60-c5340-S1319091742-10.SAT.shuffled.cnf
MD5SUMde871f163995b58f587b601fa8fe5cc4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.216966
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 55340

Solver Data (download as text)

1030.84/1031.59	c   
1030.84/1031.59	c =====================================================================================================
1030.84/1031.59	c Copyright (c) 2004 National ICT Australia Limited (NICTA) and applicable third parties.
1030.84/1031.59	c For details, see the Australian Public Licence B (OZPLB) V1-1, under which this software is licensed.
1030.84/1031.59	c The OZPLB text is embedded in the source code for this software.
1030.84/1031.59	c =====================================================================================================
1030.84/1031.59	c   
1030.84/1031.59	c solution of Dew_Satz_1e.c 
1030.84/1031.59	s SATISFIABLE
1030.84/1031.59	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 0 
1030.84/1031.59	c Dew_Satz_1e /tmp/evaluation/296034-1171816471/instance-296034-1171816471.cnf 1 1031.060  3.520 831437 830264 1173 830264 831454 144066699 5141997 4056671 1131488 5340 5340 60 0 60

Verifier Data (download as text)

OK

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-296034-1171816471 -o ROOT/results/node1/solver-296034-1171816471 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/296034-1171816471/dewSatz /tmp/evaluation/296034-1171816471/instance-296034-1171816471.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.95 0.97 0.99 4/77 15048
/proc/meminfo: memFree=1701560/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690016 CPUtime=0
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 76 0 0 0 0 0 0 0 19 0 1 0 201602177 706576384 60 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134574791 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172504 60 39 100 0 172401 0

[startup+0.107316 s]
/proc/loadavg: 0.95 0.97 0.99 4/77 15048
/proc/meminfo: memFree=1701560/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690456 CPUtime=0.1
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 9990 0 0 0 9 1 0 0 20 0 1 0 201602177 707026944 206 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134517251 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172614 206 40 100 0 172511 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 690456

[startup+0.515363 s]
/proc/loadavg: 0.95 0.97 0.99 4/77 15048
/proc/meminfo: memFree=1701560/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690596 CPUtime=0.5
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10008 0 0 0 49 1 0 0 24 0 1 0 201602177 707170304 224 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134515812 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172649 224 40 100 0 172546 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 690596

[startup+1.33546 s]
/proc/loadavg: 0.95 0.97 0.99 2/78 15049
/proc/meminfo: memFree=1700656/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690596 CPUtime=1.32
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10025 0 0 0 131 1 0 0 25 0 1 0 201602177 707170304 241 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134515348 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172649 241 40 100 0 172546 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 690596

[startup+2.97165 s]
/proc/loadavg: 0.95 0.97 0.99 2/78 15049
/proc/meminfo: memFree=1700464/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690736 CPUtime=2.96
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10049 0 0 0 295 1 0 0 25 0 1 0 201602177 707313664 265 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134517299 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172684 265 40 100 0 172581 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 690736

[startup+6.25503 s]
/proc/loadavg: 0.95 0.97 0.99 2/78 15049
/proc/meminfo: memFree=1699952/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=6.24
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10126 0 0 0 623 1 0 0 25 0 1 0 201602177 707448832 342 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134531917 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 342 43 100 0 172614 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 690868

[startup+12.7098 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 15049
/proc/meminfo: memFree=1699832/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=12.7
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10126 0 0 0 1269 1 0 0 25 0 1 0 201602177 707448832 342 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134531687 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 342 43 100 0 172614 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 690868

[startup+25.5173 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 15049
/proc/meminfo: memFree=1699832/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=25.5
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10126 0 0 0 2549 1 0 0 25 0 1 0 201602177 707448832 342 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134532486 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 342 43 100 0 172614 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 690868

[startup+51.1343 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 15049
/proc/meminfo: memFree=1699896/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=51.1
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10126 0 0 0 5109 1 0 0 25 0 1 0 201602177 707448832 342 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134532353 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 342 43 100 0 172614 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 690868

[startup+102.368 s]
/proc/loadavg: 1.06 0.99 0.99 2/78 15049
/proc/meminfo: memFree=1699704/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=102.3
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 10229 1 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134535374 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 690868

[startup+162.412 s]
/proc/loadavg: 1.02 0.99 0.99 2/78 15049
/proc/meminfo: memFree=1699768/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=162.31
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 16230 1 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134536610 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 690868

[startup+222.456 s]
/proc/loadavg: 1.01 0.99 0.99 2/78 15049
/proc/meminfo: memFree=1699768/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=222.33
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 22232 1 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134533137 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 690868

[startup+282.497 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 15049
/proc/meminfo: memFree=1699768/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=282.32
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 28231 1 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134531687 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 690868

[startup+342.533 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 15049
/proc/meminfo: memFree=1699768/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=342.32
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 34231 1 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134529826 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 690868

[startup+402.581 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 15051
/proc/meminfo: memFree=1699768/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=402.33
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 40232 1 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134529624 0 0 4096 0 0 0 0 17 1 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 402.33
Current children cumulated vsize (KiB) 690868

[startup+462.62 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 15051
/proc/meminfo: memFree=1699832/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=462.33
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 46232 1 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134532541 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 690868

[startup+522.663 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 15051
/proc/meminfo: memFree=1699832/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=522.32
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 52231 1 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134531998 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 690868

[startup+582.718 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 15051
/proc/meminfo: memFree=1699832/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=582.34
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 58233 1 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134535046 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 690868

[startup+642.763 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 15051
/proc/meminfo: memFree=1699896/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=642.35
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 64233 2 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134536392 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 690868

[startup+702.803 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 15051
/proc/meminfo: memFree=1699768/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=702.35
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 70233 2 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134532350 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 690868

[startup+762.844 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 15051
/proc/meminfo: memFree=1699768/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=762.35
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 76233 2 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134527188 0 0 4096 0 0 0 0 17 1 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 690868

[startup+822.887 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 15051
/proc/meminfo: memFree=1699832/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=822.34
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 82232 2 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134532012 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 822.34
Current children cumulated vsize (KiB) 690868

[startup+882.93 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 15051
/proc/meminfo: memFree=1699832/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=882.35
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 88233 2 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134531990 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 882.35
Current children cumulated vsize (KiB) 690868

[startup+942.971 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 15051
/proc/meminfo: memFree=1699896/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=942.35
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 94233 2 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134535197 0 0 4096 0 0 0 0 17 1 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 942.35
Current children cumulated vsize (KiB) 690868

[startup+1003.02 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 15051
/proc/meminfo: memFree=1699896/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=1002.36
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 100234 2 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134531998 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 1002.36
Current children cumulated vsize (KiB) 690868

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

[startup+1009.88 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 15051
/proc/meminfo: memFree=1699896/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=1009.22
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 100920 2 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134535197 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 1009.22
Current children cumulated vsize (KiB) 690868

[startup+1023 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 15051
/proc/meminfo: memFree=1699896/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=1022.34
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 102232 2 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134536610 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 1022.34
Current children cumulated vsize (KiB) 690868

[startup+1026.28 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 15051
/proc/meminfo: memFree=1699896/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=1025.61
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 102559 2 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134532353 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 1025.61
Current children cumulated vsize (KiB) 690868

[startup+1029.56 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 15051
/proc/meminfo: memFree=1699896/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=1028.89
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 102887 2 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134532344 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 1028.89
Current children cumulated vsize (KiB) 690868

[startup+1030.38 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 15051
/proc/meminfo: memFree=1699896/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=1029.71
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 102969 2 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134536610 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 1029.71
Current children cumulated vsize (KiB) 690868

[startup+1031.2 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 15051
/proc/meminfo: memFree=1699896/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=1030.53
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 103051 2 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134533223 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 1030.53
Current children cumulated vsize (KiB) 690868

[startup+1031.41 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 15051
/proc/meminfo: memFree=1699896/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=1030.74
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 103072 2 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134535043 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 1030.74
Current children cumulated vsize (KiB) 690868

[startup+1031.51 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 15051
/proc/meminfo: memFree=1699896/2055920 swapFree=4158120/4192956
[pid=15048] ppid=15046 vsize=690868 CPUtime=1030.84
/proc/15048/stat : 15048 (dewSatz) R 15046 15048 14451 0 -1 4194304 10127 0 0 0 103082 2 0 0 25 0 1 0 201602177 707448832 343 18446744073709551615 134512640 134923568 4294956624 18446744073709551615 134535206 0 0 4096 0 0 0 0 17 0 0 0
/proc/15048/statm: 172717 343 43 100 0 172614 0
Current children cumulated CPU time (s) 1030.84
Current children cumulated vsize (KiB) 690868

Child status: 10
Real time (s): 1031.59
CPU time (s): 1030.93
CPU user time (s): 1030.9
CPU system time (s): 0.030995
CPU usage (%): 99.9361
Max. virtual memory (cumulated for all children) (KiB): 690868

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

runsolver used 0.895863 second user time and 2.77158 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Sun Feb 18 16:34:31 UTC 2007

IDJOB= 296034
IDBENCH= 19927
IDSOLVER= 119
FILE ID= node1/296034-1171816471

PBS_JOBID= 3839347

Free space on /tmp= 66551 MiB

SOLVER NAME= DEWSATZ 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v60/unif-k7-r89-v60-c5340-S1319091742-10.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/296034-1171816471/dewSatz /tmp/evaluation/296034-1171816471/instance-296034-1171816471.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-296034-1171816471 -o ROOT/results/node1/solver-296034-1171816471 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/296034-1171816471/dewSatz /tmp/evaluation/296034-1171816471/instance-296034-1171816471.cnf            

META MD5SUM SOLVER= 96edd87e369231aed4bad098c50e0080
MD5SUM BENCH=  de871f163995b58f587b601fa8fe5cc4

RANDOM SEED= 640257345

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:       1701968 kB
Buffers:         48756 kB
Cached:         211972 kB
SwapCached:      15284 kB
Active:         223160 kB
Inactive:        61140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1701968 kB
SwapTotal:     4192956 kB
SwapFree:      4158120 kB
Dirty:            1124 kB
Writeback:           0 kB
Mapped:          30284 kB
Slab:            55200 kB
Committed_AS:   639208 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= 66551 MiB

End job on node1 on Sun Feb 18 16:51:43 UTC 2007