Trace number 334644

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 v1? (TO) 1200.08 1200.87

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
MD5SUMbf3618cdbef11db03f2026bf209783fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1151.72
Satisfiable
(Un)Satisfiability was proved
Number of variables25493
Number of clauses1139180
Sum of the clauses size2298131
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21136319
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 57
Number of clauses of size over 52852

Solver Data (download as text)

0.00/0.03	c Starting MiraXTv1...

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-334644-1178900906 -o ROOT/results/node9/solver-334644-1178900906 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334644-1178900906/MiraXTv1_dyn /tmp/evaluation/334644-1178900906/instance-334644-1178900906.cnf 

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


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 30326
/proc/meminfo: memFree=1463376/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=1436 CPUtime=0
/proc/30326/stat : 30326 (MiraXTv1_dyn) D 30324 30326 29821 0 -1 4194304 58 0 0 0 0 0 0 0 18 0 1 0 366128446 1470464 46 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 8663844 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/30326/statm: 359 46 34 20 0 10 0

[startup+0.022701 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 30326
/proc/meminfo: memFree=1463376/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=1436 CPUtime=0
/proc/30326/stat : 30326 (MiraXTv1_dyn) D 30324 30326 29821 0 -1 4194304 58 0 0 0 0 0 0 0 18 0 1 0 366128446 1470464 46 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 8663844 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/30326/statm: 359 46 34 20 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1436

[startup+0.101708 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 30326
/proc/meminfo: memFree=1463376/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=8552 CPUtime=0.05
/proc/30326/stat : 30326 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194304 1640 0 0 0 5 0 0 0 18 0 1 0 366128446 8757248 1615 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 9098875 0 0 4096 0 0 0 0 17 0 0 0
/proc/30326/statm: 2138 1615 206 20 0 1496 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8552

[startup+0.30173 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 30326
/proc/meminfo: memFree=1463376/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=14732 CPUtime=0.25
/proc/30326/stat : 30326 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194304 3097 0 0 0 25 0 0 0 19 0 1 0 366128446 15085568 3072 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 9098875 0 0 4096 0 0 0 0 17 0 0 0
/proc/30326/statm: 3683 3072 206 20 0 3041 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 14732

[startup+0.701781 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 30326
/proc/meminfo: memFree=1463376/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=26788 CPUtime=0.66
/proc/30326/stat : 30326 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194304 6015 0 0 0 63 3 0 0 23 0 1 0 366128446 27430912 5990 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 9098821 0 0 4096 0 0 0 0 17 0 0 0
/proc/30326/statm: 6697 5991 206 20 0 6055 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 26788

[startup+1.50187 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 30327
/proc/meminfo: memFree=1430472/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=51808 CPUtime=1.45
/proc/30326/stat : 30326 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194304 12073 0 0 0 139 6 0 0 25 0 1 0 366128446 53051392 12048 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 9098875 0 0 4096 0 0 0 0 17 0 0 0
/proc/30326/statm: 12952 12048 206 20 0 12310 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 51808

[startup+3.10105 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 30327
/proc/meminfo: memFree=1400392/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=68836 CPUtime=3.05
/proc/30326/stat : 30326 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194304 15891 0 0 0 297 8 0 0 25 0 1 0 366128446 70488064 15866 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134583912 0 0 4096 0 0 0 0 17 0 0 0
/proc/30326/statm: 17209 15866 207 20 0 16567 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 68836

[startup+6.30141 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 30327
/proc/meminfo: memFree=1400392/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=68836 CPUtime=6.26
/proc/30326/stat : 30326 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194304 15891 0 0 0 617 9 0 0 25 0 1 0 366128446 70488064 15866 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134583935 0 0 4096 0 0 0 0 17 0 0 0
/proc/30326/statm: 17209 15866 207 20 0 16567 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 68836

[startup+12.7011 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 30327
/proc/meminfo: memFree=1376072/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=96064 CPUtime=12.64
/proc/30326/stat : 30326 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194304 22175 0 0 0 1253 11 0 0 25 0 1 0 366128446 98369536 22150 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134584061 0 0 4096 0 0 0 0 17 0 0 0
/proc/30326/statm: 24016 22150 207 20 0 23374 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 96064

[startup+25.5016 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 30327
/proc/meminfo: memFree=1369416/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=98048 CPUtime=25.44
/proc/30326/stat : 30326 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194304 23695 0 0 0 2531 13 0 0 25 0 1 0 366128446 100401152 23670 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134583713 0 0 4096 0 0 0 0 17 0 0 0
/proc/30326/statm: 24512 23670 207 20 0 23870 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 98048

[startup+51.1015 s]
/proc/loadavg: 0.96 0.97 0.99 2/79 30328
/proc/meminfo: memFree=1337536/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=211708 CPUtime=51.01
/proc/30326/stat : 30326 (MiraXTv1_dyn) S 30324 30326 29821 0 -1 4194304 35508 0 0 0 5082 19 0 0 25 0 2 0 366128446 216788992 31782 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30326/statm: 52927 31782 218 20 0 52285 0
[pid=30326/tid=30328] ppid=30324 vsize=211708 CPUtime=23.04
/proc/30326/task/30328/stat : 30328 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194368 11057 0 0 0 2299 5 0 0 25 0 2 0 366131248 216788992 31782 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526004 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 211708

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/79 30328
/proc/meminfo: memFree=1291328/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=256468 CPUtime=102.17
/proc/30326/stat : 30326 (MiraXTv1_dyn) S 30324 30326 29821 0 -1 4194304 47052 0 0 0 10187 30 0 0 25 0 2 0 366128446 262623232 43190 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30326/statm: 64117 43190 218 20 0 63475 0
[pid=30326/tid=30328] ppid=30324 vsize=256468 CPUtime=74.2
/proc/30326/task/30328/stat : 30328 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194368 22601 0 0 0 7404 16 0 0 25 0 2 0 366131248 262623232 43190 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 256468

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30328
/proc/meminfo: memFree=1264768/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=282740 CPUtime=162.13
/proc/30326/stat : 30326 (MiraXTv1_dyn) S 30324 30326 29821 0 -1 4194304 53835 0 0 0 16178 35 0 0 25 0 2 0 366128446 289525760 49850 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30326/statm: 70685 49850 218 20 0 70043 0
[pid=30326/tid=30328] ppid=30324 vsize=282740 CPUtime=134.17
/proc/30326/task/30328/stat : 30328 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194368 29384 0 0 0 13395 22 0 0 25 0 2 0 366131248 289525760 49850 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 282740

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30328
/proc/meminfo: memFree=1231552/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=315100 CPUtime=222.1
/proc/30326/stat : 30326 (MiraXTv1_dyn) S 30324 30326 29821 0 -1 4194304 62132 0 0 0 22168 42 0 0 25 0 2 0 366128446 322662400 58007 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30326/statm: 78775 58007 218 20 0 78133 0
[pid=30326/tid=30328] ppid=30324 vsize=315100 CPUtime=194.13
/proc/30326/task/30328/stat : 30328 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194368 37681 0 0 0 19385 28 0 0 25 0 2 0 366131248 322662400 58007 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134565556 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 315100

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30328
/proc/meminfo: memFree=1198656/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=348796 CPUtime=282.05
/proc/30326/stat : 30326 (MiraXTv1_dyn) S 30324 30326 29821 0 -1 4194304 70746 0 0 0 28156 49 0 0 25 0 2 0 366128446 357167104 66471 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30326/statm: 87199 66471 218 20 0 86557 0
[pid=30326/tid=30328] ppid=30324 vsize=348796 CPUtime=254.09
/proc/30326/task/30328/stat : 30328 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194368 46295 0 0 0 25373 36 0 0 25 0 2 0 366131248 357167104 66471 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 348796

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30328
/proc/meminfo: memFree=1183104/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=363120 CPUtime=342.03
/proc/30326/stat : 30326 (MiraXTv1_dyn) S 30324 30326 29821 0 -1 4194304 74521 0 0 0 34151 52 0 0 25 0 2 0 366128446 371834880 70089 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30326/statm: 90780 70089 218 20 0 90138 0
[pid=30326/tid=30328] ppid=30324 vsize=363120 CPUtime=314.06
/proc/30326/task/30328/stat : 30328 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194368 50070 0 0 0 31368 38 0 0 25 0 2 0 366131248 371834880 70089 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526361 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 363120

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30328
/proc/meminfo: memFree=1178496/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=368540 CPUtime=401.99
/proc/30326/stat : 30326 (MiraXTv1_dyn) S 30324 30326 29821 0 -1 4194304 75966 0 0 0 40147 52 0 0 25 0 2 0 366128446 377384960 71453 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30326/statm: 92135 71453 218 20 0 91493 0
[pid=30326/tid=30328] ppid=30324 vsize=368540 CPUtime=374.02
/proc/30326/task/30328/stat : 30328 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194368 51515 0 0 0 37364 38 0 0 25 0 2 0 366131248 377384960 71453 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 401.99
Current children cumulated vsize (KiB) 368540

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30328
/proc/meminfo: memFree=1161920/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=384156 CPUtime=461.95
/proc/30326/stat : 30326 (MiraXTv1_dyn) S 30324 30326 29821 0 -1 4194304 80043 0 0 0 46140 55 0 0 25 0 2 0 366128446 393375744 75366 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30326/statm: 96039 75366 218 20 0 95397 0
[pid=30326/tid=30328] ppid=30324 vsize=384156 CPUtime=433.98
/proc/30326/task/30328/stat : 30328 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194368 55592 0 0 0 43357 41 0 0 25 0 2 0 366131248 393375744 75366 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526454 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 461.95
Current children cumulated vsize (KiB) 384156

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30328
/proc/meminfo: memFree=1161920/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=384156 CPUtime=521.92
/proc/30326/stat : 30326 (MiraXTv1_dyn) S 30324 30326 29821 0 -1 4194304 80132 0 0 0 52137 55 0 0 25 0 2 0 366128446 393375744 75372 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30326/statm: 96039 75372 218 20 0 95397 0
[pid=30326/tid=30328] ppid=30324 vsize=384156 CPUtime=493.95
/proc/30326/task/30328/stat : 30328 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194368 55681 0 0 0 49354 41 0 0 25 0 2 0 366131248 393375744 75372 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526261 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 521.92
Current children cumulated vsize (KiB) 384156

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30330
/proc/meminfo: memFree=1157504/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=388516 CPUtime=581.89
/proc/30326/stat : 30326 (MiraXTv1_dyn) S 30324 30326 29821 0 -1 4194304 81409 0 0 0 58133 56 0 0 25 0 2 0 366128446 397840384 76481 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30326/statm: 97129 76481 218 20 0 96487 0
[pid=30326/tid=30328] ppid=30324 vsize=388516 CPUtime=553.92
/proc/30326/task/30328/stat : 30328 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194368 56958 0 0 0 55350 42 0 0 25 0 2 0 366131248 397840384 76481 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134520108 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 581.89
Current children cumulated vsize (KiB) 388516

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30330
/proc/meminfo: memFree=1157440/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=388516 CPUtime=641.86
/proc/30326/stat : 30326 (MiraXTv1_dyn) S 30324 30326 29821 0 -1 4194304 81498 0 0 0 64130 56 0 0 25 0 2 0 366128446 397840384 76485 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30326/statm: 97129 76485 218 20 0 96487 0
[pid=30326/tid=30328] ppid=30324 vsize=388516 CPUtime=613.89
/proc/30326/task/30328/stat : 30328 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194368 57047 0 0 0 61347 42 0 0 25 0 2 0 366131248 397840384 76485 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526531 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 641.86
Current children cumulated vsize (KiB) 388516

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30330
/proc/meminfo: memFree=1130048/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=415916 CPUtime=701.82
/proc/30326/stat : 30326 (MiraXTv1_dyn) S 30324 30326 29821 0 -1 4194304 88429 0 0 0 70121 61 0 0 25 0 2 0 366128446 425897984 83331 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30326/statm: 103979 83331 218 20 0 103337 0
[pid=30326/tid=30328] ppid=30324 vsize=415916 CPUtime=673.86
/proc/30326/task/30328/stat : 30328 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194368 63978 0 0 0 67338 48 0 0 25 0 2 0 366131248 425897984 83331 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134565732 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 701.82
Current children cumulated vsize (KiB) 415916

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30330
/proc/meminfo: memFree=1129984/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=415916 CPUtime=761.8
/proc/30326/stat : 30326 (MiraXTv1_dyn) S 30324 30326 29821 0 -1 4194304 88607 0 0 0 76118 62 0 0 25 0 2 0 366128446 425897984 83337 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30326/statm: 103979 83337 218 20 0 103337 0
[pid=30326/tid=30328] ppid=30324 vsize=415916 CPUtime=733.83
/proc/30326/task/30328/stat : 30328 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194368 64156 0 0 0 73335 48 0 0 25 0 2 0 366131248 425897984 83337 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526714 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 761.8
Current children cumulated vsize (KiB) 415916

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30330
/proc/meminfo: memFree=1129984/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=415916 CPUtime=821.74
/proc/30326/stat : 30326 (MiraXTv1_dyn) S 30324 30326 29821 0 -1 4194304 88696 0 0 0 82112 62 0 0 25 0 2 0 366128446 425897984 83340 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30326/statm: 103979 83340 218 20 0 103337 0
[pid=30326/tid=30328] ppid=30324 vsize=415916 CPUtime=793.78
/proc/30326/task/30328/stat : 30328 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194368 64245 0 0 0 79330 48 0 0 25 0 2 0 366131248 425897984 83340 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 821.74
Current children cumulated vsize (KiB) 415916

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30330
/proc/meminfo: memFree=1129984/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=415916 CPUtime=881.7
/proc/30326/stat : 30326 (MiraXTv1_dyn) S 30324 30326 29821 0 -1 4194304 88787 0 0 0 88108 62 0 0 25 0 2 0 366128446 425897984 83344 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30326/statm: 103979 83344 218 20 0 103337 0
[pid=30326/tid=30328] ppid=30324 vsize=415916 CPUtime=853.73
/proc/30326/task/30328/stat : 30328 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194368 64336 0 0 0 85325 48 0 0 25 0 2 0 366131248 425897984 83344 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 881.7
Current children cumulated vsize (KiB) 415916

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30330
/proc/meminfo: memFree=1115712/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=430188 CPUtime=941.66
/proc/30326/stat : 30326 (MiraXTv1_dyn) S 30324 30326 29821 0 -1 4194304 92519 0 0 0 94101 65 0 0 25 0 2 0 366128446 440512512 86902 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30326/statm: 107547 86902 218 20 0 106905 0
[pid=30326/tid=30328] ppid=30324 vsize=430188 CPUtime=913.69
/proc/30326/task/30328/stat : 30328 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194368 68068 0 0 0 91318 51 0 0 25 0 2 0 366131248 440512512 86902 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134565817 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 941.66
Current children cumulated vsize (KiB) 430188

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30330
/proc/meminfo: memFree=1115712/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=430188 CPUtime=1001.62
/proc/30326/stat : 30326 (MiraXTv1_dyn) S 30324 30326 29821 0 -1 4194304 92609 0 0 0 100097 65 0 0 25 0 2 0 366128446 440512512 86904 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30326/statm: 107547 86904 218 20 0 106905 0
[pid=30326/tid=30328] ppid=30324 vsize=430188 CPUtime=973.65
/proc/30326/task/30328/stat : 30328 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194368 68158 0 0 0 97314 51 0 0 25 0 2 0 366131248 440512512 86904 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1001.62
Current children cumulated vsize (KiB) 430188

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30330
/proc/meminfo: memFree=1115712/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=430188 CPUtime=1061.58
/proc/30326/stat : 30326 (MiraXTv1_dyn) S 30324 30326 29821 0 -1 4194304 92701 0 0 0 106093 65 0 0 25 0 2 0 366128446 440512512 86908 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30326/statm: 107547 86908 218 20 0 106905 0
[pid=30326/tid=30328] ppid=30324 vsize=430188 CPUtime=1033.61
/proc/30326/task/30328/stat : 30328 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194368 68250 0 0 0 103310 51 0 0 25 0 2 0 366131248 440512512 86908 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134565471 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1061.58
Current children cumulated vsize (KiB) 430188

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30330
/proc/meminfo: memFree=1081152/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=464576 CPUtime=1121.55
/proc/30326/stat : 30326 (MiraXTv1_dyn) S 30324 30326 29821 0 -1 4194304 101406 0 0 0 112085 70 0 0 25 0 2 0 366128446 475725824 95525 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30326/statm: 116144 95525 218 20 0 115502 0
[pid=30326/tid=30328] ppid=30324 vsize=464576 CPUtime=1093.58
/proc/30326/task/30328/stat : 30328 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194368 76955 0 0 0 109302 56 0 0 25 0 2 0 366131248 475725824 95525 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526271 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1121.55
Current children cumulated vsize (KiB) 464576

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30330
/proc/meminfo: memFree=1081152/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=464576 CPUtime=1181.51
/proc/30326/stat : 30326 (MiraXTv1_dyn) S 30324 30326 29821 0 -1 4194304 101496 0 0 0 118081 70 0 0 25 0 2 0 366128446 475725824 95527 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30326/statm: 116144 95527 218 20 0 115502 0
[pid=30326/tid=30328] ppid=30324 vsize=464576 CPUtime=1153.55
/proc/30326/task/30328/stat : 30328 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194368 77045 0 0 0 115299 56 0 0 25 0 2 0 366131248 475725824 95527 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.51
Current children cumulated vsize (KiB) 464576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 30330
/proc/meminfo: memFree=1081152/2055920 swapFree=4145492/4192956
[pid=30326] ppid=30324 vsize=464576 CPUtime=1200
/proc/30326/stat : 30326 (MiraXTv1_dyn) S 30324 30326 29821 0 -1 4194304 101585 0 0 0 119930 70 0 0 25 0 2 0 366128446 475725824 95527 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30326/statm: 116144 95527 218 20 0 115502 0
[pid=30326/tid=30328] ppid=30324 vsize=464576 CPUtime=1172.04
/proc/30326/task/30328/stat : 30328 (MiraXTv1_dyn) R 30324 30326 29821 0 -1 4194368 77134 0 0 0 117148 56 0 0 25 0 2 0 366131248 475725824 95527 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526720 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 464576

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.87
CPU time (s): 1200.08
CPU user time (s): 1199.32
CPU system time (s): 0.766883
CPU usage (%): 99.9342
Max. virtual memory (cumulated for all children) (KiB): 464928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.32
system time used= 0.766883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101585
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= 13
involuntary context switches= 22578

runsolver used 1.3348 second user time and 3.03854 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Fri May 11 16:28:29 UTC 2007

IDJOB= 334644
IDBENCH= 24632
IDSOLVER= 130
FILE ID= node9/334644-1178900906

PBS_JOBID= 5251091

Free space on /tmp= 66541 MiB

SOLVER NAME= MiraXT v1
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334644-1178900906/MiraXTv1_dyn /tmp/evaluation/334644-1178900906/instance-334644-1178900906.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-334644-1178900906 -o ROOT/results/node9/solver-334644-1178900906 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334644-1178900906/MiraXTv1_dyn /tmp/evaluation/334644-1178900906/instance-334644-1178900906.cnf            

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  bf3618cdbef11db03f2026bf209783fc

RANDOM SEED= 190817295

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.221
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.221
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:       1463592 kB
Buffers:         44476 kB
Cached:         464112 kB
SwapCached:      15556 kB
Active:         169108 kB
Inactive:       362524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1463592 kB
SwapTotal:     4192956 kB
SwapFree:      4145492 kB
Dirty:           19844 kB
Writeback:           0 kB
Mapped:          29992 kB
Slab:            46180 kB
Committed_AS:  9016100 kB
PageTables:       1784 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= 66541 MiB

End job on node9 on Fri May 11 16:48:32 UTC 2007