Trace number 1095290

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.11 1808.51

General information on the benchmark

Namecsp/rand-3-28-28-fcd/
normalized-rand-3-28-28-93-632-fcd-30_ext.xml
MD5SUMcae276bac25aed7acf591e47ccdf063b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.21	c Parsing = 1
0.68/0.73	c Building = 1
0.78/0.89	c [ NumberOfVariables = 28 ]
0.78/0.89	c [ NumberOfConstraints = 93 ]
0.78/0.89	c [ SizeOfSearchSpace(log2) = 134.606 ]
0.78/0.89	c SymmetrySearch = 1
3.85/3.98	c InitialPropagation = 1
3.94/4.03	c [ SizeOfSearchSpace(log2) = 134.606 ]
3.94/4.03	c InitialSAC = 1
4.44/4.56	c [ SizeOfSearchSpace(log2) = 134.606 ]
4.44/4.56	c Search(SampleFF) : 
112.92/113.95	c [ Sampling domwdeg ]
112.92/113.95	c [ Sampling impacts ]
112.92/113.95	c [ Sampling la ]
112.92/113.95	c [ SamplingScores: ]
112.92/113.95	c [ domwdeg+min = 2.51885e-09 | domwdeg+rnd = 1.31093e-09 ]
112.92/113.95	c [ impacts+min = 1.34212e-08 | impacts+rnd = 1.87657e-08 ]
112.92/113.95	c [ la+min = 2.47643e-14 | la+rnd = 6.934e-13 ]
112.92/113.95	c [ domwdeg = 1.91489e-09 | impacts = 1.60935e-08 | la = 3.59082e-13 ]
112.92/113.95	c [ min = 5.31337e-09 | rand = 1.60935e-08 ]
112.92/113.95	c [ restarting at (0.1,7.41129e-11) ]
113.22/114.24	c [ restarting at (0.25,4.15032e-09) ]
114.01/115.02	c [ restarting at (0.625,1.25251e-08) ]
115.61/116.69	c [ restarting at (1.5625,4.15421e-09) ]
119.77/120.89	c [ restarting at (3.90625,6.05558e-08) ]
130.17/131.37	c [ restarting at (9.76562,3.97979e-10) ]
156.17/157.54	c [ restarting at (24.4141,5.89383e-08) ]
221.00/222.97	c [ restarting at (61.0352,6.50341e-09) ]
383.21/386.52	c [ restarting at (152.588,6.43213e-09) ]
788.57/795.35	c [ restarting at (381.47,1.30624e-08) ]
953.49/961.62	c [ restarting at (953.674,4.08944e-09) ]

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

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.17 2.06 2.02 4/72 2732
/proc/meminfo: memFree=1050416/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=9620 CPUtime=0.19
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 1527 0 0 0 19 0 0 0 19 0 1 0 2004355463 9850880 1487 996147200 134512640 135477443 4294956224 18446744073709551615 134780701 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 2405 1487 365 235 0 1106 0

[startup+0.311443 s]
/proc/loadavg: 2.17 2.06 2.02 4/72 2732
/proc/meminfo: memFree=1050416/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=11672 CPUtime=0.29
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 2016 0 0 0 28 1 0 0 19 0 1 0 2004355463 11952128 1976 996147200 134512640 135477443 4294956224 18446744073709551615 2420386 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 2918 1976 365 235 0 1619 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11672

[startup+0.40145 s]
/proc/loadavg: 2.17 2.06 2.02 4/72 2732
/proc/meminfo: memFree=1050416/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=13408 CPUtime=0.39
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 2474 0 0 0 37 2 0 0 19 0 1 0 2004355463 13729792 2434 996147200 134512640 135477443 4294956224 18446744073709551615 134780681 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 3352 2434 365 235 0 2053 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13408

[startup+0.501457 s]
/proc/loadavg: 2.17 2.06 2.02 4/72 2732
/proc/meminfo: memFree=1050416/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=15460 CPUtime=0.48
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 2960 0 0 0 46 2 0 0 21 0 1 0 2004355463 15831040 2920 996147200 134512640 135477443 4294956224 18446744073709551615 2414203 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 3865 2920 365 235 0 2566 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 15460

[startup+0.701473 s]
/proc/loadavg: 2.17 2.06 2.02 4/72 2732
/proc/meminfo: memFree=1050416/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=19408 CPUtime=0.68
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 3974 0 0 0 66 2 0 0 23 0 1 0 2004355463 19873792 3934 996147200 134512640 135477443 4294956224 18446744073709551615 134800176 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 4852 3934 365 235 0 3553 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 19408

[startup+1.50155 s]
/proc/loadavg: 2.17 2.06 2.02 3/73 2733
/proc/meminfo: memFree=979368/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=187428 CPUtime=1.48
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 22174 0 0 0 136 12 0 0 25 0 1 0 2004355463 191926272 22134 996147200 134512640 135477443 4294956224 18446744073709551615 134630441 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 46857 22134 432 235 0 45558 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 187428

[startup+3.10169 s]
/proc/loadavg: 2.16 2.06 2.02 3/73 2733
/proc/meminfo: memFree=880872/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=320020 CPUtime=3.05
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 47118 0 0 0 280 25 0 0 25 0 1 0 2004355463 327700480 46752 996147200 134512640 135477443 4294956224 18446744073709551615 134535888 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 80005 46752 437 235 0 78706 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 320020

[startup+6.30198 s]
/proc/loadavg: 2.16 2.06 2.02 3/73 2733
/proc/meminfo: memFree=1010984/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=6.23
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 48755 0 0 0 594 29 0 0 25 0 1 0 2004355463 139616256 10223 996147200 134512640 135477443 4294956224 18446744073709551615 134600965 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 34086 10223 477 235 0 32787 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 136344

[startup+12.7016 s]
/proc/loadavg: 2.13 2.06 2.01 3/73 2733
/proc/meminfo: memFree=1010216/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=12.57
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 48876 0 0 0 1228 29 0 0 25 0 1 0 2004355463 139616256 10344 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 34086 10344 477 235 0 32787 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 136344

[startup+25.5017 s]
/proc/loadavg: 2.11 2.06 2.01 3/73 2733
/proc/meminfo: memFree=1010216/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=25.27
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 48903 0 0 0 2498 29 0 0 25 0 1 0 2004355463 139616256 10371 996147200 134512640 135477443 4294956224 18446744073709551615 134590291 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 34086 10371 477 235 0 32787 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 136344

[startup+51.102 s]
/proc/loadavg: 2.07 2.05 2.01 3/73 2733
/proc/meminfo: memFree=1010088/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=50.64
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 48922 0 0 0 5035 29 0 0 25 0 1 0 2004355463 139616256 10390 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 34086 10390 479 235 0 32787 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 136344

[startup+102.302 s]
/proc/loadavg: 2.03 2.04 2.01 3/73 2733
/proc/meminfo: memFree=1010024/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=101.43
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 48922 0 0 0 10114 29 0 0 25 0 1 0 2004355463 139616256 10390 996147200 134512640 135477443 4294956224 18446744073709551615 134583302 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 34086 10390 479 235 0 32787 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 136344

[startup+162.302 s]
/proc/loadavg: 2.01 2.03 2.00 3/73 2733
/proc/meminfo: memFree=1009512/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=160.92
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49018 0 0 0 16062 30 0 0 25 0 1 0 2004355463 139616256 10486 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 34086 10486 480 235 0 32787 0
Current children cumulated CPU time (s) 160.92
Current children cumulated vsize (KiB) 136344

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 2733
/proc/meminfo: memFree=1009576/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=220.41
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49018 0 0 0 22011 30 0 0 25 0 1 0 2004355463 139616256 10486 996147200 134512640 135477443 4294956224 18446744073709551615 134590232 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 34086 10486 480 235 0 32787 0
Current children cumulated CPU time (s) 220.41
Current children cumulated vsize (KiB) 136344

[startup+282.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 2735
/proc/meminfo: memFree=1009256/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=279.88
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49079 0 0 0 27958 30 0 0 25 0 1 0 2004355463 139616256 10547 996147200 134512640 135477443 4294956224 18446744073709551615 134600870 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 34086 10547 480 235 0 32787 0
Current children cumulated CPU time (s) 279.88
Current children cumulated vsize (KiB) 136344

[startup+342.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/73 2735
/proc/meminfo: memFree=1009192/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=339.39
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49079 0 0 0 33908 31 0 0 25 0 1 0 2004355463 139616256 10547 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 34086 10547 480 235 0 32787 0
Current children cumulated CPU time (s) 339.39
Current children cumulated vsize (KiB) 136344

[startup+402.302 s]
/proc/loadavg: 2.05 2.03 2.00 3/73 2735
/proc/meminfo: memFree=1008936/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=398.88
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49098 0 0 0 39857 31 0 0 25 0 1 0 2004355463 139616256 10566 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 34086 10566 480 235 0 32787 0
Current children cumulated CPU time (s) 398.88
Current children cumulated vsize (KiB) 136344

[startup+462.307 s]
/proc/loadavg: 2.14 2.07 2.01 3/73 2735
/proc/meminfo: memFree=1008808/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=458.37
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49098 0 0 0 45806 31 0 0 25 0 1 0 2004355463 139616256 10566 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 34086 10566 480 235 0 32787 0
Current children cumulated CPU time (s) 458.37
Current children cumulated vsize (KiB) 136344

[startup+522.301 s]
/proc/loadavg: 2.05 2.05 2.01 3/73 2735
/proc/meminfo: memFree=1008872/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=517.85
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49098 0 0 0 51754 31 0 0 25 0 1 0 2004355463 139616256 10566 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 34086 10566 480 235 0 32787 0
Current children cumulated CPU time (s) 517.85
Current children cumulated vsize (KiB) 136344

[startup+582.302 s]
/proc/loadavg: 2.02 2.04 2.00 3/73 2735
/proc/meminfo: memFree=1008808/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=577.36
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49098 0 0 0 57705 31 0 0 25 0 1 0 2004355463 139616256 10566 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 34086 10566 480 235 0 32787 0
Current children cumulated CPU time (s) 577.36
Current children cumulated vsize (KiB) 136344

[startup+642.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/73 2735
/proc/meminfo: memFree=1008744/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=636.87
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49098 0 0 0 63655 32 0 0 25 0 1 0 2004355463 139616256 10566 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 34086 10566 480 235 0 32787 0
Current children cumulated CPU time (s) 636.87
Current children cumulated vsize (KiB) 136344


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

[startup+822.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 2735
/proc/meminfo: memFree=1008744/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=815.35
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49120 0 0 0 81502 33 0 0 25 0 1 0 2004355463 139616256 10588 996147200 134512640 135477443 4294956224 18446744073709551615 134609607 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 34086 10588 480 235 0 32787 0
Current children cumulated CPU time (s) 815.35
Current children cumulated vsize (KiB) 136344

[startup+882.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 2735
/proc/meminfo: memFree=1008680/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=874.85
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49120 0 0 0 87452 33 0 0 25 0 1 0 2004355463 139616256 10588 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 34086 10588 480 235 0 32787 0
Current children cumulated CPU time (s) 874.85
Current children cumulated vsize (KiB) 136344

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 2735
/proc/meminfo: memFree=1008360/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=934.34
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49154 0 0 0 93401 33 0 0 25 0 1 0 2004355463 139616256 10622 996147200 134512640 135477443 4294956224 18446744073709551615 134590165 0 0 4096 0 0 0 0 17 1 0 0
/proc/2732/statm: 34086 10622 480 235 0 32787 0
Current children cumulated CPU time (s) 934.34
Current children cumulated vsize (KiB) 136344

[startup+1002.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/73 2763
/proc/meminfo: memFree=1755624/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=994.17
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49230 0 0 0 99382 35 0 0 25 0 1 0 2004355463 139616256 10698 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/2732/statm: 34086 10698 480 235 0 32787 0
Current children cumulated CPU time (s) 994.17
Current children cumulated vsize (KiB) 136344

[startup+1062.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 2763
/proc/meminfo: memFree=1755560/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=1054.15
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49263 0 0 0 105380 35 0 0 25 0 1 0 2004355463 139616256 10731 996147200 134512640 135477443 4294956224 18446744073709551615 134609907 0 0 4096 0 0 0 0 17 0 0 0
/proc/2732/statm: 34086 10731 480 235 0 32787 0
Current children cumulated CPU time (s) 1054.15
Current children cumulated vsize (KiB) 136344

[startup+1122.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2763
/proc/meminfo: memFree=1754920/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=1114.13
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49430 0 0 0 111378 35 0 0 25 0 1 0 2004355463 139616256 10898 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/2732/statm: 34086 10898 480 235 0 32787 0
Current children cumulated CPU time (s) 1114.13
Current children cumulated vsize (KiB) 136344

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2763
/proc/meminfo: memFree=1754792/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=1174.1
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49444 0 0 0 117375 35 0 0 25 0 1 0 2004355463 139616256 10912 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/2732/statm: 34086 10912 480 235 0 32787 0
Current children cumulated CPU time (s) 1174.1
Current children cumulated vsize (KiB) 136344

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2763
/proc/meminfo: memFree=1754664/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=1234.09
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49480 0 0 0 123373 36 0 0 25 0 1 0 2004355463 139616256 10948 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/2732/statm: 34086 10948 480 235 0 32787 0
Current children cumulated CPU time (s) 1234.09
Current children cumulated vsize (KiB) 136344

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2763
/proc/meminfo: memFree=1754408/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=1294.07
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49505 0 0 0 129371 36 0 0 25 0 1 0 2004355463 139616256 10973 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/2732/statm: 34086 10973 480 235 0 32787 0
Current children cumulated CPU time (s) 1294.07
Current children cumulated vsize (KiB) 136344

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2763
/proc/meminfo: memFree=1754344/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=1354.05
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49505 0 0 0 135369 36 0 0 25 0 1 0 2004355463 139616256 10973 996147200 134512640 135477443 4294956224 18446744073709551615 134600843 0 0 4096 0 0 0 0 17 0 0 0
/proc/2732/statm: 34086 10973 480 235 0 32787 0
Current children cumulated CPU time (s) 1354.05
Current children cumulated vsize (KiB) 136344

[startup+1422.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2763
/proc/meminfo: memFree=1754344/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=1414.03
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49505 0 0 0 141367 36 0 0 25 0 1 0 2004355463 139616256 10973 996147200 134512640 135477443 4294956224 18446744073709551615 134610022 0 0 4096 0 0 0 0 17 0 0 0
/proc/2732/statm: 34086 10973 480 235 0 32787 0
Current children cumulated CPU time (s) 1414.03
Current children cumulated vsize (KiB) 136344

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2763
/proc/meminfo: memFree=1753576/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=1474
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49720 0 0 0 147364 36 0 0 25 0 1 0 2004355463 139616256 11188 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/2732/statm: 34086 11188 480 235 0 32787 0
Current children cumulated CPU time (s) 1474
Current children cumulated vsize (KiB) 136344

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2763
/proc/meminfo: memFree=1753192/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=1533.98
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49806 0 0 0 153362 36 0 0 25 0 1 0 2004355463 139616256 11274 996147200 134512640 135477443 4294956224 18446744073709551615 134590169 0 0 4096 0 0 0 0 17 0 0 0
/proc/2732/statm: 34086 11274 480 235 0 32787 0
Current children cumulated CPU time (s) 1533.98
Current children cumulated vsize (KiB) 136344

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2763
/proc/meminfo: memFree=1753192/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=1593.96
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49806 0 0 0 159360 36 0 0 25 0 1 0 2004355463 139616256 11274 996147200 134512640 135477443 4294956224 18446744073709551615 134590291 0 0 4096 0 0 0 0 17 0 0 0
/proc/2732/statm: 34086 11274 480 235 0 32787 0
Current children cumulated CPU time (s) 1593.96
Current children cumulated vsize (KiB) 136344

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2763
/proc/meminfo: memFree=1753128/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=1653.94
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49806 0 0 0 165358 36 0 0 25 0 1 0 2004355463 139616256 11274 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/2732/statm: 34086 11274 480 235 0 32787 0
Current children cumulated CPU time (s) 1653.94
Current children cumulated vsize (KiB) 136344

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2763
/proc/meminfo: memFree=1753064/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=1713.91
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49806 0 0 0 171355 36 0 0 25 0 1 0 2004355463 139616256 11274 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/2732/statm: 34086 11274 480 235 0 32787 0
Current children cumulated CPU time (s) 1713.91
Current children cumulated vsize (KiB) 136344

[startup+1782.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2763
/proc/meminfo: memFree=1753000/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=1773.9
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49806 0 0 0 177354 36 0 0 25 0 1 0 2004355463 139616256 11274 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 0 0 0
/proc/2732/statm: 34086 11274 480 235 0 32787 0
Current children cumulated CPU time (s) 1773.9
Current children cumulated vsize (KiB) 136344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.5 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 2763
/proc/meminfo: memFree=1753000/2055920 swapFree=4179776/4192956
[pid=2732] ppid=2730 vsize=136344 CPUtime=1800.09
/proc/2732/stat : 2732 (casperzao) R 2730 2732 2363 0 -1 4194304 49806 0 0 0 179973 36 0 0 25 0 1 0 2004355463 139616256 11274 996147200 134512640 135477443 4294956224 18446744073709551615 134590218 0 0 4096 0 0 0 0 17 0 0 0
/proc/2732/statm: 34086 11274 480 235 0 32787 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 136344

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): 1808.51
CPU time (s): 1800.11
CPU user time (s): 1799.73
CPU system time (s): 0.374943
CPU usage (%): 99.5351
Max. virtual memory (cumulated for all children) (KiB): 320020

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

runsolver used 2.06069 second user time and 4.95325 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-05 12:30:30
IDJOB=1095290
IDBENCH=58891
IDSOLVER=361
FILE ID=node43/1095290-1215253829
PBS_JOBID= 7882046
Free space on /tmp= 66436 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cae276bac25aed7acf591e47ccdf063b
RANDOM SEED=1917093540

node43.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.230
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.230
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:       1050896 kB
Buffers:         14972 kB
Cached:         231104 kB
SwapCached:       6816 kB
Active:         868564 kB
Inactive:        82892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1050896 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            8712 kB
Writeback:           0 kB
Mapped:         713336 kB
Slab:            37652 kB
Committed_AS:  4615040 kB
PageTables:       3220 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= 66496 MiB
End job on node43 at 2008-07-05 13:00:40