Trace number 1060334

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.07 1801.01

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-35.xml
MD5SUM69977ce6c8ea267a2a069c25034e898b
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 benchmark0.06099
Satisfiable
(Un)Satisfiability was proved
Number of variables69
Number of constraints1190
Maximum constraint arity3
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1190
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.18/0.21	c Building = 1
0.18/0.21	c [ NumberOfVariables = 69 ]
0.18/0.21	c [ NumberOfConstraints = 1190 ]
0.18/0.21	c [ SizeOfSearchSpace(log2) = 352.499 ]
0.18/0.21	c SymmetrySearch = 1
0.18/0.21	c [ Found 2 symmetries ]
0.18/0.21	c InitialPropagation = 1
0.18/0.21	c [ SizeOfSearchSpace(log2) = 352.415 ]
0.18/0.21	c InitialSAC = 1
0.18/0.21	c [ SizeOfSearchSpace(log2) = 352.415 ]
0.18/0.21	c Search(SampleFF) : 
67.85/68.15	c [ Sampling domwdeg ]
67.85/68.15	c [ Sampling impacts ]
67.85/68.15	c [ Sampling la ]
67.85/68.15	c [ SamplingScores: ]
67.85/68.15	c [ domwdeg+min = 1.65605e-09 | domwdeg+rnd = 0.000227557 ]
67.85/68.15	c [ impacts+min = 5.56993e-12 | impacts+rnd = 1.16743e-07 ]
67.85/68.15	c [ la+min = 5.32374e-13 | la+rnd = 1.31075e-13 ]
67.85/68.15	c [ domwdeg = 0.000113779 | impacts = 5.83742e-08 | la = 3.31725e-13 ]
67.85/68.15	c [ min = 5.54049e-10 | rand = 5.83742e-08 ]
67.85/68.15	c [ restarting at (4.52802,1.56258e-26) ]
79.14/79.50	c [ restarting at (11.3201,2.97272e-26) ]
107.54/107.85	c [ restarting at (28.3001,2.52109e-25) ]
178.40/178.73	c [ restarting at (70.7504,8.89688e-24) ]
355.54/355.95	c [ restarting at (176.876,1.31288e-24) ]
798.65/799.23	c [ restarting at (442.19,7.67295e-25) ]

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

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: 1.64 1.87 1.70 4/83 11005
/proc/meminfo: memFree=987368/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=1056 CPUtime=0
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1991600666 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 2495268 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/11005/statm: 264 26 20 235 0 3 0

[startup+0.107453 s]
/proc/loadavg: 1.64 1.87 1.70 4/83 11005
/proc/meminfo: memFree=987368/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=287108 CPUtime=0.09
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2006 0 0 0 6 3 0 0 18 0 1 0 1991600666 293998592 707 996147200 134512640 135477443 4294956224 18446744073709551615 135270717 0 0 4096 0 0 0 0 17 1 0 0
/proc/11005/statm: 71777 707 454 235 0 70478 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 287108

[startup+0.201466 s]
/proc/loadavg: 1.64 1.87 1.70 4/83 11005
/proc/meminfo: memFree=987368/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=0.18
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2693 0 0 0 14 4 0 0 18 0 1 0 1991600666 102391808 919 996147200 134512640 135477443 4294956224 18446744073709551615 135269765 0 0 4096 0 0 0 0 17 1 0 0
/proc/11005/statm: 24998 919 502 235 0 23699 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 99992

[startup+0.301472 s]
/proc/loadavg: 1.64 1.87 1.70 4/83 11005
/proc/meminfo: memFree=987368/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=0.28
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2694 0 0 0 24 4 0 0 19 0 1 0 1991600666 102391808 920 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 1 0 0
/proc/11005/statm: 24998 920 503 235 0 23699 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 99992

[startup+0.701517 s]
/proc/loadavg: 1.64 1.87 1.70 4/83 11005
/proc/meminfo: memFree=987368/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=0.68
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2695 0 0 0 64 4 0 0 23 0 1 0 1991600666 102391808 921 996147200 134512640 135477443 4294956224 18446744073709551615 135268514 0 0 4096 0 0 0 0 17 1 0 0
/proc/11005/statm: 24998 921 503 235 0 23699 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99992

[startup+1.50161 s]
/proc/loadavg: 1.64 1.87 1.70 3/84 11006
/proc/meminfo: memFree=985568/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=1.47
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2696 0 0 0 143 4 0 0 25 0 1 0 1991600666 102391808 922 996147200 134512640 135477443 4294956224 18446744073709551615 135270912 0 0 4096 0 0 0 0 17 1 0 0
/proc/11005/statm: 24998 922 503 235 0 23699 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 99992

[startup+3.10179 s]
/proc/loadavg: 1.64 1.87 1.70 3/84 11006
/proc/meminfo: memFree=985376/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=3.06
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2701 0 0 0 302 4 0 0 25 0 1 0 1991600666 102391808 927 996147200 134512640 135477443 4294956224 18446744073709551615 135270902 0 0 4096 0 0 0 0 17 1 0 0
/proc/11005/statm: 24998 927 503 235 0 23699 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 99992

[startup+6.30115 s]
/proc/loadavg: 1.91 1.92 1.71 3/84 11006
/proc/meminfo: memFree=985248/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=6.23
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2703 0 0 0 619 4 0 0 25 0 1 0 1991600666 102391808 929 996147200 134512640 135477443 4294956224 18446744073709551615 135269562 0 0 4096 0 0 0 0 17 1 0 0
/proc/11005/statm: 24998 929 503 235 0 23699 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 99992

[startup+12.7019 s]
/proc/loadavg: 1.92 1.92 1.72 3/84 11006
/proc/meminfo: memFree=984928/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=12.58
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2751 0 0 0 1254 4 0 0 25 0 1 0 1991600666 102391808 977 996147200 134512640 135477443 4294956224 18446744073709551615 135272116 0 0 4096 0 0 0 0 17 1 0 0
/proc/11005/statm: 24998 977 503 235 0 23699 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 99992

[startup+25.5013 s]
/proc/loadavg: 1.94 1.93 1.72 3/84 11006
/proc/meminfo: memFree=983072/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=25.3
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2766 0 0 0 2526 4 0 0 25 0 1 0 1991600666 102391808 992 996147200 134512640 135477443 4294956224 18446744073709551615 134934615 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 992 504 235 0 23699 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 99992

[startup+51.1013 s]
/proc/loadavg: 2.03 1.95 1.73 3/84 11006
/proc/meminfo: memFree=979552/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=50.86
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2802 0 0 0 5082 4 0 0 25 0 1 0 1991600666 102391808 1028 996147200 134512640 135477443 4294956224 18446744073709551615 135269552 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1028 504 235 0 23699 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 99992

[startup+102.301 s]
/proc/loadavg: 2.14 2.00 1.76 2/68 11122
/proc/meminfo: memFree=1675944/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=102.04
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 10199 5 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 134695978 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 99992

[startup+162.302 s]
/proc/loadavg: 2.08 2.01 1.78 3/82 11144
/proc/meminfo: memFree=1616496/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=162.01
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 16196 5 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 134673674 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 99992

[startup+222.307 s]
/proc/loadavg: 2.03 2.00 1.79 3/82 11144
/proc/meminfo: memFree=1613232/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=222
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 22194 6 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 222
Current children cumulated vsize (KiB) 99992

[startup+282.302 s]
/proc/loadavg: 2.01 2.00 1.80 3/82 11144
/proc/meminfo: memFree=1610160/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=281.97
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 28191 6 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 281.97
Current children cumulated vsize (KiB) 99992

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.81 3/82 11144
/proc/meminfo: memFree=1606960/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=341.94
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 34188 6 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 135272096 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 341.94
Current children cumulated vsize (KiB) 99992

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.82 3/82 11144
/proc/meminfo: memFree=1604080/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=401.92
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 40186 6 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 135269752 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 401.92
Current children cumulated vsize (KiB) 99992

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.83 3/82 11144
/proc/meminfo: memFree=1601136/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=461.9
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 46184 6 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 461.9
Current children cumulated vsize (KiB) 99992

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 1.83 3/82 11144
/proc/meminfo: memFree=1598704/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=521.87
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 52181 6 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 134934576 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 521.87
Current children cumulated vsize (KiB) 99992

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 1.84 3/82 11144
/proc/meminfo: memFree=1597104/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=581.84
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 58178 6 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 134673741 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 581.84
Current children cumulated vsize (KiB) 99992

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 1.84 3/82 11144
/proc/meminfo: memFree=1597104/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=641.82
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 64176 6 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 135268565 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 641.82
Current children cumulated vsize (KiB) 99992


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

[startup+882.307 s]
/proc/loadavg: 2.00 2.00 1.87 3/82 11144
/proc/meminfo: memFree=1596848/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=881.72
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 88166 6 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 881.72
Current children cumulated vsize (KiB) 99992

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 1.87 3/82 11144
/proc/meminfo: memFree=1596848/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=941.7
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 94164 6 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 135269728 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 941.7
Current children cumulated vsize (KiB) 99992

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/82 11144
/proc/meminfo: memFree=1596848/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=1001.67
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 100161 6 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 134583360 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 1001.67
Current children cumulated vsize (KiB) 99992

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/82 11144
/proc/meminfo: memFree=1595376/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=1061.65
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 106159 6 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 1061.65
Current children cumulated vsize (KiB) 99992

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/82 11144
/proc/meminfo: memFree=1595376/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=1121.62
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 112156 6 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 135208691 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 1121.62
Current children cumulated vsize (KiB) 99992

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/82 11144
/proc/meminfo: memFree=1595376/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=1181.6
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 118154 6 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 135272413 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 1181.6
Current children cumulated vsize (KiB) 99992

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/82 11144
/proc/meminfo: memFree=1595248/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=1241.58
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 124152 6 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 135270274 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 1241.58
Current children cumulated vsize (KiB) 99992

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 11144
/proc/meminfo: memFree=1595248/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=1301.55
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 130149 6 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 1301.55
Current children cumulated vsize (KiB) 99992

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 11144
/proc/meminfo: memFree=1595184/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=1361.53
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 136147 6 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 1361.53
Current children cumulated vsize (KiB) 99992

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 11144
/proc/meminfo: memFree=1595120/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=1421.51
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 142145 6 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 135268506 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 1421.51
Current children cumulated vsize (KiB) 99992

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 11144
/proc/meminfo: memFree=1595120/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=1481.48
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 148142 6 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 134673680 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 1481.48
Current children cumulated vsize (KiB) 99992

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 11144
/proc/meminfo: memFree=1595248/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=1541.46
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 154140 6 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 1541.46
Current children cumulated vsize (KiB) 99992

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 11144
/proc/meminfo: memFree=1595248/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=1601.43
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 160137 6 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 135270912 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 1601.43
Current children cumulated vsize (KiB) 99992

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 11144
/proc/meminfo: memFree=1595248/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=1661.42
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 166135 7 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 135208699 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 1661.42
Current children cumulated vsize (KiB) 99992

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 11144
/proc/meminfo: memFree=1595248/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=1721.39
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 172132 7 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 134673674 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 1721.39
Current children cumulated vsize (KiB) 99992

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 11144
/proc/meminfo: memFree=1595056/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=1781.36
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 178129 7 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 134586773 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 1781.36
Current children cumulated vsize (KiB) 99992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 11144
/proc/meminfo: memFree=1595056/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=1800.06
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 179999 7 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 99992

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

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

[startup+1801 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 11144
/proc/meminfo: memFree=1595056/2055920 swapFree=4180000/4192956
[pid=11005] ppid=11003 vsize=99992 CPUtime=1800.06
/proc/11005/stat : 11005 (casperzao) R 11003 11005 9604 0 -1 4194304 2820 0 0 0 179999 7 0 0 25 0 1 0 1991600666 102391808 1046 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 0 0 0
/proc/11005/statm: 24998 1046 505 235 0 23699 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 99992

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.01
CPU time (s): 1800.07
CPU user time (s): 1800
CPU system time (s): 0.074988
CPU usage (%): 99.948
Max. virtual memory (cumulated for all children) (KiB): 287108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2820
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= 13
involuntary context switches= 7780

runsolver used 1.9577 second user time and 4.99124 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-04 01:04:25
IDJOB=1060334
IDBENCH=54444
IDSOLVER=361
FILE ID=node23/1060334-1215126265
PBS_JOBID= 7877158
Free space on /tmp= 66552 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-35.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060334-1215126265/watcher-1060334-1215126265 -o /tmp/evaluation-result-1060334-1215126265/solver-1060334-1215126265 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1060334-1215126265.xml 1093250412 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 69977ce6c8ea267a2a069c25034e898b
RANDOM SEED=1093250412

node23.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.216
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.216
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:        987848 kB
Buffers:         34904 kB
Cached:         271480 kB
SwapCached:       6756 kB
Active:         842448 kB
Inactive:       162200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        987848 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:            3260 kB
Writeback:           0 kB
Mapped:         709680 kB
Slab:            47480 kB
Committed_AS:  4049732 kB
PageTables:       3100 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= 66548 MiB
End job on node23 at 2008-07-04 01:34:28