Trace number 296658

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
MiraXT v3SAT 309.054 155.042

General information on the benchmark

Namerandom/OnTreshold/7SAT/v45/
unif-k7-r89-v45-c4005-S1566131367-09.SAT.shuffled.cnf
MD5SUM3323355938df6013ebfd95023b20854d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.226965
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of clauses4005
Sum of the clauses size28035
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 54005

Solver Data (download as text)

0.00/0.00	c Starting MiraXTv3...
309.01/155.03	s SATISFIABLE
309.01/155.03	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 0

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node7/watcher-296658-1178824676 -o ROOT/results/node7/solver-296658-1178824676 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/296658-1178824676/MiraXTv3_dyn /tmp/evaluation/296658-1178824676/instance-296658-1178824676.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 14623
/proc/meminfo: memFree=1846520/2055920 swapFree=4156568/4192956
[pid=14623] ppid=14621 vsize=3788 CPUtime=0
/proc/14623/stat : 14623 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194304 295 0 0 0 0 0 0 0 18 0 1 0 358505248 3878912 270 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 10851963 0 0 4096 0 0 0 0 17 1 0 0
/proc/14623/statm: 947 270 206 20 0 305 0

[startup+0.026886 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 14623
/proc/meminfo: memFree=1846520/2055920 swapFree=4156568/4192956
[pid=14623] ppid=14621 vsize=4196 CPUtime=0.02
/proc/14623/stat : 14623 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194304 389 0 0 0 2 0 0 0 18 0 1 0 358505248 4296704 364 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134583890 0 0 4096 0 0 0 0 17 1 0 0
/proc/14623/statm: 1049 364 207 20 0 407 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4196

[startup+0.101896 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 14623
/proc/meminfo: memFree=1846520/2055920 swapFree=4156568/4192956
[pid=14623] ppid=14621 vsize=6100 CPUtime=0.11
/proc/14623/stat : 14623 (MiraXTv3_dyn) S 14621 14623 13644 0 -1 4194304 586 0 0 0 11 0 0 0 18 0 3 0 358505248 6246400 561 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14623/statm: 1525 561 218 20 0 883 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6100

[startup+0.301918 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 14623
/proc/meminfo: memFree=1846520/2055920 swapFree=4156568/4192956
[pid=14623] ppid=14621 vsize=8836 CPUtime=0.51
/proc/14623/stat : 14623 (MiraXTv3_dyn) S 14621 14623 13644 0 -1 4194304 1044 0 0 0 51 0 0 0 18 0 3 0 358505248 9048064 1019 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14623/statm: 2209 1019 218 20 0 1567 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 8836

[startup+0.701961 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 14623
/proc/meminfo: memFree=1846520/2055920 swapFree=4156568/4192956
[pid=14623] ppid=14621 vsize=11160 CPUtime=1.3
/proc/14623/stat : 14623 (MiraXTv3_dyn) S 14621 14623 13644 0 -1 4194304 1696 0 0 0 130 0 0 0 18 0 3 0 358505248 11427840 1671 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14623/statm: 2790 1671 218 20 0 2148 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 11160

[startup+1.50105 s]
/proc/loadavg: 0.91 0.98 0.99 3/80 14626
/proc/meminfo: memFree=1839072/2055920 swapFree=4156568/4192956
[pid=14623] ppid=14621 vsize=13304 CPUtime=2.9
/proc/14623/stat : 14623 (MiraXTv3_dyn) S 14621 14623 13644 0 -1 4194304 2304 0 0 0 289 1 0 0 18 0 3 0 358505248 13623296 2278 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14623/statm: 3326 2278 218 20 0 2684 0
[pid=14623/tid=14625] ppid=14621 vsize=13304 CPUtime=1.41
/proc/14623/task/14625/stat : 14625 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 910 0 0 0 141 0 0 0 25 0 3 0 358505256 13623296 2278 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526696 0 0 4096 0 0 0 0 -1 1 0 0
[pid=14623/tid=14626] ppid=14621 vsize=13304 CPUtime=1.4
/proc/14623/task/14626/stat : 14626 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 973 0 0 0 140 0 0 0 20 0 3 0 358505256 13623296 2278 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526370 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 13304

[startup+3.10222 s]
/proc/loadavg: 0.91 0.98 0.99 3/80 14626
/proc/meminfo: memFree=1837024/2055920 swapFree=4156568/4192956
[pid=14623] ppid=14621 vsize=15428 CPUtime=6.09
/proc/14623/stat : 14623 (MiraXTv3_dyn) S 14621 14623 13644 0 -1 4194304 3041 0 0 0 608 1 0 0 18 0 3 0 358505248 15798272 2943 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14623/statm: 3857 2943 218 20 0 3215 0
[pid=14623/tid=14625] ppid=14621 vsize=15428 CPUtime=3.01
/proc/14623/task/14625/stat : 14625 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 1286 0 0 0 301 0 0 0 25 0 3 0 358505256 15798272 2943 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 1 0 0
[pid=14623/tid=14626] ppid=14621 vsize=15428 CPUtime=2.99
/proc/14623/task/14626/stat : 14626 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 1334 0 0 0 299 0 0 0 25 0 3 0 358505256 15798272 2943 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526489 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 15428

[startup+6.30155 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 14626
/proc/meminfo: memFree=1830624/2055920 swapFree=4156568/4192956
[pid=14623] ppid=14621 vsize=21520 CPUtime=12.48
/proc/14623/stat : 14623 (MiraXTv3_dyn) S 14621 14623 13644 0 -1 4194304 4711 0 0 0 1245 3 0 0 18 0 3 0 358505248 22036480 4535 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14623/statm: 5380 4535 218 20 0 4738 0
[pid=14623/tid=14625] ppid=14621 vsize=21520 CPUtime=6.21
/proc/14623/task/14625/stat : 14625 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 2098 0 0 0 620 1 0 0 25 0 3 0 358505256 22036480 4535 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 1 0 0
[pid=14623/tid=14626] ppid=14621 vsize=21520 CPUtime=6.19
/proc/14623/task/14626/stat : 14626 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 2192 0 0 0 617 2 0 0 25 0 3 0 358505256 22036480 4535 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 21520

[startup+12.7012 s]
/proc/loadavg: 1.08 1.02 1.00 3/80 14626
/proc/meminfo: memFree=1823008/2055920 swapFree=4156568/4192956
[pid=14623] ppid=14621 vsize=29516 CPUtime=25.23
/proc/14623/stat : 14623 (MiraXTv3_dyn) S 14621 14623 13644 0 -1 4194304 6474 0 0 0 2518 5 0 0 18 0 3 0 358505248 30224384 6000 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14623/statm: 7379 6000 218 20 0 6737 0
[pid=14623/tid=14625] ppid=14621 vsize=29516 CPUtime=12.6
/proc/14623/task/14625/stat : 14625 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 2948 0 0 0 1259 1 0 0 16 0 3 0 358505256 30224384 6000 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4160333468 0 0 4096 0 0 0 0 -1 1 0 0
[pid=14623/tid=14626] ppid=14621 vsize=29516 CPUtime=12.55
/proc/14623/task/14626/stat : 14626 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 3105 0 0 0 1252 3 0 0 25 0 3 0 358505256 30224384 6000 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 29516

[startup+25.5016 s]
/proc/loadavg: 1.28 1.06 1.02 3/80 14626
/proc/meminfo: memFree=1815648/2055920 swapFree=4156568/4192956
[pid=14623] ppid=14621 vsize=36544 CPUtime=50.77
/proc/14623/stat : 14623 (MiraXTv3_dyn) S 14621 14623 13644 0 -1 4194304 8739 0 0 0 5070 7 0 0 18 0 3 0 358505248 37421056 7846 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14623/statm: 9136 7846 218 20 0 8494 0
[pid=14623/tid=14625] ppid=14621 vsize=36544 CPUtime=25.39
/proc/14623/task/14625/stat : 14625 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 4099 0 0 0 2537 2 0 0 20 0 3 0 358505256 37421056 7846 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134530009 0 0 4096 0 0 0 0 -1 1 0 0
[pid=14623/tid=14626] ppid=14621 vsize=36544 CPUtime=25.29
/proc/14623/task/14626/stat : 14626 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 4219 0 0 0 2525 4 0 0 21 0 3 0 358505256 37421056 7846 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526420 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 36544

[startup+51.1013 s]
/proc/loadavg: 1.53 1.14 1.04 3/80 14626
/proc/meminfo: memFree=1810912/2055920 swapFree=4156568/4192956
[pid=14623] ppid=14621 vsize=40624 CPUtime=101.82
/proc/14623/stat : 14623 (MiraXTv3_dyn) S 14621 14623 13644 0 -1 4194304 10889 0 0 0 10173 9 0 0 18 0 3 0 358505248 41598976 8948 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14623/statm: 10156 8948 218 20 0 9514 0
[pid=14623/tid=14625] ppid=14621 vsize=40624 CPUtime=50.97
/proc/14623/task/14625/stat : 14625 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 5245 0 0 0 5094 3 0 0 25 0 3 0 358505256 41598976 8948 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=14623/tid=14626] ppid=14621 vsize=40624 CPUtime=50.76
/proc/14623/task/14626/stat : 14626 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 5223 0 0 0 5071 5 0 0 25 0 3 0 358505256 41598976 8948 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526422 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 40624

[startup+102.307 s]
/proc/loadavg: 1.79 1.27 1.09 3/80 14626
/proc/meminfo: memFree=1808352/2055920 swapFree=4156568/4192956
[pid=14623] ppid=14621 vsize=42852 CPUtime=203.94
/proc/14623/stat : 14623 (MiraXTv3_dyn) S 14621 14623 13644 0 -1 4194304 13526 0 0 0 20383 11 0 0 18 0 3 0 358505248 43880448 9553 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14623/statm: 10713 9553 218 20 0 10071 0
[pid=14623/tid=14625] ppid=14621 vsize=42852 CPUtime=102.13
/proc/14623/task/14625/stat : 14625 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 6565 0 0 0 10209 4 0 0 25 0 3 0 358505256 43880448 9553 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=14623/tid=14626] ppid=14621 vsize=42852 CPUtime=101.72
/proc/14623/task/14626/stat : 14626 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 6540 0 0 0 10166 6 0 0 25 0 3 0 358505256 43880448 9553 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526324 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.94
Current children cumulated vsize (KiB) 42852

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

[startup+127.901 s]
/proc/loadavg: 1.86 1.33 1.11 3/80 14626
/proc/meminfo: memFree=1807136/2055920 swapFree=4156568/4192956
[pid=14623] ppid=14621 vsize=44540 CPUtime=254.98
/proc/14623/stat : 14623 (MiraXTv3_dyn) S 14621 14623 13644 0 -1 4194304 14850 0 0 0 25487 11 0 0 18 0 3 0 358505248 45608960 9846 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14623/statm: 11135 9846 218 20 0 10493 0
[pid=14623/tid=14625] ppid=14621 vsize=44540 CPUtime=127.7
/proc/14623/task/14625/stat : 14625 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 7255 0 0 0 12766 4 0 0 25 0 3 0 358505256 45608960 9846 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=14623/tid=14626] ppid=14621 vsize=44540 CPUtime=127.19
/proc/14623/task/14626/stat : 14626 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 7174 0 0 0 12713 6 0 0 25 0 3 0 358505256 45608960 9846 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 254.98
Current children cumulated vsize (KiB) 44540

[startup+140.702 s]
/proc/loadavg: 1.89 1.36 1.13 3/80 14626
/proc/meminfo: memFree=1807008/2055920 swapFree=4156568/4192956
[pid=14623] ppid=14621 vsize=44540 CPUtime=280.53
/proc/14623/stat : 14623 (MiraXTv3_dyn) S 14621 14623 13644 0 -1 4194304 15307 0 0 0 28041 12 0 0 18 0 3 0 358505248 45608960 9889 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14623/statm: 11135 9889 218 20 0 10493 0
[pid=14623/tid=14625] ppid=14621 vsize=44540 CPUtime=140.5
/proc/14623/task/14625/stat : 14625 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 7488 0 0 0 14046 4 0 0 25 0 3 0 358505256 45608960 9889 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=14623/tid=14626] ppid=14621 vsize=44540 CPUtime=139.93
/proc/14623/task/14626/stat : 14626 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 7398 0 0 0 13987 6 0 0 25 0 3 0 358505256 45608960 9889 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526404 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.53
Current children cumulated vsize (KiB) 44540

[startup+147.102 s]
/proc/loadavg: 1.90 1.37 1.13 3/80 14626
/proc/meminfo: memFree=1806752/2055920 swapFree=4156568/4192956
[pid=14623] ppid=14621 vsize=44700 CPUtime=293.28
/proc/14623/stat : 14623 (MiraXTv3_dyn) S 14621 14623 13644 0 -1 4194304 15651 0 0 0 29316 12 0 0 18 0 3 0 358505248 45772800 9957 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14623/statm: 11175 9957 218 20 0 10533 0
[pid=14623/tid=14625] ppid=14621 vsize=44700 CPUtime=146.89
/proc/14623/task/14625/stat : 14625 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 7658 0 0 0 14684 5 0 0 25 0 3 0 358505256 45772800 9957 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=14623/tid=14626] ppid=14621 vsize=44700 CPUtime=146.3
/proc/14623/task/14626/stat : 14626 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 7572 0 0 0 14624 6 0 0 25 0 3 0 358505256 45772800 9957 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 293.28
Current children cumulated vsize (KiB) 44700

[startup+150.302 s]
/proc/loadavg: 1.90 1.37 1.13 3/80 14626
/proc/meminfo: memFree=1806688/2055920 swapFree=4156568/4192956
[pid=14623] ppid=14621 vsize=44700 CPUtime=299.66
/proc/14623/stat : 14623 (MiraXTv3_dyn) S 14621 14623 13644 0 -1 4194304 15790 0 0 0 29954 12 0 0 18 0 3 0 358505248 45772800 9958 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14623/statm: 11175 9958 218 20 0 10533 0
[pid=14623/tid=14625] ppid=14621 vsize=44700 CPUtime=150.09
/proc/14623/task/14625/stat : 14625 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 7728 0 0 0 15004 5 0 0 25 0 3 0 358505256 45772800 9958 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526420 0 0 4096 0 0 0 0 -1 1 0 0
[pid=14623/tid=14626] ppid=14621 vsize=44700 CPUtime=149.49
/proc/14623/task/14626/stat : 14626 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 7641 0 0 0 14942 7 0 0 25 0 3 0 358505256 45772800 9958 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 299.66
Current children cumulated vsize (KiB) 44700

[startup+153.502 s]
/proc/loadavg: 1.91 1.38 1.14 3/80 14626
/proc/meminfo: memFree=1806560/2055920 swapFree=4156568/4192956
[pid=14623] ppid=14621 vsize=44836 CPUtime=306.04
/proc/14623/stat : 14623 (MiraXTv3_dyn) S 14621 14623 13644 0 -1 4194304 15978 0 0 0 30592 12 0 0 18 0 3 0 358505248 45912064 10008 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14623/statm: 11209 10008 218 20 0 10567 0
[pid=14623/tid=14625] ppid=14621 vsize=44836 CPUtime=153.29
/proc/14623/task/14625/stat : 14625 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 7816 0 0 0 15324 5 0 0 25 0 3 0 358505256 45912064 10008 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526335 0 0 4096 0 0 0 0 -1 1 0 0
[pid=14623/tid=14626] ppid=14621 vsize=44836 CPUtime=152.67
/proc/14623/task/14626/stat : 14626 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 7741 0 0 0 15260 7 0 0 25 0 3 0 358505256 45912064 10008 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134520120 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 306.04
Current children cumulated vsize (KiB) 44836

[startup+154.301 s]
/proc/loadavg: 1.91 1.38 1.14 3/80 14626
/proc/meminfo: memFree=1806560/2055920 swapFree=4156568/4192956
[pid=14623] ppid=14621 vsize=44836 CPUtime=307.64
/proc/14623/stat : 14623 (MiraXTv3_dyn) S 14621 14623 13644 0 -1 4194304 15985 0 0 0 30752 12 0 0 18 0 3 0 358505248 45912064 10015 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14623/statm: 11209 10015 218 20 0 10567 0
[pid=14623/tid=14625] ppid=14621 vsize=44836 CPUtime=154.09
/proc/14623/task/14625/stat : 14625 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 7819 0 0 0 15404 5 0 0 25 0 3 0 358505256 45912064 10015 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=14623/tid=14626] ppid=14621 vsize=44836 CPUtime=153.47
/proc/14623/task/14626/stat : 14626 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 7745 0 0 0 15340 7 0 0 25 0 3 0 358505256 45912064 10015 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 307.64
Current children cumulated vsize (KiB) 44836

[startup+154.701 s]
/proc/loadavg: 1.91 1.38 1.14 3/80 14626
/proc/meminfo: memFree=1806560/2055920 swapFree=4156568/4192956
[pid=14623] ppid=14621 vsize=44836 CPUtime=308.44
/proc/14623/stat : 14623 (MiraXTv3_dyn) S 14621 14623 13644 0 -1 4194304 15986 0 0 0 30832 12 0 0 18 0 3 0 358505248 45912064 10016 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14623/statm: 11209 10016 218 20 0 10567 0
[pid=14623/tid=14625] ppid=14621 vsize=44836 CPUtime=154.49
/proc/14623/task/14625/stat : 14625 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 7819 0 0 0 15444 5 0 0 25 0 3 0 358505256 45912064 10016 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=14623/tid=14626] ppid=14621 vsize=44836 CPUtime=153.87
/proc/14623/task/14626/stat : 14626 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 7746 0 0 0 15380 7 0 0 25 0 3 0 358505256 45912064 10016 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526373 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 308.44
Current children cumulated vsize (KiB) 44836

[startup+154.901 s]
/proc/loadavg: 1.91 1.38 1.14 3/80 14626
/proc/meminfo: memFree=1806560/2055920 swapFree=4156568/4192956
[pid=14623] ppid=14621 vsize=44836 CPUtime=308.84
/proc/14623/stat : 14623 (MiraXTv3_dyn) S 14621 14623 13644 0 -1 4194304 15986 0 0 0 30872 12 0 0 18 0 3 0 358505248 45912064 10016 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14623/statm: 11209 10016 218 20 0 10567 0
[pid=14623/tid=14625] ppid=14621 vsize=44836 CPUtime=154.69
/proc/14623/task/14625/stat : 14625 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 7819 0 0 0 15464 5 0 0 25 0 3 0 358505256 45912064 10016 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526324 0 0 4096 0 0 0 0 -1 1 0 0
[pid=14623/tid=14626] ppid=14621 vsize=44836 CPUtime=154.07
/proc/14623/task/14626/stat : 14626 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194368 7746 0 0 0 15400 7 0 0 25 0 3 0 358505256 45912064 10016 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 308.84
Current children cumulated vsize (KiB) 44836

[startup+155.002 s]
/proc/loadavg: 1.92 1.39 1.14 2/78 14626
/proc/meminfo: memFree=1813280/2055920 swapFree=4156568/4192956
[pid=14623] ppid=14621 vsize=37980 CPUtime=309.01
/proc/14623/stat : 14623 (MiraXTv3_dyn) R 14621 14623 13644 0 -1 4194304 15993 0 0 0 30889 12 0 0 17 0 1 0 358505248 38891520 8313 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 10849832 0 0 4096 0 0 0 0 17 1 0 0
/proc/14623/statm: 9495 8313 225 20 0 8853 0
Current children cumulated CPU time (s) 309.01
Current children cumulated vsize (KiB) 37980

Child status: 10
Real time (s): 155.042
CPU time (s): 309.054
CPU user time (s): 308.919
CPU system time (s): 0.134979
CPU usage (%): 199.336
Max. virtual memory (cumulated for all children) (KiB): 44836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 308.919
system time used= 0.134979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15996
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= 162
involuntary context switches= 5768

runsolver used 0.154976 second user time and 0.416936 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Thu May 10 19:17:56 UTC 2007

IDJOB= 296658
IDBENCH= 19942
IDSOLVER= 128
FILE ID= node7/296658-1178824676

PBS_JOBID= 5250976

Free space on /tmp= 66553 MiB

SOLVER NAME= MiraXT v3
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v45/unif-k7-r89-v45-c4005-S1566131367-09.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/296658-1178824676/MiraXTv3_dyn /tmp/evaluation/296658-1178824676/instance-296658-1178824676.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-296658-1178824676 -o ROOT/results/node7/solver-296658-1178824676 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/296658-1178824676/MiraXTv3_dyn /tmp/evaluation/296658-1178824676/instance-296658-1178824676.cnf            

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  3323355938df6013ebfd95023b20854d

RANDOM SEED= 925033899

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.231
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.231
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:       1846736 kB
Buffers:         39540 kB
Cached:         104928 kB
SwapCached:      16964 kB
Active:         100820 kB
Inactive:        67704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846736 kB
SwapTotal:     4192956 kB
SwapFree:      4156568 kB
Dirty:            4024 kB
Writeback:           0 kB
Mapped:          30004 kB
Slab:            26116 kB
Committed_AS: 14716368 kB
PageTables:       1860 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= 66553 MiB

End job on node7 on Thu May 10 19:20:31 UTC 2007