Trace number 295510

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 1184.55 594.089

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 benchmark1.19882
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...
1184.46/594.08	s SATISFIABLE
1184.46/594.08	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/node11/watcher-295510-1178820716 -o ROOT/results/node11/solver-295510-1178820716 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/295510-1178820716/MiraXTv3_dyn /tmp/evaluation/295510-1178820716/instance-295510-1178820716.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.92 0.98 1.08 3/77 15411
/proc/meminfo: memFree=1857832/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=3788 CPUtime=0
/proc/15411/stat : 15411 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194304 303 0 0 0 0 0 0 0 18 0 1 0 323120563 3878912 278 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 8414843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15411/statm: 947 278 206 20 0 305 0

[startup+0.023626 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 15411
/proc/meminfo: memFree=1857832/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=4192 CPUtime=0.02
/proc/15411/stat : 15411 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194304 410 0 0 0 2 0 0 0 18 0 1 0 323120563 4292608 385 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134583709 0 0 4096 0 0 0 0 17 1 0 0
/proc/15411/statm: 1048 385 207 20 0 406 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4192

[startup+0.101635 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 15411
/proc/meminfo: memFree=1857832/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=4192 CPUtime=0.09
/proc/15411/stat : 15411 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194304 420 0 0 0 9 0 0 0 18 0 1 0 323120563 4292608 395 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134583914 0 0 4096 0 0 0 0 17 1 0 0
/proc/15411/statm: 1048 395 207 20 0 406 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4192

[startup+0.301663 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 15411
/proc/meminfo: memFree=1857832/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=8400 CPUtime=0.48
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 1041 0 0 0 48 0 0 0 18 0 3 0 323120563 8601600 1015 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 2100 1015 218 20 0 1458 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 8400

[startup+0.701711 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 15411
/proc/meminfo: memFree=1857832/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=10848 CPUtime=1.28
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 1741 0 0 0 127 1 0 0 18 0 3 0 323120563 11108352 1715 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 2712 1716 218 20 0 2070 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 10848

[startup+1.50181 s]
/proc/loadavg: 0.92 0.98 1.08 3/80 15414
/proc/meminfo: memFree=1849936/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=15308 CPUtime=2.88
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 2510 0 0 0 287 1 0 0 18 0 3 0 323120563 15675392 2484 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 3827 2484 218 20 0 3185 0
[pid=15411/tid=15413] ppid=15409 vsize=15308 CPUtime=1.39
/proc/15411/task/15413/stat : 15413 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 1020 0 0 0 139 0 0 0 23 0 3 0 323120573 15675392 2484 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526493 0 0 4096 0 0 0 0 -1 1 0 0
[pid=15411/tid=15414] ppid=15409 vsize=15308 CPUtime=1.38
/proc/15411/task/15414/stat : 15414 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 1040 0 0 0 138 0 0 0 17 0 3 0 323120573 15675392 2484 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526317 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 15308

[startup+3.10199 s]
/proc/loadavg: 0.92 0.98 1.08 3/80 15414
/proc/meminfo: memFree=1847568/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=18348 CPUtime=6.07
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 3424 0 0 0 605 2 0 0 18 0 3 0 323120563 18788352 3326 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 4587 3326 218 20 0 3945 0
[pid=15411/tid=15413] ppid=15409 vsize=18348 CPUtime=2.98
/proc/15411/task/15413/stat : 15413 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 1463 0 0 0 298 0 0 0 21 0 3 0 323120573 18788352 3326 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=15411/tid=15414] ppid=15409 vsize=18348 CPUtime=2.98
/proc/15411/task/15414/stat : 15414 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 1511 0 0 0 297 1 0 0 25 0 3 0 323120573 18788352 3326 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 18348

[startup+6.30138 s]
/proc/loadavg: 1.01 1.00 1.09 3/80 15414
/proc/meminfo: memFree=1839248/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=25272 CPUtime=12.44
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 5518 0 0 0 1240 4 0 0 18 0 3 0 323120563 25878528 5299 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 6318 5299 218 20 0 5676 0
[pid=15411/tid=15413] ppid=15409 vsize=25272 CPUtime=6.18
/proc/15411/task/15413/stat : 15413 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 2442 0 0 0 617 1 0 0 17 0 3 0 323120573 25878528 5299 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 8414843 0 0 4096 0 0 0 0 -1 1 0 0
[pid=15411/tid=15414] ppid=15409 vsize=25272 CPUtime=6.15
/proc/15411/task/15414/stat : 15414 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 2626 0 0 0 613 2 0 0 25 0 3 0 323120573 25878528 5299 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526705 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 25272

[startup+12.7021 s]
/proc/loadavg: 1.09 1.02 1.09 3/80 15414
/proc/meminfo: memFree=1831952/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=31924 CPUtime=25.21
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 7119 0 0 0 2515 6 0 0 18 0 3 0 323120563 32690176 6590 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 7981 6590 218 20 0 7339 0
[pid=15411/tid=15413] ppid=15409 vsize=31924 CPUtime=12.58
/proc/15411/task/15413/stat : 15413 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 3194 0 0 0 1256 2 0 0 25 0 3 0 323120573 32690176 6590 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526391 0 0 4096 0 0 0 0 -1 1 0 0
[pid=15411/tid=15414] ppid=15409 vsize=31924 CPUtime=12.52
/proc/15411/task/15414/stat : 15414 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 3475 0 0 0 1249 3 0 0 25 0 3 0 323120573 32690176 6590 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 31924

[startup+25.5016 s]
/proc/loadavg: 1.29 1.06 1.11 3/80 15414
/proc/meminfo: memFree=1825744/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=37304 CPUtime=50.73
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 9125 0 0 0 5065 8 0 0 18 0 3 0 323120563 38199296 8112 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 9326 8112 218 20 0 8684 0
[pid=15411/tid=15413] ppid=15409 vsize=37304 CPUtime=25.37
/proc/15411/task/15413/stat : 15413 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 4016 0 0 0 2534 3 0 0 25 0 3 0 323120573 38199296 8112 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 1 0 0
[pid=15411/tid=15414] ppid=15409 vsize=37304 CPUtime=25.25
/proc/15411/task/15414/stat : 15414 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 4659 0 0 0 2520 5 0 0 25 0 3 0 323120573 38199296 8112 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 37304

[startup+51.1017 s]
/proc/loadavg: 1.53 1.14 1.13 3/80 15414
/proc/meminfo: memFree=1822864/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=40028 CPUtime=101.78
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 10873 0 0 0 10168 10 0 0 18 0 3 0 323120563 40988672 8818 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 10007 8818 218 20 0 9365 0
[pid=15411/tid=15413] ppid=15409 vsize=40028 CPUtime=50.95
/proc/15411/task/15413/stat : 15413 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 4968 0 0 0 5091 4 0 0 25 0 3 0 323120573 40988672 8818 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526712 0 0 4096 0 0 0 0 -1 1 0 0
[pid=15411/tid=15414] ppid=15409 vsize=40028 CPUtime=50.72
/proc/15411/task/15414/stat : 15414 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 5455 0 0 0 5067 5 0 0 25 0 3 0 323120573 40988672 8818 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526324 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 40028

[startup+102.306 s]
/proc/loadavg: 1.79 1.27 1.17 3/80 15414
/proc/meminfo: memFree=1815120/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=47368 CPUtime=203.9
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 14826 0 0 0 20376 14 0 0 18 0 3 0 323120563 48504832 10699 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 11842 10699 218 20 0 11200 0
[pid=15411/tid=15413] ppid=15409 vsize=47368 CPUtime=102.1
/proc/15411/task/15413/stat : 15413 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 7150 0 0 0 10204 6 0 0 25 0 3 0 323120573 48504832 10699 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526454 0 0 4096 0 0 0 0 -1 1 0 0
[pid=15411/tid=15414] ppid=15409 vsize=47368 CPUtime=101.68
/proc/15411/task/15414/stat : 15414 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 7226 0 0 0 10161 7 0 0 25 0 3 0 323120573 48504832 10699 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526531 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 47368

[startup+162.302 s]
/proc/loadavg: 1.92 1.40 1.22 3/80 15414
/proc/meminfo: memFree=1811216/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=51608 CPUtime=323.56
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 18189 0 0 0 32339 17 0 0 18 0 3 0 323120563 52846592 11700 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 12902 11700 218 20 0 12260 0
[pid=15411/tid=15413] ppid=15409 vsize=51608 CPUtime=162.06
/proc/15411/task/15413/stat : 15413 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 8575 0 0 0 16198 8 0 0 25 0 3 0 323120573 52846592 11700 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 1 0 0
[pid=15411/tid=15414] ppid=15409 vsize=51608 CPUtime=161.39
/proc/15411/task/15414/stat : 15414 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 9164 0 0 0 16130 9 0 0 25 0 3 0 323120573 52846592 11700 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.56
Current children cumulated vsize (KiB) 51608

[startup+222.302 s]
/proc/loadavg: 1.97 1.51 1.27 3/80 15414
/proc/meminfo: memFree=1808208/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=54816 CPUtime=443.22
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 21271 0 0 0 44302 20 0 0 18 0 3 0 323120563 56131584 12470 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 13704 12470 218 20 0 13062 0
[pid=15411/tid=15413] ppid=15409 vsize=54816 CPUtime=222
/proc/15411/task/15413/stat : 15413 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 10233 0 0 0 22191 9 0 0 25 0 3 0 323120573 56131584 12470 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=15411/tid=15414] ppid=15409 vsize=54816 CPUtime=221.1
/proc/15411/task/15414/stat : 15414 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 10588 0 0 0 22100 10 0 0 25 0 3 0 323120573 56131584 12470 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.22
Current children cumulated vsize (KiB) 54816

[startup+282.302 s]
/proc/loadavg: 2.05 1.61 1.31 3/80 15414
/proc/meminfo: memFree=1805776/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=58548 CPUtime=562.88
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 24079 0 0 0 56266 22 0 0 18 0 3 0 323120563 59953152 13165 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 14637 13165 218 20 0 13995 0
[pid=15411/tid=15413] ppid=15409 vsize=58548 CPUtime=281.96
/proc/15411/task/15413/stat : 15413 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 11816 0 0 0 28185 11 0 0 25 0 3 0 323120573 59953152 13165 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=15411/tid=15414] ppid=15409 vsize=58548 CPUtime=280.8
/proc/15411/task/15414/stat : 15414 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 11813 0 0 0 28070 10 0 0 25 0 3 0 323120573 59953152 13165 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526319 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.88
Current children cumulated vsize (KiB) 58548

[startup+342.301 s]
/proc/loadavg: 2.02 1.68 1.35 3/80 15414
/proc/meminfo: memFree=1801872/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=62104 CPUtime=682.54
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 27148 0 0 0 68228 26 0 0 18 0 3 0 323120563 63594496 14026 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 15526 14026 218 20 0 14884 0
[pid=15411/tid=15413] ppid=15409 vsize=62104 CPUtime=341.92
/proc/15411/task/15413/stat : 15413 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 13565 0 0 0 34178 14 0 0 25 0 3 0 323120573 63594496 14026 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=15411/tid=15414] ppid=15409 vsize=62104 CPUtime=340.51
/proc/15411/task/15414/stat : 15414 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 13133 0 0 0 34040 11 0 0 25 0 3 0 323120573 63594496 14026 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134522107 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.54
Current children cumulated vsize (KiB) 62104

[startup+402.301 s]
/proc/loadavg: 2.00 1.73 1.39 4/80 15414
/proc/meminfo: memFree=1801104/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=62540 CPUtime=802.21
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 29369 0 0 0 80193 28 0 0 18 0 3 0 323120563 64040960 14246 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 15635 14246 218 20 0 14993 0
[pid=15411/tid=15413] ppid=15409 vsize=62540 CPUtime=401.87
/proc/15411/task/15413/stat : 15413 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 14627 0 0 0 40172 15 0 0 25 0 3 0 323120573 64040960 14246 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=15411/tid=15414] ppid=15409 vsize=62540 CPUtime=400.23
/proc/15411/task/15414/stat : 15414 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 14292 0 0 0 40011 12 0 0 25 0 3 0 323120573 64040960 14246 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.21
Current children cumulated vsize (KiB) 62540

[startup+462.301 s]
/proc/loadavg: 2.00 1.78 1.43 3/80 15414
/proc/meminfo: memFree=1800464/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=62748 CPUtime=921.88
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 31636 0 0 0 92158 30 0 0 18 0 3 0 323120563 64253952 14358 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 15687 14358 218 20 0 15045 0
[pid=15411/tid=15413] ppid=15409 vsize=62748 CPUtime=461.82
/proc/15411/task/15413/stat : 15413 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 15795 0 0 0 46166 16 0 0 25 0 3 0 323120573 64253952 14358 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=15411/tid=15414] ppid=15409 vsize=62748 CPUtime=459.94
/proc/15411/task/15414/stat : 15414 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 15391 0 0 0 45981 13 0 0 25 0 3 0 323120573 64253952 14358 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 921.88
Current children cumulated vsize (KiB) 62748

[startup+522.301 s]
/proc/loadavg: 2.00 1.82 1.46 3/80 15414
/proc/meminfo: memFree=1799248/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=64684 CPUtime=1041.55
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 34043 0 0 0 104124 31 0 0 18 0 3 0 323120563 66236416 14660 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 16171 14660 218 20 0 15529 0
[pid=15411/tid=15413] ppid=15409 vsize=64684 CPUtime=521.79
/proc/15411/task/15413/stat : 15413 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 17036 0 0 0 52162 17 0 0 25 0 3 0 323120573 66236416 14660 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526370 0 0 4096 0 0 0 0 -1 1 0 0
[pid=15411/tid=15414] ppid=15409 vsize=64684 CPUtime=519.66
/proc/15411/task/15414/stat : 15414 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 16557 0 0 0 51952 14 0 0 25 0 3 0 323120573 66236416 14660 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.55
Current children cumulated vsize (KiB) 64684

[startup+582.301 s]
/proc/loadavg: 2.00 1.85 1.49 3/80 15414
/proc/meminfo: memFree=1798544/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=66080 CPUtime=1161.22
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 36278 0 0 0 116089 33 0 0 18 0 3 0 323120563 67665920 14865 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 16520 14865 218 20 0 15878 0
[pid=15411/tid=15413] ppid=15409 vsize=66080 CPUtime=581.74
/proc/15411/task/15413/stat : 15413 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 18021 0 0 0 58156 18 0 0 25 0 3 0 323120573 67665920 14865 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134530106 0 0 4096 0 0 0 0 -1 1 0 0
[pid=15411/tid=15414] ppid=15409 vsize=66080 CPUtime=579.37
/proc/15411/task/15414/stat : 15414 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 17807 0 0 0 57923 14 0 0 25 0 3 0 323120573 67665920 14865 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.22
Current children cumulated vsize (KiB) 66080

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

[startup+588.701 s]
/proc/loadavg: 2.00 1.85 1.50 3/80 15414
/proc/meminfo: memFree=1798480/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=66288 CPUtime=1173.98
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 36436 0 0 0 117364 34 0 0 18 0 3 0 323120563 67878912 14883 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 16572 14883 218 20 0 15930 0
[pid=15411/tid=15413] ppid=15409 vsize=66288 CPUtime=588.13
/proc/15411/task/15413/stat : 15413 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 18109 0 0 0 58795 18 0 0 25 0 3 0 323120573 67878912 14883 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526370 0 0 4096 0 0 0 0 -1 1 0 0
[pid=15411/tid=15414] ppid=15409 vsize=66288 CPUtime=585.73
/proc/15411/task/15414/stat : 15414 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 17877 0 0 0 58559 14 0 0 25 0 3 0 323120573 67878912 14883 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526335 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1173.98
Current children cumulated vsize (KiB) 66288

[startup+591.901 s]
/proc/loadavg: 2.00 1.85 1.50 3/80 15414
/proc/meminfo: memFree=1798352/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=66288 CPUtime=1180.36
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 36579 0 0 0 118002 34 0 0 18 0 3 0 323120563 67878912 14886 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 16572 14886 218 20 0 15930 0
[pid=15411/tid=15413] ppid=15409 vsize=66288 CPUtime=591.32
/proc/15411/task/15413/stat : 15413 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 18182 0 0 0 59114 18 0 0 25 0 3 0 323120573 67878912 14886 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=15411/tid=15414] ppid=15409 vsize=66288 CPUtime=588.92
/proc/15411/task/15414/stat : 15414 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 17947 0 0 0 58877 15 0 0 25 0 3 0 323120573 67878912 14886 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1180.36
Current children cumulated vsize (KiB) 66288

[startup+592.702 s]
/proc/loadavg: 2.00 1.85 1.50 3/80 15414
/proc/meminfo: memFree=1798352/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=66288 CPUtime=1181.96
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 36599 0 0 0 118162 34 0 0 18 0 3 0 323120563 67878912 14906 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 16572 14906 218 20 0 15930 0
[pid=15411/tid=15413] ppid=15409 vsize=66288 CPUtime=592.13
/proc/15411/task/15413/stat : 15413 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 18202 0 0 0 59194 19 0 0 25 0 3 0 323120573 67878912 14906 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526489 0 0 4096 0 0 0 0 -1 1 0 0
[pid=15411/tid=15414] ppid=15409 vsize=66288 CPUtime=589.72
/proc/15411/task/15414/stat : 15414 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 17947 0 0 0 58957 15 0 0 25 0 3 0 323120573 67878912 14906 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 66288

[startup+593.502 s]
/proc/loadavg: 2.00 1.85 1.50 3/80 15414
/proc/meminfo: memFree=1798352/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=66288 CPUtime=1183.55
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 36601 0 0 0 118321 34 0 0 18 0 3 0 323120563 67878912 14908 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 16572 14908 218 20 0 15930 0
[pid=15411/tid=15413] ppid=15409 vsize=66288 CPUtime=592.93
/proc/15411/task/15413/stat : 15413 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 18204 0 0 0 59274 19 0 0 25 0 3 0 323120573 67878912 14908 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 1 0 0
[pid=15411/tid=15414] ppid=15409 vsize=66288 CPUtime=590.52
/proc/15411/task/15414/stat : 15414 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 17947 0 0 0 59037 15 0 0 25 0 3 0 323120573 67878912 14908 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1183.55
Current children cumulated vsize (KiB) 66288

[startup+593.902 s]
/proc/loadavg: 2.00 1.85 1.50 3/80 15414
/proc/meminfo: memFree=1798352/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=66288 CPUtime=1184.36
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 36602 0 0 0 118402 34 0 0 18 0 3 0 323120563 67878912 14909 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 16572 14909 218 20 0 15930 0
[pid=15411/tid=15413] ppid=15409 vsize=66288 CPUtime=593.34
/proc/15411/task/15413/stat : 15413 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 18205 0 0 0 59315 19 0 0 25 0 3 0 323120573 67878912 14909 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134530014 0 0 4096 0 0 0 0 -1 1 0 0
[pid=15411/tid=15414] ppid=15409 vsize=66288 CPUtime=590.92
/proc/15411/task/15414/stat : 15414 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 17947 0 0 0 59077 15 0 0 25 0 3 0 323120573 67878912 14909 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1184.36
Current children cumulated vsize (KiB) 66288

[startup+594.007 s]
/proc/loadavg: 2.00 1.85 1.50 3/80 15414
/proc/meminfo: memFree=1798352/2055920 swapFree=4144152/4192956
[pid=15411] ppid=15409 vsize=63036 CPUtime=1184.46
/proc/15411/stat : 15411 (MiraXTv3_dyn) S 15409 15411 14880 0 -1 4194304 36603 0 0 0 118412 34 0 0 18 0 2 0 323120563 64548864 14135 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15411/statm: 15759 14135 219 20 0 15117 0
[pid=15411/tid=15413] ppid=15409 vsize=63036 CPUtime=593.44
/proc/15411/task/15413/stat : 15413 (MiraXTv3_dyn) R 15409 15411 14880 0 -1 4194368 18205 0 0 0 59325 19 0 0 25 0 2 0 323120573 64548864 14135 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134530014 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1184.46
Current children cumulated vsize (KiB) 63036

Child status: 10
Real time (s): 594.089
CPU time (s): 1184.55
CPU user time (s): 1184.2
CPU system time (s): 0.357945
CPU usage (%): 199.39
Max. virtual memory (cumulated for all children) (KiB): 66288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1184.2
system time used= 0.357945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36682
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= 352
involuntary context switches= 22059

runsolver used 0.582911 second user time and 1.58276 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Thu May 10 18:11:56 UTC 2007

IDJOB= 295510
IDBENCH= 19914
IDSOLVER= 128
FILE ID= node11/295510-1178820716

PBS_JOBID= 5250970

Free space on /tmp= 66561 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/295510-1178820716/MiraXTv3_dyn /tmp/evaluation/295510-1178820716/instance-295510-1178820716.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-295510-1178820716 -o ROOT/results/node11/solver-295510-1178820716 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/295510-1178820716/MiraXTv3_dyn /tmp/evaluation/295510-1178820716/instance-295510-1178820716.cnf            

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  7d86721a55ab336c62a419c8ebee7a6a

RANDOM SEED= 257112122

TIME LIMIT= 1200 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:       1858176 kB
Buffers:         38880 kB
Cached:          93036 kB
SwapCached:      18364 kB
Active:          80676 kB
Inactive:        75884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1858176 kB
SwapTotal:     4192956 kB
SwapFree:      4144152 kB
Dirty:            4040 kB
Writeback:           0 kB
Mapped:          29996 kB
Slab:            26672 kB
Committed_AS:  7547432 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= 66561 MiB

End job on node11 on Thu May 10 18:21:50 UTC 2007