Trace number 1050635

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 632.905 636.221

DiagnosticValue
CHECKS3374480000

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-55-10-a3.xml
MD5SUMc84380d557561ba82f603f5f7b91934d
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 benchmark2.6266
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of constraints1080
Maximum constraint arity3
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1080
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 = 55 ]
0.19/0.20	c [ NumberOfConstraints = 1080 ]
0.19/0.20	c [ SizeOfSearchSpace(log2) = 318.235 ]
0.19/0.20	c SymmetrySearch = 1
0.19/0.20	c InitialPropagation = 1
0.19/0.20	c [ SizeOfSearchSpace(log2) = 309.022 ]
0.19/0.20	c InitialSAC = (Timeout)
3.47/3.56	c [ SizeOfSearchSpace(log2) = 296.743 ]
3.47/3.56	c Search(SampleFF) : 
71.73/72.11	c [ Sampling domwdeg ]
71.73/72.11	c [ Sampling impacts ]
71.73/72.11	c [ SamplingScores: ]
71.73/72.11	c [ domwdeg+min = 0.235149 | domwdeg+rnd = 0.0220938 ]
71.73/72.11	c [ impacts+min = 0.045451 | impacts+rnd = 0.000788324 ]
71.73/72.11	c [ la+min = 0 | la+rnd = 0 ]
71.73/72.11	c [ domwdeg = 0.128621 | impacts = 0.0231197 | la = 0 ]
71.73/72.11	c [ min = 0.0935332 | rand = 0.0231197 ]
71.73/72.11	c [ restarting at (3.96356,0.0295315) ]
81.59/82.03	c [ restarting at (9.9089,0.0475297) ]
106.26/106.81	c [ restarting at (24.7722,0.0949229) ]
167.59/168.78	c [ restarting at (61.9306,0.0289078) ]
321.86/323.70	c [ restarting at (154.827,0.379706) ]
632.87/636.21	c Search(SampleFF) = 1
632.87/636.21	s SATISFIABLE
632.87/636.21	v 0 2 14 21 29 32 45 49 54 55 2 14 21 29 32 45 49 54 55 12 19 27 30 43 47 52 53 7 15 18 31 35 40 41 8 11 24 28 33 34 3 16 20 25 26 13 17 22 23 4 9 10 5 6 1
632.87/636.21	d CHECKS 3374483546
632.87/636.21	c [ TotalFails = 654553 ]
632.87/636.21	c [ NumberOfRestarts = 73 ]
632.87/636.21	c [ TotalTime = 636.065 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-1050635-1215050586/watcher-1050635-1215050586 -o /tmp/evaluation-result-1050635-1215050586/solver-1050635-1215050586 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1050635-1215050586.xml 1122234483 

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.86 2.35 2.16 5/87 14411
/proc/meminfo: memFree=1807408/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=5300 CPUtime=0
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 249 0 0 0 0 0 0 0 18 0 1 0 617305868 5427200 212 996147200 134512640 135472138 4294956224 18446744073709551615 4157928912 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 1325 222 181 234 0 27 0

[startup+0.014383 s]
/proc/loadavg: 2.86 2.35 2.16 5/87 14411
/proc/meminfo: memFree=1807408/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=5568 CPUtime=0
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 487 0 0 0 0 0 0 0 18 0 1 0 617305868 5701632 447 996147200 134512640 135472138 4294956224 18446744073709551615 4159734696 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 1392 448 368 234 0 94 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5568

[startup+0.101393 s]
/proc/loadavg: 2.86 2.35 2.16 5/87 14411
/proc/meminfo: memFree=1807408/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=0.09
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1045 0 0 0 9 0 0 0 18 0 1 0 617305868 101941248 976 996147200 134512640 135472138 4294956224 18446744073709551615 134690175 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 976 468 234 0 23590 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 99552

[startup+0.301415 s]
/proc/loadavg: 2.86 2.35 2.16 5/87 14411
/proc/meminfo: memFree=1807408/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=0.29
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1094 0 0 0 29 0 0 0 19 0 1 0 617305868 101941248 1025 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1025 468 234 0 23590 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99552

[startup+0.701462 s]
/proc/loadavg: 2.86 2.35 2.16 5/87 14411
/proc/meminfo: memFree=1807408/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=0.69
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1100 0 0 0 69 0 0 0 23 0 1 0 617305868 101941248 1031 996147200 134512640 135472138 4294956224 18446744073709551615 135265517 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1031 468 234 0 23590 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99552

[startup+1.50155 s]
/proc/loadavg: 2.86 2.35 2.16 4/88 14412
/proc/meminfo: memFree=1804904/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=1.48
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1116 0 0 0 148 0 0 0 25 0 1 0 617305868 101941248 1047 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1047 468 234 0 23590 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 99552

[startup+3.10174 s]
/proc/loadavg: 2.86 2.35 2.16 4/88 14412
/proc/meminfo: memFree=1804584/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=3.07
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1157 0 0 0 307 0 0 0 25 0 1 0 617305868 101941248 1088 996147200 134512640 135472138 4294956224 18446744073709551615 135263239 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1088 468 234 0 23590 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 99552

[startup+6.30111 s]
/proc/loadavg: 2.87 2.36 2.16 4/88 14412
/proc/meminfo: memFree=1803688/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=6.26
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1219 0 0 0 626 0 0 0 25 0 1 0 617305868 101941248 1150 996147200 134512640 135472138 4294956224 18446744073709551615 135263239 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1150 503 234 0 23590 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 99552

[startup+12.7018 s]
/proc/loadavg: 2.88 2.37 2.16 4/88 14412
/proc/meminfo: memFree=1802544/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=12.62
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1222 0 0 0 1262 0 0 0 25 0 1 0 617305868 101941248 1153 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1153 503 234 0 23590 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 99552

[startup+25.5013 s]
/proc/loadavg: 2.91 2.40 2.18 4/88 14412
/proc/meminfo: memFree=1799408/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=25.36
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1222 0 0 0 2536 0 0 0 25 0 1 0 617305868 101941248 1153 996147200 134512640 135472138 4294956224 18446744073709551615 134577406 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1153 503 234 0 23590 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 99552

[startup+51.1013 s]
/proc/loadavg: 2.94 2.45 2.20 4/88 14412
/proc/meminfo: memFree=1794352/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=50.83
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1251 0 0 0 5083 0 0 0 25 0 1 0 617305868 101941248 1182 996147200 134512640 135472138 4294956224 18446744073709551615 134928561 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1182 505 234 0 23590 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 99552

[startup+102.306 s]
/proc/loadavg: 2.97 2.53 2.24 4/88 14412
/proc/meminfo: memFree=1784560/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=101.79
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1252 0 0 0 10178 1 0 0 25 0 1 0 617305868 101941248 1183 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1183 506 234 0 23590 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 99552

[startup+162.301 s]
/proc/loadavg: 2.59 2.52 2.25 3/83 14467
/proc/meminfo: memFree=1756648/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=161.22
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1252 0 0 0 16120 2 0 0 25 0 1 0 617305868 101941248 1183 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1183 506 234 0 23590 0
Current children cumulated CPU time (s) 161.22
Current children cumulated vsize (KiB) 99552

[startup+222.301 s]
/proc/loadavg: 2.22 2.42 2.23 3/83 14467
/proc/meminfo: memFree=1756648/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=220.93
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1252 0 0 0 22091 2 0 0 25 0 1 0 617305868 101941248 1183 996147200 134512640 135472138 4294956224 18446744073709551615 135262945 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1183 506 234 0 23590 0
Current children cumulated CPU time (s) 220.93
Current children cumulated vsize (KiB) 99552

[startup+282.301 s]
/proc/loadavg: 2.08 2.34 2.22 3/83 14467
/proc/meminfo: memFree=1756584/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=280.65
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1252 0 0 0 28063 2 0 0 25 0 1 0 617305868 101941248 1183 996147200 134512640 135472138 4294956224 18446744073709551615 135264948 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1183 506 234 0 23590 0
Current children cumulated CPU time (s) 280.65
Current children cumulated vsize (KiB) 99552

[startup+342.302 s]
/proc/loadavg: 2.03 2.28 2.20 3/83 14467
/proc/meminfo: memFree=1756520/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=340.37
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1252 0 0 0 34035 2 0 0 25 0 1 0 617305868 101941248 1183 996147200 134512640 135472138 4294956224 18446744073709551615 135264940 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1183 506 234 0 23590 0
Current children cumulated CPU time (s) 340.37
Current children cumulated vsize (KiB) 99552

[startup+402.302 s]
/proc/loadavg: 2.01 2.22 2.18 3/83 14467
/proc/meminfo: memFree=1756520/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=400.08
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1252 0 0 0 40006 2 0 0 25 0 1 0 617305868 101941248 1183 996147200 134512640 135472138 4294956224 18446744073709551615 135202792 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1183 506 234 0 23590 0
Current children cumulated CPU time (s) 400.08
Current children cumulated vsize (KiB) 99552

[startup+462.302 s]
/proc/loadavg: 2.00 2.18 2.17 3/83 14467
/proc/meminfo: memFree=1756520/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=459.8
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1252 0 0 0 45977 3 0 0 25 0 1 0 617305868 101941248 1183 996147200 134512640 135472138 4294956224 18446744073709551615 135265564 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1183 506 234 0 23590 0
Current children cumulated CPU time (s) 459.8
Current children cumulated vsize (KiB) 99552

[startup+522.302 s]
/proc/loadavg: 2.00 2.14 2.16 3/83 14467
/proc/meminfo: memFree=1756456/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=519.52
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1252 0 0 0 51949 3 0 0 25 0 1 0 617305868 101941248 1183 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1183 506 234 0 23590 0
Current children cumulated CPU time (s) 519.52
Current children cumulated vsize (KiB) 99552

[startup+582.302 s]
/proc/loadavg: 2.00 2.12 2.15 3/83 14467
/proc/meminfo: memFree=1756264/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=579.23
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1252 0 0 0 57920 3 0 0 25 0 1 0 617305868 101941248 1183 996147200 134512640 135472138 4294956224 18446744073709551615 135202540 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1183 506 234 0 23590 0
Current children cumulated CPU time (s) 579.23
Current children cumulated vsize (KiB) 99552

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

[startup+588.701 s]
/proc/loadavg: 2.00 2.11 2.15 3/83 14467
/proc/meminfo: memFree=1756264/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=585.6
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1252 0 0 0 58557 3 0 0 25 0 1 0 617305868 101941248 1183 996147200 134512640 135472138 4294956224 18446744073709551615 135265538 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1183 506 234 0 23590 0
Current children cumulated CPU time (s) 585.6
Current children cumulated vsize (KiB) 99552

[startup+614.301 s]
/proc/loadavg: 2.00 2.10 2.14 3/83 14467
/proc/meminfo: memFree=1756264/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=611.08
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1252 0 0 0 61105 3 0 0 25 0 1 0 617305868 101941248 1183 996147200 134512640 135472138 4294956224 18446744073709551615 135264224 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1183 506 234 0 23590 0
Current children cumulated CPU time (s) 611.08
Current children cumulated vsize (KiB) 99552

[startup+627.102 s]
/proc/loadavg: 2.00 2.10 2.14 3/83 14467
/proc/meminfo: memFree=1756264/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=623.82
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1252 0 0 0 62379 3 0 0 25 0 1 0 617305868 101941248 1183 996147200 134512640 135472138 4294956224 18446744073709551615 135264849 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1183 506 234 0 23590 0
Current children cumulated CPU time (s) 623.82
Current children cumulated vsize (KiB) 99552

[startup+630.306 s]
/proc/loadavg: 2.00 2.10 2.14 3/83 14467
/proc/meminfo: memFree=1756264/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=627.01
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1252 0 0 0 62698 3 0 0 25 0 1 0 617305868 101941248 1183 996147200 134512640 135472138 4294956224 18446744073709551615 135263238 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1183 506 234 0 23590 0
Current children cumulated CPU time (s) 627.01
Current children cumulated vsize (KiB) 99552

[startup+633.502 s]
/proc/loadavg: 2.00 2.10 2.14 3/83 14467
/proc/meminfo: memFree=1756264/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=630.19
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1252 0 0 0 63016 3 0 0 25 0 1 0 617305868 101941248 1183 996147200 134512640 135472138 4294956224 18446744073709551615 135262944 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1183 506 234 0 23590 0
Current children cumulated CPU time (s) 630.19
Current children cumulated vsize (KiB) 99552

[startup+635.102 s]
/proc/loadavg: 2.00 2.10 2.14 3/83 14467
/proc/meminfo: memFree=1756264/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=631.78
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1252 0 0 0 63175 3 0 0 25 0 1 0 617305868 101941248 1183 996147200 134512640 135472138 4294956224 18446744073709551615 135262944 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1183 506 234 0 23590 0
Current children cumulated CPU time (s) 631.78
Current children cumulated vsize (KiB) 99552

[startup+635.902 s]
/proc/loadavg: 2.00 2.09 2.14 3/83 14467
/proc/meminfo: memFree=1756264/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=632.57
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1252 0 0 0 63254 3 0 0 25 0 1 0 617305868 101941248 1183 996147200 134512640 135472138 4294956224 18446744073709551615 135262721 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1183 506 234 0 23590 0
Current children cumulated CPU time (s) 632.57
Current children cumulated vsize (KiB) 99552

[startup+636.102 s]
/proc/loadavg: 2.00 2.09 2.14 3/83 14467
/proc/meminfo: memFree=1756264/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=632.77
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1252 0 0 0 63274 3 0 0 25 0 1 0 617305868 101941248 1183 996147200 134512640 135472138 4294956224 18446744073709551615 135264940 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1183 506 234 0 23590 0
Current children cumulated CPU time (s) 632.77
Current children cumulated vsize (KiB) 99552

[startup+636.202 s]
/proc/loadavg: 2.00 2.09 2.14 3/83 14467
/proc/meminfo: memFree=1756264/2055920 swapFree=4179944/4192956
[pid=14411] ppid=14409 vsize=99552 CPUtime=632.87
/proc/14411/stat : 14411 (casperzito) R 14409 14411 11043 0 -1 4194304 1252 0 0 0 63284 3 0 0 25 0 1 0 617305868 101941248 1183 996147200 134512640 135472138 4294956224 18446744073709551615 134928574 0 0 4096 0 0 0 0 17 1 0 0
/proc/14411/statm: 24888 1183 506 234 0 23590 0
Current children cumulated CPU time (s) 632.87
Current children cumulated vsize (KiB) 99552

Child status: 0
Real time (s): 636.221
CPU time (s): 632.905
CPU user time (s): 632.868
CPU system time (s): 0.036994
CPU usage (%): 99.4788
Max. virtual memory (cumulated for all children) (KiB): 99552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 632.868
system time used= 0.036994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1254
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= 20568

runsolver used 0.772882 second user time and 1.65275 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-03 04:03:06
IDJOB=1050635
IDBENCH=55370
IDSOLVER=362
FILE ID=node88/1050635-1215050586
PBS_JOBID= 7875001
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c84380d557561ba82f603f5f7b91934d
RANDOM SEED=1122234483

node88.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1807888 kB
Buffers:         35056 kB
Cached:         125356 kB
SwapCached:       7140 kB
Active:         126576 kB
Inactive:        57316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807888 kB
SwapTotal:     4192956 kB
SwapFree:      4179944 kB
Dirty:            3332 kB
Writeback:           0 kB
Mapped:          40168 kB
Slab:            48944 kB
Committed_AS:   940880 kB
PageTables:       2136 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= 66540 MiB
End job on node88 at 2008-07-03 04:13:43