Trace number 1093199

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.08 1814.33

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-4.xml
MD5SUMdd44b0f4bc1fc8c91b1c88651ddbad3c
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 benchmark32.4351
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
3.36/3.42	c Building = 1
4.24/4.34	c [ NumberOfVariables = 25 ]
4.24/4.34	c [ NumberOfConstraints = 56 ]
4.24/4.34	c [ SizeOfSearchSpace(log2) = 58.0482 ]
4.24/4.34	c SymmetrySearch = (OutOfMemory)
11.06/11.26	c [ Proceeding without symmetry breaking ]
12.56/12.76	c InitialPropagation = 1
12.65/12.81	c [ SizeOfSearchSpace(log2) = 58.0482 ]
12.65/12.81	c InitialSAC = 1
15.63/15.84	c [ SizeOfSearchSpace(log2) = 58.0482 ]
15.63/15.84	c Search(SampleFF) : 
199.75/201.89	c [ Sampling domwdeg ]
199.75/201.89	c [ Sampling impacts ]
199.75/201.89	c [ Sampling la ]
199.75/201.89	c [ SamplingScores: ]
199.75/201.89	c [ domwdeg+min = 1.65529e-07 | domwdeg+rnd = 2.00333e-08 ]
199.75/201.89	c [ impacts+min = 4.07971e-08 | impacts+rnd = 1.52254e-08 ]
199.75/201.89	c [ la+min = 9.58054e-10 | la+rnd = 3.83222e-11 ]
199.75/201.89	c [ domwdeg = 9.27813e-08 | impacts = 2.80113e-08 | la = 4.98188e-10 ]
199.75/201.89	c [ min = 6.90948e-08 | rand = 2.80113e-08 ]
199.75/201.89	c [ restarting at (0.1,8.192e-10) ]
201.04/203.16	c [ restarting at (0.25,2.048e-08) ]
202.13/204.23	c [ restarting at (0.625,2.048e-08) ]
203.91/206.07	c [ restarting at (1.5625,1.06496e-07) ]
208.08/210.28	c [ restarting at (3.90625,1.04448e-06) ]
218.49/220.76	c [ restarting at (9.76562,1.7408e-06) ]
244.46/246.93	c [ restarting at (24.4141,1.10674e-06) ]
309.31/312.38	c [ restarting at (61.0352,1.3312e-05) ]
471.62/476.07	c [ restarting at (152.588,4.38354e-05) ]
578.09/583.45	c [ restarting at (381.47,2.61161e-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-1093199-1215248891/watcher-1093199-1215248891 -o /tmp/evaluation-result-1093199-1215248891/solver-1093199-1215248891 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1093199-1215248891.xml 949623743 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.99 4/84 2845
/proc/meminfo: memFree=1318024/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=1056 CPUtime=0
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 2003862319 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 11957028 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 264 26 20 235 0 3 0

[startup+0.10946 s]
/proc/loadavg: 2.00 2.00 1.99 4/84 2845
/proc/meminfo: memFree=1318024/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=8424 CPUtime=0.09
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 1228 0 0 0 9 0 0 0 18 0 1 0 2003862319 8626176 1188 996147200 134512640 135477443 4294956224 18446744073709551615 134784284 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 2106 1188 365 235 0 807 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8424

[startup+0.201462 s]
/proc/loadavg: 2.00 2.00 1.99 4/84 2845
/proc/meminfo: memFree=1318024/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=9760 CPUtime=0.18
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 1555 0 0 0 17 1 0 0 18 0 1 0 2003862319 9994240 1515 996147200 134512640 135477443 4294956224 18446744073709551615 134780698 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 2440 1515 365 235 0 1141 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9760

[startup+0.301475 s]
/proc/loadavg: 2.00 2.00 1.99 4/84 2845
/proc/meminfo: memFree=1318024/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=12428 CPUtime=0.28
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 2205 0 0 0 27 1 0 0 19 0 1 0 2003862319 12726272 2165 996147200 134512640 135477443 4294956224 18446744073709551615 134780695 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 3107 2165 365 235 0 1808 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12428

[startup+0.701515 s]
/proc/loadavg: 2.00 2.00 1.99 4/84 2845
/proc/meminfo: memFree=1318024/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=21620 CPUtime=0.68
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 4484 0 0 0 65 3 0 0 23 0 1 0 2003862319 22138880 4444 996147200 134512640 135477443 4294956224 18446744073709551615 12392059 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 5405 4444 365 235 0 4106 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 21620

[startup+1.50158 s]
/proc/loadavg: 2.08 2.02 1.99 3/85 2846
/proc/meminfo: memFree=1292544/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=40540 CPUtime=1.47
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 9242 0 0 0 141 6 0 0 25 0 1 0 2003862319 41512960 9202 996147200 134512640 135477443 4294956224 18446744073709551615 134713617 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 10135 9202 365 235 0 8836 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 40540

[startup+3.10172 s]
/proc/loadavg: 2.08 2.02 1.99 3/85 2846
/proc/meminfo: memFree=1266432/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=76380 CPUtime=3.06
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 18200 0 0 0 294 12 0 0 25 0 1 0 2003862319 78213120 18160 996147200 134512640 135477443 4294956224 18446744073709551615 134780684 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 19095 18160 365 235 0 17796 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 76380

[startup+6.30201 s]
/proc/loadavg: 2.07 2.02 1.99 3/85 2846
/proc/meminfo: memFree=1034624/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=472728 CPUtime=6.22
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 89501 0 0 0 572 50 0 0 25 0 1 0 2003862319 484073472 89461 996147200 134512640 135477443 4294956224 18446744073709551615 12390828 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 118182 89461 433 235 0 116883 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 472728

[startup+12.7016 s]
/proc/loadavg: 2.07 2.02 1.99 3/85 2846
/proc/meminfo: memFree=586824/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=287884 CPUtime=12.56
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 182953 0 0 0 1146 110 0 0 25 0 1 0 2003862319 294793216 43039 996147200 134512640 135477443 4294956224 18446744073709551615 12388181 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 71971 43039 453 235 0 70672 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 287884

[startup+25.5027 s]
/proc/loadavg: 2.05 2.01 1.99 3/85 2846
/proc/meminfo: memFree=1150216/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=25.24
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183248 0 0 0 2414 110 0 0 25 0 1 0 2003862319 289824768 42121 996147200 134512640 135477443 4294956224 18446744073709551615 134600905 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42121 476 235 0 69459 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 283032

[startup+51.103 s]
/proc/loadavg: 2.03 2.01 1.99 3/85 2846
/proc/meminfo: memFree=1149512/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=50.62
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183454 0 0 0 4952 110 0 0 25 0 1 0 2003862319 289824768 42327 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42327 484 235 0 69459 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 283032

[startup+102.303 s]
/proc/loadavg: 2.01 2.01 1.99 3/85 2846
/proc/meminfo: memFree=1149192/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=101.37
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183474 0 0 0 10027 110 0 0 25 0 1 0 2003862319 289824768 42347 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42347 486 235 0 69459 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 283032

[startup+162.303 s]
/proc/loadavg: 2.08 2.02 2.00 3/85 2846
/proc/meminfo: memFree=1125896/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=160.59
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183474 0 0 0 15948 111 0 0 25 0 1 0 2003862319 289824768 42347 996147200 134512640 135477443 4294956224 18446744073709551615 134590165 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42347 486 235 0 69459 0
Current children cumulated CPU time (s) 160.59
Current children cumulated vsize (KiB) 283032

[startup+222.306 s]
/proc/loadavg: 2.03 2.01 2.00 3/85 2846
/proc/meminfo: memFree=1125896/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=220.08
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183475 0 0 0 21897 111 0 0 25 0 1 0 2003862319 289824768 42348 996147200 134512640 135477443 4294956224 18446744073709551615 134590162 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42348 487 235 0 69459 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 283032

[startup+282.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/85 2846
/proc/meminfo: memFree=1125832/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=279.56
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183475 0 0 0 27845 111 0 0 25 0 1 0 2003862319 289824768 42348 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42348 487 235 0 69459 0
Current children cumulated CPU time (s) 279.56
Current children cumulated vsize (KiB) 283032

[startup+342.302 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 2846
/proc/meminfo: memFree=1125768/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=339.05
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183475 0 0 0 33794 111 0 0 25 0 1 0 2003862319 289824768 42348 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42348 487 235 0 69459 0
Current children cumulated CPU time (s) 339.05
Current children cumulated vsize (KiB) 283032

[startup+402.301 s]
/proc/loadavg: 2.09 2.03 2.00 3/85 2846
/proc/meminfo: memFree=1125768/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=398.54
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183475 0 0 0 39743 111 0 0 25 0 1 0 2003862319 289824768 42348 996147200 134512640 135477443 4294956224 18446744073709551615 134590291 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42348 487 235 0 69459 0
Current children cumulated CPU time (s) 398.54
Current children cumulated vsize (KiB) 283032

[startup+462.301 s]
/proc/loadavg: 2.17 2.05 2.01 3/85 2846
/proc/meminfo: memFree=1125704/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=458.03
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183475 0 0 0 45692 111 0 0 25 0 1 0 2003862319 289824768 42348 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42348 487 235 0 69459 0
Current children cumulated CPU time (s) 458.03
Current children cumulated vsize (KiB) 283032

[startup+522.302 s]
/proc/loadavg: 2.16 2.08 2.02 3/85 2846
/proc/meminfo: memFree=1125704/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=517.52
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183475 0 0 0 51641 111 0 0 25 0 1 0 2003862319 289824768 42348 996147200 134512640 135477443 4294956224 18446744073709551615 134590252 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42348 487 235 0 69459 0
Current children cumulated CPU time (s) 517.52
Current children cumulated vsize (KiB) 283032

[startup+582.302 s]
/proc/loadavg: 2.06 2.06 2.01 3/85 2846
/proc/meminfo: memFree=1125512/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=577.01
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183475 0 0 0 57590 111 0 0 25 0 1 0 2003862319 289824768 42348 996147200 134512640 135477443 4294956224 18446744073709551615 134600804 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42348 487 235 0 69459 0
Current children cumulated CPU time (s) 577.01
Current children cumulated vsize (KiB) 283032

[startup+642.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/85 2894
/proc/meminfo: memFree=1462984/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=636.96
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183475 0 0 0 63580 116 0 0 25 0 1 0 2003862319 289824768 42348 996147200 134512640 135477443 4294956224 18446744073709551615 134600949 0 0 4096 0 0 0 0 17 0 0 0
/proc/2845/statm: 70758 42348 487 235 0 69459 0
Current children cumulated CPU time (s) 636.96
Current children cumulated vsize (KiB) 283032


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

[startup+822.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/81 2989
/proc/meminfo: memFree=1492008/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=816.44
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183475 0 0 0 81525 119 0 0 25 0 1 0 2003862319 289824768 42348 996147200 134512640 135477443 4294956224 18446744073709551615 134590291 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42348 487 235 0 69459 0
Current children cumulated CPU time (s) 816.44
Current children cumulated vsize (KiB) 283032

[startup+882.306 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 2989
/proc/meminfo: memFree=1490216/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=875.93
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183475 0 0 0 87474 119 0 0 25 0 1 0 2003862319 289824768 42348 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42348 487 235 0 69459 0
Current children cumulated CPU time (s) 875.93
Current children cumulated vsize (KiB) 283032

[startup+942.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 2989
/proc/meminfo: memFree=1490152/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=935.43
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183475 0 0 0 93424 119 0 0 25 0 1 0 2003862319 289824768 42348 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42348 487 235 0 69459 0
Current children cumulated CPU time (s) 935.43
Current children cumulated vsize (KiB) 283032

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 2989
/proc/meminfo: memFree=1490088/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=994.91
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183475 0 0 0 99372 119 0 0 25 0 1 0 2003862319 289824768 42348 996147200 134512640 135477443 4294956224 18446744073709551615 134600890 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42348 487 235 0 69459 0
Current children cumulated CPU time (s) 994.91
Current children cumulated vsize (KiB) 283032

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 2989
/proc/meminfo: memFree=1490088/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=1054.41
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183475 0 0 0 105322 119 0 0 25 0 1 0 2003862319 289824768 42348 996147200 134512640 135477443 4294956224 18446744073709551615 135268214 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42348 487 235 0 69459 0
Current children cumulated CPU time (s) 1054.41
Current children cumulated vsize (KiB) 283032

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 2989
/proc/meminfo: memFree=1490024/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=1113.9
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183475 0 0 0 111271 119 0 0 25 0 1 0 2003862319 289824768 42348 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42348 487 235 0 69459 0
Current children cumulated CPU time (s) 1113.9
Current children cumulated vsize (KiB) 283032

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 2989
/proc/meminfo: memFree=1490024/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=1173.39
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183475 0 0 0 117220 119 0 0 25 0 1 0 2003862319 289824768 42348 996147200 134512640 135477443 4294956224 18446744073709551615 134600823 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42348 487 235 0 69459 0
Current children cumulated CPU time (s) 1173.39
Current children cumulated vsize (KiB) 283032

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 2989
/proc/meminfo: memFree=1487336/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=1232.88
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183484 0 0 0 123169 119 0 0 25 0 1 0 2003862319 289824768 42357 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42357 487 235 0 69459 0
Current children cumulated CPU time (s) 1232.88
Current children cumulated vsize (KiB) 283032

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 2989
/proc/meminfo: memFree=1487144/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=1292.37
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183484 0 0 0 129118 119 0 0 25 0 1 0 2003862319 289824768 42357 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42357 487 235 0 69459 0
Current children cumulated CPU time (s) 1292.37
Current children cumulated vsize (KiB) 283032

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/81 2989
/proc/meminfo: memFree=1487144/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=1351.87
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183484 0 0 0 135068 119 0 0 25 0 1 0 2003862319 289824768 42357 996147200 134512640 135477443 4294956224 18446744073709551615 134600974 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42357 487 235 0 69459 0
Current children cumulated CPU time (s) 1351.87
Current children cumulated vsize (KiB) 283032

[startup+1422.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/81 2989
/proc/meminfo: memFree=1487016/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=1411.36
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183495 0 0 0 141017 119 0 0 25 0 1 0 2003862319 289824768 42368 996147200 134512640 135477443 4294956224 18446744073709551615 134600992 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42368 487 235 0 69459 0
Current children cumulated CPU time (s) 1411.36
Current children cumulated vsize (KiB) 283032

[startup+1482.3 s]
/proc/loadavg: 2.15 2.06 2.01 3/81 2989
/proc/meminfo: memFree=1487016/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=1470.86
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183495 0 0 0 146967 119 0 0 25 0 1 0 2003862319 289824768 42368 996147200 134512640 135477443 4294956224 18446744073709551615 134600981 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42368 487 235 0 69459 0
Current children cumulated CPU time (s) 1470.86
Current children cumulated vsize (KiB) 283032

[startup+1542.31 s]
/proc/loadavg: 2.06 2.05 2.00 3/81 2989
/proc/meminfo: memFree=1486824/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=1530.35
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183495 0 0 0 152916 119 0 0 25 0 1 0 2003862319 289824768 42368 996147200 134512640 135477443 4294956224 18446744073709551615 134600896 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42368 487 235 0 69459 0
Current children cumulated CPU time (s) 1530.35
Current children cumulated vsize (KiB) 283032

[startup+1602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/81 2991
/proc/meminfo: memFree=1486504/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=1589.84
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183495 0 0 0 158865 119 0 0 25 0 1 0 2003862319 289824768 42368 996147200 134512640 135477443 4294956224 18446744073709551615 134590241 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42368 487 235 0 69459 0
Current children cumulated CPU time (s) 1589.84
Current children cumulated vsize (KiB) 283032

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/81 2991
/proc/meminfo: memFree=1486504/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=1649.33
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183495 0 0 0 164814 119 0 0 25 0 1 0 2003862319 289824768 42368 996147200 134512640 135477443 4294956224 18446744073709551615 134590157 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42368 487 235 0 69459 0
Current children cumulated CPU time (s) 1649.33
Current children cumulated vsize (KiB) 283032

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 2991
/proc/meminfo: memFree=1486568/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=1708.82
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183495 0 0 0 170763 119 0 0 25 0 1 0 2003862319 289824768 42368 996147200 134512640 135477443 4294956224 18446744073709551615 134590247 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42368 487 235 0 69459 0
Current children cumulated CPU time (s) 1708.82
Current children cumulated vsize (KiB) 283032

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 2991
/proc/meminfo: memFree=1486568/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=1768.32
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183495 0 0 0 176713 119 0 0 25 0 1 0 2003862319 289824768 42368 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42368 487 235 0 69459 0
Current children cumulated CPU time (s) 1768.32
Current children cumulated vsize (KiB) 283032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 2991
/proc/meminfo: memFree=1486568/2055920 swapFree=4180688/4192956
[pid=2845] ppid=2843 vsize=283032 CPUtime=1800.05
/proc/2845/stat : 2845 (casperzao) R 2843 2845 1210 0 -1 4194304 183495 0 0 0 179886 119 0 0 25 0 1 0 2003862319 289824768 42368 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/2845/statm: 70758 42368 487 235 0 69459 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 283032

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.33
CPU time (s): 1800.08
CPU user time (s): 1798.86
CPU system time (s): 1.22181
CPU usage (%): 99.2145
Max. virtual memory (cumulated for all children) (KiB): 856128

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

runsolver used 1.66075 second user time and 5.05723 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-05 11:08:13
IDJOB=1093199
IDBENCH=58690
IDSOLVER=361
FILE ID=node41/1093199-1215248891
PBS_JOBID= 7881946
Free space on /tmp= 66096 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-4.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093199-1215248891/watcher-1093199-1215248891 -o /tmp/evaluation-result-1093199-1215248891/solver-1093199-1215248891 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1093199-1215248891.xml 949623743 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dd44b0f4bc1fc8c91b1c88651ddbad3c
RANDOM SEED=949623743

node41.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.232
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.232
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:       1318504 kB
Buffers:         16008 kB
Cached:         207972 kB
SwapCached:       6540 kB
Active:         578232 kB
Inactive:       107372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1318504 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:           33340 kB
Writeback:           0 kB
Mapped:         472516 kB
Slab:            36304 kB
Committed_AS:  4330424 kB
PageTables:       2596 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= 66116 MiB
End job on node41 at 2008-07-05 11:38:29