Trace number 1056351

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.06 1807.61

General information on the benchmark

Namecsp/os-gp/
normalized-gp10-10-1091.xml
MD5SUM9f54fd75280d694b49452e249c1f9968
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.229964
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1092
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
Global constraints used (with number of constraints)

Solver Data (download as text)

0.08/0.13	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.08/0.13	c Parsing = 1
0.08/0.13	c Building = 1
1.78/1.86	c [ NumberOfVariables = 101 ]
1.78/1.86	c [ NumberOfConstraints = 1000 ]
1.78/1.86	c [ SizeOfSearchSpace(log2) = 1009.28 ]
1.78/1.86	c SymmetrySearch = 1
1.78/1.87	c InitialPropagation = 1
1.78/1.87	c [ SizeOfSearchSpace(log2) = 992.743 ]
1.78/1.87	c InitialSAC = (Timeout)
41.81/42.08	c [ SizeOfSearchSpace(log2) = 903.278 ]
41.81/42.08	c Search(SampleFF) : 
132.16/132.76	c [ Sampling domwdeg ]
132.16/132.76	c [ Sampling impacts ]
132.16/132.76	c [ Sampling la ]
132.16/132.76	c [ SamplingScores: ]
132.16/132.76	c [ domwdeg+min = 2.32023e-10 | domwdeg+rnd = 9.24006e-05 ]
132.16/132.76	c [ impacts+min = 2.16515e-05 | impacts+rnd = 8.42962e-05 ]
132.16/132.76	c [ la+min = 1.67927e-06 | la+rnd = 3.00549e-06 ]
132.16/132.76	c [ domwdeg = 4.62004e-05 | impacts = 5.29739e-05 | la = 2.34238e-06 ]
132.16/132.76	c [ min = 7.777e-06 | rand = 5.29739e-05 ]
132.16/132.76	c [ restarting at (4.52802,6.92181e-08) ]
143.31/144.10	c [ restarting at (11.3201,0.000250379) ]
171.60/172.43	c [ restarting at (28.3001,0.00530705) ]
242.09/243.28	c [ restarting at (70.7504,0.0070243) ]
418.41/420.40	c [ restarting at (176.876,0.0125234) ]
859.44/863.21	c [ restarting at (442.19,0.0891686) ]

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

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.85 1.94 1.98 4/72 23366
/proc/meminfo: memFree=1774584/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=18572 CPUtime=0
/proc/23366/stat : 23366 (runsolver) R 23364 23366 18233 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1985251910 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 251255123239 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23366/statm: 4643 292 257 25 0 2626 0

[startup+0.064161 s]
/proc/loadavg: 1.85 1.94 1.98 4/72 23366
/proc/meminfo: memFree=1774584/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=286976 CPUtime=0.04
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 1058 0 0 0 4 0 0 0 18 0 1 0 1985251910 293863424 637 996147200 134512640 135477443 4294956224 18446744073709551615 135215545 0 0 4096 0 0 0 0 17 1 0 0
/proc/23366/statm: 71744 638 453 235 0 70445 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 286976

[startup+0.102159 s]
/proc/loadavg: 1.85 1.94 1.98 4/72 23366
/proc/meminfo: memFree=1774584/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=287108 CPUtime=0.08
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 1646 0 0 0 8 0 0 0 18 0 1 0 1985251910 293998592 651 996147200 134512640 135477443 4294956224 18446744073709551615 135218765 0 0 4096 0 0 0 0 17 1 0 0
/proc/23366/statm: 71777 651 453 235 0 70478 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 287108

[startup+0.301173 s]
/proc/loadavg: 1.85 1.94 1.98 4/72 23366
/proc/meminfo: memFree=1774584/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=287636 CPUtime=0.29
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 4719 0 0 0 26 3 0 0 19 0 1 0 1985251910 294539264 816 996147200 134512640 135477443 4294956224 18446744073709551615 135218877 0 0 4096 0 0 0 0 17 1 0 0
/proc/23366/statm: 71909 816 453 235 0 70610 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 287636

[startup+0.701217 s]
/proc/loadavg: 1.85 1.94 1.98 4/72 23366
/proc/meminfo: memFree=1774584/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=288956 CPUtime=0.68
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 10640 0 0 0 62 6 0 0 23 0 1 0 1985251910 295890944 1149 996147200 134512640 135477443 4294956224 18446744073709551615 135268706 0 0 4096 0 0 0 0 17 1 0 0
/proc/23366/statm: 72239 1150 453 235 0 70940 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 288956

[startup+1.5013 s]
/proc/loadavg: 1.85 1.94 1.98 3/73 23367
/proc/meminfo: memFree=1770608/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=291332 CPUtime=1.48
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 22795 0 0 0 135 13 0 0 25 0 1 0 1985251910 298323968 1812 996147200 134512640 135477443 4294956224 18446744073709551615 135271627 0 0 4096 0 0 0 0 17 1 0 0
/proc/23366/statm: 72833 1813 453 235 0 71534 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 291332

[startup+3.10148 s]
/proc/loadavg: 1.87 1.94 1.98 3/73 23367
/proc/meminfo: memFree=1767536/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=104856 CPUtime=3.06
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 28725 0 0 0 290 16 0 0 25 0 1 0 1985251910 107372544 2292 996147200 134512640 135477443 4294956224 18446744073709551615 135272088 0 0 4096 0 0 0 0 17 1 0 0
/proc/23366/statm: 26214 2293 495 235 0 24915 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 104856

[startup+6.30183 s]
/proc/loadavg: 1.87 1.94 1.98 3/73 23367
/proc/meminfo: memFree=1766256/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=104856 CPUtime=6.26
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 29000 0 0 0 609 17 0 0 25 0 1 0 1985251910 107372544 2567 996147200 134512640 135477443 4294956224 18446744073709551615 135268688 0 0 4096 0 0 0 0 17 1 0 0
/proc/23366/statm: 26214 2567 495 235 0 24915 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 104856

[startup+12.7015 s]
/proc/loadavg: 1.89 1.94 1.98 3/73 23367
/proc/meminfo: memFree=1764720/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=104856 CPUtime=12.63
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 29355 0 0 0 1246 17 0 0 25 0 1 0 1985251910 107372544 2922 996147200 134512640 135477443 4294956224 18446744073709551615 135269579 0 0 4096 0 0 0 0 17 1 0 0
/proc/23366/statm: 26214 2922 495 235 0 24915 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 104856

[startup+25.5029 s]
/proc/loadavg: 1.90 1.94 1.98 3/73 23367
/proc/meminfo: memFree=1762480/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=104856 CPUtime=25.38
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 29916 0 0 0 2521 17 0 0 25 0 1 0 1985251910 107372544 3483 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/23366/statm: 26214 3483 495 235 0 24915 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 104856

[startup+51.1027 s]
/proc/loadavg: 1.93 1.95 1.98 3/73 23367
/proc/meminfo: memFree=1759408/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=104856 CPUtime=50.88
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 30642 0 1 0 5071 17 0 0 25 0 1 0 1985251910 107372544 4210 996147200 134512640 135477443 4294956224 18446744073709551615 134583102 0 0 4096 0 0 0 0 17 1 0 0
/proc/23366/statm: 26214 4210 518 235 0 24915 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 104856

[startup+102.306 s]
/proc/loadavg: 1.97 1.95 1.98 3/73 23367
/proc/meminfo: memFree=1755184/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=101.89
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 31704 0 1 0 10171 18 0 0 25 0 1 0 1985251910 110006272 5272 996147200 134512640 135477443 4294956224 18446744073709551615 135270826 0 0 4096 0 0 0 0 17 1 0 0
/proc/23366/statm: 26857 5272 519 235 0 25558 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 107428

[startup+162.303 s]
/proc/loadavg: 1.89 1.93 1.97 3/84 23460
/proc/meminfo: memFree=1483472/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=161.54
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 16135 19 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 161.54
Current children cumulated vsize (KiB) 107428

[startup+222.302 s]
/proc/loadavg: 2.08 1.97 1.98 3/84 23460
/proc/meminfo: memFree=1071568/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=221.27
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 22108 19 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 135270834 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 221.27
Current children cumulated vsize (KiB) 107428

[startup+282.302 s]
/proc/loadavg: 2.03 1.97 1.98 3/84 23460
/proc/meminfo: memFree=1066000/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=281.03
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 28084 19 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 135270319 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 281.03
Current children cumulated vsize (KiB) 107428

[startup+342.303 s]
/proc/loadavg: 2.40 2.07 2.01 3/84 23460
/proc/meminfo: memFree=1065744/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=340.79
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 34060 19 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 340.79
Current children cumulated vsize (KiB) 107428

[startup+402.302 s]
/proc/loadavg: 2.36 2.11 2.03 3/81 23500
/proc/meminfo: memFree=1681000/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=400.38
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 40018 20 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 134673693 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 400.38
Current children cumulated vsize (KiB) 107428

[startup+462.302 s]
/proc/loadavg: 2.13 2.09 2.02 3/81 23500
/proc/meminfo: memFree=1676840/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=460.15
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 45994 21 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 135238907 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 460.15
Current children cumulated vsize (KiB) 107428

[startup+522.301 s]
/proc/loadavg: 2.05 2.07 2.01 3/81 23500
/proc/meminfo: memFree=1676584/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=519.91
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 51970 21 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 134585984 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 519.91
Current children cumulated vsize (KiB) 107428

[startup+582.302 s]
/proc/loadavg: 2.02 2.06 2.01 3/81 23500
/proc/meminfo: memFree=1676392/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=579.66
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 57945 21 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 134912049 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 579.66
Current children cumulated vsize (KiB) 107428

[startup+642.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/81 23500
/proc/meminfo: memFree=1676392/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=639.42
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 63921 21 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 135270276 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 639.42
Current children cumulated vsize (KiB) 107428


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

[startup+822.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 23500
/proc/meminfo: memFree=1676264/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=818.7
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 81849 21 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 135270177 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 818.7
Current children cumulated vsize (KiB) 107428

[startup+882.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 23502
/proc/meminfo: memFree=1676200/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=878.46
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 87825 21 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 134586160 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 878.46
Current children cumulated vsize (KiB) 107428

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 23502
/proc/meminfo: memFree=1676136/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=938.22
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 93801 21 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 135269590 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 938.22
Current children cumulated vsize (KiB) 107428

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23502
/proc/meminfo: memFree=1676072/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=997.98
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 99777 21 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 135268514 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 997.98
Current children cumulated vsize (KiB) 107428

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23502
/proc/meminfo: memFree=1675944/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=1057.74
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 105753 21 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 3145908 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 1057.74
Current children cumulated vsize (KiB) 107428

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23502
/proc/meminfo: memFree=1675880/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=1117.49
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 111728 21 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 1117.49
Current children cumulated vsize (KiB) 107428

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23502
/proc/meminfo: memFree=1675880/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=1177.26
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 117705 21 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 134679124 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 1177.26
Current children cumulated vsize (KiB) 107428

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23502
/proc/meminfo: memFree=1675816/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=1237.01
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 123680 21 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 135268272 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 1237.01
Current children cumulated vsize (KiB) 107428

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23502
/proc/meminfo: memFree=1675816/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=1296.77
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 129656 21 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 135268537 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 1296.77
Current children cumulated vsize (KiB) 107428

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23502
/proc/meminfo: memFree=1675816/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=1356.53
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 135632 21 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 134586178 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 1356.53
Current children cumulated vsize (KiB) 107428

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23502
/proc/meminfo: memFree=1675752/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=1416.29
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 141608 21 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 135207279 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 1416.29
Current children cumulated vsize (KiB) 107428

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23502
/proc/meminfo: memFree=1675688/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=1476.05
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 147584 21 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 1476.05
Current children cumulated vsize (KiB) 107428

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23502
/proc/meminfo: memFree=1675688/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=1535.8
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 153559 21 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 3137261 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 1535.8
Current children cumulated vsize (KiB) 107428

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23502
/proc/meminfo: memFree=1675560/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=1595.57
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 159536 21 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 135268532 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 1595.57
Current children cumulated vsize (KiB) 107428

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23502
/proc/meminfo: memFree=1675560/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=1655.33
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 165511 22 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 135225961 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 1655.33
Current children cumulated vsize (KiB) 107428

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23502
/proc/meminfo: memFree=1675496/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=1715.1
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 171488 22 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 135270176 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 1715.1
Current children cumulated vsize (KiB) 107428

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23502
/proc/meminfo: memFree=1675496/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=1774.85
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 177463 22 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 1774.85
Current children cumulated vsize (KiB) 107428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23502
/proc/meminfo: memFree=1675496/2055920 swapFree=4178936/4192956
[pid=23366] ppid=23364 vsize=107428 CPUtime=1800.05
/proc/23366/stat : 23366 (casperzao) R 23364 23366 18233 0 -1 4194304 32142 0 1 0 179983 22 0 0 25 0 1 0 1985251910 110006272 5710 996147200 134512640 135477443 4294956224 18446744073709551615 134679154 0 0 4096 0 0 0 0 17 0 0 0
/proc/23366/statm: 26857 5710 520 235 0 25558 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 107428

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): 1807.61
CPU time (s): 1800.06
CPU user time (s): 1799.83
CPU system time (s): 0.227965
CPU usage (%): 99.5825
Max. virtual memory (cumulated for all children) (KiB): 292124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 0.227965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32142
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17
involuntary context switches= 54196

runsolver used 1.85572 second user time and 4.72828 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-03 07:26:56
IDJOB=1056351
IDBENCH=57645
IDSOLVER=361
FILE ID=node64/1056351-1215062815
PBS_JOBID= 7875047
Free space on /tmp= 66552 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/os-gp/normalized-gp10-10-1091.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056351-1215062815/watcher-1056351-1215062815 -o /tmp/evaluation-result-1056351-1215062815/solver-1056351-1215062815 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1056351-1215062815.xml 1776360419 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9f54fd75280d694b49452e249c1f9968
RANDOM SEED=1776360419

node64.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.248
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.248
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:       1775064 kB
Buffers:         52452 kB
Cached:         150064 kB
SwapCached:       7196 kB
Active:         136908 kB
Inactive:        78396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775064 kB
SwapTotal:     4192956 kB
SwapFree:      4178936 kB
Dirty:            3384 kB
Writeback:           0 kB
Mapped:          20452 kB
Slab:            50792 kB
Committed_AS:  3915596 kB
PageTables:       1716 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node64 at 2008-07-03 07:57:05