Trace number 339726

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 v1UNSAT 1112.78 1113.49

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-connm-ue-csp-sat-n600-d0.02-s1676244754.sat05-535.reshuffled-07.cnf
MD5SUMd2283e85579af5f5de3cfcfaac7f25fa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark518.297
Satisfiable
(Un)Satisfiability was proved
Number of variables580
Number of clauses7153
Sum of the clauses size21604
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 37008
Number of clauses of size 4145
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Starting MiraXTv1...
1112.67/1113.49	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node1/watcher-339726-1178917489 -o ROOT/results/node1/solver-339726-1178917489 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339726-1178917489/MiraXTv1_dyn /tmp/evaluation/339726-1178917489/instance-339726-1178917489.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.97 0.99 3/77 29777
/proc/meminfo: memFree=1630528/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=3788 CPUtime=0
/proc/29777/stat : 29777 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194304 318 0 0 0 0 0 0 0 18 0 1 0 367786770 3878912 293 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 6264443 0 0 4096 0 0 0 0 17 0 0 0
/proc/29777/statm: 947 293 206 20 0 305 0

[startup+0.093298 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 29777
/proc/meminfo: memFree=1630528/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=5936 CPUtime=0.08
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 675 0 0 0 8 0 0 0 18 0 2 0 367786770 6078464 649 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 1484 649 218 20 0 842 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5936

[startup+0.1013 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 29777
/proc/meminfo: memFree=1630528/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=5936 CPUtime=0.09
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 676 0 0 0 9 0 0 0 18 0 2 0 367786770 6078464 650 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 1484 650 218 20 0 842 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5936

[startup+0.301323 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 29777
/proc/meminfo: memFree=1630528/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=6464 CPUtime=0.29
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 810 0 0 0 29 0 0 0 18 0 2 0 367786770 6619136 784 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 1616 784 218 20 0 974 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6464

[startup+0.701371 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 29777
/proc/meminfo: memFree=1630528/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=7988 CPUtime=0.69
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 1048 0 0 0 69 0 0 0 18 0 2 0 367786770 8179712 1022 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 1997 1022 218 20 0 1355 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7988

[startup+1.50146 s]
/proc/loadavg: 0.92 0.97 0.99 2/79 29779
/proc/meminfo: memFree=1626672/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=9064 CPUtime=1.49
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 1365 0 0 0 149 0 0 0 18 0 2 0 367786770 9281536 1339 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 2266 1339 218 20 0 1624 0
[pid=29777/tid=29779] ppid=29775 vsize=9064 CPUtime=1.43
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 780 0 0 0 143 0 0 0 25 0 2 0 367786776 9281536 1339 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9064

[startup+3.10165 s]
/proc/loadavg: 0.92 0.97 0.99 2/79 29779
/proc/meminfo: memFree=1625520/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=10572 CPUtime=3.09
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 1774 0 0 0 309 0 0 0 18 0 2 0 367786770 10825728 1748 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 2643 1748 218 20 0 2001 0
[pid=29777/tid=29779] ppid=29775 vsize=10572 CPUtime=3.03
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 1189 0 0 0 303 0 0 0 25 0 2 0 367786776 10825728 1748 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526370 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10572

[startup+6.30103 s]
/proc/loadavg: 0.93 0.97 0.99 2/79 29779
/proc/meminfo: memFree=1621488/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=13776 CPUtime=6.29
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 2621 0 0 0 628 1 0 0 18 0 2 0 367786770 14106624 2558 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 3444 2558 218 20 0 2802 0
[pid=29777/tid=29779] ppid=29775 vsize=13776 CPUtime=6.23
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 2036 0 0 0 623 0 0 0 25 0 2 0 367786776 14106624 2558 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526486 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13776

[startup+12.7028 s]
/proc/loadavg: 0.93 0.97 0.99 2/79 29779
/proc/meminfo: memFree=1618736/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=16036 CPUtime=12.68
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 3290 0 0 0 1267 1 0 0 18 0 2 0 367786770 16420864 3187 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 4009 3187 218 20 0 3367 0
[pid=29777/tid=29779] ppid=29775 vsize=16036 CPUtime=12.63
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 2705 0 0 0 1262 1 0 0 25 0 2 0 367786776 16420864 3187 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526356 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 16036

[startup+25.5013 s]
/proc/loadavg: 0.95 0.97 0.99 2/79 29779
/proc/meminfo: memFree=1614128/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=19984 CPUtime=25.48
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 4474 0 0 0 2546 2 0 0 18 0 2 0 367786770 20463616 4216 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 4996 4216 218 20 0 4354 0
[pid=29777/tid=29779] ppid=29775 vsize=19984 CPUtime=25.42
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 3889 0 0 0 2540 2 0 0 25 0 2 0 367786776 20463616 4216 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19984

[startup+51.1013 s]
/proc/loadavg: 0.96 0.97 0.99 2/79 29779
/proc/meminfo: memFree=1610672/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=23704 CPUtime=51.05
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 5618 0 0 0 5102 3 0 0 18 0 2 0 367786770 24272896 5108 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 5926 5108 218 20 0 5284 0
[pid=29777/tid=29779] ppid=29775 vsize=23704 CPUtime=51
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 5033 0 0 0 5097 3 0 0 25 0 2 0 367786776 24272896 5108 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 23704

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/79 29779
/proc/meminfo: memFree=1608752/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=25228 CPUtime=102.22
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 6539 0 0 0 10218 4 0 0 18 0 2 0 367786770 25833472 5540 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 6307 5540 218 20 0 5665 0
[pid=29777/tid=29779] ppid=29775 vsize=25228 CPUtime=102.17
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 5954 0 0 0 10213 4 0 0 25 0 2 0 367786776 25833472 5540 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526489 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 25228

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 29779
/proc/meminfo: memFree=1607856/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=26280 CPUtime=162.2
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 7349 0 0 0 16215 5 0 0 18 0 2 0 367786770 26910720 5757 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 6570 5757 218 20 0 5928 0
[pid=29777/tid=29779] ppid=29775 vsize=26280 CPUtime=162.14
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 6764 0 0 0 16210 4 0 0 25 0 2 0 367786776 26910720 5757 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 26280

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 29779
/proc/meminfo: memFree=1607408/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=26900 CPUtime=222.15
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 7948 0 0 0 22210 5 0 0 18 0 2 0 367786770 27545600 5899 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 6725 5899 218 20 0 6083 0
[pid=29777/tid=29779] ppid=29775 vsize=26900 CPUtime=222.09
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 7363 0 0 0 22205 4 0 0 25 0 2 0 367786776 27545600 5899 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 26900

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 29779
/proc/meminfo: memFree=1605808/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=28260 CPUtime=282.12
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 8851 0 0 0 28206 6 0 0 18 0 2 0 367786770 28938240 6260 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 7065 6260 218 20 0 6423 0
[pid=29777/tid=29779] ppid=29775 vsize=28260 CPUtime=282.07
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 8266 0 0 0 28201 6 0 0 25 0 2 0 367786776 28938240 6260 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 28260

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 29779
/proc/meminfo: memFree=1605424/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=28840 CPUtime=342.08
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 9443 0 0 0 34202 6 0 0 18 0 2 0 367786770 29532160 6380 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 7210 6380 218 20 0 6568 0
[pid=29777/tid=29779] ppid=29775 vsize=28840 CPUtime=342.03
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 8858 0 0 0 34197 6 0 0 25 0 2 0 367786776 29532160 6380 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 28840

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 29779
/proc/meminfo: memFree=1605040/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=29252 CPUtime=402.03
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 10010 0 0 0 40196 7 0 0 18 0 2 0 367786770 29954048 6467 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 7313 6467 218 20 0 6671 0
[pid=29777/tid=29779] ppid=29775 vsize=29252 CPUtime=401.97
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 9425 0 0 0 40191 6 0 0 25 0 2 0 367786776 29954048 6467 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 29252

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 29779
/proc/meminfo: memFree=1604912/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=29400 CPUtime=461.99
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 10551 0 0 0 46192 7 0 0 18 0 2 0 367786770 30105600 6523 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 7350 6523 218 20 0 6708 0
[pid=29777/tid=29779] ppid=29775 vsize=29400 CPUtime=461.94
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 9966 0 0 0 46187 7 0 0 25 0 2 0 367786776 30105600 6523 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526531 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 461.99
Current children cumulated vsize (KiB) 29400

[startup+522.302 s]

################
# More data... #
################

/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 12196 0 0 0 70170 8 0 0 25 0 2 0 367786776 31784960 6943 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526297 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 701.83
Current children cumulated vsize (KiB) 31040

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 29779
/proc/meminfo: memFree=1603120/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=31184 CPUtime=761.8
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 13302 0 0 0 76172 8 0 0 18 0 2 0 367786770 31932416 6963 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 7796 6963 218 20 0 7154 0
[pid=29777/tid=29779] ppid=29775 vsize=31184 CPUtime=761.74
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 12717 0 0 0 76166 8 0 0 25 0 2 0 367786776 31932416 6963 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 761.8
Current children cumulated vsize (KiB) 31184

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 29779
/proc/meminfo: memFree=1602992/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=31184 CPUtime=821.76
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 13748 0 0 0 82167 9 0 0 18 0 2 0 367786770 31932416 6989 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 7796 6989 218 20 0 7154 0
[pid=29777/tid=29779] ppid=29775 vsize=31184 CPUtime=821.69
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 13163 0 0 0 82161 8 0 0 25 0 2 0 367786776 31932416 6989 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134520222 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 821.76
Current children cumulated vsize (KiB) 31184

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 29779
/proc/meminfo: memFree=1602800/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=31468 CPUtime=881.72
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 14215 0 0 0 88163 9 0 0 18 0 2 0 367786770 32223232 7035 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 7867 7035 218 20 0 7225 0
[pid=29777/tid=29779] ppid=29775 vsize=31468 CPUtime=881.66
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 13630 0 0 0 88158 8 0 0 25 0 2 0 367786776 32223232 7035 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526344 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 881.72
Current children cumulated vsize (KiB) 31468

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 29779
/proc/meminfo: memFree=1602544/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=31644 CPUtime=941.67
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 14687 0 0 0 94158 9 0 0 18 0 2 0 367786770 32403456 7082 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 7911 7082 218 20 0 7269 0
[pid=29777/tid=29779] ppid=29775 vsize=31644 CPUtime=941.62
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 14102 0 0 0 94153 9 0 0 25 0 2 0 367786776 32403456 7082 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134565715 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 941.67
Current children cumulated vsize (KiB) 31644

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 29779
/proc/meminfo: memFree=1602416/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=31816 CPUtime=1001.63
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 15241 0 0 0 100153 10 0 0 18 0 2 0 367786770 32579584 7126 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 7954 7126 218 20 0 7312 0
[pid=29777/tid=29779] ppid=29775 vsize=31816 CPUtime=1001.58
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 14656 0 0 0 100148 10 0 0 25 0 2 0 367786776 32579584 7126 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1001.63
Current children cumulated vsize (KiB) 31816

[startup+1062.3 s]
/proc/loadavg: 1.07 0.99 1.00 2/79 29779
/proc/meminfo: memFree=1602416/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=31816 CPUtime=1061.6
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 15681 0 0 0 106150 10 0 0 18 0 2 0 367786770 32579584 7141 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 7954 7141 218 20 0 7312 0
[pid=29777/tid=29779] ppid=29775 vsize=31816 CPUtime=1061.55
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 15096 0 0 0 106145 10 0 0 25 0 2 0 367786776 32579584 7141 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1061.6
Current children cumulated vsize (KiB) 31816

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

[startup+1075.1 s]
/proc/loadavg: 1.06 0.99 1.00 2/79 29779
/proc/meminfo: memFree=1602352/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=31816 CPUtime=1074.39
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 15766 0 0 0 107429 10 0 0 18 0 2 0 367786770 32579584 7141 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 7954 7141 218 20 0 7312 0
[pid=29777/tid=29779] ppid=29775 vsize=31816 CPUtime=1074.34
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 15181 0 0 0 107424 10 0 0 25 0 2 0 367786776 32579584 7141 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4160339184 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1074.39
Current children cumulated vsize (KiB) 31816

[startup+1100.7 s]
/proc/loadavg: 1.04 0.99 1.00 3/79 29779
/proc/meminfo: memFree=1602288/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=31948 CPUtime=1099.98
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 15957 0 0 0 109988 10 0 0 18 0 2 0 367786770 32714752 7161 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 7987 7161 218 20 0 7345 0
[pid=29777/tid=29779] ppid=29775 vsize=31948 CPUtime=1099.92
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 15372 0 0 0 109982 10 0 0 25 0 2 0 367786776 32714752 7161 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526363 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1099.98
Current children cumulated vsize (KiB) 31948

[startup+1107.1 s]
/proc/loadavg: 1.03 0.99 1.00 2/79 29779
/proc/meminfo: memFree=1602288/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=31948 CPUtime=1106.37
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 15957 0 0 0 110627 10 0 0 18 0 2 0 367786770 32714752 7161 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 7987 7161 218 20 0 7345 0
[pid=29777/tid=29779] ppid=29775 vsize=31948 CPUtime=1106.32
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 15372 0 0 0 110622 10 0 0 25 0 2 0 367786776 32714752 7161 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1106.37
Current children cumulated vsize (KiB) 31948

[startup+1110.3 s]
/proc/loadavg: 1.03 0.99 1.00 3/79 29779
/proc/meminfo: memFree=1602288/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=31948 CPUtime=1109.57
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 15957 0 0 0 110947 10 0 0 18 0 2 0 367786770 32714752 7161 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 7987 7161 218 20 0 7345 0
[pid=29777/tid=29779] ppid=29775 vsize=31948 CPUtime=1109.52
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 15372 0 0 0 110942 10 0 0 25 0 2 0 367786776 32714752 7161 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526277 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1109.57
Current children cumulated vsize (KiB) 31948

[startup+1111.9 s]
/proc/loadavg: 1.03 0.99 1.00 2/79 29779
/proc/meminfo: memFree=1602288/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=31948 CPUtime=1111.17
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 15957 0 0 0 111107 10 0 0 18 0 2 0 367786770 32714752 7161 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 7987 7161 218 20 0 7345 0
[pid=29777/tid=29779] ppid=29775 vsize=31948 CPUtime=1111.12
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 15372 0 0 0 111102 10 0 0 25 0 2 0 367786776 32714752 7161 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526327 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1111.17
Current children cumulated vsize (KiB) 31948

[startup+1112.7 s]
/proc/loadavg: 1.03 0.99 1.00 2/79 29779
/proc/meminfo: memFree=1602288/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=31948 CPUtime=1111.97
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 15957 0 0 0 111187 10 0 0 18 0 2 0 367786770 32714752 7161 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 7987 7161 218 20 0 7345 0
[pid=29777/tid=29779] ppid=29775 vsize=31948 CPUtime=1111.92
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 15372 0 0 0 111182 10 0 0 25 0 2 0 367786776 32714752 7161 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1111.97
Current children cumulated vsize (KiB) 31948

[startup+1113.1 s]
/proc/loadavg: 1.03 0.99 1.00 2/79 29779
/proc/meminfo: memFree=1602224/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=31948 CPUtime=1112.38
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 16046 0 0 0 111228 10 0 0 18 0 2 0 367786770 32714752 7164 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 7987 7164 218 20 0 7345 0
[pid=29777/tid=29779] ppid=29775 vsize=31948 CPUtime=1112.32
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 15461 0 0 0 111222 10 0 0 25 0 2 0 367786776 32714752 7164 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1112.38
Current children cumulated vsize (KiB) 31948

[startup+1113.3 s]
/proc/loadavg: 1.03 0.99 1.00 2/79 29779
/proc/meminfo: memFree=1602224/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=31948 CPUtime=1112.57
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 16046 0 0 0 111247 10 0 0 18 0 2 0 367786770 32714752 7164 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 7987 7164 218 20 0 7345 0
[pid=29777/tid=29779] ppid=29775 vsize=31948 CPUtime=1112.52
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 15461 0 0 0 111242 10 0 0 25 0 2 0 367786776 32714752 7164 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1112.57
Current children cumulated vsize (KiB) 31948

[startup+1113.4 s]
/proc/loadavg: 1.03 0.99 1.00 2/79 29779
/proc/meminfo: memFree=1602224/2055920 swapFree=4145760/4192956
[pid=29777] ppid=29775 vsize=31948 CPUtime=1112.67
/proc/29777/stat : 29777 (MiraXTv1_dyn) S 29775 29777 28839 0 -1 4194304 16046 0 0 0 111257 10 0 0 18 0 2 0 367786770 32714752 7164 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/29777/statm: 7987 7164 218 20 0 7345 0
[pid=29777/tid=29779] ppid=29775 vsize=31948 CPUtime=1112.62
/proc/29777/task/29779/stat : 29779 (MiraXTv1_dyn) R 29775 29777 28839 0 -1 4194368 15461 0 0 0 111252 10 0 0 25 0 2 0 367786776 32714752 7164 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1112.67
Current children cumulated vsize (KiB) 31948

Child status: 20
Real time (s): 1113.49
CPU time (s): 1112.78
CPU user time (s): 1112.66
CPU system time (s): 0.112982
CPU usage (%): 99.9355
Max. virtual memory (cumulated for all children) (KiB): 32156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1112.66
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16051
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= 14
involuntary context switches= 19775

runsolver used 1.15882 second user time and 2.89456 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Fri May 11 21:04:49 UTC 2007

IDJOB= 339726
IDBENCH= 24753
IDSOLVER= 130
FILE ID= node1/339726-1178917489

PBS_JOBID= 5251114

Free space on /tmp= 54607 MiB

SOLVER NAME= MiraXT v1
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest-02-03-04/contest04-connm-ue-csp-sat-n600-d0.02-s1676244754.sat05-535.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339726-1178917489/MiraXTv1_dyn /tmp/evaluation/339726-1178917489/instance-339726-1178917489.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-339726-1178917489 -o ROOT/results/node1/solver-339726-1178917489 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339726-1178917489/MiraXTv1_dyn /tmp/evaluation/339726-1178917489/instance-339726-1178917489.cnf            

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  d2283e85579af5f5de3cfcfaac7f25fa

RANDOM SEED= 656568874

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.234
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.234
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:       1630808 kB
Buffers:         50764 kB
Cached:         262712 kB
SwapCached:      14692 kB
Active:         126160 kB
Inactive:       212344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1630808 kB
SwapTotal:     4192956 kB
SwapFree:      4145760 kB
Dirty:            4028 kB
Writeback:           0 kB
Mapped:          29908 kB
Slab:            72080 kB
Committed_AS:  9797380 kB
PageTables:       1832 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= 54607 MiB

End job on node1 on Fri May 11 21:23:23 UTC 2007