Trace number 1051416

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 zao? (TO) 1800.02 1825.51

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-70-13-a4.xml
MD5SUM96dbd6d1ed3c59f1530469160a845dc5
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 benchmark860.676
Satisfiable
(Un)Satisfiability was proved
Number of variables13
Number of constraints2795
Maximum constraint arity4
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2795
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.04	c Parsing = 1
0.00/0.09	c Building = 1
0.00/0.23	c [ NumberOfVariables = 13 ]
0.00/0.23	c [ NumberOfConstraints = 2795 ]
0.00/0.23	c [ SizeOfSearchSpace(log2) = 79.9467 ]
0.00/0.23	c SymmetrySearch = 1
0.00/0.28	c InitialPropagation = 1
0.00/0.29	c [ SizeOfSearchSpace(log2) = 76.4744 ]
0.00/0.29	c InitialSAC = 1
0.39/0.40	c [ SizeOfSearchSpace(log2) = 76.4744 ]
0.39/0.40	c Search(SampleFF) : 
1341.79/1367.11	c [ Sampling domwdeg ]
1341.79/1367.11	c [ Sampling impacts ]
1341.79/1367.11	c [ Sampling la ]
1341.79/1367.11	c [ SamplingScores: ]
1341.79/1367.11	c [ domwdeg+min = 0.0421915 | domwdeg+rnd = 0.054058 ]
1341.79/1367.11	c [ impacts+min = 0.0866339 | impacts+rnd = 0.000351174 ]
1341.79/1367.11	c [ la+min = 0.018816 | la+rnd = 0.00198702 ]
1341.79/1367.11	c [ domwdeg = 0.0481247 | impacts = 0.0434925 | la = 0.0104015 ]
1341.79/1367.11	c [ min = 0.0492138 | rand = 0.0434925 ]
1341.79/1367.11	c [ restarting at (4.52802,0.000297522) ]
1353.08/1378.44	c [ restarting at (11.3201,0.0339013) ]
1381.37/1406.75	c [ restarting at (28.3001,5.31264e-06) ]
1452.14/1477.54	c [ restarting at (70.7504,0.0686877) ]
1629.07/1654.51	c [ restarting at (176.876,5.46426e-05) ]

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-1051416-1215053074/watcher-1051416-1215053074 -o /tmp/evaluation-result-1051416-1215053074/solver-1051416-1215053074 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1051416-1215053074.xml 263710898 

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.00 2.00 4/74 15391
/proc/meminfo: memFree=1689968/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100516 CPUtime=0.19
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 3408 0 0 0 12 7 0 0 19 0 1 0 1984276116 102928384 1056 996147200 134512640 135477443 4294956224 18446744073709551615 7417198 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25129 1056 424 235 0 23830 0

[startup+0.30893 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 15391
/proc/meminfo: memFree=1689968/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=0.3
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4755 0 0 0 20 10 0 0 19 0 1 0 1984276116 103137280 1499 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1499 477 235 0 23881 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 100720

[startup+0.401942 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 15391
/proc/meminfo: memFree=1689968/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=0.39
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4755 0 0 0 29 10 0 0 20 0 1 0 1984276116 103137280 1499 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1499 477 235 0 23881 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 100720

[startup+0.501963 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 15391
/proc/meminfo: memFree=1689968/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=0.49
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4774 0 0 0 39 10 0 0 21 0 1 0 1984276116 103137280 1518 996147200 134512640 135477443 4294956224 18446744073709551615 134679294 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1518 493 235 0 23881 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 100720

[startup+0.701983 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 15391
/proc/meminfo: memFree=1689968/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=0.69
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4776 0 0 0 59 10 0 0 23 0 1 0 1984276116 103137280 1520 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1520 494 235 0 23881 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100720

[startup+1.50109 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15392
/proc/meminfo: memFree=1685736/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=1.48
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4778 0 0 0 138 10 0 0 25 0 1 0 1984276116 103137280 1522 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1522 494 235 0 23881 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 100720

[startup+3.10131 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15392
/proc/meminfo: memFree=1685544/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=3.06
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4779 0 0 0 296 10 0 0 25 0 1 0 1984276116 103137280 1523 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1523 494 235 0 23881 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 100720

[startup+6.30275 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 15432
/proc/meminfo: memFree=1772144/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=6.24
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4780 0 0 0 613 11 0 0 25 0 1 0 1984276116 103137280 1524 996147200 134512640 135477443 4294956224 18446744073709551615 135270181 0 0 4096 0 0 0 0 17 0 0 0
/proc/15391/statm: 25180 1524 494 235 0 23881 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 100720

[startup+12.7016 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15444
/proc/meminfo: memFree=1762544/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=12.63
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4847 0 0 0 1250 13 0 0 25 0 1 0 1984276116 103137280 1591 996147200 134512640 135477443 4294956224 18446744073709551615 135270199 0 0 4096 0 0 0 0 17 0 0 0
/proc/15391/statm: 25180 1591 494 235 0 23881 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 100720

[startup+25.5013 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 15456
/proc/meminfo: memFree=1696528/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=25.19
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4847 0 0 0 2506 13 0 0 25 0 1 0 1984276116 103137280 1591 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1591 494 235 0 23881 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 100720

[startup+51.1018 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 15456
/proc/meminfo: memFree=1696144/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=50.27
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4849 0 0 0 5013 14 0 0 25 0 1 0 1984276116 103137280 1593 996147200 134512640 135477443 4294956224 18446744073709551615 134673680 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1593 494 235 0 23881 0
Current children cumulated CPU time (s) 50.27
Current children cumulated vsize (KiB) 100720

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 15456
/proc/meminfo: memFree=1696144/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=100.48
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4850 0 0 0 10034 14 0 0 25 0 1 0 1984276116 103137280 1594 996147200 134512640 135477443 4294956224 18446744073709551615 135270265 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1594 494 235 0 23881 0
Current children cumulated CPU time (s) 100.48
Current children cumulated vsize (KiB) 100720

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 15456
/proc/meminfo: memFree=1696016/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=159.31
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4850 0 0 0 15917 14 0 0 25 0 1 0 1984276116 103137280 1594 996147200 134512640 135477443 4294956224 18446744073709551615 135268532 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1594 494 235 0 23881 0
Current children cumulated CPU time (s) 159.31
Current children cumulated vsize (KiB) 100720

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 15456
/proc/meminfo: memFree=1695760/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=218.15
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4902 0 0 0 21801 14 0 0 25 0 1 0 1984276116 103137280 1646 996147200 134512640 135477443 4294956224 18446744073709551615 135268537 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1646 494 235 0 23881 0
Current children cumulated CPU time (s) 218.15
Current children cumulated vsize (KiB) 100720

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 15456
/proc/meminfo: memFree=1695696/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=276.98
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4903 0 0 0 27684 14 0 0 25 0 1 0 1984276116 103137280 1647 996147200 134512640 135477443 4294956224 18446744073709551615 134586773 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1647 494 235 0 23881 0
Current children cumulated CPU time (s) 276.98
Current children cumulated vsize (KiB) 100720

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 15458
/proc/meminfo: memFree=1695512/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=335.81
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4903 0 0 0 33567 14 0 0 25 0 1 0 1984276116 103137280 1647 996147200 134512640 135477443 4294956224 18446744073709551615 135268532 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1647 494 235 0 23881 0
Current children cumulated CPU time (s) 335.81
Current children cumulated vsize (KiB) 100720

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 15458
/proc/meminfo: memFree=1695512/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=394.65
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4903 0 0 0 39451 14 0 0 25 0 1 0 1984276116 103137280 1647 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1647 494 235 0 23881 0
Current children cumulated CPU time (s) 394.65
Current children cumulated vsize (KiB) 100720

[startup+462.307 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 15458
/proc/meminfo: memFree=1695512/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=453.49
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4903 0 0 0 45335 14 0 0 25 0 1 0 1984276116 103137280 1647 996147200 134512640 135477443 4294956224 18446744073709551615 134919652 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1647 494 235 0 23881 0
Current children cumulated CPU time (s) 453.49
Current children cumulated vsize (KiB) 100720

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 15458
/proc/meminfo: memFree=1695576/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=512.32
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4903 0 0 0 51218 14 0 0 25 0 1 0 1984276116 103137280 1647 996147200 134512640 135477443 4294956224 18446744073709551615 135268530 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1647 494 235 0 23881 0
Current children cumulated CPU time (s) 512.32
Current children cumulated vsize (KiB) 100720

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 15458
/proc/meminfo: memFree=1695576/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=571.15
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4904 0 0 0 57101 14 0 0 25 0 1 0 1984276116 103137280 1648 996147200 134512640 135477443 4294956224 18446744073709551615 134919665 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1648 494 235 0 23881 0
Current children cumulated CPU time (s) 571.15
Current children cumulated vsize (KiB) 100720

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 15458
/proc/meminfo: memFree=1695448/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=629.99
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4904 0 0 0 62985 14 0 0 25 0 1 0 1984276116 103137280 1648 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1648 494 235 0 23881 0
Current children cumulated CPU time (s) 629.99
Current children cumulated vsize (KiB) 100720


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

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 15458
/proc/meminfo: memFree=1695192/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=806.5
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4904 0 0 0 80636 14 0 0 25 0 1 0 1984276116 103137280 1648 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1648 494 235 0 23881 0
Current children cumulated CPU time (s) 806.5
Current children cumulated vsize (KiB) 100720

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 15458
/proc/meminfo: memFree=1695128/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=865.33
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4904 0 0 0 86519 14 0 0 25 0 1 0 1984276116 103137280 1648 996147200 134512640 135477443 4294956224 18446744073709551615 135270912 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1648 494 235 0 23881 0
Current children cumulated CPU time (s) 865.33
Current children cumulated vsize (KiB) 100720

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 15458
/proc/meminfo: memFree=1695064/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=924.17
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4904 0 0 0 92403 14 0 0 25 0 1 0 1984276116 103137280 1648 996147200 134512640 135477443 4294956224 18446744073709551615 135208645 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1648 494 235 0 23881 0
Current children cumulated CPU time (s) 924.17
Current children cumulated vsize (KiB) 100720

[startup+1002.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 15464
/proc/meminfo: memFree=1694928/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=982.98
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4904 0 0 0 98284 14 0 0 25 0 1 0 1984276116 103137280 1648 996147200 134512640 135477443 4294956224 18446744073709551615 135270176 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1648 494 235 0 23881 0
Current children cumulated CPU time (s) 982.98
Current children cumulated vsize (KiB) 100720

[startup+1062.3 s]
/proc/loadavg: 2.02 2.01 2.00 4/94 15464
/proc/meminfo: memFree=1694928/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=1041.82
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4904 0 0 0 104168 14 0 0 25 0 1 0 1984276116 103137280 1648 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1648 494 235 0 23881 0
Current children cumulated CPU time (s) 1041.82
Current children cumulated vsize (KiB) 100720

[startup+1122.31 s]
/proc/loadavg: 2.01 2.00 2.00 4/94 15464
/proc/meminfo: memFree=1694928/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=1100.65
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4904 0 0 0 110051 14 0 0 25 0 1 0 1984276116 103137280 1648 996147200 134512640 135477443 4294956224 18446744073709551615 134934592 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1648 494 235 0 23881 0
Current children cumulated CPU time (s) 1100.65
Current children cumulated vsize (KiB) 100720

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 15464
/proc/meminfo: memFree=1694928/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=1159.49
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4904 0 0 0 115934 15 0 0 25 0 1 0 1984276116 103137280 1648 996147200 134512640 135477443 4294956224 18446744073709551615 135268514 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1648 494 235 0 23881 0
Current children cumulated CPU time (s) 1159.49
Current children cumulated vsize (KiB) 100720

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 15464
/proc/meminfo: memFree=1694800/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=1218.33
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4904 0 0 0 121818 15 0 0 25 0 1 0 1984276116 103137280 1648 996147200 134512640 135477443 4294956224 18446744073709551615 135270869 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1648 494 235 0 23881 0
Current children cumulated CPU time (s) 1218.33
Current children cumulated vsize (KiB) 100720

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 15464
/proc/meminfo: memFree=1694744/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=1277.17
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4904 0 0 0 127702 15 0 0 25 0 1 0 1984276116 103137280 1648 996147200 134512640 135477443 4294956224 18446744073709551615 135268286 0 0 4096 0 0 0 0 17 1 0 0
/proc/15391/statm: 25180 1648 494 235 0 23881 0
Current children cumulated CPU time (s) 1277.17
Current children cumulated vsize (KiB) 100720

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15467
/proc/meminfo: memFree=1740632/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=1336.99
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4918 0 0 0 133684 15 0 0 25 0 1 0 1984276116 103137280 1662 996147200 134512640 135477443 4294956224 18446744073709551615 135269728 0 0 4096 0 0 0 0 17 0 0 0
/proc/15391/statm: 25180 1662 496 235 0 23881 0
Current children cumulated CPU time (s) 1336.99
Current children cumulated vsize (KiB) 100720

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15467
/proc/meminfo: memFree=1740568/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=1396.96
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4919 0 0 0 139681 15 0 0 25 0 1 0 1984276116 103137280 1663 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/15391/statm: 25180 1663 497 235 0 23881 0
Current children cumulated CPU time (s) 1396.96
Current children cumulated vsize (KiB) 100720

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15467
/proc/meminfo: memFree=1740504/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=1456.94
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4919 0 0 0 145679 15 0 0 25 0 1 0 1984276116 103137280 1663 996147200 134512640 135477443 4294956224 18446744073709551615 135208671 0 0 4096 0 0 0 0 17 0 0 0
/proc/15391/statm: 25180 1663 497 235 0 23881 0
Current children cumulated CPU time (s) 1456.94
Current children cumulated vsize (KiB) 100720

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/93 15478
/proc/meminfo: memFree=1700880/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=1516.91
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4919 0 0 0 151676 15 0 0 25 0 1 0 1984276116 103137280 1663 996147200 134512640 135477443 4294956224 18446744073709551615 135268549 0 0 4096 0 0 0 0 17 0 0 0
/proc/15391/statm: 25180 1663 497 235 0 23881 0
Current children cumulated CPU time (s) 1516.91
Current children cumulated vsize (KiB) 100720

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 4/93 15478
/proc/meminfo: memFree=1698448/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=1576.89
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4919 0 0 0 157673 16 0 0 25 0 1 0 1984276116 103137280 1663 996147200 134512640 135477443 4294956224 18446744073709551615 134586761 0 0 4096 0 0 0 0 17 0 0 0
/proc/15391/statm: 25180 1663 497 235 0 23881 0
Current children cumulated CPU time (s) 1576.89
Current children cumulated vsize (KiB) 100720

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 5/93 15478
/proc/meminfo: memFree=1698384/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=1636.87
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4919 0 0 0 163671 16 0 0 25 0 1 0 1984276116 103137280 1663 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 0 0 0
/proc/15391/statm: 25180 1663 497 235 0 23881 0
Current children cumulated CPU time (s) 1636.87
Current children cumulated vsize (KiB) 100720

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 15478
/proc/meminfo: memFree=1698320/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=1696.84
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4919 0 0 0 169668 16 0 0 25 0 1 0 1984276116 103137280 1663 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 0 0 0
/proc/15391/statm: 25180 1663 497 235 0 23881 0
Current children cumulated CPU time (s) 1696.84
Current children cumulated vsize (KiB) 100720

[startup+1782.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 15478
/proc/meminfo: memFree=1698128/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=1756.83
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4919 0 0 0 175667 16 0 0 25 0 1 0 1984276116 103137280 1663 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 0 0 0
/proc/15391/statm: 25180 1663 497 235 0 23881 0
Current children cumulated CPU time (s) 1756.83
Current children cumulated vsize (KiB) 100720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1825.5 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 15509
/proc/meminfo: memFree=1578432/2055920 swapFree=4180436/4192956
[pid=15391] ppid=15389 vsize=100720 CPUtime=1800
/proc/15391/stat : 15391 (casperzao) R 15389 15391 12750 0 -1 4194304 4919 0 0 0 179984 16 0 0 25 0 1 0 1984276116 103137280 1663 996147200 134512640 135477443 4294956224 18446744073709551615 135272410 0 0 4096 0 0 0 0 17 0 0 0
/proc/15391/statm: 25180 1663 497 235 0 23881 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 100720

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): 1825.51
CPU time (s): 1800.02
CPU user time (s): 1799.85
CPU system time (s): 0.166974
CPU usage (%): 98.6036
Max. virtual memory (cumulated for all children) (KiB): 100720

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

runsolver used 2.00469 second user time and 6.29604 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-03 04:44:34
IDJOB=1051416
IDBENCH=55438
IDSOLVER=361
FILE ID=node71/1051416-1215053074
PBS_JOBID= 7875033
Free space on /tmp= 66512 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-70-13-a4.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051416-1215053074/watcher-1051416-1215053074 -o /tmp/evaluation-result-1051416-1215053074/solver-1051416-1215053074 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1051416-1215053074.xml 263710898 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 96dbd6d1ed3c59f1530469160a845dc5
RANDOM SEED=263710898

node71.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.209
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.209
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:       1690448 kB
Buffers:         23604 kB
Cached:         181636 kB
SwapCached:       6784 kB
Active:         232412 kB
Inactive:        72052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1690448 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            3200 kB
Writeback:           0 kB
Mapped:         105932 kB
Slab:            45920 kB
Committed_AS:  4229956 kB
PageTables:       2108 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= 66544 MiB
End job on node71 at 2008-07-03 05:15:01