Trace number 1043323

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.1 1816.11

General information on the benchmark

Namecsp/cjss/
normalized-la03x2-593.xml
MD5SUMcceb8e8456edde50ed6b81465ff2edd2
Bench CategoryGLOBAL (global constraints)
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 variables101
Number of constraints105
Maximum constraint arity20
Maximum domain size594
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)cumulative(5)

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.04	c Building = 1
0.00/0.04	c [ NumberOfVariables = 101 ]
0.00/0.04	c [ NumberOfConstraints = 105 ]
0.00/0.04	c [ SizeOfSearchSpace(log2) = 921.432 ]
0.00/0.04	c SymmetrySearch = 1
0.00/0.04	c [ Found 1024 symmetries ]
0.00/0.04	c InitialPropagation = 1
0.00/0.04	c [ SizeOfSearchSpace(log2) = 814.261 ]
0.00/0.04	c InitialSAC = (Timeout)
32.36/32.53	c [ SizeOfSearchSpace(log2) = 786.498 ]
32.36/32.53	c Search(SampleFF) : 
122.00/123.01	c [ Sampling domwdeg ]
122.00/123.01	c [ Sampling impacts ]
122.00/123.01	c [ Sampling la ]
122.00/123.01	c [ SamplingScores: ]
122.00/123.01	c [ domwdeg+min = 1.56689e-14 | domwdeg+rnd = 3.55052e-06 ]
122.00/123.01	c [ impacts+min = 1.01544e-06 | impacts+rnd = 2.64979e-09 ]
122.00/123.01	c [ la+min = 0.000106143 | la+rnd = 1.07692e-09 ]
122.00/123.01	c [ domwdeg = 1.77526e-06 | impacts = 5.09047e-07 | la = 5.30719e-05 ]
122.00/123.01	c [ min = 3.57194e-05 | rand = 5.09047e-07 ]
122.00/123.01	c [ restarting at (4.52802,3.24956e-17) ]
133.14/134.33	c [ restarting at (11.3201,7.39802e-20) ]
161.05/162.64	c [ restarting at (28.3001,1.16618e-05) ]
230.86/233.45	c [ restarting at (70.7504,1.08319e-16) ]
405.30/410.40	c [ restarting at (176.876,9.26723e-20) ]
841.43/852.69	c [ restarting at (442.19,4.44326e-19) ]

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

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.14 2.14 2.03 4/84 31886
/proc/meminfo: memFree=779568/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=5352 CPUtime=0
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 220 0 0 0 0 0 0 0 20 0 1 0 1981700352 5480448 195 996147200 134512640 135477443 4294956224 18446744073709551615 8715540 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 1338 202 165 235 0 27 0

[startup+0.10791 s]
/proc/loadavg: 2.14 2.14 2.03 4/84 31886
/proc/meminfo: memFree=779568/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=99448 CPUtime=0.09
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 834 0 0 0 9 0 0 0 21 0 1 0 1981700352 101834752 694 996147200 134512640 135477443 4294956224 18446744073709551615 9178677 0 0 4096 0 0 0 0 17 0 0 0
/proc/31886/statm: 24862 694 512 235 0 23563 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 99448

[startup+0.201916 s]
/proc/loadavg: 2.14 2.14 2.03 4/84 31886
/proc/meminfo: memFree=779568/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=99448 CPUtime=0.19
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 836 0 0 0 19 0 0 0 21 0 1 0 1981700352 101834752 696 996147200 134512640 135477443 4294956224 18446744073709551615 134898058 0 0 4096 0 0 0 0 17 0 0 0
/proc/31886/statm: 24862 696 512 235 0 23563 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 99448

[startup+0.301928 s]
/proc/loadavg: 2.14 2.14 2.03 4/84 31886
/proc/meminfo: memFree=779568/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=99448 CPUtime=0.29
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 839 0 0 0 29 0 0 0 22 0 1 0 1981700352 101834752 699 996147200 134512640 135477443 4294956224 18446744073709551615 135011075 0 0 4096 0 0 0 0 17 0 0 0
/proc/31886/statm: 24862 699 512 235 0 23563 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99448

[startup+0.701975 s]
/proc/loadavg: 2.14 2.14 2.03 4/84 31886
/proc/meminfo: memFree=779568/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=99448 CPUtime=0.69
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 848 0 0 0 69 0 0 0 25 0 1 0 1981700352 101834752 708 996147200 134512640 135477443 4294956224 18446744073709551615 134949848 0 0 4096 0 0 0 0 17 0 0 0
/proc/31886/statm: 24862 708 512 235 0 23563 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99448

[startup+1.50107 s]
/proc/loadavg: 2.13 2.14 2.03 3/85 31887
/proc/meminfo: memFree=778728/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=99448 CPUtime=1.48
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 865 0 0 0 148 0 0 0 25 0 1 0 1981700352 101834752 725 996147200 134512640 135477443 4294956224 18446744073709551615 134947234 0 0 4096 0 0 0 0 17 0 0 0
/proc/31886/statm: 24862 725 512 235 0 23563 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 99448

[startup+3.10126 s]
/proc/loadavg: 2.13 2.14 2.03 3/85 31887
/proc/meminfo: memFree=778472/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=99448 CPUtime=3.08
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 902 0 0 0 308 0 0 0 25 0 1 0 1981700352 101834752 762 996147200 134512640 135477443 4294956224 18446744073709551615 134949737 0 0 4096 0 0 0 0 17 0 0 0
/proc/31886/statm: 24862 762 512 235 0 23563 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 99448

[startup+6.30164 s]
/proc/loadavg: 2.12 2.13 2.03 3/85 31887
/proc/meminfo: memFree=778088/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=99448 CPUtime=6.26
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 972 0 0 0 626 0 0 0 25 0 1 0 1981700352 101834752 832 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 0 0 0
/proc/31886/statm: 24862 832 512 235 0 23563 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 99448

[startup+12.7014 s]
/proc/loadavg: 2.11 2.13 2.03 3/85 31887
/proc/meminfo: memFree=777456/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=99448 CPUtime=12.64
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 1111 0 0 0 1264 0 0 0 25 0 1 0 1981700352 101834752 971 996147200 134512640 135477443 4294956224 18446744073709551615 134585552 0 0 4096 0 0 0 0 17 0 0 0
/proc/31886/statm: 24862 971 512 235 0 23563 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 99448

[startup+25.5019 s]
/proc/loadavg: 2.09 2.12 2.03 3/85 31887
/proc/meminfo: memFree=776432/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=99448 CPUtime=25.39
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 1379 0 0 0 2539 0 0 0 25 0 1 0 1981700352 101834752 1239 996147200 134512640 135477443 4294956224 18446744073709551615 9176417 0 0 4096 0 0 0 0 17 0 0 0
/proc/31886/statm: 24862 1239 512 235 0 23563 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 99448

[startup+51.1019 s]
/proc/loadavg: 2.06 2.11 2.02 3/85 31887
/proc/meminfo: memFree=775152/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=99448 CPUtime=50.88
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 1683 0 1 0 5088 0 0 0 25 0 1 0 1981700352 101834752 1544 996147200 134512640 135477443 4294956224 18446744073709551615 134899396 0 0 4096 0 0 0 0 17 0 0 0
/proc/31886/statm: 24862 1544 545 235 0 23563 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 99448

[startup+102.302 s]
/proc/loadavg: 2.02 2.09 2.02 3/93 31898
/proc/meminfo: memFree=720808/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=101.59
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2260 0 1 0 10158 1 0 0 25 0 1 0 1981700352 103051264 2121 996147200 134512640 135477443 4294956224 18446744073709551615 135010844 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2121 546 235 0 23860 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 100636

[startup+162.301 s]
/proc/loadavg: 2.01 2.07 2.01 3/93 31898
/proc/meminfo: memFree=719848/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=160.75
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2483 0 1 0 16074 1 0 0 25 0 1 0 1981700352 103051264 2344 996147200 134512640 135477443 4294956224 18446744073709551615 134947015 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2344 547 235 0 23860 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 100636

[startup+222.306 s]
/proc/loadavg: 2.00 2.06 2.01 3/93 31898
/proc/meminfo: memFree=719656/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=219.92
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2516 0 1 0 21991 1 0 0 25 0 1 0 1981700352 103051264 2377 996147200 134512640 135477443 4294956224 18446744073709551615 134583302 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2377 547 235 0 23860 0
Current children cumulated CPU time (s) 219.92
Current children cumulated vsize (KiB) 100636

[startup+282.301 s]
/proc/loadavg: 2.00 2.05 2.00 3/93 31898
/proc/meminfo: memFree=719400/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=279.08
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2517 0 1 0 27907 1 0 0 25 0 1 0 1981700352 103051264 2378 996147200 134512640 135477443 4294956224 18446744073709551615 4158915982 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2378 547 235 0 23860 0
Current children cumulated CPU time (s) 279.08
Current children cumulated vsize (KiB) 100636

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/93 31898
/proc/meminfo: memFree=719336/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=338.24
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2517 0 1 0 33823 1 0 0 25 0 1 0 1981700352 103051264 2378 996147200 134512640 135477443 4294956224 18446744073709551615 134694649 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2378 547 235 0 23860 0
Current children cumulated CPU time (s) 338.24
Current children cumulated vsize (KiB) 100636

[startup+402.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/93 31898
/proc/meminfo: memFree=719272/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=397.41
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2533 0 1 0 39740 1 0 0 25 0 1 0 1981700352 103051264 2394 996147200 134512640 135477443 4294956224 18446744073709551615 134947143 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2394 547 235 0 23860 0
Current children cumulated CPU time (s) 397.41
Current children cumulated vsize (KiB) 100636

[startup+462.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/93 31898
/proc/meminfo: memFree=719272/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=456.57
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2533 0 1 0 45656 1 0 0 25 0 1 0 1981700352 103051264 2394 996147200 134512640 135477443 4294956224 18446744073709551615 10047227 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2394 547 235 0 23860 0
Current children cumulated CPU time (s) 456.57
Current children cumulated vsize (KiB) 100636

[startup+522.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/93 31898
/proc/meminfo: memFree=719208/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=515.73
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2533 0 1 0 51572 1 0 0 25 0 1 0 1981700352 103051264 2394 996147200 134512640 135477443 4294956224 18446744073709551615 4158916210 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2394 547 235 0 23860 0
Current children cumulated CPU time (s) 515.73
Current children cumulated vsize (KiB) 100636

[startup+582.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/93 31900
/proc/meminfo: memFree=719080/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=574.9
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2533 0 1 0 57489 1 0 0 25 0 1 0 1981700352 103051264 2394 996147200 134512640 135477443 4294956224 18446744073709551615 134947221 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2394 547 235 0 23860 0
Current children cumulated CPU time (s) 574.9
Current children cumulated vsize (KiB) 100636

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 31900
/proc/meminfo: memFree=719016/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=634.06
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2533 0 1 0 63405 1 0 0 25 0 1 0 1981700352 103051264 2394 996147200 134512640 135477443 4294956224 18446744073709551615 135235231 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2394 547 235 0 23860 0
Current children cumulated CPU time (s) 634.06
Current children cumulated vsize (KiB) 100636


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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 31900
/proc/meminfo: memFree=718824/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=811.55
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2533 0 1 0 81154 1 0 0 25 0 1 0 1981700352 103051264 2394 996147200 134512640 135477443 4294956224 18446744073709551615 134947194 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2394 547 235 0 23860 0
Current children cumulated CPU time (s) 811.55
Current children cumulated vsize (KiB) 100636

[startup+882.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31988
/proc/meminfo: memFree=755512/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=870.85
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2533 0 1 0 87083 2 0 0 25 0 1 0 1981700352 103051264 2394 996147200 134512640 135477443 4294956224 18446744073709551615 134949643 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2394 547 235 0 23860 0
Current children cumulated CPU time (s) 870.85
Current children cumulated vsize (KiB) 100636

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31988
/proc/meminfo: memFree=755512/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=930.54
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2533 0 1 0 93052 2 0 0 25 0 1 0 1981700352 103051264 2394 996147200 134512640 135477443 4294956224 18446744073709551615 135268962 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2394 547 235 0 23860 0
Current children cumulated CPU time (s) 930.54
Current children cumulated vsize (KiB) 100636

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31988
/proc/meminfo: memFree=755384/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=990.24
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2536 0 1 0 99022 2 0 0 25 0 1 0 1981700352 103051264 2397 996147200 134512640 135477443 4294956224 18446744073709551615 134949643 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2397 547 235 0 23860 0
Current children cumulated CPU time (s) 990.24
Current children cumulated vsize (KiB) 100636

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31988
/proc/meminfo: memFree=755256/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=1049.95
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2536 0 1 0 104993 2 0 0 25 0 1 0 1981700352 103051264 2397 996147200 134512640 135477443 4294956224 18446744073709551615 134949737 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2397 547 235 0 23860 0
Current children cumulated CPU time (s) 1049.95
Current children cumulated vsize (KiB) 100636

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31988
/proc/meminfo: memFree=755256/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=1109.66
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2560 0 1 0 110964 2 0 0 25 0 1 0 1981700352 103051264 2421 996147200 134512640 135477443 4294956224 18446744073709551615 134947234 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2421 547 235 0 23860 0
Current children cumulated CPU time (s) 1109.66
Current children cumulated vsize (KiB) 100636

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31988
/proc/meminfo: memFree=755128/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=1169.36
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2571 0 1 0 116934 2 0 0 25 0 1 0 1981700352 103051264 2432 996147200 134512640 135477443 4294956224 18446744073709551615 134947149 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2432 547 235 0 23860 0
Current children cumulated CPU time (s) 1169.36
Current children cumulated vsize (KiB) 100636

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31988
/proc/meminfo: memFree=755064/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=1229.07
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2571 0 1 0 122905 2 0 0 25 0 1 0 1981700352 103051264 2432 996147200 134512640 135477443 4294956224 18446744073709551615 135012853 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2432 547 235 0 23860 0
Current children cumulated CPU time (s) 1229.07
Current children cumulated vsize (KiB) 100636

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31988
/proc/meminfo: memFree=755000/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=1288.78
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2571 0 1 0 128876 2 0 0 25 0 1 0 1981700352 103051264 2432 996147200 134512640 135477443 4294956224 18446744073709551615 8862833 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2432 547 235 0 23860 0
Current children cumulated CPU time (s) 1288.78
Current children cumulated vsize (KiB) 100636

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31988
/proc/meminfo: memFree=754936/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=1348.49
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2571 0 1 0 134847 2 0 0 25 0 1 0 1981700352 103051264 2432 996147200 134512640 135477443 4294956224 18446744073709551615 134947227 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2432 547 235 0 23860 0
Current children cumulated CPU time (s) 1348.49
Current children cumulated vsize (KiB) 100636

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31988
/proc/meminfo: memFree=754872/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=1408.2
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2571 0 1 0 140818 2 0 0 25 0 1 0 1981700352 103051264 2432 996147200 134512640 135477443 4294956224 18446744073709551615 134695419 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2432 547 235 0 23860 0
Current children cumulated CPU time (s) 1408.2
Current children cumulated vsize (KiB) 100636

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31988
/proc/meminfo: memFree=754808/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=1467.91
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2571 0 1 0 146789 2 0 0 25 0 1 0 1981700352 103051264 2432 996147200 134512640 135477443 4294956224 18446744073709551615 9176400 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2432 547 235 0 23860 0
Current children cumulated CPU time (s) 1467.91
Current children cumulated vsize (KiB) 100636

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31988
/proc/meminfo: memFree=754680/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=1527.63
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2571 0 1 0 152760 3 0 0 25 0 1 0 1981700352 103051264 2432 996147200 134512640 135477443 4294956224 18446744073709551615 134949669 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2432 547 235 0 23860 0
Current children cumulated CPU time (s) 1527.63
Current children cumulated vsize (KiB) 100636

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31994
/proc/meminfo: memFree=754488/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=1587.33
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2571 0 1 0 158730 3 0 0 25 0 1 0 1981700352 103051264 2432 996147200 134512640 135477443 4294956224 18446744073709551615 135013974 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2432 547 235 0 23860 0
Current children cumulated CPU time (s) 1587.33
Current children cumulated vsize (KiB) 100636

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31994
/proc/meminfo: memFree=754488/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=1647.03
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2571 0 1 0 164700 3 0 0 25 0 1 0 1981700352 103051264 2432 996147200 134512640 135477443 4294956224 18446744073709551615 134949692 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2432 547 235 0 23860 0
Current children cumulated CPU time (s) 1647.03
Current children cumulated vsize (KiB) 100636

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31994
/proc/meminfo: memFree=754488/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=1706.74
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2571 0 1 0 170671 3 0 0 25 0 1 0 1981700352 103051264 2432 996147200 134512640 135477443 4294956224 18446744073709551615 134585552 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2432 547 235 0 23860 0
Current children cumulated CPU time (s) 1706.74
Current children cumulated vsize (KiB) 100636

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31994
/proc/meminfo: memFree=754488/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=1766.45
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2571 0 1 0 176642 3 0 0 25 0 1 0 1981700352 103051264 2432 996147200 134512640 135477443 4294956224 18446744073709551615 135013948 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2432 547 235 0 23860 0
Current children cumulated CPU time (s) 1766.45
Current children cumulated vsize (KiB) 100636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31994
/proc/meminfo: memFree=754424/2055920 swapFree=4179900/4192956
[pid=31886] ppid=31884 vsize=100636 CPUtime=1800.09
/proc/31886/stat : 31886 (casperzao) R 31884 31886 28920 0 -1 4194304 2571 0 1 0 180006 3 0 0 25 0 1 0 1981700352 103051264 2432 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/31886/statm: 25159 2432 547 235 0 23860 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 100636

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): 1816.11
CPU time (s): 1800.1
CPU user time (s): 1800.07
CPU system time (s): 0.033994
CPU usage (%): 99.1183
Max. virtual memory (cumulated for all children) (KiB): 100636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.07
system time used= 0.033994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2571
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 42580

runsolver used 1.64275 second user time and 4.97924 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-02 21:34:40
IDJOB=1043323
IDBENCH=53849
IDSOLVER=361
FILE ID=node53/1043323-1215027280
PBS_JOBID= 7874363
Free space on /tmp= 65168 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/cjss/normalized-la03x2-593.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043323-1215027280/watcher-1043323-1215027280 -o /tmp/evaluation-result-1043323-1215027280/solver-1043323-1215027280 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1043323-1215027280.xml 2046029421 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cceb8e8456edde50ed6b81465ff2edd2
RANDOM SEED=2046029421

node53.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.222
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.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        780048 kB
Buffers:         27808 kB
Cached:        1113932 kB
SwapCached:       7460 kB
Active:         330820 kB
Inactive:       860604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        780048 kB
SwapTotal:     4192956 kB
SwapFree:      4179900 kB
Dirty:            3120 kB
Writeback:           0 kB
Mapped:          66432 kB
Slab:            69556 kB
Committed_AS:  3799212 kB
PageTables:       1928 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= 65164 MiB
End job on node53 at 2008-07-02 22:04:58