Trace number 1051396

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
casper zitoSAT 866.744 874.126

DiagnosticValue
CHECKS2908610000

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-55-10-a4.xml
MD5SUMf52f7dc44122ad1887252cc9e35ccd76
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.9483
Satisfiable
(Un)Satisfiability was proved
Number of variables10
Number of constraints915
Maximum constraint arity4
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension915
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.20	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.19/0.20	c Parsing = 1
0.19/0.20	c Building = 1
0.19/0.20	c [ NumberOfVariables = 10 ]
0.19/0.20	c [ NumberOfConstraints = 915 ]
0.19/0.20	c [ SizeOfSearchSpace(log2) = 58.0735 ]
0.19/0.20	c SymmetrySearch = 1
0.19/0.20	c InitialPropagation = 1
0.19/0.20	c [ SizeOfSearchSpace(log2) = 55.5459 ]
0.19/0.20	c InitialSAC = 1
0.19/0.20	c [ SizeOfSearchSpace(log2) = 55.5459 ]
0.19/0.20	c Search(SampleFF) : 
73.06/73.73	c [ Sampling domwdeg ]
73.06/73.73	c [ Sampling impacts ]
73.06/73.73	c [ SamplingScores: ]
73.06/73.73	c [ domwdeg+min = 0.218865 | domwdeg+rnd = 0.0206935 ]
73.06/73.73	c [ impacts+min = 0.0327676 | impacts+rnd = 0.00586795 ]
73.06/73.73	c [ la+min = 0 | la+rnd = 0 ]
73.06/73.73	c [ domwdeg = 0.119779 | impacts = 0.0193178 | la = 0 ]
73.06/73.73	c [ min = 0.0838774 | rand = 0.0193178 ]
73.06/73.73	c [ restarting at (3.96356,5.82011e-05) ]
83.57/84.35	c [ restarting at (9.9089,0.000934723) ]
109.94/110.91	c [ restarting at (24.7722,0.0231837) ]
175.78/177.31	c [ restarting at (61.9306,0.0643028) ]
340.28/343.29	c [ restarting at (154.827,0.193475) ]
751.78/758.25	c [ restarting at (387.066,0.130039) ]
866.71/874.12	c Search(SampleFF) = 1
866.71/874.12	s SATISFIABLE
866.71/874.12	v 0 1 6 10 23 26 34 41 53 55
866.71/874.12	d CHECKS 2908609418
866.71/874.12	c [ TotalFails = 837439 ]
866.71/874.12	c [ NumberOfRestarts = 74 ]
866.71/874.12	c [ TotalTime = 815.665 secs ]

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051396-1215052980/watcher-1051396-1215052980 -o /tmp/evaluation-result-1051396-1215052980/solver-1051396-1215052980 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1051396-1215052980.xml 2089505785 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
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: 2.06 2.03 2.00 4/80 10879
/proc/meminfo: memFree=1745720/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=1052 CPUtime=0
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1984272606 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 2605860 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 263 26 20 234 0 3 0

[startup+0.0885989 s]
/proc/loadavg: 2.06 2.03 2.00 4/80 10879
/proc/meminfo: memFree=1745720/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=0.07
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1013 0 0 0 7 0 0 0 18 0 1 0 1984272606 102076416 847 996147200 134512640 135472138 4294956224 18446744073709551615 134913591 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 847 481 234 0 23623 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 99684

[startup+0.101598 s]
/proc/loadavg: 2.06 2.03 2.00 4/80 10879
/proc/meminfo: memFree=1745720/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=0.09
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1015 0 0 0 9 0 0 0 18 0 1 0 1984272606 102076416 849 996147200 134512640 135472138 4294956224 18446744073709551615 135263204 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 849 481 234 0 23623 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 99684

[startup+0.301619 s]
/proc/loadavg: 2.06 2.03 2.00 4/80 10879
/proc/meminfo: memFree=1745720/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=0.29
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1020 0 0 0 29 0 0 0 19 0 1 0 1984272606 102076416 854 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 854 482 234 0 23623 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99684

[startup+0.70166 s]
/proc/loadavg: 2.06 2.03 2.00 4/80 10879
/proc/meminfo: memFree=1745720/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=0.68
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1021 0 0 0 68 0 0 0 23 0 1 0 1984272606 102076416 855 996147200 134512640 135472138 4294956224 18446744073709551615 135263244 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 855 482 234 0 23623 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99684

[startup+1.50174 s]
/proc/loadavg: 2.06 2.03 2.00 3/81 10880
/proc/meminfo: memFree=1744112/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=1.48
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1021 0 0 0 148 0 0 0 25 0 1 0 1984272606 102076416 855 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 855 482 234 0 23623 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 99684

[startup+3.10191 s]
/proc/loadavg: 2.06 2.03 2.00 3/81 10880
/proc/meminfo: memFree=1743920/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=3.06
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1025 0 0 0 306 0 0 0 25 0 1 0 1984272606 102076416 859 996147200 134512640 135472138 4294956224 18446744073709551615 134913655 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 859 482 234 0 23623 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 99684

[startup+6.30125 s]
/proc/loadavg: 2.05 2.03 2.00 3/81 10880
/proc/meminfo: memFree=1743920/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=6.23
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1026 0 0 0 623 0 0 0 25 0 1 0 1984272606 102076416 860 996147200 134512640 135472138 4294956224 18446744073709551615 135265582 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 860 482 234 0 23623 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 99684

[startup+12.7019 s]
/proc/loadavg: 2.05 2.03 2.00 3/81 10880
/proc/meminfo: memFree=1743728/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=12.58
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1043 0 0 0 1258 0 0 0 25 0 1 0 1984272606 102076416 877 996147200 134512640 135472138 4294956224 18446744073709551615 135264848 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 877 482 234 0 23623 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 99684

[startup+25.5012 s]
/proc/loadavg: 2.04 2.03 2.00 3/81 10880
/proc/meminfo: memFree=1743856/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=25.27
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1046 0 0 0 2527 0 0 0 25 0 1 0 1984272606 102076416 880 996147200 134512640 135472138 4294956224 18446744073709551615 135264862 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 880 482 234 0 23623 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 99684

[startup+51.1019 s]
/proc/loadavg: 2.02 2.03 2.00 3/81 10880
/proc/meminfo: memFree=1743856/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=50.65
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1054 0 0 0 5065 0 0 0 25 0 1 0 1984272606 102076416 888 996147200 134512640 135472138 4294956224 18446744073709551615 134672502 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 888 484 234 0 23623 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 99684

[startup+102.305 s]
/proc/loadavg: 2.01 2.02 2.00 3/81 10880
/proc/meminfo: memFree=1743664/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=101.42
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1064 0 0 0 10142 0 0 0 25 0 1 0 1984272606 102076416 898 996147200 134512640 135472138 4294956224 18446744073709551615 135264848 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 898 485 234 0 23623 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 99684

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 10880
/proc/meminfo: memFree=1743600/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=160.91
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1065 0 0 0 16091 0 0 0 25 0 1 0 1984272606 102076416 899 996147200 134512640 135472138 4294956224 18446744073709551615 135263613 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 899 485 234 0 23623 0
Current children cumulated CPU time (s) 160.91
Current children cumulated vsize (KiB) 99684

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 10880
/proc/meminfo: memFree=1743536/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=220.4
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1066 0 0 0 22040 0 0 0 25 0 1 0 1984272606 102076416 900 996147200 134512640 135472138 4294956224 18446744073709551615 135263168 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 900 485 234 0 23623 0
Current children cumulated CPU time (s) 220.4
Current children cumulated vsize (KiB) 99684

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10880
/proc/meminfo: memFree=1743472/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=279.9
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1068 0 0 0 27990 0 0 0 25 0 1 0 1984272606 102076416 902 996147200 134512640 135472138 4294956224 18446744073709551615 135265555 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 902 485 234 0 23623 0
Current children cumulated CPU time (s) 279.9
Current children cumulated vsize (KiB) 99684

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10880
/proc/meminfo: memFree=1743472/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=339.39
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1068 0 0 0 33939 0 0 0 25 0 1 0 1984272606 102076416 902 996147200 134512640 135472138 4294956224 18446744073709551615 134913588 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 902 485 234 0 23623 0
Current children cumulated CPU time (s) 339.39
Current children cumulated vsize (KiB) 99684

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10880
/proc/meminfo: memFree=1743408/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=398.88
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1074 0 0 0 39888 0 0 0 25 0 1 0 1984272606 102076416 908 996147200 134512640 135472138 4294956224 18446744073709551615 135264949 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 908 485 234 0 23623 0
Current children cumulated CPU time (s) 398.88
Current children cumulated vsize (KiB) 99684

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10880
/proc/meminfo: memFree=1743280/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=458.38
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1074 0 0 0 45838 0 0 0 25 0 1 0 1984272606 102076416 908 996147200 134512640 135472138 4294956224 18446744073709551615 134913616 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 908 485 234 0 23623 0
Current children cumulated CPU time (s) 458.38
Current children cumulated vsize (KiB) 99684

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10880
/proc/meminfo: memFree=1743216/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=517.87
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1074 0 0 0 51787 0 0 0 25 0 1 0 1984272606 102076416 908 996147200 134512640 135472138 4294956224 18446744073709551615 135265584 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 908 485 234 0 23623 0
Current children cumulated CPU time (s) 517.87
Current children cumulated vsize (KiB) 99684

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10880
/proc/meminfo: memFree=1743216/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=577.36
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1074 0 0 0 57736 0 0 0 25 0 1 0 1984272606 102076416 908 996147200 134512640 135472138 4294956224 18446744073709551615 134913561 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 908 485 234 0 23623 0
Current children cumulated CPU time (s) 577.36
Current children cumulated vsize (KiB) 99684

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10880
/proc/meminfo: memFree=1743216/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=636.86
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1074 0 0 0 63686 0 0 0 25 0 1 0 1984272606 102076416 908 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 908 485 234 0 23623 0
Current children cumulated CPU time (s) 636.86
Current children cumulated vsize (KiB) 99684

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10880
/proc/meminfo: memFree=1743152/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=696.35
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1074 0 0 0 69635 0 0 0 25 0 1 0 1984272606 102076416 908 996147200 134512640 135472138 4294956224 18446744073709551615 135265584 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 908 485 234 0 23623 0
Current children cumulated CPU time (s) 696.35
Current children cumulated vsize (KiB) 99684

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10880
/proc/meminfo: memFree=1743088/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=755.85
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1074 0 0 0 75585 0 0 0 25 0 1 0 1984272606 102076416 908 996147200 134512640 135472138 4294956224 18446744073709551615 134928576 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 908 485 234 0 23623 0
Current children cumulated CPU time (s) 755.85
Current children cumulated vsize (KiB) 99684

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10880
/proc/meminfo: memFree=1743024/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=815.35
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1074 0 0 0 81534 1 0 0 25 0 1 0 1984272606 102076416 908 996147200 134512640 135472138 4294956224 18446744073709551615 134672496 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 908 485 234 0 23623 0
Current children cumulated CPU time (s) 815.35
Current children cumulated vsize (KiB) 99684

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

[startup+844.703 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 10880
/proc/meminfo: memFree=1743024/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=837.56
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1074 0 0 0 83755 1 0 0 25 0 1 0 1984272606 102076416 908 996147200 134512640 135472138 4294956224 18446744073709551615 135263169 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 908 485 234 0 23623 0
Current children cumulated CPU time (s) 837.56
Current children cumulated vsize (KiB) 99684

[startup+857.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10880
/proc/meminfo: memFree=1743024/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=850.25
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1074 0 0 0 85024 1 0 0 25 0 1 0 1984272606 102076416 908 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 908 485 234 0 23623 0
Current children cumulated CPU time (s) 850.25
Current children cumulated vsize (KiB) 99684

[startup+863.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10880
/proc/meminfo: memFree=1743024/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=856.6
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1074 0 0 0 85659 1 0 0 25 0 1 0 1984272606 102076416 908 996147200 134512640 135472138 4294956224 18446744073709551615 135263613 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 908 485 234 0 23623 0
Current children cumulated CPU time (s) 856.6
Current children cumulated vsize (KiB) 99684

[startup+870.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10880
/proc/meminfo: memFree=1743024/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=862.94
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1074 0 0 0 86293 1 0 0 25 0 1 0 1984272606 102076416 908 996147200 134512640 135472138 4294956224 18446744073709551615 134913634 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 908 485 234 0 23623 0
Current children cumulated CPU time (s) 862.94
Current children cumulated vsize (KiB) 99684

[startup+871.901 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 10880
/proc/meminfo: memFree=1743024/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=864.53
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1074 0 0 0 86452 1 0 0 25 0 1 0 1984272606 102076416 908 996147200 134512640 135472138 4294956224 18446744073709551615 134581669 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 908 485 234 0 23623 0
Current children cumulated CPU time (s) 864.53
Current children cumulated vsize (KiB) 99684

[startup+873.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10880
/proc/meminfo: memFree=1743024/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=866.11
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1074 0 0 0 86610 1 0 0 25 0 1 0 1984272606 102076416 908 996147200 134512640 135472138 4294956224 18446744073709551615 135265500 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 908 485 234 0 23623 0
Current children cumulated CPU time (s) 866.11
Current children cumulated vsize (KiB) 99684

[startup+873.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10880
/proc/meminfo: memFree=1743024/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=866.51
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1074 0 0 0 86650 1 0 0 25 0 1 0 1984272606 102076416 908 996147200 134512640 135472138 4294956224 18446744073709551615 134928608 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 908 485 234 0 23623 0
Current children cumulated CPU time (s) 866.51
Current children cumulated vsize (KiB) 99684

[startup+874.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10880
/proc/meminfo: memFree=1743024/2055920 swapFree=4180448/4192956
[pid=10879] ppid=10877 vsize=99684 CPUtime=866.71
/proc/10879/stat : 10879 (casperzito) R 10877 10879 8596 0 -1 4194304 1074 0 0 0 86670 1 0 0 25 0 1 0 1984272606 102076416 908 996147200 134512640 135472138 4294956224 18446744073709551615 134581651 0 0 4096 0 0 0 0 17 1 0 0
/proc/10879/statm: 24921 908 485 234 0 23623 0
Current children cumulated CPU time (s) 866.71
Current children cumulated vsize (KiB) 99684

Child status: 0
Real time (s): 874.126
CPU time (s): 866.744
CPU user time (s): 866.732
CPU system time (s): 0.011998
CPU usage (%): 99.1556
Max. virtual memory (cumulated for all children) (KiB): 99684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 866.732
system time used= 0.011998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1077
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= 16
involuntary context switches= 35298

runsolver used 0.771882 second user time and 2.41363 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-03 04:43:00
IDJOB=1051396
IDBENCH=55437
IDSOLVER=362
FILE ID=node24/1051396-1215052980
PBS_JOBID= 7875125
Free space on /tmp= 66520 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-55-10-a4.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051396-1215052980/watcher-1051396-1215052980 -o /tmp/evaluation-result-1051396-1215052980/solver-1051396-1215052980 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1051396-1215052980.xml 2089505785 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f52f7dc44122ad1887252cc9e35ccd76
RANDOM SEED=2089505785

node24.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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:       1746200 kB
Buffers:         27248 kB
Cached:         145920 kB
SwapCached:       6556 kB
Active:         167288 kB
Inactive:        83412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746200 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            2988 kB
Writeback:           0 kB
Mapped:          91200 kB
Slab:            43992 kB
Committed_AS:  4205680 kB
PageTables:       1976 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= 66520 MiB
End job on node24 at 2008-07-03 04:57:35