Trace number 198049

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
CSPtoSAT+minisat 0.3UNSAT 1156.14 1166.32

General information on the benchmark

NamegolombRuler/golombRulerArity4/
ruler-34-9-a4.xml
MD5SUM595a44e6ab9cbcc9e7223c194d261e6f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.65499
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables9
Number of constraints582
Maximum constraint arity4
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension582
Global constraints used (with number of constraints)

Solver Data (download as text)

0.20	c This is CSPtoSAT+minisat version 0.3
0.20	c (c) 2006 roussel@cril.univ-artois.fr
0.20	
0.20	c This solver internally uses a modified version of MiniSat2 version 061112
0.20	c MiniSat -- Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson
0.20	
0.20	c parsing...
0.20	c ...done
0.20	c #SATvar=929 #SATclauses=1827 #CSPpredicates=582
1166.31	c SAT problem is solved
1166.31	restarts              : 21
1166.31	conflicts             : 909267         (787 /sec)
1166.31	decisions             : 1197973        (0.84 % random) (1036 /sec)
1166.31	propagations          : 96706550       (83658 /sec)
1166.31	conflict literals     : 10324062       (22.18 % deleted)
1166.31	Memory used           : 32.15 MB
1166.31	CPU time              : 1155.97 s
1166.31	
1166.31	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node10/watcher-198049-1168053406 -o ROOT/results/node10/solver-198049-1168053406 -C 1800 -M 900 /tmp/evaluation/198049-1168053406/CSPtoSAT+minisat /tmp/evaluation/198049-1168053406/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.53 1.72 1.87 5/86 23082
/proc/meminfo: memFree=1426976/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=496 CPUtime=0
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 51 0 0 0 0 0 0 0 19 0 1 0 153735888 507904 36 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 8905508 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 124 36 29 52 0 19 0

[startup+0.103925 s]
/proc/loadavg: 1.53 1.72 1.87 5/86 23082
/proc/meminfo: memFree=1426976/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=7064 CPUtime=0.09
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 921 0 0 0 9 0 0 0 18 0 1 0 153735888 7233536 863 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678257 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 1766 863 720 52 0 134 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7064

[startup+0.511977 s]
/proc/loadavg: 1.53 1.72 1.87 5/86 23082
/proc/meminfo: memFree=1426976/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=7196 CPUtime=0.49
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 975 0 0 0 49 0 0 0 22 0 1 0 153735888 7368704 917 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668884 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 1799 917 720 52 0 167 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 7196

[startup+1.33309 s]
/proc/loadavg: 1.53 1.72 1.87 3/86 23082
/proc/meminfo: memFree=1425952/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=7460 CPUtime=1.3
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 1031 0 0 0 130 0 0 0 25 0 1 0 153735888 7639040 973 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134538352 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 1865 973 720 52 0 233 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 7460

[startup+2.97031 s]
/proc/loadavg: 1.53 1.72 1.87 3/86 23082
/proc/meminfo: memFree=1425696/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=7724 CPUtime=2.93
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 1088 0 0 0 293 0 0 0 25 0 1 0 153735888 7909376 1030 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 1931 1030 720 52 0 299 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 7724

[startup+6.25376 s]
/proc/loadavg: 1.57 1.73 1.87 3/86 23082
/proc/meminfo: memFree=1425376/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=7988 CPUtime=6.18
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 1150 0 0 0 618 0 0 0 25 0 1 0 153735888 8179712 1092 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687412 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 1997 1092 720 52 0 365 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 7988

[startup+12.7106 s]
/proc/loadavg: 1.60 1.73 1.88 3/86 23082
/proc/meminfo: memFree=1424864/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=8384 CPUtime=12.59
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 1244 0 0 0 1259 0 0 0 25 0 1 0 153735888 8585216 1186 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687588 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 2096 1186 720 52 0 464 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 8384

[startup+25.5284 s]
/proc/loadavg: 1.69 1.75 1.88 3/86 23082
/proc/meminfo: memFree=1424224/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=8908 CPUtime=25.3
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 1388 0 0 0 2530 0 0 0 25 0 1 0 153735888 9121792 1330 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687429 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 2227 1330 720 52 0 595 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 8908

[startup+51.1659 s]
/proc/loadavg: 1.80 1.76 1.88 3/86 23082
/proc/meminfo: memFree=1422816/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=9944 CPUtime=50.74
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 1634 0 0 0 5073 1 0 0 25 0 1 0 153735888 10182656 1576 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668878 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 2486 1576 720 52 0 854 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 9944

[startup+102.427 s]
/proc/loadavg: 1.91 1.80 1.88 3/86 23082
/proc/meminfo: memFree=1420192/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=11768 CPUtime=101.61
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 2092 0 0 0 10160 1 0 0 25 0 1 0 153735888 12050432 2034 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668785 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 2942 2034 720 52 0 1310 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 11768

[startup+162.519 s]
/proc/loadavg: 1.96 1.83 1.89 3/86 23084
/proc/meminfo: memFree=1417184/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=13316 CPUtime=161.22
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 2485 0 0 0 16120 2 0 0 25 0 1 0 153735888 13635584 2427 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687312 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 3329 2427 720 52 0 1697 0
Current children cumulated CPU time (s) 161.22
Current children cumulated vsize (KiB) 13316

[startup+222.614 s]
/proc/loadavg: 1.98 1.86 1.90 4/86 23084
/proc/meminfo: memFree=1415136/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=14616 CPUtime=220.81
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 2817 0 0 0 22078 3 0 0 25 0 1 0 153735888 14966784 2759 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 3654 2759 720 52 0 2022 0
Current children cumulated CPU time (s) 220.81
Current children cumulated vsize (KiB) 14616

[startup+282.623 s]
/proc/loadavg: 1.99 1.88 1.90 3/86 23084
/proc/meminfo: memFree=1412704/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=16028 CPUtime=280.3
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 3160 0 0 0 28026 4 0 0 25 0 1 0 153735888 16412672 3102 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668774 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 4007 3102 720 52 0 2375 0
Current children cumulated CPU time (s) 280.3
Current children cumulated vsize (KiB) 16028

[startup+342.724 s]
/proc/loadavg: 1.99 1.90 1.91 3/86 23084
/proc/meminfo: memFree=1410464/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=17188 CPUtime=339.86
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 3464 0 0 0 33981 5 0 0 25 0 1 0 153735888 17600512 3406 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687436 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 4297 3406 720 52 0 2665 0
Current children cumulated CPU time (s) 339.86
Current children cumulated vsize (KiB) 17188

[startup+402.826 s]
/proc/loadavg: 1.99 1.92 1.91 3/86 23084
/proc/meminfo: memFree=1408352/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=18344 CPUtime=399.42
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 3747 0 0 0 39937 5 0 0 25 0 1 0 153735888 18784256 3689 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687566 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 4586 3689 720 52 0 2954 0
Current children cumulated CPU time (s) 399.42
Current children cumulated vsize (KiB) 18344

[startup+462.927 s]
/proc/loadavg: 1.99 1.93 1.91 3/86 23084
/proc/meminfo: memFree=1406176/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=19508 CPUtime=459
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 4042 0 0 0 45894 6 0 0 25 0 1 0 153735888 19976192 3984 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 4877 3984 720 52 0 3245 0
Current children cumulated CPU time (s) 459
Current children cumulated vsize (KiB) 19508

[startup+523.026 s]
/proc/loadavg: 1.99 1.94 1.91 3/86 23084
/proc/meminfo: memFree=1404064/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=20544 CPUtime=518.56
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 4304 0 0 0 51849 7 0 0 25 0 1 0 153735888 21037056 4246 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 5136 4246 720 52 0 3504 0
Current children cumulated CPU time (s) 518.56
Current children cumulated vsize (KiB) 20544

[startup+583.028 s]
/proc/loadavg: 2.04 1.96 1.91 4/86 23084
/proc/meminfo: memFree=1402080/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=21572 CPUtime=578.01
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 4563 0 0 0 57794 7 0 0 25 0 1 0 153735888 22089728 4505 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 5393 4505 720 52 0 3761 0
Current children cumulated CPU time (s) 578.01
Current children cumulated vsize (KiB) 21572

[startup+643.132 s]
/proc/loadavg: 2.01 1.97 1.91 3/86 23084
/proc/meminfo: memFree=1400032/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=22728 CPUtime=637.58
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 4831 0 0 0 63750 8 0 0 25 0 1 0 153735888 23273472 4773 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687566 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 5682 4773 720 52 0 4050 0
Current children cumulated CPU time (s) 637.58
Current children cumulated vsize (KiB) 22728

[startup+703.133 s]
/proc/loadavg: 2.00 1.97 1.91 4/86 23084
/proc/meminfo: memFree=1397984/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=23756 CPUtime=697.05
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 5096 0 0 0 69696 9 0 0 25 0 1 0 153735888 24326144 5038 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687588 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 5939 5038 720 52 0 4307 0
Current children cumulated CPU time (s) 697.05
Current children cumulated vsize (KiB) 23756

[startup+763.135 s]
/proc/loadavg: 2.00 1.97 1.91 3/86 23084
/proc/meminfo: memFree=1395936/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=24784 CPUtime=756.52
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 5360 0 0 0 75642 10 0 0 25 0 1 0 153735888 25378816 5302 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687644 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 6196 5302 720 52 0 4564 0
Current children cumulated CPU time (s) 756.52
Current children cumulated vsize (KiB) 24784

[startup+823.234 s]
/proc/loadavg: 2.00 1.97 1.91 3/86 23084
/proc/meminfo: memFree=1393952/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=25824 CPUtime=816.08
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 5631 0 0 0 81597 11 0 0 25 0 1 0 153735888 26443776 5573 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687588 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 6456 5573 720 52 0 4824 0
Current children cumulated CPU time (s) 816.08
Current children cumulated vsize (KiB) 25824

[startup+883.333 s]
/proc/loadavg: 2.00 1.97 1.91 3/86 23084
/proc/meminfo: memFree=1391840/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=26984 CPUtime=875.64
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 5900 0 0 0 87552 12 0 0 25 0 1 0 153735888 27631616 5842 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687480 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 6746 5842 720 52 0 5114 0
Current children cumulated CPU time (s) 875.64
Current children cumulated vsize (KiB) 26984

[startup+943.335 s]
/proc/loadavg: 2.03 1.99 1.92 4/86 23084
/proc/meminfo: memFree=1389792/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=28140 CPUtime=935.1
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 6189 0 0 0 93497 13 0 0 25 0 1 0 153735888 28815360 6131 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687254 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 7035 6131 720 52 0 5403 0
Current children cumulated CPU time (s) 935.1
Current children cumulated vsize (KiB) 28140

[startup+1003.34 s]
/proc/loadavg: 2.01 1.99 1.92 3/86 23084
/proc/meminfo: memFree=1387616/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=29304 CPUtime=994.56
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 6480 0 0 0 99443 13 0 0 25 0 1 0 153735888 30007296 6422 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687415 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 7326 6422 720 52 0 5694 0
Current children cumulated CPU time (s) 994.56
Current children cumulated vsize (KiB) 29304

[startup+1063.34 s]
/proc/loadavg: 2.00 1.99 1.92 3/86 23084
/proc/meminfo: memFree=1385440/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=30464 CPUtime=1054.04
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 6778 0 0 0 105390 14 0 0 25 0 1 0 153735888 31195136 6720 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687249 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 7616 6720 720 52 0 5984 0
Current children cumulated CPU time (s) 1054.04
Current children cumulated vsize (KiB) 30464

[startup+1123.44 s]
/proc/loadavg: 2.06 2.00 1.93 3/86 23084
/proc/meminfo: memFree=1383200/2055920 swapFree=4186692/4192956
[pid=23081] ppid=23079 vsize=31752 CPUtime=1113.6
/proc/23081/stat : 23081 (CSPtoSAT+minisa) R 23079 23081 23026 0 -1 4194304 7110 0 0 0 111345 15 0 0 25 0 1 0 153735888 32514048 7052 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687569 0 0 4096 0 0 0 0 17 1 0 0
/proc/23081/statm: 7938 7052 720 52 0 6306 0
Current children cumulated CPU time (s) 1113.6
Current children cumulated vsize (KiB) 31752

Child status: 0
Real time (s): 1166.32
CPU time (s): 1156.14
CPU user time (s): 1155.97
CPU system time (s): 0.167974
CPU usage (%): 99.1268
Max. virtual memory (cumulated for all children) (KiB): 32916

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

runsolver used 1.51677 s user time and 3.38549 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Sat Jan  6 03:16:48 UTC 2007


IDJOB= 198049
IDBENCH= 3530
FILE ID= node10/198049-1168053406

PBS_JOBID= 3475330

Free space on /tmp= 66355 MiB

BENCH NAME= HOME/pub/bench/CPAI06/golombRuler/golombRulerArity4/ruler-34-9-a4.xml
COMMAND LINE= /tmp/evaluation/198049-1168053406/CSPtoSAT+minisat /tmp/evaluation/198049-1168053406/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-198049-1168053406 -o ROOT/results/node10/solver-198049-1168053406 -C 1800 -M 900  /tmp/evaluation/198049-1168053406/CSPtoSAT+minisat /tmp/evaluation/198049-1168053406/unknown.xml

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  595a44e6ab9cbcc9e7223c194d261e6f

RANDOM SEED= 610584275

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.232
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.232
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:       1427392 kB
Buffers:         61748 kB
Cached:         380400 kB
SwapCached:       3592 kB
Active:         274040 kB
Inactive:       261844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1427392 kB
SwapTotal:     4192956 kB
SwapFree:      4186692 kB
Dirty:            1952 kB
Writeback:           0 kB
Mapped:         112416 kB
Slab:            77428 kB
Committed_AS:  3537136 kB
PageTables:       2292 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= 66355 MiB



End job on node10 on Sat Jan  6 03:36:14 UTC 2007