Trace number 1064660

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.06 1812.23

General information on the benchmark

Namecsp/tdsp/
normalized-C6-3-121.xml
MD5SUMa63bd6da2f487f90a12a628260cf4b25
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 variables293
Number of constraints4850
Maximum constraint arity6
Maximum domain size122
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4850
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.19/0.22	c Building = 1
13.79/13.80	c [ NumberOfVariables = 293 ]
13.79/13.80	c [ NumberOfConstraints = 4850 ]
13.79/13.80	c [ SizeOfSearchSpace(log2) = 1384.25 ]
13.79/13.80	c SymmetrySearch = 1
16.28/16.31	c [ Found 6.3701e+07 symmetries ]
16.28/16.35	c InitialPropagation = 1
16.28/16.38	c [ SizeOfSearchSpace(log2) = 1367.03 ]
16.28/16.38	c InitialSAC = 1
16.50/16.54	c [ SizeOfSearchSpace(log2) = 1367.03 ]
16.50/16.54	c Search(SampleFF) : 
131.65/132.72	c [ Sampling domwdeg ]
131.65/132.72	c [ Sampling impacts ]
131.65/132.72	c [ Sampling la ]
131.65/132.72	c [ SamplingScores: ]
131.65/132.72	c [ domwdeg+min = 0 | domwdeg+rnd = 1.43216e-222 ]
131.65/132.72	c [ impacts+min = 6.40325e-32 | impacts+rnd = 3.02685e-54 ]
131.65/132.72	c [ la+min = 2.22029e-51 | la+rnd = 7.32151e-86 ]
131.65/132.72	c [ domwdeg = 7.16079e-223 | impacts = 3.20162e-32 | la = 1.11015e-51 ]
131.65/132.72	c [ min = 2.13442e-32 | rand = 3.20162e-32 ]
131.65/132.72	c [ restarting at (0.141429,9.12057e-66) ]
131.95/133.08	c [ restarting at (0.353571,1.04721e-103) ]
132.84/133.97	c [ restarting at (0.883929,1.31833e-76) ]
135.03/136.18	c [ restarting at (2.20982,1.87664e-143) ]
140.60/141.71	c [ restarting at (5.52455,3.47002e-101) ]
154.35/155.54	c [ restarting at (13.8114,1.29831e-132) ]
188.67/190.08	c [ restarting at (34.5285,5.412e-73) ]
274.64/276.46	c [ restarting at (86.3211,1.22094e-85) ]
489.56/492.44	c [ restarting at (215.803,8.57862e-75) ]
1025.91/1032.24	c [ restarting at (539.507,6.30984e-55) ]

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

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.16 2.18 2.10 4/84 2051
/proc/meminfo: memFree=915544/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=5352 CPUtime=0
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 214 0 0 0 0 0 0 0 18 0 1 0 248786517 5480448 189 996147200 134512640 135477443 4294956224 18446744073709551615 6553690 0 0 4096 0 0 0 0 17 0 0 0
/proc/2051/statm: 1338 190 156 235 0 27 0

[startup+0.009282 s]
/proc/loadavg: 2.16 2.18 2.10 4/84 2051
/proc/meminfo: memFree=915544/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=5440 CPUtime=0
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 486 0 0 0 0 0 0 0 18 0 1 0 248786517 5570560 446 996147200 134512640 135477443 4294956224 18446744073709551615 6985339 0 0 4096 0 0 0 0 17 0 0 0
/proc/2051/statm: 1360 446 375 235 0 61 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5440

[startup+0.102289 s]
/proc/loadavg: 2.16 2.18 2.10 4/84 2051
/proc/meminfo: memFree=915544/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=6760 CPUtime=0.09
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 818 0 0 0 9 0 0 0 18 0 1 0 248786517 6922240 778 996147200 134512640 135477443 4294956224 18446744073709551615 134811805 0 0 4096 0 0 0 0 17 0 0 0
/proc/2051/statm: 1690 778 375 235 0 391 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6760

[startup+0.301315 s]
/proc/loadavg: 2.16 2.18 2.10 4/84 2051
/proc/meminfo: memFree=915544/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=289748 CPUtime=0.29
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 2221 0 0 0 28 1 0 0 19 0 1 0 248786517 296701952 1392 996147200 134512640 135477443 4294956224 18446744073709551615 134990329 0 0 4096 0 0 0 0 17 0 0 0
/proc/2051/statm: 72437 1392 464 235 0 71138 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 289748

[startup+0.702353 s]
/proc/loadavg: 2.16 2.18 2.10 4/84 2051
/proc/meminfo: memFree=915544/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=292256 CPUtime=0.69
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 6644 0 0 0 66 3 0 0 23 0 1 0 248786517 299270144 2108 996147200 134512640 135477443 4294956224 18446744073709551615 135270818 0 0 4096 0 0 0 0 17 0 0 0
/proc/2051/statm: 73064 2108 464 235 0 71765 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 292256

[startup+1.50144 s]
/proc/loadavg: 2.16 2.18 2.10 3/85 2052
/proc/meminfo: memFree=906768/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=297140 CPUtime=1.49
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 15481 0 0 0 141 8 0 0 25 0 1 0 248786517 304271360 3519 996147200 134512640 135477443 4294956224 18446744073709551615 134597386 0 0 4096 0 0 0 0 17 0 0 0
/proc/2051/statm: 74285 3519 464 235 0 72986 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 297140

[startup+3.10161 s]
/proc/loadavg: 2.31 2.21 2.10 5/85 2052
/proc/meminfo: memFree=898640/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=306908 CPUtime=3.09
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 33157 0 0 0 294 15 0 0 25 0 1 0 248786517 314273792 6339 996147200 134512640 135477443 4294956224 18446744073709551615 135215692 0 0 4096 0 0 0 0 17 0 0 0
/proc/2051/statm: 76727 6340 464 235 0 75428 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 306908

[startup+6.30196 s]
/proc/loadavg: 2.31 2.21 2.10 4/85 2052
/proc/meminfo: memFree=874064/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=326444 CPUtime=6.29
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 68646 0 0 0 598 31 0 0 25 0 1 0 248786517 334278656 12023 996147200 134512640 135477443 4294956224 18446744073709551615 134922224 0 0 4096 0 0 0 0 17 0 0 0
/proc/2051/statm: 81611 12023 470 235 0 80312 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 326444

[startup+12.7016 s]
/proc/loadavg: 2.26 2.21 2.10 3/85 2052
/proc/meminfo: memFree=826968/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=366044 CPUtime=12.69
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 139676 0 0 0 1201 68 0 0 25 0 1 0 248786517 374829056 23444 996147200 134512640 135477443 4294956224 18446744073709551615 135213486 0 0 4096 0 0 0 0 17 0 0 0
/proc/2051/statm: 91511 23444 464 235 0 90212 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 366044

[startup+25.503 s]
/proc/loadavg: 2.22 2.20 2.10 3/85 2052
/proc/meminfo: memFree=799768/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=25.49
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159247 0 0 0 2472 77 0 0 25 0 1 0 248786517 204292096 29034 996147200 134512640 135477443 4294956224 18446744073709551615 134990296 0 0 4096 0 0 0 0 17 1 0 0
/proc/2051/statm: 49876 29034 512 235 0 48577 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 199504

[startup+51.1017 s]
/proc/loadavg: 2.28 2.21 2.11 3/85 2052
/proc/meminfo: memFree=799640/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=50.77
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159305 0 0 0 5000 77 0 0 25 0 1 0 248786517 204292096 29092 996147200 134512640 135477443 4294956224 18446744073709551615 134990241 0 0 4096 0 0 0 0 17 1 0 0
/proc/2051/statm: 49876 29092 512 235 0 48577 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 199504

[startup+102.306 s]
/proc/loadavg: 2.11 2.17 2.10 3/85 2052
/proc/meminfo: memFree=798616/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=101.5
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159553 0 0 0 10073 77 0 0 25 0 1 0 248786517 204292096 29340 996147200 134512640 135477443 4294956224 18446744073709551615 134673690 0 0 4096 0 0 0 0 17 0 0 0
/proc/2051/statm: 49876 29340 512 235 0 48577 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 199504

[startup+162.303 s]
/proc/loadavg: 2.32 2.20 2.11 4/85 2054
/proc/meminfo: memFree=797784/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=161.11
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159623 0 0 0 16033 78 0 0 25 0 1 0 248786517 204292096 29410 996147200 134512640 135477443 4294956224 18446744073709551615 134922239 0 0 4096 0 0 0 0 17 0 0 0
/proc/2051/statm: 49876 29410 513 235 0 48577 0
Current children cumulated CPU time (s) 161.11
Current children cumulated vsize (KiB) 199504

[startup+222.303 s]
/proc/loadavg: 2.62 2.30 2.14 4/85 2054
/proc/meminfo: memFree=797784/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=220.81
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159623 0 0 0 22003 78 0 0 25 0 1 0 248786517 204292096 29410 996147200 134512640 135477443 4294956224 18446744073709551615 134922244 0 0 4096 0 0 0 0 17 0 0 0
/proc/2051/statm: 49876 29410 513 235 0 48577 0
Current children cumulated CPU time (s) 220.81
Current children cumulated vsize (KiB) 199504

[startup+282.302 s]
/proc/loadavg: 2.82 2.41 2.19 4/85 2054
/proc/meminfo: memFree=797784/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=280.51
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159623 0 0 0 27973 78 0 0 25 0 1 0 248786517 204292096 29410 996147200 134512640 135477443 4294956224 18446744073709551615 135272413 0 0 4096 0 0 0 0 17 0 0 0
/proc/2051/statm: 49876 29410 513 235 0 48577 0
Current children cumulated CPU time (s) 280.51
Current children cumulated vsize (KiB) 199504

[startup+342.303 s]
/proc/loadavg: 2.77 2.47 2.22 4/85 2054
/proc/meminfo: memFree=797720/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=340.22
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159623 0 0 0 33944 78 0 0 25 0 1 0 248786517 204292096 29410 996147200 134512640 135477443 4294956224 18446744073709551615 134934818 0 0 4096 0 0 0 0 17 0 0 0
/proc/2051/statm: 49876 29410 513 235 0 48577 0
Current children cumulated CPU time (s) 340.22
Current children cumulated vsize (KiB) 199504

[startup+402.302 s]
/proc/loadavg: 2.79 2.53 2.26 4/85 2054
/proc/meminfo: memFree=797720/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=399.91
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159623 0 0 0 39913 78 0 0 25 0 1 0 248786517 204292096 29410 996147200 134512640 135477443 4294956224 18446744073709551615 134990329 0 0 4096 0 0 0 0 17 0 0 0
/proc/2051/statm: 49876 29410 513 235 0 48577 0
Current children cumulated CPU time (s) 399.91
Current children cumulated vsize (KiB) 199504

[startup+462.303 s]
/proc/loadavg: 2.37 2.46 2.25 3/85 2054
/proc/meminfo: memFree=797400/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=459.62
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159623 0 0 0 45884 78 0 0 25 0 1 0 248786517 204292096 29410 996147200 134512640 135477443 4294956224 18446744073709551615 134990244 0 0 4096 0 0 0 0 17 0 0 0
/proc/2051/statm: 49876 29410 513 235 0 48577 0
Current children cumulated CPU time (s) 459.62
Current children cumulated vsize (KiB) 199504

[startup+522.303 s]
/proc/loadavg: 2.23 2.41 2.24 4/85 2054
/proc/meminfo: memFree=797400/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=519.32
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159623 0 0 0 51854 78 0 0 25 0 1 0 248786517 204292096 29410 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 0 0 0
/proc/2051/statm: 49876 29410 513 235 0 48577 0
Current children cumulated CPU time (s) 519.32
Current children cumulated vsize (KiB) 199504

[startup+582.302 s]
/proc/loadavg: 2.19 2.36 2.24 4/85 2054
/proc/meminfo: memFree=797400/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=579.03
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159626 0 0 0 57824 79 0 0 25 0 1 0 248786517 204292096 29413 996147200 134512640 135477443 4294956224 18446744073709551615 134927359 0 0 4096 0 0 0 0 17 0 0 0
/proc/2051/statm: 49876 29413 513 235 0 48577 0
Current children cumulated CPU time (s) 579.03
Current children cumulated vsize (KiB) 199504

[startup+642.303 s]
/proc/loadavg: 2.11 2.31 2.22 3/85 2054
/proc/meminfo: memFree=797400/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=638.73
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159626 0 0 0 63794 79 0 0 25 0 1 0 248786517 204292096 29413 996147200 134512640 135477443 4294956224 18446744073709551615 134922272 0 0 4096 0 0 0 0 17 0 0 0
/proc/2051/statm: 49876 29413 513 235 0 48577 0
Current children cumulated CPU time (s) 638.73
Current children cumulated vsize (KiB) 199504


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

[startup+822.302 s]
/proc/loadavg: 2.04 2.19 2.19 3/74 2085
/proc/meminfo: memFree=1434928/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=817.59
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159626 0 0 0 81680 79 0 0 25 0 1 0 248786517 204292096 29413 996147200 134512640 135477443 4294956224 18446744073709551615 134990314 0 0 4096 0 0 0 0 17 1 0 0
/proc/2051/statm: 49876 29413 513 235 0 48577 0
Current children cumulated CPU time (s) 817.59
Current children cumulated vsize (KiB) 199504

[startup+882.301 s]
/proc/loadavg: 2.01 2.16 2.17 3/74 2085
/proc/meminfo: memFree=1434800/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=877.14
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159626 0 0 0 87635 79 0 0 25 0 1 0 248786517 204292096 29413 996147200 134512640 135477443 4294956224 18446744073709551615 134912705 0 0 4096 0 0 0 0 17 1 0 0
/proc/2051/statm: 49876 29413 513 235 0 48577 0
Current children cumulated CPU time (s) 877.14
Current children cumulated vsize (KiB) 199504

[startup+942.302 s]
/proc/loadavg: 2.00 2.12 2.16 3/74 2091
/proc/meminfo: memFree=1434672/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=936.68
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159626 0 0 0 93589 79 0 0 25 0 1 0 248786517 204292096 29413 996147200 134512640 135477443 4294956224 18446744073709551615 134934826 0 0 4096 0 0 0 0 17 1 0 0
/proc/2051/statm: 49876 29413 513 235 0 48577 0
Current children cumulated CPU time (s) 936.68
Current children cumulated vsize (KiB) 199504

[startup+1002.3 s]
/proc/loadavg: 2.00 2.10 2.15 3/74 2091
/proc/meminfo: memFree=1434672/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=996.23
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159626 0 0 0 99543 80 0 0 25 0 1 0 248786517 204292096 29413 996147200 134512640 135477443 4294956224 18446744073709551615 134934784 0 0 4096 0 0 0 0 17 1 0 0
/proc/2051/statm: 49876 29413 513 235 0 48577 0
Current children cumulated CPU time (s) 996.23
Current children cumulated vsize (KiB) 199504

[startup+1062.3 s]
/proc/loadavg: 2.00 2.08 2.14 3/74 2091
/proc/meminfo: memFree=1434608/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=1055.78
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159626 0 0 0 105498 80 0 0 25 0 1 0 248786517 204292096 29413 996147200 134512640 135477443 4294956224 18446744073709551615 134586004 0 0 4096 0 0 0 0 17 1 0 0
/proc/2051/statm: 49876 29413 513 235 0 48577 0
Current children cumulated CPU time (s) 1055.78
Current children cumulated vsize (KiB) 199504

[startup+1122.3 s]
/proc/loadavg: 2.00 2.06 2.13 3/74 2091
/proc/meminfo: memFree=1434672/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=1115.33
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159626 0 0 0 111453 80 0 0 25 0 1 0 248786517 204292096 29413 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 1 0 0
/proc/2051/statm: 49876 29413 513 235 0 48577 0
Current children cumulated CPU time (s) 1115.33
Current children cumulated vsize (KiB) 199504

[startup+1182.3 s]
/proc/loadavg: 2.00 2.05 2.12 3/74 2091
/proc/meminfo: memFree=1434608/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=1174.88
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159626 0 0 0 117408 80 0 0 25 0 1 0 248786517 204292096 29413 996147200 134512640 135477443 4294956224 18446744073709551615 134911536 0 0 4096 0 0 0 0 17 1 0 0
/proc/2051/statm: 49876 29413 513 235 0 48577 0
Current children cumulated CPU time (s) 1174.88
Current children cumulated vsize (KiB) 199504

[startup+1242.3 s]
/proc/loadavg: 2.00 2.04 2.10 3/74 2091
/proc/meminfo: memFree=1434552/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=1234.42
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159626 0 0 0 123362 80 0 0 25 0 1 0 248786517 204292096 29413 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 1 0 0
/proc/2051/statm: 49876 29413 513 235 0 48577 0
Current children cumulated CPU time (s) 1234.42
Current children cumulated vsize (KiB) 199504

[startup+1302.3 s]
/proc/loadavg: 2.00 2.03 2.09 3/74 2091
/proc/meminfo: memFree=1434488/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=1293.97
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159626 0 0 0 129317 80 0 0 25 0 1 0 248786517 204292096 29413 996147200 134512640 135477443 4294956224 18446744073709551615 135270265 0 0 4096 0 0 0 0 17 1 0 0
/proc/2051/statm: 49876 29413 513 235 0 48577 0
Current children cumulated CPU time (s) 1293.97
Current children cumulated vsize (KiB) 199504

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.09 3/74 2091
/proc/meminfo: memFree=1434488/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=1353.52
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159626 0 0 0 135272 80 0 0 25 0 1 0 248786517 204292096 29413 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 1 0 0
/proc/2051/statm: 49876 29413 513 235 0 48577 0
Current children cumulated CPU time (s) 1353.52
Current children cumulated vsize (KiB) 199504

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.08 3/74 2091
/proc/meminfo: memFree=1434488/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=1413.07
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159626 0 0 0 141227 80 0 0 25 0 1 0 248786517 204292096 29413 996147200 134512640 135477443 4294956224 18446744073709551615 134990269 0 0 4096 0 0 0 0 17 1 0 0
/proc/2051/statm: 49876 29413 513 235 0 48577 0
Current children cumulated CPU time (s) 1413.07
Current children cumulated vsize (KiB) 199504

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/74 2091
/proc/meminfo: memFree=1434488/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=1472.62
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159626 0 0 0 147182 80 0 0 25 0 1 0 248786517 204292096 29413 996147200 134512640 135477443 4294956224 18446744073709551615 134583610 0 0 4096 0 0 0 0 17 1 0 0
/proc/2051/statm: 49876 29413 513 235 0 48577 0
Current children cumulated CPU time (s) 1472.62
Current children cumulated vsize (KiB) 199504

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/74 2091
/proc/meminfo: memFree=1434488/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=1532.17
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159626 0 0 0 153137 80 0 0 25 0 1 0 248786517 204292096 29413 996147200 134512640 135477443 4294956224 18446744073709551615 134990342 0 0 4096 0 0 0 0 17 1 0 0
/proc/2051/statm: 49876 29413 513 235 0 48577 0
Current children cumulated CPU time (s) 1532.17
Current children cumulated vsize (KiB) 199504

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/74 2091
/proc/meminfo: memFree=1434424/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=1591.71
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159626 0 0 0 159091 80 0 0 25 0 1 0 248786517 204292096 29413 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/2051/statm: 49876 29413 513 235 0 48577 0
Current children cumulated CPU time (s) 1591.71
Current children cumulated vsize (KiB) 199504

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/74 2091
/proc/meminfo: memFree=1434424/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=1651.26
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159626 0 0 0 165046 80 0 0 25 0 1 0 248786517 204292096 29413 996147200 134512640 135477443 4294956224 18446744073709551615 134583088 0 0 4096 0 0 0 0 17 1 0 0
/proc/2051/statm: 49876 29413 513 235 0 48577 0
Current children cumulated CPU time (s) 1651.26
Current children cumulated vsize (KiB) 199504

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/74 2091
/proc/meminfo: memFree=1434424/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=1710.81
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159626 0 0 0 171001 80 0 0 25 0 1 0 248786517 204292096 29413 996147200 134512640 135477443 4294956224 18446744073709551615 134606541 0 0 4096 0 0 0 0 17 1 0 0
/proc/2051/statm: 49876 29413 513 235 0 48577 0
Current children cumulated CPU time (s) 1710.81
Current children cumulated vsize (KiB) 199504

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/74 2091
/proc/meminfo: memFree=1434232/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=1770.36
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159626 0 0 0 176956 80 0 0 25 0 1 0 248786517 204292096 29413 996147200 134512640 135477443 4294956224 18446744073709551615 134673690 0 0 4096 0 0 0 0 17 1 0 0
/proc/2051/statm: 49876 29413 513 235 0 48577 0
Current children cumulated CPU time (s) 1770.36
Current children cumulated vsize (KiB) 199504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.2 s]
/proc/loadavg: 2.00 2.00 2.04 3/74 2091
/proc/meminfo: memFree=1434232/2055920 swapFree=4169364/4192956
[pid=2051] ppid=2049 vsize=199504 CPUtime=1800.03
/proc/2051/stat : 2051 (casperzao) R 2049 2051 31896 0 -1 4194304 159626 0 0 0 179923 80 0 0 25 0 1 0 248786517 204292096 29413 996147200 134512640 135477443 4294956224 18446744073709551615 134934131 0 0 4096 0 0 0 0 17 1 0 0
/proc/2051/statm: 49876 29413 513 235 0 48577 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 199504

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): 1812.23
CPU time (s): 1800.06
CPU user time (s): 1799.24
CPU system time (s): 0.820875
CPU usage (%): 99.3285
Max. virtual memory (cumulated for all children) (KiB): 372116

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

runsolver used 1.59576 second user time and 5.00624 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-04 05:45:27
IDJOB=1064660
IDBENCH=54972
IDSOLVER=361
FILE ID=node82/1064660-1215143127
PBS_JOBID= 7877305
Free space on /tmp= 66492 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/tdsp/normalized-C6-3-121.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064660-1215143127/watcher-1064660-1215143127 -o /tmp/evaluation-result-1064660-1215143127/solver-1064660-1215143127 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1064660-1215143127.xml 1602913013 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a63bd6da2f487f90a12a628260cf4b25
RANDOM SEED=1602913013

node82.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.239
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.239
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:        916032 kB
Buffers:         42212 kB
Cached:         344424 kB
SwapCached:      17896 kB
Active:         893256 kB
Inactive:       201240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        916032 kB
SwapTotal:     4192956 kB
SwapFree:      4169364 kB
Dirty:            3652 kB
Writeback:           0 kB
Mapped:         706856 kB
Slab:            29492 kB
Committed_AS:  1229964 kB
PageTables:       3096 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node82 at 2008-07-04 06:15:41