Trace number 1056693

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
casper zao? (TO) 1800.1 1801.21

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-47_ext.xml
MD5SUM8ec87221537ee5bc2db23821d5a6d359
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 benchmark52.9579
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.00	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.28/0.33	c Building = 1
0.38/0.40	c [ NumberOfVariables = 24 ]
0.38/0.40	c [ NumberOfConstraints = 75 ]
0.38/0.40	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.38/0.40	c SymmetrySearch = 1
1.58/1.66	c InitialPropagation = 1
1.58/1.68	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.58/1.68	c InitialSAC = 1
1.88/1.96	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.88/1.96	c Search(SampleFF) : 
87.61/87.73	c [ Sampling domwdeg ]
87.61/87.73	c [ Sampling impacts ]
87.61/87.73	c [ Sampling la ]
87.61/87.73	c [ SamplingScores: ]
87.61/87.73	c [ domwdeg+min = 7.99282e-08 | domwdeg+rnd = 6.75795e-07 ]
87.61/87.73	c [ impacts+min = 1.8779e-07 | impacts+rnd = 7.37264e-07 ]
87.61/87.73	c [ la+min = 5.09494e-12 | la+rnd = 1.23751e-13 ]
87.61/87.73	c [ domwdeg = 3.77862e-07 | impacts = 4.62527e-07 | la = 2.60934e-12 ]
87.61/87.73	c [ min = 8.92412e-08 | rand = 4.62527e-07 ]
87.61/87.73	c [ restarting at (0.141429,1.56983e-08) ]
88.02/88.11	c [ restarting at (0.353571,1.51751e-07) ]
88.91/89.03	c [ restarting at (0.883929,1.67458e-07) ]
91.11/91.25	c [ restarting at (2.20982,3.08734e-07) ]
96.60/96.80	c [ restarting at (5.52455,2.46813e-07) ]
110.49/110.62	c [ restarting at (13.8114,1.0299e-05) ]
144.97/145.17	c [ restarting at (34.5285,1.53996e-06) ]
231.32/231.56	c [ restarting at (86.3211,5.18569e-06) ]
447.09/447.44	c [ restarting at (215.803,8.38881e-06) ]
986.47/987.12	c [ restarting at (539.507,2.12866e-05) ]

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

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 3/67 9767
/proc/meminfo: memFree=1514648/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=5352 CPUtime=0
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 213 0 0 0 0 0 0 0 18 0 1 0 694535340 5480448 188 996147200 134512640 135477443 4294956224 18446744073709551615 4834291 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 1338 189 155 235 0 27 0

[startup+0.101413 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 9767
/proc/meminfo: memFree=1514648/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=7556 CPUtime=0.09
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 1008 0 0 0 9 0 0 0 18 0 1 0 694535340 7737344 968 996147200 134512640 135477443 4294956224 18446744073709551615 134780678 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 1889 968 365 235 0 590 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7556

[startup+0.201429 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 9767
/proc/meminfo: memFree=1514648/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=9948 CPUtime=0.19
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 1590 0 0 0 19 0 0 0 18 0 1 0 694535340 10186752 1550 996147200 134512640 135477443 4294956224 18446744073709551615 134780673 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 2487 1550 365 235 0 1188 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9948

[startup+0.301455 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 9767
/proc/meminfo: memFree=1514648/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=12204 CPUtime=0.28
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 2162 0 0 0 28 0 0 0 19 0 1 0 694535340 12496896 2122 996147200 134512640 135477443 4294956224 18446744073709551615 134780698 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 3051 2122 365 235 0 1752 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12204

[startup+0.701521 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 9767
/proc/meminfo: memFree=1514648/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=149756 CPUtime=0.68
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 12061 0 0 0 63 5 0 0 23 0 1 0 694535340 153350144 12021 996147200 134512640 135477443 4294956224 18446744073709551615 5305979 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 37439 12022 433 235 0 36140 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 149756

[startup+1.50165 s]
/proc/loadavg: 0.00 0.00 0.00 4/74 9781
/proc/meminfo: memFree=1393504/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=214116 CPUtime=1.49
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 24063 0 0 0 138 11 0 0 25 0 1 0 694535340 219254784 23875 996147200 134512640 135477443 4294956224 18446744073709551615 134535748 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 53529 23875 438 235 0 52230 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 214116

[startup+3.10192 s]
/proc/loadavg: 0.16 0.03 0.01 3/74 9781
/proc/meminfo: memFree=1456608/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=3.08
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25019 0 0 0 295 13 0 0 25 0 1 0 694535340 124514304 5596 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 5596 478 235 0 29100 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 121596

[startup+6.30146 s]
/proc/loadavg: 0.16 0.03 0.01 3/82 9793
/proc/meminfo: memFree=1448864/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=6.28
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25095 0 0 0 615 13 0 0 25 0 1 0 694535340 124514304 5672 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 5672 478 235 0 29100 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 121596

[startup+12.7015 s]
/proc/loadavg: 0.44 0.10 0.03 3/85 9797
/proc/meminfo: memFree=1427400/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=12.68
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25113 0 0 0 1255 13 0 0 25 0 1 0 694535340 124514304 5690 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 5690 478 235 0 29100 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 121596

[startup+25.5017 s]
/proc/loadavg: 0.68 0.16 0.05 4/85 9797
/proc/meminfo: memFree=1427272/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=25.47
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25115 0 0 0 2534 13 0 0 25 0 1 0 694535340 124514304 5692 996147200 134512640 135477443 4294956224 18446744073709551615 134590291 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 5692 480 235 0 29100 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 121596

[startup+51.1019 s]
/proc/loadavg: 1.13 0.31 0.10 3/85 9797
/proc/meminfo: memFree=1427400/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=51.03
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25115 0 0 0 5089 14 0 0 25 0 1 0 694535340 124514304 5692 996147200 134512640 135477443 4294956224 18446744073709551615 134600823 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 5692 480 235 0 29100 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 121596

[startup+102.301 s]
/proc/loadavg: 1.65 0.59 0.21 3/85 9797
/proc/meminfo: memFree=1426760/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=102.21
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25292 0 0 0 10207 14 0 0 25 0 1 0 694535340 124514304 5869 996147200 134512640 135477443 4294956224 18446744073709551615 134583302 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 5869 481 235 0 29100 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 121596

[startup+162.301 s]
/proc/loadavg: 1.86 0.82 0.31 3/85 9797
/proc/meminfo: memFree=1426184/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=162.16
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25385 0 0 0 16202 14 0 0 25 0 1 0 694535340 124514304 5962 996147200 134512640 135477443 4294956224 18446744073709551615 134600992 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 5962 481 235 0 29100 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 121596

[startup+222.306 s]
/proc/loadavg: 1.95 1.05 0.42 3/85 9797
/proc/meminfo: memFree=1426120/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=222.14
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25385 0 0 0 22199 15 0 0 25 0 1 0 694535340 124514304 5962 996147200 134512640 135477443 4294956224 18446744073709551615 134590247 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 5962 481 235 0 29100 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 121596

[startup+282.301 s]
/proc/loadavg: 1.98 1.21 0.51 3/85 9797
/proc/meminfo: memFree=1426120/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=282.09
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25385 0 0 0 28194 15 0 0 25 0 1 0 694535340 124514304 5962 996147200 134512640 135477443 4294956224 18446744073709551615 135272088 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 5962 481 235 0 29100 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 121596

[startup+342.301 s]
/proc/loadavg: 1.99 1.36 0.61 3/85 9797
/proc/meminfo: memFree=1425928/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=342.06
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25449 0 0 0 34191 15 0 0 25 0 1 0 694535340 124514304 6026 996147200 134512640 135477443 4294956224 18446744073709551615 134590291 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6026 481 235 0 29100 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 121596

[startup+402.301 s]
/proc/loadavg: 1.99 1.47 0.68 4/85 9797
/proc/meminfo: memFree=1425928/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=402.02
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25449 0 0 0 40187 15 0 0 25 0 1 0 694535340 124514304 6026 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6026 481 235 0 29100 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 121596

[startup+462.301 s]
/proc/loadavg: 1.99 1.57 0.77 3/85 9797
/proc/meminfo: memFree=1425736/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=461.98
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25506 0 0 0 46183 15 0 0 25 0 1 0 694535340 124514304 6083 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6083 481 235 0 29100 0
Current children cumulated CPU time (s) 461.98
Current children cumulated vsize (KiB) 121596

[startup+522.302 s]
/proc/loadavg: 1.99 1.64 0.84 3/85 9797
/proc/meminfo: memFree=1425736/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=521.95
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25506 0 0 0 52180 15 0 0 25 0 1 0 694535340 124514304 6083 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6083 481 235 0 29100 0
Current children cumulated CPU time (s) 521.95
Current children cumulated vsize (KiB) 121596

[startup+582.302 s]
/proc/loadavg: 2.03 1.71 0.91 3/85 9797
/proc/meminfo: memFree=1425736/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=581.91
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25506 0 0 0 58176 15 0 0 25 0 1 0 694535340 124514304 6083 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6083 481 235 0 29100 0
Current children cumulated CPU time (s) 581.91
Current children cumulated vsize (KiB) 121596

[startup+642.302 s]
/proc/loadavg: 2.20 1.81 0.99 3/85 9797
/proc/meminfo: memFree=1425352/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=641.87
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25581 0 0 0 64172 15 0 0 25 0 1 0 694535340 124514304 6158 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6158 481 235 0 29100 0
Current children cumulated CPU time (s) 641.87
Current children cumulated vsize (KiB) 121596


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

[startup+882.307 s]
/proc/loadavg: 2.00 1.91 1.22 3/85 9797
/proc/meminfo: memFree=1424968/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=881.73
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25652 0 0 0 88158 15 0 0 25 0 1 0 694535340 124514304 6229 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6229 481 235 0 29100 0
Current children cumulated CPU time (s) 881.73
Current children cumulated vsize (KiB) 121596

[startup+942.302 s]
/proc/loadavg: 2.00 1.92 1.26 3/85 9797
/proc/meminfo: memFree=1424904/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=941.7
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25666 0 0 0 94155 15 0 0 25 0 1 0 694535340 124514304 6243 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6243 481 235 0 29100 0
Current children cumulated CPU time (s) 941.7
Current children cumulated vsize (KiB) 121596

[startup+1002.3 s]
/proc/loadavg: 2.00 1.93 1.31 3/85 9797
/proc/meminfo: memFree=1424520/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=1001.66
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25765 0 0 0 100150 16 0 0 25 0 1 0 694535340 124514304 6342 996147200 134512640 135477443 4294956224 18446744073709551615 134583306 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6342 481 235 0 29100 0
Current children cumulated CPU time (s) 1001.66
Current children cumulated vsize (KiB) 121596

[startup+1062.3 s]
/proc/loadavg: 2.00 1.94 1.34 3/85 9797
/proc/meminfo: memFree=1424456/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=1061.63
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25765 0 0 0 106147 16 0 0 25 0 1 0 694535340 124514304 6342 996147200 134512640 135477443 4294956224 18446744073709551615 134600903 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6342 481 235 0 29100 0
Current children cumulated CPU time (s) 1061.63
Current children cumulated vsize (KiB) 121596

[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.38 3/85 9797
/proc/meminfo: memFree=1424456/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=1121.59
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25765 0 0 0 112143 16 0 0 25 0 1 0 694535340 124514304 6342 996147200 134512640 135477443 4294956224 18446744073709551615 134600879 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6342 481 235 0 29100 0
Current children cumulated CPU time (s) 1121.59
Current children cumulated vsize (KiB) 121596

[startup+1182.3 s]
/proc/loadavg: 2.00 1.95 1.42 3/85 9797
/proc/meminfo: memFree=1424456/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=1181.55
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25765 0 0 0 118139 16 0 0 25 0 1 0 694535340 124514304 6342 996147200 134512640 135477443 4294956224 18446744073709551615 134590162 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6342 481 235 0 29100 0
Current children cumulated CPU time (s) 1181.55
Current children cumulated vsize (KiB) 121596

[startup+1242.3 s]
/proc/loadavg: 2.00 1.96 1.45 3/85 9797
/proc/meminfo: memFree=1424264/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=1241.51
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25765 0 0 0 124135 16 0 0 25 0 1 0 694535340 124514304 6342 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6342 481 235 0 29100 0
Current children cumulated CPU time (s) 1241.51
Current children cumulated vsize (KiB) 121596

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.48 3/85 9797
/proc/meminfo: memFree=1424200/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=1301.48
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25765 0 0 0 130132 16 0 0 25 0 1 0 694535340 124514304 6342 996147200 134512640 135477443 4294956224 18446744073709551615 134590327 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6342 481 235 0 29100 0
Current children cumulated CPU time (s) 1301.48
Current children cumulated vsize (KiB) 121596

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.51 3/85 9797
/proc/meminfo: memFree=1424200/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=1361.44
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25765 0 0 0 136128 16 0 0 25 0 1 0 694535340 124514304 6342 996147200 134512640 135477443 4294956224 18446744073709551615 134590154 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6342 481 235 0 29100 0
Current children cumulated CPU time (s) 1361.44
Current children cumulated vsize (KiB) 121596

[startup+1422.3 s]
/proc/loadavg: 2.00 1.97 1.54 3/85 9797
/proc/meminfo: memFree=1424200/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=1421.41
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25765 0 0 0 142125 16 0 0 25 0 1 0 694535340 124514304 6342 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6342 481 235 0 29100 0
Current children cumulated CPU time (s) 1421.41
Current children cumulated vsize (KiB) 121596

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.57 3/85 9797
/proc/meminfo: memFree=1424200/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=1481.37
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25765 0 0 0 148121 16 0 0 25 0 1 0 694535340 124514304 6342 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6342 481 235 0 29100 0
Current children cumulated CPU time (s) 1481.37
Current children cumulated vsize (KiB) 121596

[startup+1542.31 s]
/proc/loadavg: 2.00 1.97 1.59 3/85 9797
/proc/meminfo: memFree=1424200/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=1541.33
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25765 0 0 0 154117 16 0 0 25 0 1 0 694535340 124514304 6342 996147200 134512640 135477443 4294956224 18446744073709551615 134600955 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6342 481 235 0 29100 0
Current children cumulated CPU time (s) 1541.33
Current children cumulated vsize (KiB) 121596

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.61 3/85 9797
/proc/meminfo: memFree=1424200/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=1601.3
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25765 0 0 0 160114 16 0 0 25 0 1 0 694535340 124514304 6342 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6342 481 235 0 29100 0
Current children cumulated CPU time (s) 1601.3
Current children cumulated vsize (KiB) 121596

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.64 3/85 9797
/proc/meminfo: memFree=1424200/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=1661.27
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25765 0 0 0 166110 17 0 0 25 0 1 0 694535340 124514304 6342 996147200 134512640 135477443 4294956224 18446744073709551615 134609553 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6342 481 235 0 29100 0
Current children cumulated CPU time (s) 1661.27
Current children cumulated vsize (KiB) 121596

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.65 3/85 9797
/proc/meminfo: memFree=1424200/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=1721.23
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25765 0 0 0 172106 17 0 0 25 0 1 0 694535340 124514304 6342 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6342 481 235 0 29100 0
Current children cumulated CPU time (s) 1721.23
Current children cumulated vsize (KiB) 121596

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.67 3/85 9797
/proc/meminfo: memFree=1424136/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=1781.19
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25765 0 0 0 178102 17 0 0 25 0 1 0 694535340 124514304 6342 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6342 481 235 0 29100 0
Current children cumulated CPU time (s) 1781.19
Current children cumulated vsize (KiB) 121596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 2.00 1.97 1.68 3/85 9797
/proc/meminfo: memFree=1424136/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=1800.09
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25765 0 0 0 179992 17 0 0 25 0 1 0 694535340 124514304 6342 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6342 481 235 0 29100 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 121596

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

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

[startup+1801.2 s]
/proc/loadavg: 2.00 1.97 1.68 3/85 9797
/proc/meminfo: memFree=1424136/2055920 swapFree=4156332/4192956
[pid=9767] ppid=9765 vsize=121596 CPUtime=1800.09
/proc/9767/stat : 9767 (casperzao) R 9765 9767 9701 0 -1 4194304 25765 0 0 0 179992 17 0 0 25 0 1 0 694535340 124514304 6342 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/9767/statm: 30399 6342 481 235 0 29100 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 121596

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.21
CPU time (s): 1800.1
CPU user time (s): 1799.92
CPU system time (s): 0.174973
CPU usage (%): 99.9382
Max. virtual memory (cumulated for all children) (KiB): 214116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.174973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25765
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= 17
involuntary context switches= 4672

runsolver used 2.18067 second user time and 4.39333 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-03 19:21:29
IDJOB=1056693
IDBENCH=53962
IDSOLVER=361
FILE ID=node58/1056693-1215105689
PBS_JOBID= 7877089
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8ec87221537ee5bc2db23821d5a6d359
RANDOM SEED=1132858469

node58.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.261
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.261
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:       1515128 kB
Buffers:         60964 kB
Cached:         372920 kB
SwapCached:      30964 kB
Active:         255068 kB
Inactive:       226692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1515128 kB
SwapTotal:     4192956 kB
SwapFree:      4156332 kB
Dirty:            5976 kB
Writeback:           0 kB
Mapped:          53220 kB
Slab:            44740 kB
Committed_AS:   998848 kB
PageTables:       1624 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= 66512 MiB
End job on node58 at 2008-07-03 19:51:33