Trace number 1060670

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.21

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-5-c.xml
MD5SUM7b5f2b113871d79c4b7ec4cee441f2ad
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 variables2678
Number of constraints6689
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6689
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.15	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.15	c Parsing = 1
0.19/0.25	c Building = 1
0.48/0.58	c [ NumberOfVariables = 2678 ]
0.48/0.58	c [ NumberOfConstraints = 6689 ]
0.48/0.58	c [ SizeOfSearchSpace(log2) = 2678 ]
0.48/0.58	c SymmetrySearch = (Timeout)
10.59/10.70	c [ Proceeding without symmetry breaking ]
10.59/10.71	c InitialPropagation = 1
10.59/10.72	c [ SizeOfSearchSpace(log2) = 2678 ]
10.59/10.72	c InitialSAC = 1
11.08/11.21	c [ SizeOfSearchSpace(log2) = 2676 ]
11.08/11.22	c Search(SampleFF) : 
282.86/285.26	c [ Sampling domwdeg ]
282.86/285.26	c [ Sampling impacts ]
282.86/285.26	c [ Sampling la ]
282.86/285.26	c [ SamplingScores: ]
282.86/285.26	c [ domwdeg+min = 0.281975 | domwdeg+rnd = 0.0589793 ]
282.86/285.26	c [ impacts+min = 1.83155e-06 | impacts+rnd = 2.37735e-08 ]
282.86/285.26	c [ la+min = 2.07628e-21 | la+rnd = 3.3171e-20 ]
282.86/285.26	c [ domwdeg = 0.170477 | impacts = 9.27664e-07 | la = 1.76236e-20 ]
282.86/285.26	c [ min = 0.0939924 | rand = 9.27664e-07 ]
282.86/285.26	c [ restarting at (0.1,0.125389) ]
283.15/285.52	c [ restarting at (0.25,0.1271) ]
283.76/286.15	c [ restarting at (0.625,0.12514) ]
285.35/287.72	c [ restarting at (1.5625,3.57293e-08) ]
289.26/291.63	c [ restarting at (3.90625,1.89317e-08) ]
298.95/301.40	c [ restarting at (9.76562,6.52083e-05) ]
323.45/325.83	c [ restarting at (24.4141,3.29184e-08) ]
384.52/386.90	c [ restarting at (61.0352,1.06223e-07) ]

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

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.88 4/84 13428
/proc/meminfo: memFree=1537232/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=1056 CPUtime=0
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 150593175 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 5104420 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 264 26 20 235 0 3 0

[startup+0.211434 s]
/proc/loadavg: 2.00 2.00 1.88 4/84 13428
/proc/meminfo: memFree=1537232/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=7816 CPUtime=0.19
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 1062 0 0 0 19 0 0 0 19 0 1 0 150593175 8003584 1022 996147200 134512640 135477443 4294956224 18446744073709551615 4158762468 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 1954 1022 370 235 0 655 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7816

[startup+0.301444 s]
/proc/loadavg: 2.00 2.00 1.88 4/84 13428
/proc/meminfo: memFree=1537232/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=101976 CPUtime=0.28
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 2394 0 0 0 26 2 0 0 19 0 1 0 150593175 104423424 1504 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25494 1504 421 235 0 24195 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 101976

[startup+0.401457 s]
/proc/loadavg: 2.00 2.00 1.88 4/84 13428
/proc/meminfo: memFree=1537232/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=102104 CPUtime=0.38
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 4600 0 0 0 29 9 0 0 20 0 1 0 150593175 104554496 1697 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25526 1697 421 235 0 24227 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 102104

[startup+0.701483 s]
/proc/loadavg: 2.00 2.00 1.88 4/84 13428
/proc/meminfo: memFree=1537232/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=108352 CPUtime=0.68
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 9900 0 0 0 48 20 0 0 23 0 1 0 150593175 110952448 3156 996147200 134512640 135477443 4294956224 18446744073709551615 134534238 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 27088 3156 455 235 0 25789 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 108352

[startup+1.50157 s]
/proc/loadavg: 2.00 2.00 1.88 3/85 13429
/proc/meminfo: memFree=1526024/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=108352 CPUtime=1.47
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 9973 0 0 0 127 20 0 0 25 0 1 0 150593175 110952448 3228 996147200 134512640 135477443 4294956224 18446744073709551615 134539889 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 27088 3228 455 235 0 25789 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 108352

[startup+3.10174 s]
/proc/loadavg: 2.00 2.00 1.88 3/85 13429
/proc/meminfo: memFree=1525832/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=108352 CPUtime=3.06
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 9973 0 0 0 285 21 0 0 25 0 1 0 150593175 110952448 3228 996147200 134512640 135477443 4294956224 18446744073709551615 134536292 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 27088 3228 455 235 0 25789 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 108352

[startup+6.30208 s]
/proc/loadavg: 2.00 2.00 1.88 3/85 13429
/proc/meminfo: memFree=1525704/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=108352 CPUtime=6.23
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 9973 0 0 0 602 21 0 0 25 0 1 0 150593175 110952448 3228 996147200 134512640 135477443 4294956224 18446744073709551615 134536298 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 27088 3228 455 235 0 25789 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 108352

[startup+12.7018 s]
/proc/loadavg: 2.00 2.00 1.88 3/85 13429
/proc/meminfo: memFree=1529096/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=12.57
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 10100 0 0 0 1236 21 0 0 25 0 1 0 150593175 105553920 2394 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 2394 505 235 0 24471 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 103080

[startup+25.5061 s]
/proc/loadavg: 2.00 2.00 1.89 3/85 13429
/proc/meminfo: memFree=1529032/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=25.25
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 10146 0 0 0 2504 21 0 0 25 0 1 0 150593175 105553920 2440 996147200 134512640 135477443 4294956224 18446744073709551615 134586318 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 2440 505 235 0 24471 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 103080

[startup+51.1018 s]
/proc/loadavg: 2.00 2.00 1.89 3/85 13429
/proc/meminfo: memFree=1528648/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=50.61
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 10228 0 0 0 5040 21 0 0 25 0 1 0 150593175 105553920 2522 996147200 134512640 135477443 4294956224 18446744073709551615 134695841 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 2522 507 235 0 24471 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 103080

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 1.89 3/85 13429
/proc/meminfo: memFree=1526728/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=101.36
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 10730 0 0 0 10114 22 0 0 25 0 1 0 150593175 105553920 3024 996147200 134512640 135477443 4294956224 18446744073709551615 6414547 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3024 507 235 0 24471 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 103080

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.90 3/85 13429
/proc/meminfo: memFree=1523720/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=160.84
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11441 0 0 0 16062 22 0 0 25 0 1 0 150593175 105553920 3735 996147200 134512640 135477443 4294956224 18446744073709551615 135235287 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3735 507 235 0 24471 0
Current children cumulated CPU time (s) 160.84
Current children cumulated vsize (KiB) 103080

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 1.90 3/85 13429
/proc/meminfo: memFree=1522952/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=220.33
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11621 0 0 0 22010 23 0 0 25 0 1 0 150593175 105553920 3915 996147200 134512640 135477443 4294956224 18446744073709551615 6405878 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3915 507 235 0 24471 0
Current children cumulated CPU time (s) 220.33
Current children cumulated vsize (KiB) 103080

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/93 13440
/proc/meminfo: memFree=1469696/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=279.96
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11621 0 0 0 27973 23 0 0 25 0 1 0 150593175 105553920 3915 996147200 134512640 135477443 4294956224 18446744073709551615 135004910 0 0 4096 0 0 0 0 17 0 0 0
/proc/13428/statm: 25770 3915 507 235 0 24471 0
Current children cumulated CPU time (s) 279.96
Current children cumulated vsize (KiB) 103080

[startup+342.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/93 13440
/proc/meminfo: memFree=1468672/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=339.94
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11631 0 0 0 33970 24 0 0 25 0 1 0 150593175 105553920 3925 996147200 134512640 135477443 4294956224 18446744073709551615 135272088 0 0 4096 0 0 0 0 17 0 0 0
/proc/13428/statm: 25770 3925 508 235 0 24471 0
Current children cumulated CPU time (s) 339.94
Current children cumulated vsize (KiB) 103080

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/93 13440
/proc/meminfo: memFree=1468608/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=399.91
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11631 0 0 0 39967 24 0 0 25 0 1 0 150593175 105553920 3925 996147200 134512640 135477443 4294956224 18446744073709551615 134695841 0 0 4096 0 0 0 0 17 0 0 0
/proc/13428/statm: 25770 3925 508 235 0 24471 0
Current children cumulated CPU time (s) 399.91
Current children cumulated vsize (KiB) 103080

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/93 13440
/proc/meminfo: memFree=1468480/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=459.89
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11631 0 0 0 45965 24 0 0 25 0 1 0 150593175 105553920 3925 996147200 134512640 135477443 4294956224 18446744073709551615 135269787 0 0 4096 0 0 0 0 17 0 0 0
/proc/13428/statm: 25770 3925 508 235 0 24471 0
Current children cumulated CPU time (s) 459.89
Current children cumulated vsize (KiB) 103080

[startup+522.302 s]
/proc/loadavg: 2.01 2.00 1.91 3/83 13482
/proc/meminfo: memFree=1546720/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=519.65
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11631 0 0 0 51940 25 0 0 25 0 1 0 150593175 105553920 3925 996147200 134512640 135477443 4294956224 18446744073709551615 135208677 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3925 508 235 0 24471 0
Current children cumulated CPU time (s) 519.65
Current children cumulated vsize (KiB) 103080

[startup+582.302 s]
/proc/loadavg: 2.12 2.03 1.92 3/82 13484
/proc/meminfo: memFree=1526616/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=579.13
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11631 0 0 0 57887 26 0 0 25 0 1 0 150593175 105553920 3925 996147200 134512640 135477443 4294956224 18446744073709551615 134679645 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3925 508 235 0 24471 0
Current children cumulated CPU time (s) 579.13
Current children cumulated vsize (KiB) 103080

[startup+642.301 s]
/proc/loadavg: 2.21 2.07 1.94 4/82 13484
/proc/meminfo: memFree=1526616/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=638.6
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11631 0 0 0 63834 26 0 0 25 0 1 0 150593175 105553920 3925 996147200 134512640 135477443 4294956224 18446744073709551615 135208645 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3925 508 235 0 24471 0
Current children cumulated CPU time (s) 638.6
Current children cumulated vsize (KiB) 103080


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

[startup+822.301 s]
/proc/loadavg: 2.08 2.11 1.98 3/82 13484
/proc/meminfo: memFree=1526424/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=817
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11631 0 0 0 81673 27 0 0 25 0 1 0 150593175 105553920 3925 996147200 134512640 135477443 4294956224 18446744073709551615 135208645 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3925 508 235 0 24471 0
Current children cumulated CPU time (s) 817
Current children cumulated vsize (KiB) 103080

[startup+882.302 s]
/proc/loadavg: 2.03 2.09 1.98 3/82 13484
/proc/meminfo: memFree=1526424/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=876.46
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11631 0 0 0 87619 27 0 0 25 0 1 0 150593175 105553920 3925 996147200 134512640 135477443 4294956224 18446744073709551615 135207279 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3925 508 235 0 24471 0
Current children cumulated CPU time (s) 876.46
Current children cumulated vsize (KiB) 103080

[startup+942.302 s]
/proc/loadavg: 2.01 2.07 1.98 3/82 13484
/proc/meminfo: memFree=1526424/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=935.93
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11631 0 0 0 93566 27 0 0 25 0 1 0 150593175 105553920 3925 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3925 508 235 0 24471 0
Current children cumulated CPU time (s) 935.93
Current children cumulated vsize (KiB) 103080

[startup+1002.31 s]
/proc/loadavg: 2.00 2.06 1.98 3/82 13484
/proc/meminfo: memFree=1526424/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=995.4
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11631 0 0 0 99512 28 0 0 25 0 1 0 150593175 105553920 3925 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3925 508 235 0 24471 0
Current children cumulated CPU time (s) 995.4
Current children cumulated vsize (KiB) 103080

[startup+1062.3 s]
/proc/loadavg: 2.00 2.04 1.98 3/82 13484
/proc/meminfo: memFree=1526424/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=1054.86
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11631 0 0 0 105458 28 0 0 25 0 1 0 150593175 105553920 3925 996147200 134512640 135477443 4294956224 18446744073709551615 134586857 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3925 508 235 0 24471 0
Current children cumulated CPU time (s) 1054.86
Current children cumulated vsize (KiB) 103080

[startup+1122.3 s]
/proc/loadavg: 2.00 2.03 1.98 3/82 13484
/proc/meminfo: memFree=1526360/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=1114.32
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11631 0 0 0 111404 28 0 0 25 0 1 0 150593175 105553920 3925 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3925 508 235 0 24471 0
Current children cumulated CPU time (s) 1114.32
Current children cumulated vsize (KiB) 103080

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/82 13484
/proc/meminfo: memFree=1526296/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=1173.78
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11631 0 0 0 117350 28 0 0 25 0 1 0 150593175 105553920 3925 996147200 134512640 135477443 4294956224 18446744073709551615 134880417 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3925 508 235 0 24471 0
Current children cumulated CPU time (s) 1173.78
Current children cumulated vsize (KiB) 103080

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/82 13484
/proc/meminfo: memFree=1526168/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=1233.25
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11631 0 0 0 123297 28 0 0 25 0 1 0 150593175 105553920 3925 996147200 134512640 135477443 4294956224 18446744073709551615 135272091 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3925 508 235 0 24471 0
Current children cumulated CPU time (s) 1233.25
Current children cumulated vsize (KiB) 103080

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/82 13484
/proc/meminfo: memFree=1526168/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=1292.72
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11631 0 0 0 129243 29 0 0 25 0 1 0 150593175 105553920 3925 996147200 134512640 135477443 4294956224 18446744073709551615 134673680 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3925 508 235 0 24471 0
Current children cumulated CPU time (s) 1292.72
Current children cumulated vsize (KiB) 103080

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/82 13484
/proc/meminfo: memFree=1526168/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=1352.18
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11631 0 0 0 135189 29 0 0 25 0 1 0 150593175 105553920 3925 996147200 134512640 135477443 4294956224 18446744073709551615 134583584 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3925 508 235 0 24471 0
Current children cumulated CPU time (s) 1352.18
Current children cumulated vsize (KiB) 103080

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/82 13484
/proc/meminfo: memFree=1526168/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=1411.64
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11631 0 0 0 141135 29 0 0 25 0 1 0 150593175 105553920 3925 996147200 134512640 135477443 4294956224 18446744073709551615 134586224 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3925 508 235 0 24471 0
Current children cumulated CPU time (s) 1411.64
Current children cumulated vsize (KiB) 103080

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/82 13484
/proc/meminfo: memFree=1526168/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=1471.1
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11631 0 0 0 147081 29 0 0 25 0 1 0 150593175 105553920 3925 996147200 134512640 135477443 4294956224 18446744073709551615 134586276 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3925 508 235 0 24471 0
Current children cumulated CPU time (s) 1471.1
Current children cumulated vsize (KiB) 103080

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/82 13484
/proc/meminfo: memFree=1526104/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=1530.57
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11632 0 0 0 153027 30 0 0 25 0 1 0 150593175 105553920 3926 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3926 508 235 0 24471 0
Current children cumulated CPU time (s) 1530.57
Current children cumulated vsize (KiB) 103080

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/82 13484
/proc/meminfo: memFree=1526168/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=1590.02
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11632 0 0 0 158972 30 0 0 25 0 1 0 150593175 105553920 3926 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3926 508 235 0 24471 0
Current children cumulated CPU time (s) 1590.02
Current children cumulated vsize (KiB) 103080

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/82 13484
/proc/meminfo: memFree=1526232/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=1649.48
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11632 0 0 0 164918 30 0 0 25 0 1 0 150593175 105553920 3926 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3926 508 235 0 24471 0
Current children cumulated CPU time (s) 1649.48
Current children cumulated vsize (KiB) 103080

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 4/82 13484
/proc/meminfo: memFree=1526040/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=1708.95
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11632 0 0 0 170864 31 0 0 25 0 1 0 150593175 105553920 3926 996147200 134512640 135477443 4294956224 18446744073709551615 135268497 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3926 508 235 0 24471 0
Current children cumulated CPU time (s) 1708.95
Current children cumulated vsize (KiB) 103080

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/82 13484
/proc/meminfo: memFree=1525848/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=1768.41
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11632 0 0 0 176810 31 0 0 25 0 1 0 150593175 105553920 3926 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3926 508 235 0 24471 0
Current children cumulated CPU time (s) 1768.41
Current children cumulated vsize (KiB) 103080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.2 s]
/proc/loadavg: 2.00 2.00 1.98 3/82 13484
/proc/meminfo: memFree=1525848/2055920 swapFree=4181068/4192956
[pid=13428] ppid=13426 vsize=103080 CPUtime=1800.01
/proc/13428/stat : 13428 (casperzao) R 13426 13428 13011 0 -1 4194304 11632 0 0 0 179970 31 0 0 25 0 1 0 150593175 105553920 3926 996147200 134512640 135477443 4294956224 18446744073709551615 134586276 0 0 4096 0 0 0 0 17 1 0 0
/proc/13428/statm: 25770 3926 508 235 0 24471 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 103080

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.21
CPU time (s): 1800.03
CPU user time (s): 1799.71
CPU system time (s): 0.318951
CPU usage (%): 99.2183
Max. virtual memory (cumulated for all children) (KiB): 108352

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

runsolver used 2.23166 second user time and 5.2612 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-04 01:30:18
IDJOB=1060670
IDBENCH=54470
IDSOLVER=361
FILE ID=node46/1060670-1215127818
PBS_JOBID= 7877214
Free space on /tmp= 66184 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7b5f2b113871d79c4b7ec4cee441f2ad
RANDOM SEED=1192513550

node46.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.238
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.238
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:       1537712 kB
Buffers:         72800 kB
Cached:         340908 kB
SwapCached:       5852 kB
Active:         251544 kB
Inactive:       204780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1537712 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            3944 kB
Writeback:           0 kB
Mapped:          60480 kB
Slab:            47284 kB
Committed_AS:   378028 kB
PageTables:       1744 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66200 MiB
End job on node46 at 2008-07-04 02:00:34