Trace number 1056648

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
casper zito? (TO) 1800.07 1807.32

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-6_ext.xml
MD5SUM00154bda0b1194082ab1d7418e06c63b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark828.509
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.20	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.20	c Parsing = 1
0.29/0.53	c Building = 1
0.38/0.60	c [ NumberOfVariables = 24 ]
0.38/0.60	c [ NumberOfConstraints = 75 ]
0.38/0.60	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.38/0.60	c SymmetrySearch = 1
1.59/1.81	c InitialPropagation = 1
1.59/1.83	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.59/1.83	c InitialSAC = 1
1.78/2.01	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.78/2.01	c Search(SampleFF) : 
75.98/76.55	c [ Sampling domwdeg ]
75.98/76.55	c [ Sampling impacts ]
75.98/76.55	c [ SamplingScores: ]
75.98/76.55	c [ domwdeg+min = 1.85285e-06 | domwdeg+rnd = 4.96548e-06 ]
75.98/76.55	c [ impacts+min = 1.30447e-06 | impacts+rnd = 6.9511e-07 ]
75.98/76.55	c [ la+min = 0 | la+rnd = 0 ]
75.98/76.55	c [ domwdeg = 3.40917e-06 | impacts = 9.99788e-07 | la = 0 ]
75.98/76.55	c [ min = 1.05244e-06 | rand = 9.99788e-07 ]
75.98/76.55	c [ restarting at (3.96356,7.28403e-05) ]
85.94/86.53	c [ restarting at (9.9089,3.93139e-05) ]
110.65/111.35	c [ restarting at (24.7722,0.000102489) ]
172.41/173.31	c [ restarting at (61.9306,0.000304548) ]
326.60/328.18	c [ restarting at (154.827,0.000157267) ]
712.29/715.38	c [ restarting at (387.066,0.000524708) ]
1676.54/1683.32	c [ restarting at (967.666,0.00413582) ]

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

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: 0.00 0.00 0.00 4/73 15955
/proc/meminfo: memFree=1839344/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=18572 CPUtime=0
/proc/15955/stat : 15955 (runsolver) R 15953 15955 15908 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 633486564 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 243665530151 0 0 4096 24578 0 0 0 17 0 0 0
/proc/15955/statm: 4643 292 257 25 0 2626 0

[startup+0.051338 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 15955
/proc/meminfo: memFree=1839344/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=2328 CPUtime=0
/proc/15955/stat : 15955 (casperzito) D 15953 15955 15908 0 -1 4194304 57 0 0 0 0 0 0 0 18 0 1 0 633486564 2383872 41 996147200 134512640 135472138 4294956224 18446744073709551615 6787876 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/15955/statm: 582 41 31 234 0 14 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2328

[startup+0.101341 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 15955
/proc/meminfo: memFree=1839344/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=2328 CPUtime=0
/proc/15955/stat : 15955 (casperzito) D 15953 15955 15908 0 -1 4194304 57 0 0 0 0 0 0 0 18 0 1 0 633486564 2383872 41 996147200 134512640 135472138 4294956224 18446744073709551615 6787876 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/15955/statm: 582 41 31 234 0 14 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2328

[startup+0.301368 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 15955
/proc/meminfo: memFree=1839344/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=7552 CPUtime=0.09
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 1006 0 2 0 9 0 0 0 18 0 1 0 633486564 7733248 968 996147200 134512640 135472138 4294956224 18446744073709551615 134774662 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 1888 968 365 234 0 590 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7552

[startup+0.701411 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 15955
/proc/meminfo: memFree=1839344/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=131800 CPUtime=0.49
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 7577 0 3 0 45 4 0 0 21 0 1 0 633486564 134963200 7540 996147200 134512640 135472138 4294956224 18446744073709551615 134629045 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 32950 7540 433 234 0 31652 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 131800

[startup+1.50149 s]
/proc/loadavg: 0.00 0.00 0.00 3/74 15956
/proc/meminfo: memFree=1772328/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=214112 CPUtime=1.28
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 24036 0 3 0 119 9 0 0 25 0 1 0 633486564 219250688 23843 996147200 134512640 135472138 4294956224 18446744073709551615 134536664 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 53528 23843 440 234 0 52230 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 214112

[startup+3.10265 s]
/proc/loadavg: 0.00 0.00 0.00 3/74 15956
/proc/meminfo: memFree=1810792/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=2.88
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 24989 0 3 0 277 11 0 0 25 0 1 0 633486564 124510208 5561 996147200 134512640 135472138 4294956224 18446744073709551615 134584982 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 5561 477 234 0 29100 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 121592

[startup+6.30198 s]
/proc/loadavg: 0.16 0.03 0.01 3/74 15956
/proc/meminfo: memFree=1809704/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=6.07
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25046 0 3 0 596 11 0 0 25 0 1 0 633486564 124510208 5618 996147200 134512640 135472138 4294956224 18446744073709551615 134585029 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 5618 477 234 0 29100 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 121592

[startup+12.7016 s]
/proc/loadavg: 0.31 0.07 0.02 3/74 15956
/proc/meminfo: memFree=1809640/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=12.44
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25094 0 3 0 1233 11 0 0 25 0 1 0 633486564 124510208 5666 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 5666 477 234 0 29100 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 121592

[startup+25.5019 s]
/proc/loadavg: 0.68 0.16 0.05 3/74 15956
/proc/meminfo: memFree=1809640/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=25.19
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25120 0 3 0 2508 11 0 0 25 0 1 0 633486564 124510208 5692 996147200 134512640 135472138 4294956224 18446744073709551615 134604992 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 5692 477 234 0 29100 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 121592

[startup+51.1015 s]
/proc/loadavg: 1.13 0.31 0.10 3/74 15956
/proc/meminfo: memFree=1809576/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=50.68
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25145 0 3 0 5057 11 0 0 25 0 1 0 633486564 124510208 5717 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 5717 479 234 0 29100 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 121592

[startup+102.307 s]
/proc/loadavg: 1.62 0.56 0.20 3/74 15956
/proc/meminfo: memFree=1809192/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=101.68
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25203 0 3 0 10157 11 0 0 25 0 1 0 633486564 124510208 5775 996147200 134512640 135472138 4294956224 18446744073709551615 134584999 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 5775 480 234 0 29100 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 121592

[startup+162.302 s]
/proc/loadavg: 1.86 0.82 0.31 3/74 15956
/proc/meminfo: memFree=1808744/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=161.45
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25310 0 3 0 16134 11 0 0 25 0 1 0 633486564 124510208 5882 996147200 134512640 135472138 4294956224 18446744073709551615 134584982 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 5882 480 234 0 29100 0
Current children cumulated CPU time (s) 161.45
Current children cumulated vsize (KiB) 121592

[startup+222.302 s]
/proc/loadavg: 1.95 1.04 0.41 3/74 15956
/proc/meminfo: memFree=1808232/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=221.21
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25430 0 3 0 22110 11 0 0 25 0 1 0 633486564 124510208 6002 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6002 480 234 0 29100 0
Current children cumulated CPU time (s) 221.21
Current children cumulated vsize (KiB) 121592

[startup+282.302 s]
/proc/loadavg: 1.98 1.21 0.51 3/74 15956
/proc/meminfo: memFree=1808232/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=280.98
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25430 0 3 0 28087 11 0 0 25 0 1 0 633486564 124510208 6002 996147200 134512640 135472138 4294956224 18446744073709551615 134617289 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6002 480 234 0 29100 0
Current children cumulated CPU time (s) 280.98
Current children cumulated vsize (KiB) 121592

[startup+342.302 s]
/proc/loadavg: 1.99 1.35 0.60 3/74 15956
/proc/meminfo: memFree=1808168/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=340.75
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25430 0 3 0 34064 11 0 0 25 0 1 0 633486564 124510208 6002 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6002 480 234 0 29100 0
Current children cumulated CPU time (s) 340.75
Current children cumulated vsize (KiB) 121592

[startup+402.302 s]
/proc/loadavg: 1.99 1.47 0.68 3/74 15956
/proc/meminfo: memFree=1808168/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=400.51
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25430 0 3 0 40040 11 0 0 25 0 1 0 633486564 124510208 6002 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6002 480 234 0 29100 0
Current children cumulated CPU time (s) 400.51
Current children cumulated vsize (KiB) 121592

[startup+462.301 s]
/proc/loadavg: 1.99 1.56 0.76 3/74 15956
/proc/meminfo: memFree=1808168/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=460.28
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25430 0 3 0 46017 11 0 0 25 0 1 0 633486564 124510208 6002 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6002 480 234 0 29100 0
Current children cumulated CPU time (s) 460.28
Current children cumulated vsize (KiB) 121592

[startup+522.301 s]
/proc/loadavg: 1.99 1.64 0.84 3/74 15956
/proc/meminfo: memFree=1808168/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=520.05
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25430 0 3 0 51994 11 0 0 25 0 1 0 633486564 124510208 6002 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6002 480 234 0 29100 0
Current children cumulated CPU time (s) 520.05
Current children cumulated vsize (KiB) 121592

[startup+582.301 s]
/proc/loadavg: 1.99 1.70 0.91 3/74 15956
/proc/meminfo: memFree=1808168/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=579.81
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25430 0 3 0 57970 11 0 0 25 0 1 0 633486564 124510208 6002 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6002 480 234 0 29100 0
Current children cumulated CPU time (s) 579.81
Current children cumulated vsize (KiB) 121592

[startup+642.301 s]
/proc/loadavg: 1.99 1.75 0.97 3/74 15956
/proc/meminfo: memFree=1808104/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=639.58
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25430 0 3 0 63947 11 0 0 25 0 1 0 633486564 124510208 6002 996147200 134512640 135472138 4294956224 18446744073709551615 134581737 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6002 480 234 0 29100 0
Current children cumulated CPU time (s) 639.58
Current children cumulated vsize (KiB) 121592


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

[startup+882.302 s]
/proc/loadavg: 1.99 1.88 1.20 3/74 15956
/proc/meminfo: memFree=1807976/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=878.64
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25430 0 3 0 87853 11 0 0 25 0 1 0 633486564 124510208 6002 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6002 480 234 0 29100 0
Current children cumulated CPU time (s) 878.64
Current children cumulated vsize (KiB) 121592

[startup+942.302 s]
/proc/loadavg: 1.99 1.90 1.24 3/74 15956
/proc/meminfo: memFree=1807976/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=938.41
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25430 0 3 0 93830 11 0 0 25 0 1 0 633486564 124510208 6002 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6002 480 234 0 29100 0
Current children cumulated CPU time (s) 938.41
Current children cumulated vsize (KiB) 121592

[startup+1002.3 s]
/proc/loadavg: 1.99 1.92 1.29 3/74 15956
/proc/meminfo: memFree=1807976/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=998.18
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25430 0 3 0 99807 11 0 0 25 0 1 0 633486564 124510208 6002 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6002 480 234 0 29100 0
Current children cumulated CPU time (s) 998.18
Current children cumulated vsize (KiB) 121592

[startup+1062.3 s]
/proc/loadavg: 1.99 1.93 1.33 3/74 15956
/proc/meminfo: memFree=1807976/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=1057.95
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25430 0 3 0 105784 11 0 0 25 0 1 0 633486564 124510208 6002 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6002 480 234 0 29100 0
Current children cumulated CPU time (s) 1057.95
Current children cumulated vsize (KiB) 121592

[startup+1122.3 s]
/proc/loadavg: 1.99 1.94 1.37 3/74 15956
/proc/meminfo: memFree=1807976/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=1117.71
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25430 0 3 0 111760 11 0 0 25 0 1 0 633486564 124510208 6002 996147200 134512640 135472138 4294956224 18446744073709551615 134604882 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6002 480 234 0 29100 0
Current children cumulated CPU time (s) 1117.71
Current children cumulated vsize (KiB) 121592

[startup+1182.3 s]
/proc/loadavg: 1.99 1.95 1.41 3/74 15956
/proc/meminfo: memFree=1807976/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=1177.48
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25430 0 3 0 117737 11 0 0 25 0 1 0 633486564 124510208 6002 996147200 134512640 135472138 4294956224 18446744073709551615 134605026 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6002 480 234 0 29100 0
Current children cumulated CPU time (s) 1177.48
Current children cumulated vsize (KiB) 121592

[startup+1242.3 s]
/proc/loadavg: 1.99 1.95 1.44 3/74 15956
/proc/meminfo: memFree=1807656/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=1237.24
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25430 0 3 0 123713 11 0 0 25 0 1 0 633486564 124510208 6002 996147200 134512640 135472138 4294956224 18446744073709551615 134604986 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6002 480 234 0 29100 0
Current children cumulated CPU time (s) 1237.24
Current children cumulated vsize (KiB) 121592

[startup+1302.3 s]
/proc/loadavg: 1.99 1.96 1.47 3/74 15956
/proc/meminfo: memFree=1807656/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=1297.01
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25430 0 3 0 129690 11 0 0 25 0 1 0 633486564 124510208 6002 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6002 480 234 0 29100 0
Current children cumulated CPU time (s) 1297.01
Current children cumulated vsize (KiB) 121592

[startup+1362.3 s]
/proc/loadavg: 1.99 1.96 1.50 3/74 15956
/proc/meminfo: memFree=1807656/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=1356.78
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25440 0 3 0 135667 11 0 0 25 0 1 0 633486564 124510208 6012 996147200 134512640 135472138 4294956224 18446744073709551615 134585026 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6012 480 234 0 29100 0
Current children cumulated CPU time (s) 1356.78
Current children cumulated vsize (KiB) 121592

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.53 3/74 15956
/proc/meminfo: memFree=1807656/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=1416.55
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25440 0 3 0 141644 11 0 0 25 0 1 0 633486564 124510208 6012 996147200 134512640 135472138 4294956224 18446744073709551615 134604935 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6012 480 234 0 29100 0
Current children cumulated CPU time (s) 1416.55
Current children cumulated vsize (KiB) 121592

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.56 3/74 15956
/proc/meminfo: memFree=1807656/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=1476.31
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25440 0 3 0 147620 11 0 0 25 0 1 0 633486564 124510208 6012 996147200 134512640 135472138 4294956224 18446744073709551615 134604906 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6012 480 234 0 29100 0
Current children cumulated CPU time (s) 1476.31
Current children cumulated vsize (KiB) 121592

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.58 3/74 15956
/proc/meminfo: memFree=1807656/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=1536.09
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25440 0 3 0 153597 12 0 0 25 0 1 0 633486564 124510208 6012 996147200 134512640 135472138 4294956224 18446744073709551615 134604933 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6012 480 234 0 29100 0
Current children cumulated CPU time (s) 1536.09
Current children cumulated vsize (KiB) 121592

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.60 3/74 15956
/proc/meminfo: memFree=1807656/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=1595.86
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25440 0 3 0 159574 12 0 0 25 0 1 0 633486564 124510208 6012 996147200 134512640 135472138 4294956224 18446744073709551615 134604893 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6012 480 234 0 29100 0
Current children cumulated CPU time (s) 1595.86
Current children cumulated vsize (KiB) 121592

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.63 3/74 15956
/proc/meminfo: memFree=1807656/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=1655.62
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25440 0 3 0 165550 12 0 0 25 0 1 0 633486564 124510208 6012 996147200 134512640 135472138 4294956224 18446744073709551615 134605045 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6012 480 234 0 29100 0
Current children cumulated CPU time (s) 1655.62
Current children cumulated vsize (KiB) 121592

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.65 3/74 15956
/proc/meminfo: memFree=1807656/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=1715.39
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25440 0 3 0 171527 12 0 0 25 0 1 0 633486564 124510208 6012 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6012 480 234 0 29100 0
Current children cumulated CPU time (s) 1715.39
Current children cumulated vsize (KiB) 121592

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.67 3/74 15956
/proc/meminfo: memFree=1807336/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=1775.15
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25440 0 3 0 177503 12 0 0 25 0 1 0 633486564 124510208 6012 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 1 0 0
/proc/15955/statm: 30398 6012 480 234 0 29100 0
Current children cumulated CPU time (s) 1775.15
Current children cumulated vsize (KiB) 121592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.31 s]
/proc/loadavg: 1.99 1.97 1.67 2/73 15957
/proc/meminfo: memFree=1815216/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=1800.06
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25440 0 3 0 179994 12 0 0 25 0 1 0 633486564 124510208 6012 996147200 134512640 135472138 4294956224 18446744073709551615 134585145 0 0 4096 0 0 0 0 17 0 0 0
/proc/15955/statm: 30398 6012 480 234 0 29100 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 121592

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

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

[startup+1807.31 s]
/proc/loadavg: 1.99 1.97 1.67 2/73 15957
/proc/meminfo: memFree=1815216/2055920 swapFree=4176956/4192956
[pid=15955] ppid=15953 vsize=121592 CPUtime=1800.06
/proc/15955/stat : 15955 (casperzito) R 15953 15955 15908 0 -1 4194304 25440 0 3 0 179994 12 0 0 25 0 1 0 633486564 124510208 6012 996147200 134512640 135472138 4294956224 18446744073709551615 134585145 0 0 4096 0 0 0 0 17 0 0 0
/proc/15955/statm: 30398 6012 480 234 0 29100 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 121592

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.32
CPU time (s): 1800.07
CPU user time (s): 1799.95
CPU system time (s): 0.123981
CPU usage (%): 99.5991
Max. virtual memory (cumulated for all children) (KiB): 214112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25440
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32
involuntary context switches= 20814

runsolver used 1.81272 second user time and 4.77127 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-03 19:21:04
IDJOB=1056648
IDBENCH=53957
IDSOLVER=362
FILE ID=node84/1056648-1215105663
PBS_JOBID= 7877040
Free space on /tmp= 66548 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-6_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056648-1215105663/watcher-1056648-1215105663 -o /tmp/evaluation-result-1056648-1215105663/solver-1056648-1215105663 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1056648-1215105663.xml 2131482892 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 00154bda0b1194082ab1d7418e06c63b
RANDOM SEED=2131482892

node84.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.231
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.231
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:       1840208 kB
Buffers:          5268 kB
Cached:         164148 kB
SwapCached:      10240 kB
Active:          58788 kB
Inactive:       123960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840208 kB
SwapTotal:     4192956 kB
SwapFree:      4176956 kB
Dirty:            9776 kB
Writeback:           0 kB
Mapped:          19644 kB
Slab:            18396 kB
Committed_AS:  1062000 kB
PageTables:       1724 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 node84 at 2008-07-03 19:51:14