Trace number 1051228

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 zito? (TO) 1800.02 1814.91

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-70-12-a4.xml
MD5SUM17a5880df049540f5bc9b4999c8d510f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints1991
Maximum constraint arity4
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1991
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.19/0.21	c Parsing = 1
0.19/0.21	c Building = 1
0.19/0.21	c [ NumberOfVariables = 12 ]
0.19/0.21	c [ NumberOfConstraints = 1991 ]
0.19/0.21	c [ SizeOfSearchSpace(log2) = 73.797 ]
0.19/0.21	c SymmetrySearch = 1
0.19/0.21	c InitialPropagation = 1
0.19/0.21	c [ SizeOfSearchSpace(log2) = 70.8827 ]
0.19/0.21	c InitialSAC = 1
0.19/0.24	c [ SizeOfSearchSpace(log2) = 70.6887 ]
0.19/0.24	c Search(SampleFF) : 
75.43/76.12	c [ Sampling domwdeg ]
75.43/76.12	c [ Sampling impacts ]
75.43/76.12	c [ SamplingScores: ]
75.43/76.12	c [ domwdeg+min = 0.118276 | domwdeg+rnd = 0.00497691 ]
75.43/76.12	c [ impacts+min = 0.121279 | impacts+rnd = 0.00339103 ]
75.43/76.12	c [ la+min = 0 | la+rnd = 0 ]
75.43/76.12	c [ domwdeg = 0.0616264 | impacts = 0.0623352 | la = 0 ]
75.43/76.12	c [ min = 0.0798518 | rand = 0.0623352 ]
75.43/76.12	c [ restarting at (3.96356,1.07045e-05) ]
85.94/86.75	c [ restarting at (9.9089,3.99134e-05) ]
112.32/113.31	c [ restarting at (24.7722,0.0174281) ]
178.14/179.70	c [ restarting at (61.9306,0.000442943) ]
342.63/345.69	c [ restarting at (154.827,0.018311) ]
754.08/760.66	c [ restarting at (387.066,0.1595) ]
1718.85/1733.72	c [ restarting at (967.666,0.0105114) ]

Verifier Data (download as text)

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

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-1051228-1215052667/watcher-1051228-1215052667 -o /tmp/evaluation-result-1051228-1215052667/solver-1051228-1215052667 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1051228-1215052667.xml 392429084 

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.00 2.04 2.01 4/81 26702
/proc/meminfo: memFree=1645504/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=1052 CPUtime=0
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1984236278 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 6853412 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 263 26 20 234 0 3 0

[startup+0.111737 s]
/proc/loadavg: 2.00 2.04 2.01 4/81 26702
/proc/meminfo: memFree=1645504/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=0.1
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1347 0 0 0 10 0 0 0 18 0 1 0 1984236278 102682624 1005 996147200 134512640 135472138 4294956224 18446744073709551615 7286192 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1005 456 234 0 23771 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 100276

[startup+0.20175 s]
/proc/loadavg: 2.00 2.04 2.01 4/81 26702
/proc/meminfo: memFree=1645504/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=0.19
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1549 0 0 0 19 0 0 0 18 0 1 0 1984236278 102682624 1207 996147200 134512640 135472138 4294956224 18446744073709551615 134928597 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1207 467 234 0 23771 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 100276

[startup+0.301769 s]
/proc/loadavg: 2.00 2.04 2.01 4/81 26702
/proc/meminfo: memFree=1645504/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=0.28
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1565 0 0 0 28 0 0 0 19 0 1 0 1984236278 102682624 1223 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1223 481 234 0 23771 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 100276

[startup+0.701835 s]
/proc/loadavg: 2.00 2.04 2.01 4/81 26702
/proc/meminfo: memFree=1645504/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=0.68
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1570 0 0 0 68 0 0 0 23 0 1 0 1984236278 102682624 1228 996147200 134512640 135472138 4294956224 18446744073709551615 135264228 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1228 482 234 0 23771 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 100276

[startup+1.50197 s]
/proc/loadavg: 2.00 2.04 2.01 3/82 26703
/proc/meminfo: memFree=1642360/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=1.47
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1570 0 0 0 147 0 0 0 25 0 1 0 1984236278 102682624 1228 996147200 134512640 135472138 4294956224 18446744073709551615 134913636 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1228 482 234 0 23771 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 100276

[startup+3.10224 s]
/proc/loadavg: 2.00 2.04 2.01 3/82 26703
/proc/meminfo: memFree=1642232/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=3.06
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1571 0 0 0 306 0 0 0 25 0 1 0 1984236278 102682624 1229 996147200 134512640 135472138 4294956224 18446744073709551615 134672490 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1229 482 234 0 23771 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 100276

[startup+6.30178 s]
/proc/loadavg: 2.00 2.04 2.00 3/82 26703
/proc/meminfo: memFree=1642168/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=6.23
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1574 0 0 0 623 0 0 0 25 0 1 0 1984236278 102682624 1232 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1232 482 234 0 23771 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 100276

[startup+12.7019 s]
/proc/loadavg: 2.00 2.04 2.00 3/82 26703
/proc/meminfo: memFree=1642248/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=12.57
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1574 0 0 0 1257 0 0 0 25 0 1 0 1984236278 102682624 1232 996147200 134512640 135472138 4294956224 18446744073709551615 135265538 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1232 482 234 0 23771 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 100276

[startup+25.5011 s]
/proc/loadavg: 2.00 2.04 2.00 3/82 26703
/proc/meminfo: memFree=1642056/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=25.26
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1608 0 0 0 2526 0 0 0 25 0 1 0 1984236278 102682624 1266 996147200 134512640 135472138 4294956224 18446744073709551615 135202760 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1266 482 234 0 23771 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 100276

[startup+51.1014 s]
/proc/loadavg: 2.00 2.03 2.00 3/82 26703
/proc/meminfo: memFree=1642120/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=50.64
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1616 0 0 0 5063 1 0 0 25 0 1 0 1984236278 102682624 1274 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1274 484 234 0 23771 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 100276

[startup+102.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 26703
/proc/meminfo: memFree=1641864/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=101.41
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1630 0 0 0 10140 1 0 0 25 0 1 0 1984236278 102682624 1288 996147200 134512640 135472138 4294956224 18446744073709551615 135264450 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1288 485 234 0 23771 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 100276

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 26703
/proc/meminfo: memFree=1641864/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=160.89
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1633 0 0 0 16088 1 0 0 25 0 1 0 1984236278 102682624 1291 996147200 134512640 135472138 4294956224 18446744073709551615 135263168 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1291 485 234 0 23771 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 100276

[startup+222.305 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 26703
/proc/meminfo: memFree=1641800/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=220.38
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1633 0 0 0 22037 1 0 0 25 0 1 0 1984236278 102682624 1291 996147200 134512640 135472138 4294956224 18446744073709551615 135264400 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1291 485 234 0 23771 0
Current children cumulated CPU time (s) 220.38
Current children cumulated vsize (KiB) 100276

[startup+282.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 26703
/proc/meminfo: memFree=1641800/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=279.87
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1634 0 0 0 27986 1 0 0 25 0 1 0 1984236278 102682624 1292 996147200 134512640 135472138 4294956224 18446744073709551615 134581671 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1292 485 234 0 23771 0
Current children cumulated CPU time (s) 279.87
Current children cumulated vsize (KiB) 100276

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 26703
/proc/meminfo: memFree=1641736/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=339.36
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1635 0 0 0 33935 1 0 0 25 0 1 0 1984236278 102682624 1293 996147200 134512640 135472138 4294956224 18446744073709551615 134672480 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1293 485 234 0 23771 0
Current children cumulated CPU time (s) 339.36
Current children cumulated vsize (KiB) 100276

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 26703
/proc/meminfo: memFree=1641672/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=398.84
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1638 0 0 0 39883 1 0 0 25 0 1 0 1984236278 102682624 1296 996147200 134512640 135472138 4294956224 18446744073709551615 135263237 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1296 485 234 0 23771 0
Current children cumulated CPU time (s) 398.84
Current children cumulated vsize (KiB) 100276

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 26703
/proc/meminfo: memFree=1641544/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=458.33
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1662 0 0 0 45832 1 0 0 25 0 1 0 1984236278 102682624 1320 996147200 134512640 135472138 4294956224 18446744073709551615 134577406 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1320 485 234 0 23771 0
Current children cumulated CPU time (s) 458.33
Current children cumulated vsize (KiB) 100276

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 26703
/proc/meminfo: memFree=1641480/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=517.82
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1662 0 0 0 51781 1 0 0 25 0 1 0 1984236278 102682624 1320 996147200 134512640 135472138 4294956224 18446744073709551615 134928560 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1320 485 234 0 23771 0
Current children cumulated CPU time (s) 517.82
Current children cumulated vsize (KiB) 100276

[startup+582.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 26703
/proc/meminfo: memFree=1641416/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=577.3
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1662 0 0 0 57729 1 0 0 25 0 1 0 1984236278 102682624 1320 996147200 134512640 135472138 4294956224 18446744073709551615 135265500 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1320 485 234 0 23771 0
Current children cumulated CPU time (s) 577.3
Current children cumulated vsize (KiB) 100276

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 26703
/proc/meminfo: memFree=1641352/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=636.8
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1662 0 0 0 63679 1 0 0 25 0 1 0 1984236278 102682624 1320 996147200 134512640 135472138 4294956224 18446744073709551615 134928576 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1320 485 234 0 23771 0
Current children cumulated CPU time (s) 636.8
Current children cumulated vsize (KiB) 100276


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

[startup+822.301 s]
/proc/loadavg: 2.10 2.04 2.00 3/82 26703
/proc/meminfo: memFree=1641160/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=815.25
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1662 0 0 0 81524 1 0 0 25 0 1 0 1984236278 102682624 1320 996147200 134512640 135472138 4294956224 18446744073709551615 135267194 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1320 485 234 0 23771 0
Current children cumulated CPU time (s) 815.25
Current children cumulated vsize (KiB) 100276

[startup+882.307 s]
/proc/loadavg: 2.04 2.03 2.00 3/82 26703
/proc/meminfo: memFree=1641160/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=874.75
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1662 0 0 0 87474 1 0 0 25 0 1 0 1984236278 102682624 1320 996147200 134512640 135472138 4294956224 18446744073709551615 134672496 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1320 485 234 0 23771 0
Current children cumulated CPU time (s) 874.75
Current children cumulated vsize (KiB) 100276

[startup+942.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 26703
/proc/meminfo: memFree=1641160/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=934.23
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1662 0 0 0 93422 1 0 0 25 0 1 0 1984236278 102682624 1320 996147200 134512640 135472138 4294956224 18446744073709551615 135263168 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1320 485 234 0 23771 0
Current children cumulated CPU time (s) 934.23
Current children cumulated vsize (KiB) 100276

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 26703
/proc/meminfo: memFree=1641096/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=993.72
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1662 0 0 0 99371 1 0 0 25 0 1 0 1984236278 102682624 1320 996147200 134512640 135472138 4294956224 18446744073709551615 134913634 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1320 485 234 0 23771 0
Current children cumulated CPU time (s) 993.72
Current children cumulated vsize (KiB) 100276

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 26703
/proc/meminfo: memFree=1641032/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=1053.21
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1662 0 0 0 105320 1 0 0 25 0 1 0 1984236278 102682624 1320 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1320 485 234 0 23771 0
Current children cumulated CPU time (s) 1053.21
Current children cumulated vsize (KiB) 100276

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 26703
/proc/meminfo: memFree=1640968/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=1112.69
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1662 0 0 0 111268 1 0 0 25 0 1 0 1984236278 102682624 1320 996147200 134512640 135472138 4294956224 18446744073709551615 134928576 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1320 485 234 0 23771 0
Current children cumulated CPU time (s) 1112.69
Current children cumulated vsize (KiB) 100276

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 26703
/proc/meminfo: memFree=1640840/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=1172.18
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1662 0 0 0 117217 1 0 0 25 0 1 0 1984236278 102682624 1320 996147200 134512640 135472138 4294956224 18446744073709551615 135264881 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1320 485 234 0 23771 0
Current children cumulated CPU time (s) 1172.18
Current children cumulated vsize (KiB) 100276

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 26703
/proc/meminfo: memFree=1640776/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=1231.67
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1662 0 0 0 123166 1 0 0 25 0 1 0 1984236278 102682624 1320 996147200 134512640 135472138 4294956224 18446744073709551615 135263219 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1320 485 234 0 23771 0
Current children cumulated CPU time (s) 1231.67
Current children cumulated vsize (KiB) 100276

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 26703
/proc/meminfo: memFree=1640776/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=1291.16
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1662 0 0 0 129115 1 0 0 25 0 1 0 1984236278 102682624 1320 996147200 134512640 135472138 4294956224 18446744073709551615 135263229 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1320 485 234 0 23771 0
Current children cumulated CPU time (s) 1291.16
Current children cumulated vsize (KiB) 100276

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 26703
/proc/meminfo: memFree=1640776/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=1350.65
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1662 0 0 0 135064 1 0 0 25 0 1 0 1984236278 102682624 1320 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1320 485 234 0 23771 0
Current children cumulated CPU time (s) 1350.65
Current children cumulated vsize (KiB) 100276

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 26709
/proc/meminfo: memFree=1640584/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=1410.12
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1662 0 0 0 141011 1 0 0 25 0 1 0 1984236278 102682624 1320 996147200 134512640 135472138 4294956224 18446744073709551615 134913634 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1320 485 234 0 23771 0
Current children cumulated CPU time (s) 1410.12
Current children cumulated vsize (KiB) 100276

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 26709
/proc/meminfo: memFree=1640584/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=1469.6
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1664 0 0 0 146959 1 0 0 25 0 1 0 1984236278 102682624 1322 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1322 485 234 0 23771 0
Current children cumulated CPU time (s) 1469.6
Current children cumulated vsize (KiB) 100276

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 26709
/proc/meminfo: memFree=1640584/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=1529.09
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1664 0 0 0 152908 1 0 0 25 0 1 0 1984236278 102682624 1322 996147200 134512640 135472138 4294956224 18446744073709551615 134913636 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1322 485 234 0 23771 0
Current children cumulated CPU time (s) 1529.09
Current children cumulated vsize (KiB) 100276

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 26709
/proc/meminfo: memFree=1640584/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=1588.58
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1664 0 0 0 158857 1 0 0 25 0 1 0 1984236278 102682624 1322 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1322 485 234 0 23771 0
Current children cumulated CPU time (s) 1588.58
Current children cumulated vsize (KiB) 100276

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 26709
/proc/meminfo: memFree=1640520/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=1648.06
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1664 0 0 0 164805 1 0 0 25 0 1 0 1984236278 102682624 1322 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1322 485 234 0 23771 0
Current children cumulated CPU time (s) 1648.06
Current children cumulated vsize (KiB) 100276

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 26709
/proc/meminfo: memFree=1640392/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=1707.55
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1664 0 0 0 170754 1 0 0 25 0 1 0 1984236278 102682624 1322 996147200 134512640 135472138 4294956224 18446744073709551615 135263204 0 0 4096 0 0 0 0 17 1 0 0
/proc/26702/statm: 25069 1322 485 234 0 23771 0
Current children cumulated CPU time (s) 1707.55
Current children cumulated vsize (KiB) 100276

[startup+1782.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 26760
/proc/meminfo: memFree=1722112/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=1767.42
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1664 0 0 0 176740 2 0 0 25 0 1 0 1984236278 102682624 1322 996147200 134512640 135472138 4294956224 18446744073709551615 135263220 0 0 4096 0 0 0 0 17 0 0 0
/proc/26702/statm: 25069 1322 485 234 0 23771 0
Current children cumulated CPU time (s) 1767.42
Current children cumulated vsize (KiB) 100276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.9 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 26760
/proc/meminfo: memFree=1697216/2055920 swapFree=4180444/4192956
[pid=26702] ppid=26700 vsize=100276 CPUtime=1800
/proc/26702/stat : 26702 (casperzito) R 26700 26702 24607 0 -1 4194304 1664 0 0 0 179998 2 0 0 25 0 1 0 1984236278 102682624 1322 996147200 134512640 135472138 4294956224 18446744073709551615 135267175 0 0 4096 0 0 0 0 17 0 0 0
/proc/26702/statm: 25069 1322 485 234 0 23771 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 100276

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1814.91
CPU time (s): 1800.02
CPU user time (s): 1799.99
CPU system time (s): 0.030995
CPU usage (%): 99.1798
Max. virtual memory (cumulated for all children) (KiB): 100276

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

runsolver used 1.88071 second user time and 4.81127 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-03 04:37:47
IDJOB=1051228
IDBENCH=55429
IDSOLVER=362
FILE ID=node68/1051228-1215052667
PBS_JOBID= 7875039
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 17a5880df049540f5bc9b4999c8d510f
RANDOM SEED=392429084

node68.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.261
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.261
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:       1645984 kB
Buffers:         13332 kB
Cached:         120120 kB
SwapCached:       6560 kB
Active:         268972 kB
Inactive:        83800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1645984 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            3144 kB
Writeback:           0 kB
Mapped:         235560 kB
Slab:            41728 kB
Committed_AS:  4338036 kB
PageTables:       2436 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= 66516 MiB
End job on node68 at 2008-07-03 05:08:04