Trace number 1072277

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.03 1807.32

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-10_ext.xml
MD5SUM1a3479aef1bab58ff39ed2c94bbcc237
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 benchmark1175.69
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.28/0.37	c Building = 1
0.38/0.45	c [ NumberOfVariables = 24 ]
0.38/0.45	c [ NumberOfConstraints = 76 ]
0.38/0.45	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.38/0.45	c SymmetrySearch = 1
1.68/1.78	c InitialPropagation = 1
1.77/1.80	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.77/1.80	c InitialSAC = 1
1.97/2.03	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.97/2.03	c Search(SampleFF) : 
92.51/93.00	c [ Sampling domwdeg ]
92.51/93.00	c [ Sampling impacts ]
92.51/93.00	c [ Sampling la ]
92.51/93.00	c [ SamplingScores: ]
92.51/93.00	c [ domwdeg+min = 1.24584e-07 | domwdeg+rnd = 2.26367e-07 ]
92.51/93.00	c [ impacts+min = 7.39802e-10 | impacts+rnd = 3.84664e-08 ]
92.51/93.00	c [ la+min = 1.17516e-09 | la+rnd = 2.16012e-12 ]
92.51/93.00	c [ domwdeg = 1.75475e-07 | impacts = 1.96031e-08 | la = 5.88662e-10 ]
92.51/93.00	c [ min = 4.21663e-08 | rand = 1.96031e-08 ]
92.51/93.00	c [ restarting at (0.141429,2.18033e-10) ]
93.01/93.40	c [ restarting at (0.353571,2.09311e-08) ]
94.01/94.42	c [ restarting at (0.883929,1.25587e-07) ]
96.40/96.82	c [ restarting at (2.20982,1.41285e-07) ]
102.27/102.77	c [ restarting at (5.52455,3.02978e-06) ]
117.01/117.59	c [ restarting at (13.8114,1.2563e-06) ]
153.97/154.63	c [ restarting at (34.5285,1.50759e-05) ]
246.10/247.14	c [ restarting at (86.3211,0.000145822) ]
476.48/478.44	c [ restarting at (215.803,0.000145185) ]
596.20/598.61	c [ restarting at (539.507,0.000229102) ]

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 4/72 18697
/proc/meminfo: memFree=1720064/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=1056 CPUtime=0
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1996267632 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 4309796 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 264 26 20 235 0 3 0

[startup+0.137013 s]
/proc/loadavg: 2.00 2.00 1.91 4/72 18697
/proc/meminfo: memFree=1720064/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=8088 CPUtime=0.12
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 1133 0 0 0 12 0 0 0 18 0 1 0 1996267632 8282112 1093 996147200 134512640 135477443 4294956224 18446744073709551615 134713512 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 2022 1093 365 235 0 723 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 8088

[startup+0.201021 s]
/proc/loadavg: 2.00 2.00 1.91 4/72 18697
/proc/meminfo: memFree=1720064/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=9412 CPUtime=0.18
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 1456 0 0 0 18 0 0 0 18 0 1 0 1996267632 9637888 1416 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 2353 1416 365 235 0 1054 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9412

[startup+0.301035 s]
/proc/loadavg: 2.00 2.00 1.91 4/72 18697
/proc/meminfo: memFree=1720064/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=11536 CPUtime=0.28
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 2003 0 0 0 28 0 0 0 19 0 1 0 1996267632 11812864 1963 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 2884 1963 365 235 0 1585 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11536

[startup+0.701096 s]
/proc/loadavg: 2.00 2.00 1.91 4/72 18697
/proc/meminfo: memFree=1720064/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=145384 CPUtime=0.68
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 11044 0 0 0 63 5 0 0 23 0 1 0 1996267632 148873216 11004 996147200 134512640 135477443 4294956224 18446744073709551615 4744827 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 36346 11006 432 235 0 35047 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 145384

[startup+1.50122 s]
/proc/loadavg: 2.00 2.00 1.91 3/73 18698
/proc/meminfo: memFree=1641336/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=216400 CPUtime=1.47
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 24585 0 0 0 136 11 0 0 25 0 1 0 1996267632 221593600 24371 996147200 134512640 135477443 4294956224 18446744073709551615 134535420 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 54100 24371 437 235 0 52801 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 216400

[startup+3.10245 s]
/proc/loadavg: 2.00 2.00 1.91 3/73 18698
/proc/meminfo: memFree=1699192/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=3.07
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 25559 0 0 0 294 13 0 0 25 0 1 0 1996267632 124678144 5689 996147200 134512640 135477443 4294956224 18446744073709551615 134590241 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 30439 5689 477 235 0 29140 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 121756

[startup+6.30192 s]
/proc/loadavg: 2.00 2.00 1.91 3/73 18698
/proc/meminfo: memFree=1698808/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=6.26
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 25560 0 0 0 613 13 0 0 25 0 1 0 1996267632 124678144 5690 996147200 134512640 135477443 4294956224 18446744073709551615 135268209 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 30439 5690 477 235 0 29140 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 121756

[startup+12.7019 s]
/proc/loadavg: 2.00 2.00 1.91 3/73 18698
/proc/meminfo: memFree=1698616/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=12.63
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 25629 0 0 0 1250 13 0 0 25 0 1 0 1996267632 124678144 5759 996147200 134512640 135477443 4294956224 18446744073709551615 134600974 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 30439 5759 477 235 0 29140 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 121756

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 1.91 3/73 18698
/proc/meminfo: memFree=1698296/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=25.38
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 25700 0 0 0 2525 13 0 0 25 0 1 0 1996267632 124678144 5830 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 30439 5830 477 235 0 29140 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 121756

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 1.91 3/73 18698
/proc/meminfo: memFree=1698360/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=50.87
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 25702 0 0 0 5074 13 0 0 25 0 1 0 1996267632 124678144 5832 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 30439 5832 479 235 0 29140 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 121756

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/73 18698
/proc/meminfo: memFree=1698360/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=101.88
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 25703 0 0 0 10174 14 0 0 25 0 1 0 1996267632 124678144 5833 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 30439 5833 480 235 0 29140 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 121756

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/73 18698
/proc/meminfo: memFree=1698424/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=161.63
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 25738 0 0 0 16149 14 0 0 25 0 1 0 1996267632 124678144 5868 996147200 134512640 135477443 4294956224 18446744073709551615 135268944 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 30439 5868 480 235 0 29140 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 121756

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 1.91 3/73 18698
/proc/meminfo: memFree=1698168/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=221.4
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 25777 0 0 0 22126 14 0 0 25 0 1 0 1996267632 124678144 5907 996147200 134512640 135477443 4294956224 18446744073709551615 134600858 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 30439 5907 480 235 0 29140 0
Current children cumulated CPU time (s) 221.4
Current children cumulated vsize (KiB) 121756

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 1.91 3/73 18698
/proc/meminfo: memFree=1698104/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=281.16
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 25781 0 0 0 28102 14 0 0 25 0 1 0 1996267632 124678144 5911 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 30439 5911 480 235 0 29140 0
Current children cumulated CPU time (s) 281.16
Current children cumulated vsize (KiB) 121756

[startup+342.301 s]
/proc/loadavg: 2.11 2.03 1.92 3/73 18698
/proc/meminfo: memFree=1697720/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=340.92
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 25889 0 0 0 34078 14 0 0 25 0 1 0 1996267632 124678144 6019 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 30439 6019 480 235 0 29140 0
Current children cumulated CPU time (s) 340.92
Current children cumulated vsize (KiB) 121756

[startup+402.301 s]
/proc/loadavg: 2.07 2.03 1.93 3/73 18698
/proc/meminfo: memFree=1697080/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=400.68
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 40054 14 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 134609907 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 400.68
Current children cumulated vsize (KiB) 121756

[startup+462.301 s]
/proc/loadavg: 2.02 2.03 1.93 3/73 18698
/proc/meminfo: memFree=1697080/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=460.44
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 46030 14 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 135268950 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 460.44
Current children cumulated vsize (KiB) 121756

[startup+522.302 s]
/proc/loadavg: 2.01 2.02 1.93 3/73 18698
/proc/meminfo: memFree=1697080/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=520.21
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 52007 14 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 134590272 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 520.21
Current children cumulated vsize (KiB) 121756

[startup+582.303 s]
/proc/loadavg: 2.00 2.01 1.93 3/73 18698
/proc/meminfo: memFree=1696888/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=579.97
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 57983 14 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 135208001 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 579.97
Current children cumulated vsize (KiB) 121756

[startup+642.302 s]
/proc/loadavg: 1.96 2.00 1.92 3/73 18726
/proc/meminfo: memFree=1691072/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=639.72
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 63957 15 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 639.72
Current children cumulated vsize (KiB) 121756


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

[startup+822.301 s]
/proc/loadavg: 1.99 2.00 1.92 3/73 18726
/proc/meminfo: memFree=1690944/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=819
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 81885 15 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 134590128 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 819
Current children cumulated vsize (KiB) 121756

[startup+882.306 s]
/proc/loadavg: 1.99 2.00 1.92 3/73 18726
/proc/meminfo: memFree=1690944/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=878.77
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 87862 15 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 878.77
Current children cumulated vsize (KiB) 121756

[startup+942.302 s]
/proc/loadavg: 1.99 2.00 1.92 3/73 18726
/proc/meminfo: memFree=1690944/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=938.53
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 93838 15 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 938.53
Current children cumulated vsize (KiB) 121756

[startup+1002.3 s]
/proc/loadavg: 1.99 2.00 1.92 3/73 18726
/proc/meminfo: memFree=1690944/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=998.29
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 99814 15 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 134600992 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 998.29
Current children cumulated vsize (KiB) 121756

[startup+1062.3 s]
/proc/loadavg: 1.99 2.00 1.92 3/73 18726
/proc/meminfo: memFree=1690944/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=1058.06
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 105791 15 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 1058.06
Current children cumulated vsize (KiB) 121756

[startup+1122.3 s]
/proc/loadavg: 1.99 2.00 1.92 3/73 18726
/proc/meminfo: memFree=1690880/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=1117.82
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 111767 15 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 1117.82
Current children cumulated vsize (KiB) 121756

[startup+1182.3 s]
/proc/loadavg: 1.99 2.00 1.92 3/73 18726
/proc/meminfo: memFree=1690880/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=1177.58
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 117743 15 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 134590128 0 0 4096 0 0 0 0 17 1 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 1177.58
Current children cumulated vsize (KiB) 121756

[startup+1242.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/81 18765
/proc/meminfo: memFree=1612360/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=1237.33
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 123717 16 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 1237.33
Current children cumulated vsize (KiB) 121756

[startup+1302.3 s]
/proc/loadavg: 2.02 2.00 1.93 3/81 18765
/proc/meminfo: memFree=1612360/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=1297.08
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 129692 16 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 134590229 0 0 4096 0 0 0 0 17 0 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 1297.08
Current children cumulated vsize (KiB) 121756

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 18765
/proc/meminfo: memFree=1612296/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=1356.84
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 135668 16 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 1356.84
Current children cumulated vsize (KiB) 121756

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 18765
/proc/meminfo: memFree=1612232/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=1416.59
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 141643 16 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 1416.59
Current children cumulated vsize (KiB) 121756

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 18767
/proc/meminfo: memFree=1612104/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=1476.34
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 147618 16 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 0 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 1476.34
Current children cumulated vsize (KiB) 121756

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 18767
/proc/meminfo: memFree=1612168/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=1536.1
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 153594 16 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 1536.1
Current children cumulated vsize (KiB) 121756

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 18767
/proc/meminfo: memFree=1612168/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=1595.85
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 159569 16 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 1595.85
Current children cumulated vsize (KiB) 121756

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 18767
/proc/meminfo: memFree=1612168/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=1655.6
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 165544 16 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 134590291 0 0 4096 0 0 0 0 17 0 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 1655.6
Current children cumulated vsize (KiB) 121756

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 18767
/proc/meminfo: memFree=1612168/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=1715.36
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 171520 16 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 0 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 1715.36
Current children cumulated vsize (KiB) 121756

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 18767
/proc/meminfo: memFree=1612168/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=1775.11
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 177495 16 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 134590297 0 0 4096 0 0 0 0 17 0 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 1775.11
Current children cumulated vsize (KiB) 121756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 18767
/proc/meminfo: memFree=1612168/2055920 swapFree=4180424/4192956
[pid=18697] ppid=18695 vsize=121756 CPUtime=1800.01
/proc/18697/stat : 18697 (casperzao) R 18695 18697 18419 0 -1 4194304 26036 0 0 0 179985 16 0 0 25 0 1 0 1996267632 124678144 6166 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/18697/statm: 30439 6166 480 235 0 29140 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 121756

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): 1807.32
CPU time (s): 1800.03
CPU user time (s): 1799.86
CPU system time (s): 0.169974
CPU usage (%): 99.5967
Max. virtual memory (cumulated for all children) (KiB): 216400

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

runsolver used 1.66575 second user time and 4.92125 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-04 14:02:34
IDJOB=1072277
IDBENCH=56245
IDSOLVER=361
FILE ID=node52/1072277-1215172953
PBS_JOBID= 7881501
Free space on /tmp= 66556 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-10_ext.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072277-1215172953/watcher-1072277-1215172953 -o /tmp/evaluation-result-1072277-1215172953/solver-1072277-1215172953 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1072277-1215172953.xml 1721831035 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1a3479aef1bab58ff39ed2c94bbcc237
RANDOM SEED=1721831035

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1720544 kB
Buffers:         71656 kB
Cached:         184900 kB
SwapCached:       6808 kB
Active:         167096 kB
Inactive:       106320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720544 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            5872 kB
Writeback:           0 kB
Mapped:          23860 kB
Slab:            47124 kB
Committed_AS:  3869896 kB
PageTables:       1880 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= 66552 MiB
End job on node52 at 2008-07-04 14:32:43