Trace number 1064681

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 1813.61

General information on the benchmark

Namecsp/tdsp/
normalized-C4-2-60.xml
MD5SUM102df41e2ffd0705e5ca663a5dc5468e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1353.87
Satisfiable
(Un)Satisfiability was proved
Number of variables149
Number of constraints1274
Maximum constraint arity6
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1274
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.00/0.06	c Building = 1
3.08/3.18	c [ NumberOfVariables = 149 ]
3.08/3.18	c [ NumberOfConstraints = 1274 ]
3.08/3.18	c [ SizeOfSearchSpace(log2) = 630.212 ]
3.08/3.18	c SymmetrySearch = 1
3.28/3.35	c [ Found 8 symmetries ]
3.28/3.37	c InitialPropagation = 1
3.28/3.37	c [ SizeOfSearchSpace(log2) = 617.755 ]
3.28/3.37	c InitialSAC = 1
3.37/3.41	c [ SizeOfSearchSpace(log2) = 617.755 ]
3.37/3.41	c Search(SampleFF) : 
78.53/78.96	c [ Sampling domwdeg ]
78.53/78.96	c [ Sampling impacts ]
78.53/78.96	c [ Sampling la ]
78.53/78.96	c [ SamplingScores: ]
78.53/78.96	c [ domwdeg+min = 2.11126e-116 | domwdeg+rnd = 6.55909e-111 ]
78.53/78.96	c [ impacts+min = 2.09088e-27 | impacts+rnd = 6.44122e-17 ]
78.53/78.96	c [ la+min = 1.79304e-08 | la+rnd = 9.48777e-32 ]
78.53/78.96	c [ domwdeg = 3.27956e-111 | impacts = 3.22061e-17 | la = 8.96518e-09 ]
78.53/78.96	c [ min = 5.97678e-09 | rand = 3.22061e-17 ]
78.53/78.96	c [ restarting at (1.60065,8.69161e-45) ]
82.59/83.05	c [ restarting at (4.00163,6.41384e-37) ]
92.62/93.10	c [ restarting at (10.0041,1.37106e-39) ]
117.42/118.15	c [ restarting at (25.0102,6.19289e-48) ]
179.65/180.80	c [ restarting at (62.5255,1.32853e-25) ]
334.87/337.24	c [ restarting at (156.314,1.34893e-31) ]
722.81/728.13	c [ restarting at (390.784,2.79686e-22) ]
1692.70/1705.40	c [ restarting at (976.961,6.74465e-32) ]

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

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 2.00 4/72 32505
/proc/meminfo: memFree=1745472/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=5352 CPUtime=0
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 213 0 0 0 0 0 0 0 18 0 1 0 1993280074 5480448 188 996147200 134512640 135477443 4294956224 18446744073709551615 6698237 0 0 4096 0 0 0 0 17 0 0 0
/proc/32505/statm: 1338 189 155 235 0 27 0

[startup+0.00913991 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 32505
/proc/meminfo: memFree=1745472/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=5440 CPUtime=0
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 481 0 0 0 0 0 0 0 18 0 1 0 1993280074 5570560 441 996147200 134512640 135477443 4294956224 18446744073709551615 134755065 0 0 4096 0 0 0 0 17 0 0 0
/proc/32505/statm: 1360 441 375 235 0 61 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5440

[startup+0.101152 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 32505
/proc/meminfo: memFree=1745472/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=287504 CPUtime=0.08
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 1134 0 0 0 8 0 0 0 18 0 1 0 1993280074 294404096 786 996147200 134512640 135477443 4294956224 18446744073709551615 135258686 0 0 4096 0 0 0 0 17 0 0 0
/proc/32505/statm: 71876 786 464 235 0 70577 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 287504

[startup+0.301174 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 32505
/proc/meminfo: memFree=1745472/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=288428 CPUtime=0.28
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 2874 0 0 0 27 1 0 0 19 0 1 0 1993280074 295350272 1054 996147200 134512640 135477443 4294956224 18446744073709551615 135268721 0 0 4096 0 0 0 0 17 0 0 0
/proc/32505/statm: 72107 1054 464 235 0 70808 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 288428

[startup+0.701221 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 32505
/proc/meminfo: memFree=1745472/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=290012 CPUtime=0.68
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 6318 0 0 0 65 3 0 0 23 0 1 0 1993280074 296972288 1579 996147200 134512640 135477443 4294956224 18446744073709551615 135258730 0 0 4096 0 0 0 0 17 0 0 0
/proc/32505/statm: 72503 1579 464 235 0 71204 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 290012

[startup+1.50131 s]
/proc/loadavg: 2.08 2.02 2.01 3/73 32506
/proc/meminfo: memFree=1739320/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=293444 CPUtime=1.48
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 13550 0 0 0 140 8 0 0 25 0 1 0 1993280074 300486656 2644 996147200 134512640 135477443 4294956224 18446744073709551615 135270704 0 0 4096 0 0 0 0 17 0 0 0
/proc/32505/statm: 73361 2644 464 235 0 72062 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 293444

[startup+3.1015 s]
/proc/loadavg: 2.08 2.02 2.01 3/73 32506
/proc/meminfo: memFree=1733176/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=300176 CPUtime=3.08
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 27657 0 0 0 292 16 0 0 25 0 1 0 1993280074 307380224 4744 996147200 134512640 135477443 4294956224 18446744073709551615 135218753 0 0 4096 0 0 0 0 17 0 0 0
/proc/32505/statm: 75044 4744 464 235 0 73745 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 300176

[startup+6.30188 s]
/proc/loadavg: 2.07 2.02 2.00 3/73 32506
/proc/meminfo: memFree=1724664/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=6.26
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 29967 0 0 0 609 17 0 0 25 0 1 0 1993280074 118435840 5588 996147200 134512640 135477443 4294956224 18446744073709551615 134934784 0 0 4096 0 0 0 0 17 0 0 0
/proc/32505/statm: 28915 5588 513 235 0 27616 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 115660

[startup+12.7016 s]
/proc/loadavg: 2.07 2.02 2.00 3/73 32506
/proc/meminfo: memFree=1724536/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=12.63
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 29967 0 0 0 1246 17 0 0 25 0 1 0 1993280074 118435840 5588 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 0 0 0
/proc/32505/statm: 28915 5588 513 235 0 27616 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 115660

[startup+25.5012 s]
/proc/loadavg: 2.05 2.01 2.00 3/73 32506
/proc/meminfo: memFree=1724536/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=25.38
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 29973 0 0 0 2521 17 0 0 25 0 1 0 1993280074 118435840 5594 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 0 0 0
/proc/32505/statm: 28915 5594 513 235 0 27616 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 115660

[startup+51.1012 s]
/proc/loadavg: 2.03 2.01 2.00 3/73 32506
/proc/meminfo: memFree=1724408/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=50.87
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30058 0 0 0 5070 17 0 0 25 0 1 0 1993280074 118435840 5679 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 0 0 0
/proc/32505/statm: 28915 5679 513 235 0 27616 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 115660

[startup+102.306 s]
/proc/loadavg: 1.91 1.98 1.99 3/74 32568
/proc/meminfo: memFree=1706112/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=101.75
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 10157 18 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134922224 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 115660

[startup+162.301 s]
/proc/loadavg: 2.03 1.99 1.99 3/74 32568
/proc/meminfo: memFree=1705920/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=161.29
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 16111 18 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134990329 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 161.29
Current children cumulated vsize (KiB) 115660

[startup+222.301 s]
/proc/loadavg: 2.08 2.01 2.00 3/74 32568
/proc/meminfo: memFree=1705920/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=220.84
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 22066 18 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 220.84
Current children cumulated vsize (KiB) 115660

[startup+282.301 s]
/proc/loadavg: 2.13 2.03 2.01 3/74 32568
/proc/meminfo: memFree=1705920/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=280.38
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 28020 18 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 6942407 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 280.38
Current children cumulated vsize (KiB) 115660

[startup+342.302 s]
/proc/loadavg: 2.05 2.03 2.00 3/74 32568
/proc/meminfo: memFree=1705920/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=339.93
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 33975 18 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134990241 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 339.93
Current children cumulated vsize (KiB) 115660

[startup+402.302 s]
/proc/loadavg: 2.06 2.03 2.00 3/74 32568
/proc/meminfo: memFree=1705984/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=399.47
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 39929 18 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134679122 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 399.47
Current children cumulated vsize (KiB) 115660

[startup+462.306 s]
/proc/loadavg: 2.06 2.04 2.00 4/74 32568
/proc/meminfo: memFree=1705984/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=459.02
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 45884 18 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134673674 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 459.02
Current children cumulated vsize (KiB) 115660

[startup+522.302 s]
/proc/loadavg: 2.05 2.04 2.00 4/74 32568
/proc/meminfo: memFree=1705984/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=518.57
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 51839 18 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134695368 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 518.57
Current children cumulated vsize (KiB) 115660

[startup+582.302 s]
/proc/loadavg: 2.06 2.05 2.00 4/74 32568
/proc/meminfo: memFree=1705984/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=578.11
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 57793 18 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134583088 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 578.11
Current children cumulated vsize (KiB) 115660

[startup+642.302 s]
/proc/loadavg: 2.02 2.04 2.00 4/74 32568
/proc/meminfo: memFree=1705920/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=637.66
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 63748 18 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134990362 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 637.66
Current children cumulated vsize (KiB) 115660


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

[startup+822.301 s]
/proc/loadavg: 2.06 2.04 2.00 3/74 32574
/proc/meminfo: memFree=1705472/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=816.3
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 81611 19 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134911518 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 816.3
Current children cumulated vsize (KiB) 115660

[startup+882.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/74 32574
/proc/meminfo: memFree=1705472/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=875.84
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 87565 19 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134912048 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 875.84
Current children cumulated vsize (KiB) 115660

[startup+942.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/74 32574
/proc/meminfo: memFree=1705472/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=935.39
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 93520 19 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134673680 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 935.39
Current children cumulated vsize (KiB) 115660

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 32575
/proc/meminfo: memFree=1705400/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=994.94
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 99475 19 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134990240 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 994.94
Current children cumulated vsize (KiB) 115660

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 32575
/proc/meminfo: memFree=1705400/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=1054.48
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 105429 19 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134990301 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 1054.48
Current children cumulated vsize (KiB) 115660

[startup+1122.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32575
/proc/meminfo: memFree=1705400/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=1114.03
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 111384 19 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134673680 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 1114.03
Current children cumulated vsize (KiB) 115660

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 32575
/proc/meminfo: memFree=1705336/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=1173.57
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 117338 19 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134583584 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 1173.57
Current children cumulated vsize (KiB) 115660

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 32575
/proc/meminfo: memFree=1705144/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=1233.12
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 123293 19 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134990351 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 1233.12
Current children cumulated vsize (KiB) 115660

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 32575
/proc/meminfo: memFree=1704952/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=1292.66
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 129247 19 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 1292.66
Current children cumulated vsize (KiB) 115660

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 32575
/proc/meminfo: memFree=1705016/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=1352.2
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 135201 19 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 1352.2
Current children cumulated vsize (KiB) 115660

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32575
/proc/meminfo: memFree=1705016/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=1411.76
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 141157 19 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 1411.76
Current children cumulated vsize (KiB) 115660

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 32576
/proc/meminfo: memFree=1704752/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=1471.3
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 147111 19 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 1471.3
Current children cumulated vsize (KiB) 115660

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 32576
/proc/meminfo: memFree=1704688/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=1530.85
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 153066 19 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134990337 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 1530.85
Current children cumulated vsize (KiB) 115660

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 32576
/proc/meminfo: memFree=1704624/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=1590.39
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 159020 19 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134912724 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 1590.39
Current children cumulated vsize (KiB) 115660

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 32577
/proc/meminfo: memFree=1704552/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=1649.94
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 164975 19 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 135268530 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 1649.94
Current children cumulated vsize (KiB) 115660

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 32577
/proc/meminfo: memFree=1704488/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=1709.47
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 170928 19 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134679607 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 1709.47
Current children cumulated vsize (KiB) 115660

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 32577
/proc/meminfo: memFree=1704424/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=1769.01
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 176882 19 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134990329 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 1769.01
Current children cumulated vsize (KiB) 115660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 32577
/proc/meminfo: memFree=1704360/2055920 swapFree=4180584/4192956
[pid=32505] ppid=32503 vsize=115660 CPUtime=1800.07
/proc/32505/stat : 32505 (casperzao) R 32503 32505 30382 0 -1 4194304 30201 0 0 0 179987 20 0 0 25 0 1 0 1993280074 118435840 5822 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/32505/statm: 28915 5822 514 235 0 27616 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 115660

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): 1813.61
CPU time (s): 1800.08
CPU user time (s): 1799.88
CPU system time (s): 0.204968
CPU usage (%): 99.2542
Max. virtual memory (cumulated for all children) (KiB): 300176

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

runsolver used 1.60376 second user time and 5.00624 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-04 05:48:23
IDJOB=1064681
IDBENCH=54973
IDSOLVER=361
FILE ID=node75/1064681-1215143303
PBS_JOBID= 7877232
Free space on /tmp= 66560 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/tdsp/normalized-C4-2-60.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064681-1215143303/watcher-1064681-1215143303 -o /tmp/evaluation-result-1064681-1215143303/solver-1064681-1215143303 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1064681-1215143303.xml 2037912015 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 102df41e2ffd0705e5ca663a5dc5468e
RANDOM SEED=2037912015

node75.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1745960 kB
Buffers:         44460 kB
Cached:         185316 kB
SwapCached:       6320 kB
Active:         129344 kB
Inactive:       118176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745960 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:            3076 kB
Writeback:           0 kB
Mapped:          25664 kB
Slab:            47836 kB
Committed_AS:  4214600 kB
PageTables:       1820 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= 66556 MiB
End job on node75 at 2008-07-04 06:18:39