Trace number 1060754

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 1814.11

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-4.xml
MD5SUM89ae94f8bcf1c2ab487c579798d2259f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6352
Number of constraints13348
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13348
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.19/0.21	c Parsing = 1
0.48/0.53	c Building = 1
1.18/1.21	c [ NumberOfVariables = 6352 ]
1.18/1.21	c [ NumberOfConstraints = 13348 ]
1.18/1.21	c [ SizeOfSearchSpace(log2) = 6211 ]
1.18/1.21	c SymmetrySearch = (Timeout)
11.18/11.36	c [ Proceeding without symmetry breaking ]
11.18/11.38	c InitialPropagation = 1
11.28/11.41	c [ SizeOfSearchSpace(log2) = 4770 ]
11.28/11.41	c InitialSAC = 1
12.08/12.27	c [ SizeOfSearchSpace(log2) = 4766 ]
12.08/12.28	c Search(SampleFF) : 
1152.20/1162.15	c [ Sampling domwdeg ]
1152.20/1162.15	c [ Sampling impacts ]
1152.20/1162.15	c [ Sampling la ]
1152.20/1162.15	c [ SamplingScores: ]
1152.20/1162.15	c [ domwdeg+min = 0.321346 | domwdeg+rnd = 0.0447779 ]
1152.20/1162.15	c [ impacts+min = 3.04118e-09 | impacts+rnd = 6.38086e-07 ]
1152.20/1162.15	c [ la+min = 2.8975e-11 | la+rnd = 4.75997e-10 ]
1152.20/1162.15	c [ domwdeg = 0.183062 | impacts = 3.20564e-07 | la = 2.52486e-10 ]
1152.20/1162.15	c [ min = 0.107115 | rand = 3.20564e-07 ]
1152.20/1162.15	c [ restarting at (0.1,3.09695e-09) ]
1152.50/1162.42	c [ restarting at (0.25,8.69e-07) ]
1152.90/1162.83	c [ restarting at (0.625,1.8376e-08) ]
1154.49/1164.41	c [ restarting at (1.5625,2.823e-07) ]
1158.58/1168.59	c [ restarting at (3.90625,3.03048e-07) ]
1168.36/1178.36	c [ restarting at (9.76562,1.42844e-06) ]
1192.75/1202.79	c [ restarting at (24.4141,1.04685e-06) ]
1253.83/1263.86	c [ restarting at (61.0352,1.33662e-06) ]
1405.81/1416.50	c [ restarting at (152.588,6.95052e-05) ]
1784.15/1798.10	c [ restarting at (381.47,0.0199204) ]

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

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: 1.92 1.98 1.99 4/80 16507
/proc/meminfo: memFree=1453368/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=1056 CPUtime=0
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1991828393 1081344 26 996147200 134512640 135477443 4294956240 18446744073709551615 7512868 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 264 26 20 235 0 3 0

[startup+0.112436 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 16507
/proc/meminfo: memFree=1453368/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=6760 CPUtime=0.1
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 816 0 0 0 10 0 0 0 18 0 1 0 1991828393 6922240 776 996147200 134512640 135477443 4294956240 18446744073709551615 134774116 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 1690 776 370 235 0 391 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 6760

[startup+0.202446 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 16507
/proc/meminfo: memFree=1453368/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=7948 CPUtime=0.19
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 1102 0 0 0 19 0 0 0 18 0 1 0 1991828393 8138752 1062 996147200 134512640 135477443 4294956240 18446744073709551615 4160505743 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 1987 1062 370 235 0 688 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7948

[startup+0.302454 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 16507
/proc/meminfo: memFree=1453368/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=9004 CPUtime=0.28
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 1360 0 0 0 28 0 0 0 19 0 1 0 1991828393 9220096 1320 996147200 134512640 135477443 4294956240 18446744073709551615 134790430 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 2251 1320 370 235 0 952 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9004

[startup+0.702502 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 16507
/proc/meminfo: memFree=1453368/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=104880 CPUtime=0.68
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 5961 0 0 0 58 10 0 0 23 0 1 0 1991828393 107397120 2776 996147200 134512640 135477443 4294956240 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 26220 2776 421 235 0 24921 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 104880

[startup+1.50156 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 16508
/proc/meminfo: memFree=1440048/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=117720 CPUtime=1.47
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 19304 0 0 0 104 43 0 0 25 0 1 0 1991828393 120545280 5881 996147200 134512640 135477443 4294956240 18446744073709551615 134534944 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 29430 5881 455 235 0 28131 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 117720

[startup+3.10171 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 16508
/proc/meminfo: memFree=1431024/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=117720 CPUtime=3.05
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 19477 0 0 0 262 43 0 0 25 0 1 0 1991828393 120545280 6054 996147200 134512640 135477443 4294956240 18446744073709551615 134535448 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 29430 6054 455 235 0 28131 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 117720

[startup+6.30198 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 16508
/proc/meminfo: memFree=1430576/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=117720 CPUtime=6.22
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 19477 0 0 0 579 43 0 0 25 0 1 0 1991828393 120545280 6054 996147200 134512640 135477443 4294956240 18446744073709551615 134535380 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 29430 6054 455 235 0 28131 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 117720

[startup+12.7015 s]
/proc/loadavg: 1.94 1.98 1.99 3/81 16508
/proc/meminfo: memFree=1438064/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=12.57
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 19757 0 0 0 1213 44 0 0 25 0 1 0 1991828393 109486080 4333 996147200 134512640 135477443 4294956240 18446744073709551615 135208668 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 26730 4333 505 235 0 25431 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 106920

[startup+25.5027 s]
/proc/loadavg: 1.95 1.98 1.99 3/81 16508
/proc/meminfo: memFree=1437360/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=25.26
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 19853 0 0 0 2482 44 0 0 25 0 1 0 1991828393 109486080 4429 996147200 134512640 135477443 4294956240 18446744073709551615 134695841 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 26730 4429 505 235 0 25431 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 106920

[startup+51.1029 s]
/proc/loadavg: 1.96 1.98 1.99 3/81 16508
/proc/meminfo: memFree=1437104/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=50.63
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 19941 0 0 0 5019 44 0 0 25 0 1 0 1991828393 109486080 4517 996147200 134512640 135477443 4294956240 18446744073709551615 135237370 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 26730 4517 507 235 0 25431 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 106920

[startup+102.301 s]
/proc/loadavg: 1.98 1.98 1.99 3/81 16508
/proc/meminfo: memFree=1436144/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=101.41
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 20117 0 0 0 10096 45 0 0 25 0 1 0 1991828393 109486080 4693 996147200 134512640 135477443 4294956240 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 26730 4693 507 235 0 25431 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 106920

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 16508
/proc/meminfo: memFree=1435504/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=160.89
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 20295 0 0 0 16044 45 0 0 25 0 1 0 1991828393 109486080 4871 996147200 134512640 135477443 4294956240 18446744073709551615 8814331 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 26730 4871 507 235 0 25431 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 106920

[startup+222.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 16508
/proc/meminfo: memFree=1434864/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=220.39
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 20475 0 0 0 21994 45 0 0 25 0 1 0 1991828393 109486080 5051 996147200 134512640 135477443 4294956240 18446744073709551615 135235211 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 26730 5051 507 235 0 25431 0
Current children cumulated CPU time (s) 220.39
Current children cumulated vsize (KiB) 106920

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 16508
/proc/meminfo: memFree=1434160/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=279.88
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 20650 0 0 0 27943 45 0 0 25 0 1 0 1991828393 109486080 5226 996147200 134512640 135477443 4294956240 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 26730 5226 507 235 0 25431 0
Current children cumulated CPU time (s) 279.88
Current children cumulated vsize (KiB) 106920

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 16508
/proc/meminfo: memFree=1433456/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=339.37
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 20823 0 0 0 33892 45 0 0 25 0 1 0 1991828393 109486080 5399 996147200 134512640 135477443 4294956240 18446744073709551615 8814331 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 26730 5399 507 235 0 25431 0
Current children cumulated CPU time (s) 339.37
Current children cumulated vsize (KiB) 106920

[startup+402.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 16508
/proc/meminfo: memFree=1432816/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=398.86
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 20992 0 0 0 39841 45 0 0 25 0 1 0 1991828393 109486080 5568 996147200 134512640 135477443 4294956240 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 26730 5568 507 235 0 25431 0
Current children cumulated CPU time (s) 398.86
Current children cumulated vsize (KiB) 106920

[startup+462.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 16508
/proc/meminfo: memFree=1432048/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=458.36
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 21162 0 0 0 45790 46 0 0 25 0 1 0 1991828393 109486080 5738 996147200 134512640 135477443 4294956240 18446744073709551615 134585999 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 26730 5738 507 235 0 25431 0
Current children cumulated CPU time (s) 458.36
Current children cumulated vsize (KiB) 106920

[startup+522.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 16508
/proc/meminfo: memFree=1431472/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=517.85
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 21314 0 0 0 51739 46 0 0 25 0 1 0 1991828393 109486080 5890 996147200 134512640 135477443 4294956240 18446744073709551615 8814331 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 26730 5890 507 235 0 25431 0
Current children cumulated CPU time (s) 517.85
Current children cumulated vsize (KiB) 106920

[startup+582.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 16508
/proc/meminfo: memFree=1430896/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=577.34
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 21452 0 0 0 57688 46 0 0 25 0 1 0 1991828393 109486080 6028 996147200 134512640 135477443 4294956240 18446744073709551615 135235247 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 26730 6028 507 235 0 25431 0
Current children cumulated CPU time (s) 577.34
Current children cumulated vsize (KiB) 106920

[startup+642.303 s]
/proc/loadavg: 2.11 2.02 2.01 3/81 16508
/proc/meminfo: memFree=1430256/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=636.83
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 21596 0 0 0 63637 46 0 0 25 0 1 0 1991828393 109486080 6172 996147200 134512640 135477443 4294956240 18446744073709551615 8814331 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 26730 6172 507 235 0 25431 0
Current children cumulated CPU time (s) 636.83
Current children cumulated vsize (KiB) 106920


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

[startup+822.303 s]
/proc/loadavg: 2.02 2.02 2.00 3/81 16508
/proc/meminfo: memFree=1429680/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=815.3
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 21696 0 0 0 81484 46 0 0 25 0 1 0 1991828393 109486080 6272 996147200 134512640 135477443 4294956240 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 26730 6272 507 235 0 25431 0
Current children cumulated CPU time (s) 815.3
Current children cumulated vsize (KiB) 106920

[startup+882.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 16508
/proc/meminfo: memFree=1429744/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=874.8
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 21696 0 0 0 87434 46 0 0 25 0 1 0 1991828393 109486080 6272 996147200 134512640 135477443 4294956240 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 26730 6272 507 235 0 25431 0
Current children cumulated CPU time (s) 874.8
Current children cumulated vsize (KiB) 106920

[startup+942.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 16508
/proc/meminfo: memFree=1429744/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=934.28
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 21696 0 0 0 93382 46 0 0 25 0 1 0 1991828393 109486080 6272 996147200 134512640 135477443 4294956240 18446744073709551615 135235195 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 26730 6272 507 235 0 25431 0
Current children cumulated CPU time (s) 934.28
Current children cumulated vsize (KiB) 106920

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 16508
/proc/meminfo: memFree=1429744/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=993.77
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 21696 0 0 0 99331 46 0 0 25 0 1 0 1991828393 109486080 6272 996147200 134512640 135477443 4294956240 18446744073709551615 135235247 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 26730 6272 507 235 0 25431 0
Current children cumulated CPU time (s) 993.77
Current children cumulated vsize (KiB) 106920

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 16508
/proc/meminfo: memFree=1429744/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=1053.28
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 21696 0 0 0 105281 47 0 0 25 0 1 0 1991828393 109486080 6272 996147200 134512640 135477443 4294956240 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 26730 6272 507 235 0 25431 0
Current children cumulated CPU time (s) 1053.28
Current children cumulated vsize (KiB) 106920

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 16508
/proc/meminfo: memFree=1429680/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=1112.76
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 21696 0 0 0 111229 47 0 0 25 0 1 0 1991828393 109486080 6272 996147200 134512640 135477443 4294956240 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/16507/statm: 26730 6272 507 235 0 25431 0
Current children cumulated CPU time (s) 1112.76
Current children cumulated vsize (KiB) 106920

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 16588
/proc/meminfo: memFree=1459680/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=1172.36
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 21697 0 0 0 117188 48 0 0 25 0 1 0 1991828393 109486080 6273 996147200 134512640 135477443 4294956240 18446744073709551615 135208645 0 0 4096 0 0 0 0 17 0 0 0
/proc/16507/statm: 26730 6273 508 235 0 25431 0
Current children cumulated CPU time (s) 1172.36
Current children cumulated vsize (KiB) 106920

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/82 16588
/proc/meminfo: memFree=1459616/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=1232.34
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 21697 0 0 0 123186 48 0 0 25 0 1 0 1991828393 109486080 6273 996147200 134512640 135477443 4294956240 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 0 0 0
/proc/16507/statm: 26730 6273 508 235 0 25431 0
Current children cumulated CPU time (s) 1232.34
Current children cumulated vsize (KiB) 106920

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 16588
/proc/meminfo: memFree=1459552/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=1292.32
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 21697 0 0 0 129184 48 0 0 25 0 1 0 1991828393 109486080 6273 996147200 134512640 135477443 4294956240 18446744073709551615 134583665 0 0 4096 0 0 0 0 17 0 0 0
/proc/16507/statm: 26730 6273 508 235 0 25431 0
Current children cumulated CPU time (s) 1292.32
Current children cumulated vsize (KiB) 106920

[startup+1362.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/82 16588
/proc/meminfo: memFree=1459552/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=1352.07
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 21697 0 0 0 135159 48 0 0 25 0 1 0 1991828393 109486080 6273 996147200 134512640 135477443 4294956240 18446744073709551615 135208677 0 0 4096 0 0 0 0 17 0 0 0
/proc/16507/statm: 26730 6273 508 235 0 25431 0
Current children cumulated CPU time (s) 1352.07
Current children cumulated vsize (KiB) 106920

[startup+1422.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/82 16588
/proc/meminfo: memFree=1459680/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=1411.57
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 21697 0 0 0 141108 49 0 0 25 0 1 0 1991828393 109486080 6273 996147200 134512640 135477443 4294956240 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 0 0 0
/proc/16507/statm: 26730 6273 508 235 0 25431 0
Current children cumulated CPU time (s) 1411.57
Current children cumulated vsize (KiB) 106920

[startup+1482.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/82 16588
/proc/meminfo: memFree=1459616/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=1471.05
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 21697 0 0 0 147056 49 0 0 25 0 1 0 1991828393 109486080 6273 996147200 134512640 135477443 4294956240 18446744073709551615 134673693 0 0 4096 0 0 0 0 17 0 0 0
/proc/16507/statm: 26730 6273 508 235 0 25431 0
Current children cumulated CPU time (s) 1471.05
Current children cumulated vsize (KiB) 106920

[startup+1542.31 s]
/proc/loadavg: 2.07 2.05 2.00 3/82 16588
/proc/meminfo: memFree=1459680/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=1530.54
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 21697 0 0 0 153005 49 0 0 25 0 1 0 1991828393 109486080 6273 996147200 134512640 135477443 4294956240 18446744073709551615 135208512 0 0 4096 0 0 0 0 17 0 0 0
/proc/16507/statm: 26730 6273 508 235 0 25431 0
Current children cumulated CPU time (s) 1530.54
Current children cumulated vsize (KiB) 106920

[startup+1602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/82 16588
/proc/meminfo: memFree=1459680/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=1590.03
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 21697 0 0 0 158954 49 0 0 25 0 1 0 1991828393 109486080 6273 996147200 134512640 135477443 4294956240 18446744073709551615 135208645 0 0 4096 0 0 0 0 17 0 0 0
/proc/16507/statm: 26730 6273 508 235 0 25431 0
Current children cumulated CPU time (s) 1590.03
Current children cumulated vsize (KiB) 106920

[startup+1662.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/82 16588
/proc/meminfo: memFree=1459616/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=1649.51
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 21697 0 0 0 164902 49 0 0 25 0 1 0 1991828393 109486080 6273 996147200 134512640 135477443 4294956240 18446744073709551615 134673677 0 0 4096 0 0 0 0 17 0 0 0
/proc/16507/statm: 26730 6273 508 235 0 25431 0
Current children cumulated CPU time (s) 1649.51
Current children cumulated vsize (KiB) 106920

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/82 16588
/proc/meminfo: memFree=1459616/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=1709
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 21697 0 0 0 170851 49 0 0 25 0 1 0 1991828393 109486080 6273 996147200 134512640 135477443 4294956240 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 0 0 0
/proc/16507/statm: 26730 6273 508 235 0 25431 0
Current children cumulated CPU time (s) 1709
Current children cumulated vsize (KiB) 106920

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 16588
/proc/meminfo: memFree=1459488/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=1768.49
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 21697 0 0 0 176800 49 0 0 25 0 1 0 1991828393 109486080 6273 996147200 134512640 135477443 4294956240 18446744073709551615 134880319 0 0 4096 0 0 0 0 17 0 0 0
/proc/16507/statm: 26730 6273 508 235 0 25431 0
Current children cumulated CPU time (s) 1768.49
Current children cumulated vsize (KiB) 106920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 16588
/proc/meminfo: memFree=1459488/2055920 swapFree=4180972/4192956
[pid=16507] ppid=16505 vsize=106920 CPUtime=1800.01
/proc/16507/stat : 16507 (casperzao) R 16505 16507 15537 0 -1 4194304 21697 0 0 0 179952 49 0 0 25 0 1 0 1991828393 109486080 6273 996147200 134512640 135477443 4294956240 18446744073709551615 134679632 0 0 4096 0 0 0 0 17 0 0 0
/proc/16507/statm: 26730 6273 508 235 0 25431 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 106920

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): 1814.11
CPU time (s): 1800.03
CPU user time (s): 1799.53
CPU system time (s): 0.499924
CPU usage (%): 99.2238
Max. virtual memory (cumulated for all children) (KiB): 117720

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

runsolver used 1.68474 second user time and 5.05723 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-04 01:42:18
IDJOB=1060754
IDBENCH=54478
IDSOLVER=361
FILE ID=node15/1060754-1215128537
PBS_JOBID= 7877204
Free space on /tmp= 66548 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-32-4.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060754-1215128537/watcher-1060754-1215128537 -o /tmp/evaluation-result-1060754-1215128537/solver-1060754-1215128537 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1060754-1215128537.xml 39932744 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 89ae94f8bcf1c2ab487c579798d2259f
RANDOM SEED=39932744

node15.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.229
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.229
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:       1453848 kB
Buffers:         73844 kB
Cached:         363836 kB
SwapCached:       6020 kB
Active:         301840 kB
Inactive:       224216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1453848 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            4952 kB
Writeback:           0 kB
Mapped:         104736 kB
Slab:            60908 kB
Committed_AS:  4258696 kB
PageTables:       2092 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= 66548 MiB
End job on node15 at 2008-07-04 02:12:34