Trace number 426107

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 435.246 218.406

General information on the benchmark

Namerandom/OnTreshold/7SAT/v55/
unif-k7-r89-v55-c4895-S1344671309-04.SAT.shuffled.cnf
MD5SUM7d86721a55ab336c62a419c8ebee7a6a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.700892
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses4895
Sum of the clauses size34265
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 54895

Solver Data (download as text)

0.00/0.00	c Starting MiraXTv3...
435.23/218.40	s SATISFIABLE
435.23/218.40	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 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/node29/watcher-426107-1179009274 -o ROOT/results/node29/solver-426107-1179009274 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/426107-1179009274/MiraXTv3_dyn /tmp/evaluation/426107-1179009274/instance-426107-1179009274.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: 0.92 0.98 1.09 3/77 30989
/proc/meminfo: memFree=1186288/2055920 swapFree=4146800/4192956
[pid=30989] ppid=30987 vsize=3788 CPUtime=0
/proc/30989/stat : 30989 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 348843208 3878912 245 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30989/statm: 947 253 203 20 0 305 0

[startup+0.093633 s]
/proc/loadavg: 0.92 0.98 1.09 3/77 30989
/proc/meminfo: memFree=1186288/2055920 swapFree=4146800/4192956
[pid=30989] ppid=30987 vsize=4192 CPUtime=0.08
/proc/30989/stat : 30989 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194304 420 0 0 0 8 0 0 0 18 0 1 0 348843208 4292608 395 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134583715 0 0 4096 0 0 0 0 17 1 0 0
/proc/30989/statm: 1048 395 207 20 0 406 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4192

[startup+0.101634 s]
/proc/loadavg: 0.92 0.98 1.09 3/77 30989
/proc/meminfo: memFree=1186288/2055920 swapFree=4146800/4192956
[pid=30989] ppid=30987 vsize=4192 CPUtime=0.09
/proc/30989/stat : 30989 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194304 420 0 0 0 9 0 0 0 18 0 1 0 348843208 4292608 395 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134583914 0 0 4096 0 0 0 0 17 1 0 0
/proc/30989/statm: 1048 395 207 20 0 406 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4192

[startup+0.301651 s]
/proc/loadavg: 0.92 0.98 1.09 3/77 30989
/proc/meminfo: memFree=1186288/2055920 swapFree=4146800/4192956
[pid=30989] ppid=30987 vsize=8916 CPUtime=0.48
/proc/30989/stat : 30989 (MiraXTv3_dyn) S 30987 30989 30917 0 -1 4194304 1046 0 0 0 48 0 0 0 18 0 3 0 348843208 9129984 1021 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 2229 1021 218 20 0 1587 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 8916

[startup+0.70168 s]
/proc/loadavg: 0.92 0.98 1.09 3/77 30989
/proc/meminfo: memFree=1186288/2055920 swapFree=4146800/4192956
[pid=30989] ppid=30987 vsize=11896 CPUtime=1.27
/proc/30989/stat : 30989 (MiraXTv3_dyn) S 30987 30989 30917 0 -1 4194304 1768 0 0 0 127 0 0 0 18 0 3 0 348843208 12181504 1743 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 2974 1743 218 20 0 2332 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 11896

[startup+1.50173 s]
/proc/loadavg: 0.92 0.98 1.09 3/80 30992
/proc/meminfo: memFree=1178264/2055920 swapFree=4146800/4192956
[pid=30989] ppid=30987 vsize=13664 CPUtime=2.88
/proc/30989/stat : 30989 (MiraXTv3_dyn) S 30987 30989 30917 0 -1 4194304 2494 0 0 0 287 1 0 0 18 0 3 0 348843208 13991936 2469 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 3416 2469 218 20 0 2774 0
[pid=30989/tid=30991] ppid=30987 vsize=13664 CPUtime=1.39
/proc/30989/task/30991/stat : 30991 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 977 0 0 0 139 0 0 0 25 0 3 0 348843218 13991936 2469 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526486 0 0 4096 0 0 0 0 -1 1 0 0
[pid=30989/tid=30992] ppid=30987 vsize=13664 CPUtime=1.37
/proc/30989/task/30992/stat : 30992 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 1067 0 0 0 137 0 0 0 19 0 3 0 348843218 13991936 2469 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 13664

[startup+3.10183 s]
/proc/loadavg: 0.92 0.98 1.09 3/80 30992
/proc/meminfo: memFree=1176024/2055920 swapFree=4146800/4192956
[pid=30989] ppid=30987 vsize=16488 CPUtime=6.06
/proc/30989/stat : 30989 (MiraXTv3_dyn) S 30987 30989 30917 0 -1 4194304 3110 0 0 0 604 2 0 0 18 0 3 0 348843208 16883712 3049 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 4122 3049 218 20 0 3480 0
[pid=30989/tid=30991] ppid=30987 vsize=16488 CPUtime=2.98
/proc/30989/task/30991/stat : 30991 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 1236 0 0 0 298 0 0 0 25 0 3 0 348843218 16883712 3049 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=30989/tid=30992] ppid=30987 vsize=16488 CPUtime=2.96
/proc/30989/task/30992/stat : 30992 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 1424 0 0 0 296 0 0 0 25 0 3 0 348843218 16883712 3049 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 16488

[startup+6.30204 s]
/proc/loadavg: 1.01 1.00 1.10 3/80 30992
/proc/meminfo: memFree=1168472/2055920 swapFree=4146800/4192956
[pid=30989] ppid=30987 vsize=23644 CPUtime=12.44
/proc/30989/stat : 30989 (MiraXTv3_dyn) S 30987 30989 30917 0 -1 4194304 5253 0 0 0 1241 3 0 0 18 0 3 0 348843208 24211456 5080 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 5911 5080 218 20 0 5269 0
[pid=30989/tid=30991] ppid=30987 vsize=23644 CPUtime=6.18
/proc/30989/task/30991/stat : 30991 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 2281 0 0 0 617 1 0 0 25 0 3 0 348843218 24211456 5080 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526377 0 0 4096 0 0 0 0 -1 1 0 0
[pid=30989/tid=30992] ppid=30987 vsize=23644 CPUtime=6.15
/proc/30989/task/30992/stat : 30992 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 2522 0 0 0 614 1 0 0 25 0 3 0 348843218 24211456 5080 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 23644

[startup+12.7014 s]
/proc/loadavg: 1.09 1.02 1.10 3/80 30992
/proc/meminfo: memFree=1159144/2055920 swapFree=4146800/4192956
[pid=30989] ppid=30987 vsize=33576 CPUtime=25.2
/proc/30989/stat : 30989 (MiraXTv3_dyn) S 30987 30989 30917 0 -1 4194304 7526 0 0 0 2515 5 0 0 18 0 3 0 348843208 34381824 7055 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 8394 7055 218 20 0 7752 0
[pid=30989/tid=30991] ppid=30987 vsize=33576 CPUtime=12.57
/proc/30989/task/30991/stat : 30991 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 3293 0 0 0 1255 2 0 0 17 0 3 0 348843218 34381824 7055 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=30989/tid=30992] ppid=30987 vsize=33576 CPUtime=12.51
/proc/30989/task/30992/stat : 30992 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 3783 0 0 0 1249 2 0 0 25 0 3 0 348843218 34381824 7055 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 33576

[startup+25.5013 s]
/proc/loadavg: 1.29 1.06 1.12 3/80 30992
/proc/meminfo: memFree=1150056/2055920 swapFree=4146800/4192956
[pid=30989] ppid=30987 vsize=41152 CPUtime=50.74
/proc/30989/stat : 30989 (MiraXTv3_dyn) S 30987 30989 30917 0 -1 4194304 10044 0 0 0 5066 8 0 0 18 0 3 0 348843208 42139648 9157 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 10288 9157 218 20 0 9646 0
[pid=30989/tid=30991] ppid=30987 vsize=41152 CPUtime=25.36
/proc/30989/task/30991/stat : 30991 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 4299 0 0 0 2533 3 0 0 25 0 3 0 348843218 42139648 9157 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=30989/tid=30992] ppid=30987 vsize=41152 CPUtime=25.27
/proc/30989/task/30992/stat : 30992 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 5295 0 0 0 2523 4 0 0 25 0 3 0 348843218 42139648 9157 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 41152

[startup+51.1019 s]
/proc/loadavg: 1.53 1.14 1.14 3/80 30992
/proc/meminfo: memFree=1146088/2055920 swapFree=4146800/4192956
[pid=30989] ppid=30987 vsize=44880 CPUtime=101.78
/proc/30989/stat : 30989 (MiraXTv3_dyn) S 30987 30989 30917 0 -1 4194304 12021 0 0 0 10167 11 0 0 18 0 3 0 348843208 45957120 10163 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 11220 10163 218 20 0 10578 0
[pid=30989/tid=30991] ppid=30987 vsize=44880 CPUtime=50.94
/proc/30989/task/30991/stat : 30991 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 5229 0 0 0 5089 5 0 0 25 0 3 0 348843218 45957120 10163 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134517409 0 0 4096 0 0 0 0 -1 1 0 0
[pid=30989/tid=30992] ppid=30987 vsize=44880 CPUtime=50.73
/proc/30989/task/30992/stat : 30992 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 6342 0 0 0 5067 6 0 0 25 0 3 0 348843218 45957120 10163 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 44880

[startup+102.305 s]
/proc/loadavg: 1.74 1.25 1.18 3/80 30992
/proc/meminfo: memFree=1141352/2055920 swapFree=4146800/4192956
[pid=30989] ppid=30987 vsize=50240 CPUtime=203.9
/proc/30989/stat : 30989 (MiraXTv3_dyn) S 30987 30989 30917 0 -1 4194304 15213 0 0 0 20375 15 0 0 18 0 3 0 348843208 51445760 11355 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 12560 11355 218 20 0 11918 0
[pid=30989/tid=30991] ppid=30987 vsize=50240 CPUtime=102.1
/proc/30989/task/30991/stat : 30991 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 6727 0 0 0 10204 6 0 0 17 0 3 0 348843218 51445760 11355 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=30989/tid=30992] ppid=30987 vsize=50240 CPUtime=101.68
/proc/30989/task/30992/stat : 30992 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 8036 0 0 0 10160 8 0 0 25 0 3 0 348843218 51445760 11355 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 50240

[startup+162.302 s]
/proc/loadavg: 1.90 1.39 1.22 3/80 30992
/proc/meminfo: memFree=1136616/2055920 swapFree=4146800/4192956
[pid=30989] ppid=30987 vsize=55008 CPUtime=323.56
/proc/30989/stat : 30989 (MiraXTv3_dyn) S 30987 30989 30917 0 -1 4194304 18401 0 0 0 32338 18 0 0 18 0 3 0 348843208 56328192 12518 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 13752 12518 218 20 0 13110 0
[pid=30989/tid=30991] ppid=30987 vsize=55008 CPUtime=162.06
/proc/30989/task/30991/stat : 30991 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 8335 0 0 0 16197 9 0 0 25 0 3 0 348843218 56328192 12518 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=30989/tid=30992] ppid=30987 vsize=55008 CPUtime=161.4
/proc/30989/task/30992/stat : 30992 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 9616 0 0 0 16131 9 0 0 25 0 3 0 348843218 56328192 12518 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.56
Current children cumulated vsize (KiB) 55008

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

[startup+179.101 s]
/proc/loadavg: 1.92 1.42 1.24 3/80 30992
/proc/meminfo: memFree=1135784/2055920 swapFree=4146800/4192956
[pid=30989] ppid=30987 vsize=55692 CPUtime=357.07
/proc/30989/stat : 30989 (MiraXTv3_dyn) S 30987 30989 30917 0 -1 4194304 19092 0 0 0 35688 19 0 0 18 0 3 0 348843208 57028608 12665 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 13923 12665 218 20 0 13281 0
[pid=30989/tid=30991] ppid=30987 vsize=55692 CPUtime=178.84
/proc/30989/task/30991/stat : 30991 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 8695 0 0 0 17875 9 0 0 25 0 3 0 348843218 57028608 12665 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 1 0 0
[pid=30989/tid=30992] ppid=30987 vsize=55692 CPUtime=178.12
/proc/30989/task/30992/stat : 30992 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 9947 0 0 0 17803 9 0 0 25 0 3 0 348843218 57028608 12665 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 357.07
Current children cumulated vsize (KiB) 55692

[startup+204.702 s]
/proc/loadavg: 1.95 1.47 1.26 3/80 30992
/proc/meminfo: memFree=1135144/2055920 swapFree=4146800/4192956
[pid=30989] ppid=30987 vsize=56188 CPUtime=408.13
/proc/30989/stat : 30989 (MiraXTv3_dyn) S 30987 30989 30917 0 -1 4194304 19990 0 0 0 40793 20 0 0 18 0 3 0 348843208 57536512 12815 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 14047 12815 218 20 0 13405 0
[pid=30989/tid=30991] ppid=30987 vsize=56188 CPUtime=204.43
/proc/30989/task/30991/stat : 30991 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 9181 0 0 0 20433 10 0 0 25 0 3 0 348843218 57536512 12815 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526696 0 0 4096 0 0 0 0 -1 1 0 0
[pid=30989/tid=30992] ppid=30987 vsize=56188 CPUtime=203.59
/proc/30989/task/30992/stat : 30992 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 10359 0 0 0 20350 9 0 0 25 0 3 0 348843218 57536512 12815 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134520184 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 408.13
Current children cumulated vsize (KiB) 56188

[startup+211.102 s]
/proc/loadavg: 1.96 1.48 1.26 3/80 30992
/proc/meminfo: memFree=1134824/2055920 swapFree=4146800/4192956
[pid=30989] ppid=30987 vsize=56524 CPUtime=420.9
/proc/30989/stat : 30989 (MiraXTv3_dyn) S 30987 30989 30917 0 -1 4194304 20273 0 0 0 42070 20 0 0 18 0 3 0 348843208 57880576 12894 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 14131 12894 218 20 0 13489 0
[pid=30989/tid=30991] ppid=30987 vsize=56524 CPUtime=210.83
/proc/30989/task/30991/stat : 30991 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 9376 0 0 0 21073 10 0 0 25 0 3 0 348843218 57880576 12894 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 1 0 0
[pid=30989/tid=30992] ppid=30987 vsize=56524 CPUtime=209.97
/proc/30989/task/30992/stat : 30992 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 10447 0 0 0 20987 10 0 0 25 0 3 0 348843218 57880576 12894 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526370 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 420.9
Current children cumulated vsize (KiB) 56524

[startup+214.301 s]
/proc/loadavg: 1.96 1.48 1.26 3/80 30992
/proc/meminfo: memFree=1134824/2055920 swapFree=4146800/4192956
[pid=30989] ppid=30987 vsize=56524 CPUtime=427.28
/proc/30989/stat : 30989 (MiraXTv3_dyn) S 30987 30989 30917 0 -1 4194304 20341 0 0 0 42708 20 0 0 18 0 3 0 348843208 57880576 12894 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 14131 12894 218 20 0 13489 0
[pid=30989/tid=30991] ppid=30987 vsize=56524 CPUtime=214.01
/proc/30989/task/30991/stat : 30991 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 9376 0 0 0 21391 10 0 0 25 0 3 0 348843218 57880576 12894 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134530009 0 0 4096 0 0 0 0 -1 1 0 0
[pid=30989/tid=30992] ppid=30987 vsize=56524 CPUtime=213.16
/proc/30989/task/30992/stat : 30992 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 10515 0 0 0 21306 10 0 0 25 0 3 0 348843218 57880576 12894 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 427.28
Current children cumulated vsize (KiB) 56524

[startup+215.901 s]
/proc/loadavg: 1.96 1.49 1.27 3/80 30992
/proc/meminfo: memFree=1134824/2055920 swapFree=4146800/4192956
[pid=30989] ppid=30987 vsize=56692 CPUtime=430.47
/proc/30989/stat : 30989 (MiraXTv3_dyn) S 30987 30989 30917 0 -1 4194304 20496 0 0 0 43027 20 0 0 18 0 3 0 348843208 58052608 12913 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 14173 12913 218 20 0 13531 0
[pid=30989/tid=30991] ppid=30987 vsize=56692 CPUtime=215.62
/proc/30989/task/30991/stat : 30991 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 9462 0 0 0 21552 10 0 0 25 0 3 0 348843218 58052608 12913 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 1 0 0
[pid=30989/tid=30992] ppid=30987 vsize=56692 CPUtime=214.75
/proc/30989/task/30992/stat : 30992 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 10584 0 0 0 21465 10 0 0 25 0 3 0 348843218 58052608 12913 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526335 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 430.47
Current children cumulated vsize (KiB) 56692

[startup+217.502 s]
/proc/loadavg: 1.96 1.49 1.27 3/80 30992
/proc/meminfo: memFree=1134824/2055920 swapFree=4146800/4192956
[pid=30989] ppid=30987 vsize=56692 CPUtime=433.66
/proc/30989/stat : 30989 (MiraXTv3_dyn) S 30987 30989 30917 0 -1 4194304 20500 0 0 0 43346 20 0 0 18 0 3 0 348843208 58052608 12917 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 14173 12917 218 20 0 13531 0
[pid=30989/tid=30991] ppid=30987 vsize=56692 CPUtime=217.21
/proc/30989/task/30991/stat : 30991 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 9465 0 0 0 21711 10 0 0 25 0 3 0 348843218 58052608 12917 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=30989/tid=30992] ppid=30987 vsize=56692 CPUtime=216.34
/proc/30989/task/30992/stat : 30992 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 10585 0 0 0 21624 10 0 0 25 0 3 0 348843218 58052608 12917 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526451 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 433.66
Current children cumulated vsize (KiB) 56692

[startup+217.902 s]
/proc/loadavg: 1.96 1.49 1.27 3/80 30992
/proc/meminfo: memFree=1134824/2055920 swapFree=4146800/4192956
[pid=30989] ppid=30987 vsize=56692 CPUtime=434.46
/proc/30989/stat : 30989 (MiraXTv3_dyn) S 30987 30989 30917 0 -1 4194304 20500 0 0 0 43426 20 0 0 18 0 3 0 348843208 58052608 12917 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 14173 12917 218 20 0 13531 0
[pid=30989/tid=30991] ppid=30987 vsize=56692 CPUtime=217.61
/proc/30989/task/30991/stat : 30991 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 9465 0 0 0 21751 10 0 0 25 0 3 0 348843218 58052608 12917 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=30989/tid=30992] ppid=30987 vsize=56692 CPUtime=216.74
/proc/30989/task/30992/stat : 30992 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 10585 0 0 0 21664 10 0 0 25 0 3 0 348843218 58052608 12917 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134530014 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 434.46
Current children cumulated vsize (KiB) 56692

[startup+218.302 s]
/proc/loadavg: 1.96 1.49 1.27 3/80 30992
/proc/meminfo: memFree=1134824/2055920 swapFree=4146800/4192956
[pid=30989] ppid=30987 vsize=54364 CPUtime=435.13
/proc/30989/stat : 30989 (MiraXTv3_dyn) S 30987 30989 30917 0 -1 4194304 20569 0 0 0 43493 20 0 0 18 0 2 0 348843208 55668736 12416 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 13591 12416 219 20 0 12949 0
[pid=30989/tid=30991] ppid=30987 vsize=54364 CPUtime=218.01
/proc/30989/task/30991/stat : 30991 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194368 9465 0 0 0 21791 10 0 0 25 0 2 0 348843218 55668736 12416 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134530014 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 435.13
Current children cumulated vsize (KiB) 54364

[startup+218.402 s]
/proc/loadavg: 1.96 1.49 1.27 3/80 30992
/proc/meminfo: memFree=1134824/2055920 swapFree=4146800/4192956
[pid=30989] ppid=30987 vsize=18456 CPUtime=435.23
/proc/30989/stat : 30989 (MiraXTv3_dyn) R 30987 30989 30917 0 -1 4194304 20577 0 0 0 43502 21 0 0 17 0 1 0 348843208 18898944 3472 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30989/statm: 4614 3472 225 20 0 3972 0
Current children cumulated CPU time (s) 435.23
Current children cumulated vsize (KiB) 18456

Child status: 10
Real time (s): 218.406
CPU time (s): 435.246
CPU user time (s): 435.026
CPU system time (s): 0.219966
CPU usage (%): 199.283
Max. virtual memory (cumulated for all children) (KiB): 56692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 435.026
system time used= 0.219966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20580
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= 187
involuntary context switches= 8206

runsolver used 0.249962 second user time and 0.550916 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Sat May 12 22:34:35 UTC 2007

IDJOB= 426107
IDBENCH= 19914
IDSOLVER= 196
FILE ID= node29/426107-1179009274

PBS_JOBID= 5252977

Free space on /tmp= 66550 MiB

SOLVER NAME= MiraXT v3
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v55/unif-k7-r89-v55-c4895-S1344671309-04.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/426107-1179009274/MiraXTv3_dyn /tmp/evaluation/426107-1179009274/instance-426107-1179009274.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-426107-1179009274 -o ROOT/results/node29/solver-426107-1179009274 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/426107-1179009274/MiraXTv3_dyn /tmp/evaluation/426107-1179009274/instance-426107-1179009274.cnf

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  7d86721a55ab336c62a419c8ebee7a6a

RANDOM SEED= 11605932

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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.224
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.224
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:       1187976 kB
Buffers:         52836 kB
Cached:         666540 kB
SwapCached:      11284 kB
Active:         365560 kB
Inactive:       376876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1187976 kB
SwapTotal:     4192956 kB
SwapFree:      4146800 kB
Dirty:            4172 kB
Writeback:           0 kB
Mapped:          30052 kB
Slab:           110904 kB
Committed_AS:  7080168 kB
PageTables:       1872 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66550 MiB

End job on node29 on Sat May 12 22:38:13 UTC 2007