Trace number 426088

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 1193.84 598.832

General information on the benchmark

Namerandom/OnTreshold/7SAT/v50/
unif-k7-r89-v50-c4450-S1755163742-08.SAT.shuffled.cnf
MD5SUMd3edeae19215a6960895e5b557b1cbc9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.216967
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
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 54450

Solver Data (download as text)

0.00/0.00	c Starting MiraXTv3...
1193.80/598.83	s SATISFIABLE
1193.80/598.83	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 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/node11/watcher-426088-1178985516 -o ROOT/results/node11/solver-426088-1178985516 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/426088-1178985516/MiraXTv3_dyn /tmp/evaluation/426088-1178985516/instance-426088-1178985516.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.84 1.97 1.91 3/77 5160
/proc/meminfo: memFree=1517096/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=3788 CPUtime=0
/proc/5160/stat : 5160 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194304 300 0 0 0 0 0 0 0 18 0 1 0 339600514 3878912 275 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 8414843 0 0 4096 0 0 0 0 17 1 0 0
/proc/5160/statm: 947 275 206 20 0 305 0

[startup+0.04299 s]
/proc/loadavg: 1.84 1.97 1.91 3/77 5160
/proc/meminfo: memFree=1517096/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=4180 CPUtime=0.03
/proc/5160/stat : 5160 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194304 400 0 0 0 3 0 0 0 18 0 1 0 339600514 4280320 375 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134583719 0 0 4096 0 0 0 0 17 1 0 0
/proc/5160/statm: 1045 375 207 20 0 403 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4180

[startup+0.101997 s]
/proc/loadavg: 1.84 1.97 1.91 3/77 5160
/proc/meminfo: memFree=1517096/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=6724 CPUtime=0.1
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 591 0 0 0 10 0 0 0 18 0 3 0 339600514 6885376 566 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 1681 566 218 20 0 1039 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 6724

[startup+0.302023 s]
/proc/loadavg: 1.84 1.97 1.91 3/77 5160
/proc/meminfo: memFree=1517096/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=8348 CPUtime=0.5
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 1049 0 0 0 50 0 0 0 18 0 3 0 339600514 8548352 1024 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 2087 1024 218 20 0 1445 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 8348

[startup+0.701072 s]
/proc/loadavg: 1.84 1.97 1.91 3/77 5160
/proc/meminfo: memFree=1517096/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=10672 CPUtime=1.3
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 1737 0 0 0 129 1 0 0 18 0 3 0 339600514 10928128 1712 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 2668 1712 218 20 0 2026 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 10672

[startup+1.50117 s]
/proc/loadavg: 1.84 1.97 1.91 3/80 5163
/proc/meminfo: memFree=1509264/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=14292 CPUtime=2.89
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 2406 0 0 0 288 1 0 0 18 0 3 0 339600514 14635008 2381 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 3573 2381 218 20 0 2931 0
[pid=5160/tid=5162] ppid=5158 vsize=14292 CPUtime=1.4
/proc/5160/task/5162/stat : 5162 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 987 0 0 0 140 0 0 0 18 0 3 0 339600524 14635008 2381 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526480 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5160/tid=5163] ppid=5158 vsize=14292 CPUtime=1.39
/proc/5160/task/5163/stat : 5163 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 983 0 0 0 138 1 0 0 19 0 3 0 339600524 14635008 2381 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 14292

[startup+3.10136 s]
/proc/loadavg: 1.84 1.97 1.91 3/80 5163
/proc/meminfo: memFree=1507664/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=16920 CPUtime=6.09
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 3285 0 0 0 606 3 0 0 18 0 3 0 339600514 17326080 3188 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 4230 3188 218 20 0 3588 0
[pid=5160/tid=5162] ppid=5158 vsize=16920 CPUtime=2.99
/proc/5160/task/5162/stat : 5162 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 1441 0 0 0 299 0 0 0 17 0 3 0 339600524 17326080 3188 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526335 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5160/tid=5163] ppid=5158 vsize=16920 CPUtime=2.98
/proc/5160/task/5163/stat : 5163 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 1408 0 0 0 297 1 0 0 25 0 3 0 339600524 17326080 3188 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526286 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 16920

[startup+6.30274 s]
/proc/loadavg: 1.85 1.97 1.91 3/80 5163
/proc/meminfo: memFree=1499344/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=23848 CPUtime=12.47
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 5147 0 0 0 1243 4 0 0 18 0 3 0 339600514 24420352 4974 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 5962 4974 218 20 0 5320 0
[pid=5160/tid=5162] ppid=5158 vsize=23848 CPUtime=6.19
/proc/5160/task/5162/stat : 5162 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 2369 0 0 0 618 1 0 0 25 0 3 0 339600524 24420352 4974 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526324 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5160/tid=5163] ppid=5158 vsize=23848 CPUtime=6.17
/proc/5160/task/5163/stat : 5163 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 2342 0 0 0 615 2 0 0 25 0 3 0 339600524 24420352 4974 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526302 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 23848

[startup+12.7015 s]
/proc/loadavg: 1.86 1.97 1.91 3/80 5163
/proc/meminfo: memFree=1491600/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=30840 CPUtime=25.22
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 6940 0 0 0 2516 6 0 0 18 0 3 0 339600514 31580160 6469 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 7710 6469 218 20 0 7068 0
[pid=5160/tid=5162] ppid=5158 vsize=30840 CPUtime=12.58
/proc/5160/task/5162/stat : 5162 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 3260 0 0 0 1256 2 0 0 20 0 3 0 339600524 31580160 6469 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5160/tid=5163] ppid=5158 vsize=30840 CPUtime=12.54
/proc/5160/task/5163/stat : 5163 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 3244 0 0 0 1251 3 0 0 25 0 3 0 339600524 31580160 6469 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 30840

[startup+25.502 s]
/proc/loadavg: 1.89 1.97 1.91 3/80 5163
/proc/meminfo: memFree=1484432/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=38460 CPUtime=50.77
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 9170 0 0 0 5068 9 0 0 18 0 3 0 339600514 39383040 8220 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 9615 8220 218 20 0 8973 0
[pid=5160/tid=5162] ppid=5158 vsize=38460 CPUtime=25.37
/proc/5160/task/5162/stat : 5162 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 4326 0 0 0 2534 3 0 0 25 0 3 0 339600524 39383040 8220 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5160/tid=5163] ppid=5158 vsize=38460 CPUtime=25.29
/proc/5160/task/5163/stat : 5163 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 4408 0 0 0 2524 5 0 0 25 0 3 0 339600524 39383040 8220 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526489 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 38460

[startup+51.101 s]
/proc/loadavg: 1.93 1.97 1.91 3/80 5163
/proc/meminfo: memFree=1481424/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=41080 CPUtime=101.81
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 10943 0 0 0 10171 10 0 0 18 0 3 0 339600514 42065920 8950 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 10270 8950 218 20 0 9628 0
[pid=5160/tid=5162] ppid=5158 vsize=41080 CPUtime=50.96
/proc/5160/task/5162/stat : 5162 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 5206 0 0 0 5092 4 0 0 25 0 3 0 339600524 42065920 8950 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5160/tid=5163] ppid=5158 vsize=41080 CPUtime=50.75
/proc/5160/task/5163/stat : 5163 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 5301 0 0 0 5070 5 0 0 25 0 3 0 339600524 42065920 8950 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 41080

[startup+102.305 s]
/proc/loadavg: 1.97 1.97 1.91 3/80 5163
/proc/meminfo: memFree=1477392/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=43960 CPUtime=203.93
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 13770 0 0 0 20380 13 0 0 18 0 3 0 339600514 45015040 9962 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 10990 9962 218 20 0 10348 0
[pid=5160/tid=5162] ppid=5158 vsize=43960 CPUtime=102.12
/proc/5160/task/5162/stat : 5162 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 6661 0 0 0 10207 5 0 0 25 0 3 0 339600524 45015040 9962 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5160/tid=5163] ppid=5158 vsize=43960 CPUtime=101.7
/proc/5160/task/5163/stat : 5163 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 6673 0 0 0 10163 7 0 0 25 0 3 0 339600524 45015040 9962 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.93
Current children cumulated vsize (KiB) 43960

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/86 5271
/proc/meminfo: memFree=1473784/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=47200 CPUtime=323.44
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 16593 0 0 0 32319 25 0 0 18 0 3 0 339600514 48332800 10468 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 11800 10468 218 20 0 11158 0
[pid=5160/tid=5162] ppid=5158 vsize=47200 CPUtime=161.97
/proc/5160/task/5162/stat : 5162 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 8098 0 0 0 16191 6 0 0 25 0 3 0 339600524 48332800 10468 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5160/tid=5163] ppid=5158 vsize=47200 CPUtime=161.35
/proc/5160/task/5163/stat : 5163 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 8059 0 0 0 16118 17 0 0 25 0 3 0 339600524 48332800 10468 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526351 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.44
Current children cumulated vsize (KiB) 47200

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 5361
/proc/meminfo: memFree=1472976/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=48896 CPUtime=442.93
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 19416 0 0 0 44260 33 0 0 18 0 3 0 339600514 50069504 11014 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 12224 11014 218 20 0 11582 0
[pid=5160/tid=5162] ppid=5158 vsize=48896 CPUtime=221.83
/proc/5160/task/5162/stat : 5162 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 9578 0 0 0 22175 8 0 0 25 0 3 0 339600524 50069504 11014 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5160/tid=5163] ppid=5158 vsize=48896 CPUtime=221
/proc/5160/task/5163/stat : 5163 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 9402 0 0 0 22075 25 0 0 25 0 3 0 339600524 50069504 11014 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 442.93
Current children cumulated vsize (KiB) 48896

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 5361
/proc/meminfo: memFree=1469904/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=52516 CPUtime=562.61
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 22430 0 0 0 56224 37 0 0 18 0 3 0 339600514 53776384 11801 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 13129 11801 218 20 0 12487 0
[pid=5160/tid=5162] ppid=5158 vsize=52516 CPUtime=281.79
/proc/5160/task/5162/stat : 5162 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 11266 0 0 0 28169 10 0 0 25 0 3 0 339600524 53776384 11801 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5160/tid=5163] ppid=5158 vsize=52516 CPUtime=280.72
/proc/5160/task/5163/stat : 5163 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 10728 0 0 0 28046 26 0 0 25 0 3 0 339600524 53776384 11801 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.61
Current children cumulated vsize (KiB) 52516

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 5361
/proc/meminfo: memFree=1468048/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=53984 CPUtime=682.29
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 25065 0 0 0 68190 39 0 0 18 0 3 0 339600514 55279616 12266 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 13496 12266 218 20 0 12854 0
[pid=5160/tid=5162] ppid=5158 vsize=53984 CPUtime=341.75
/proc/5160/task/5162/stat : 5162 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 12476 0 0 0 34164 11 0 0 25 0 3 0 339600524 55279616 12266 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526451 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5160/tid=5163] ppid=5158 vsize=53984 CPUtime=340.43
/proc/5160/task/5163/stat : 5163 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 12153 0 0 0 34016 27 0 0 25 0 3 0 339600524 55279616 12266 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.29
Current children cumulated vsize (KiB) 53984

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 5361
/proc/meminfo: memFree=1466512/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=56044 CPUtime=801.96
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 27654 0 0 0 80155 41 0 0 18 0 3 0 339600514 57389056 12671 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 14011 12671 218 20 0 13369 0
[pid=5160/tid=5162] ppid=5158 vsize=56044 CPUtime=401.7
/proc/5160/task/5162/stat : 5162 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 13744 0 0 0 40158 12 0 0 25 0 3 0 339600524 57389056 12671 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526489 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5160/tid=5163] ppid=5158 vsize=56044 CPUtime=400.15
/proc/5160/task/5163/stat : 5163 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 13474 0 0 0 39987 28 0 0 25 0 3 0 339600524 57389056 12671 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 801.96
Current children cumulated vsize (KiB) 56044

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 5361
/proc/meminfo: memFree=1465936/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=56176 CPUtime=921.61
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 29966 0 0 0 92118 43 0 0 18 0 3 0 339600514 57524224 12782 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 14044 12782 218 20 0 13402 0
[pid=5160/tid=5162] ppid=5158 vsize=56176 CPUtime=461.66
/proc/5160/task/5162/stat : 5162 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 14835 0 0 0 46152 14 0 0 25 0 3 0 339600524 57524224 12782 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526312 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5160/tid=5163] ppid=5158 vsize=56176 CPUtime=459.85
/proc/5160/task/5163/stat : 5163 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 14695 0 0 0 45957 28 0 0 25 0 3 0 339600524 57524224 12782 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 921.61
Current children cumulated vsize (KiB) 56176

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 5361
/proc/meminfo: memFree=1464656/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=58196 CPUtime=1041.3
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 32528 0 0 0 104085 45 0 0 18 0 3 0 339600514 59592704 13143 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 14549 13143 218 20 0 13907 0
[pid=5160/tid=5162] ppid=5158 vsize=58196 CPUtime=521.62
/proc/5160/task/5162/stat : 5162 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 16180 0 0 0 52147 15 0 0 25 0 3 0 339600524 59592704 13143 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5160/tid=5163] ppid=5158 vsize=58196 CPUtime=519.58
/proc/5160/task/5163/stat : 5163 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 15912 0 0 0 51929 29 0 0 25 0 3 0 339600524 59592704 13143 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.3
Current children cumulated vsize (KiB) 58196

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 5361
/proc/meminfo: memFree=1459088/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=63708 CPUtime=1160.97
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 36187 0 0 0 116047 50 0 0 18 0 3 0 339600514 65236992 14513 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 15927 14513 218 20 0 15285 0
[pid=5160/tid=5162] ppid=5158 vsize=63708 CPUtime=581.57
/proc/5160/task/5162/stat : 5162 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 17425 0 0 0 58141 16 0 0 25 0 3 0 339600524 65236992 14513 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5160/tid=5163] ppid=5158 vsize=63708 CPUtime=579.28
/proc/5160/task/5163/stat : 5163 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 18326 0 0 0 57896 32 0 0 25 0 3 0 339600524 65236992 14513 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1160.97
Current children cumulated vsize (KiB) 63708

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

[startup+588.702 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 5361
/proc/meminfo: memFree=1458960/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=63708 CPUtime=1173.72
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 36403 0 0 0 117322 50 0 0 18 0 3 0 339600514 65236992 14513 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 15927 14513 218 20 0 15285 0
[pid=5160/tid=5162] ppid=5158 vsize=63708 CPUtime=587.97
/proc/5160/task/5162/stat : 5162 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 17497 0 0 0 58780 17 0 0 25 0 3 0 339600524 65236992 14513 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526388 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5160/tid=5163] ppid=5158 vsize=63708 CPUtime=585.65
/proc/5160/task/5163/stat : 5163 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 18470 0 0 0 58533 32 0 0 25 0 3 0 339600524 65236992 14513 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1173.72
Current children cumulated vsize (KiB) 63708

[startup+595.106 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 5361
/proc/meminfo: memFree=1458896/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=63708 CPUtime=1186.49
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 36714 0 0 0 118599 50 0 0 18 0 3 0 339600514 65236992 14536 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 15927 14536 218 20 0 15285 0
[pid=5160/tid=5162] ppid=5158 vsize=63708 CPUtime=594.37
/proc/5160/task/5162/stat : 5162 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 17641 0 0 0 59420 17 0 0 25 0 3 0 339600524 65236992 14536 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5160/tid=5163] ppid=5158 vsize=63708 CPUtime=592.02
/proc/5160/task/5163/stat : 5163 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 18637 0 0 0 59169 33 0 0 25 0 3 0 339600524 65236992 14536 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1186.49
Current children cumulated vsize (KiB) 63708

[startup+596.703 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 5361
/proc/meminfo: memFree=1458896/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=63708 CPUtime=1189.67
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 36787 0 0 0 118917 50 0 0 18 0 3 0 339600514 65236992 14537 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 15927 14537 218 20 0 15285 0
[pid=5160/tid=5162] ppid=5158 vsize=63708 CPUtime=595.97
/proc/5160/task/5162/stat : 5162 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 17714 0 0 0 59580 17 0 0 25 0 3 0 339600524 65236992 14537 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5160/tid=5163] ppid=5158 vsize=63708 CPUtime=593.61
/proc/5160/task/5163/stat : 5163 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 18637 0 0 0 59328 33 0 0 22 0 3 0 339600524 65236992 14537 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1189.67
Current children cumulated vsize (KiB) 63708

[startup+597.502 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 5361
/proc/meminfo: memFree=1458896/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=63708 CPUtime=1191.27
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 36787 0 0 0 119077 50 0 0 18 0 3 0 339600514 65236992 14537 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 15927 14537 218 20 0 15285 0
[pid=5160/tid=5162] ppid=5158 vsize=63708 CPUtime=596.77
/proc/5160/task/5162/stat : 5162 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 17714 0 0 0 59660 17 0 0 25 0 3 0 339600524 65236992 14537 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5160/tid=5163] ppid=5158 vsize=63708 CPUtime=594.41
/proc/5160/task/5163/stat : 5163 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 18637 0 0 0 59408 33 0 0 25 0 3 0 339600524 65236992 14537 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526341 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1191.27
Current children cumulated vsize (KiB) 63708

[startup+598.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 5361
/proc/meminfo: memFree=1458896/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=63708 CPUtime=1192.87
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 36859 0 0 0 119237 50 0 0 18 0 3 0 339600514 65236992 14537 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 15927 14537 218 20 0 15285 0
[pid=5160/tid=5162] ppid=5158 vsize=63708 CPUtime=597.57
/proc/5160/task/5162/stat : 5162 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 17714 0 0 0 59740 17 0 0 25 0 3 0 339600524 65236992 14537 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526302 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5160/tid=5163] ppid=5158 vsize=63708 CPUtime=595.21
/proc/5160/task/5163/stat : 5163 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 18709 0 0 0 59488 33 0 0 23 0 3 0 339600524 65236992 14537 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1192.87
Current children cumulated vsize (KiB) 63708

[startup+598.702 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 5361
/proc/meminfo: memFree=1458896/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=63708 CPUtime=1193.67
/proc/5160/stat : 5160 (MiraXTv3_dyn) S 5158 5160 4772 0 -1 4194304 36859 0 0 0 119316 51 0 0 18 0 3 0 339600514 65236992 14537 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5160/statm: 15927 14537 218 20 0 15285 0
[pid=5160/tid=5162] ppid=5158 vsize=63708 CPUtime=597.96
/proc/5160/task/5162/stat : 5162 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 17714 0 0 0 59779 17 0 0 25 0 3 0 339600524 65236992 14537 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526531 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5160/tid=5163] ppid=5158 vsize=63708 CPUtime=595.6
/proc/5160/task/5163/stat : 5163 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194368 18709 0 0 0 59527 33 0 0 25 0 3 0 339600524 65236992 14537 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1193.67
Current children cumulated vsize (KiB) 63708

[startup+598.802 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 5361
/proc/meminfo: memFree=1458896/2055920 swapFree=4144152/4192956
[pid=5160] ppid=5158 vsize=54072 CPUtime=1193.8
/proc/5160/stat : 5160 (MiraXTv3_dyn) R 5158 5160 4772 0 -1 4194304 36866 0 0 0 119329 51 0 0 17 0 1 0 339600514 55369728 12226 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 8412668 0 0 4096 0 0 0 0 17 1 0 0
/proc/5160/statm: 13518 12226 225 20 0 12876 0
Current children cumulated CPU time (s) 1193.8
Current children cumulated vsize (KiB) 54072

Child status: 10
Real time (s): 598.832
CPU time (s): 1193.84
CPU user time (s): 1193.32
CPU system time (s): 0.52192
CPU usage (%): 199.361
Max. virtual memory (cumulated for all children) (KiB): 63808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1193.32
system time used= 0.52192
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36869
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= 389
involuntary context switches= 22801

runsolver used 0.594909 second user time and 1.61175 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Sat May 12 15:58:36 UTC 2007

IDJOB= 426088
IDBENCH= 19889
IDSOLVER= 196
FILE ID= node11/426088-1178985516

PBS_JOBID= 5252807

Free space on /tmp= 66556 MiB

SOLVER NAME= MiraXT v3
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v50/unif-k7-r89-v50-c4450-S1755163742-08.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/426088-1178985516/MiraXTv3_dyn /tmp/evaluation/426088-1178985516/instance-426088-1178985516.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-426088-1178985516 -o ROOT/results/node11/solver-426088-1178985516 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/426088-1178985516/MiraXTv3_dyn /tmp/evaluation/426088-1178985516/instance-426088-1178985516.cnf

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  d3edeae19215a6960895e5b557b1cbc9

RANDOM SEED= 400194932

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1517312 kB
Buffers:         52868 kB
Cached:         395100 kB
SwapCached:      18444 kB
Active:         164472 kB
Inactive:       308376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1517312 kB
SwapTotal:     4192956 kB
SwapFree:      4144152 kB
Dirty:            4040 kB
Writeback:           0 kB
Mapped:          30312 kB
Slab:            51240 kB
Committed_AS:  7735696 kB
PageTables:       1848 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= 66556 MiB

End job on node11 on Sat May 12 16:08:35 UTC 2007