Trace number 1043986

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 zito? (TO) 1800.06 1809.11

General information on the benchmark

Namecsp/allsquares/
normalized-squares-25-25.xml
MD5SUM59d56c349f47c5f1affad53bdd346c6f
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark177.971
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of constraints1503
Maximum constraint arity25
Maximum domain size75
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1201
Global constraints used (with number of constraints)cumulative(2),weightedsum(300)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.18/0.21	c Building = 1
0.18/0.21	c [ NumberOfVariables = 1250 ]
0.18/0.21	c [ NumberOfConstraints = 1503 ]
0.18/0.21	c [ SizeOfSearchSpace(log2) = 1496.44 ]
0.18/0.21	c SymmetrySearch = 1
0.18/0.21	c [ Found 1.1259e+15 symmetries ]
0.18/0.21	c InitialPropagation = 1
0.18/0.22	c [ SizeOfSearchSpace(log2) = 1496.44 ]
0.18/0.22	c InitialSAC = 1
0.88/0.96	c [ SizeOfSearchSpace(log2) = 1496.44 ]
0.88/0.96	c Search(SampleFF) : 
78.97/79.68	c [ Sampling domwdeg ]
78.97/79.68	c [ Sampling impacts ]
78.97/79.68	c [ SamplingScores: ]
78.97/79.68	c [ domwdeg+min = 0.0123164 | domwdeg+rnd = 0.00262759 ]
78.97/79.68	c [ impacts+min = 5.91033e-05 | impacts+rnd = 0.000155194 ]
78.97/79.68	c [ la+min = 0 | la+rnd = 0 ]
78.97/79.68	c [ domwdeg = 0.00747198 | impacts = 0.000107149 | la = 0 ]
78.97/79.68	c [ min = 0.00412516 | rand = 0.000107149 ]
78.97/79.68	c [ restarting at (3.96356,0.00184822) ]
89.59/90.30	c [ restarting at (9.9089,0.0173035) ]
115.90/116.86	c [ restarting at (24.7722,0.00603748) ]
181.78/183.27	c [ restarting at (61.9306,0.00312653) ]
346.52/349.28	c [ restarting at (154.827,0.0068191) ]
758.47/764.32	c [ restarting at (387.066,0.0188862) ]
1088.12/1096.60	c [ restarting at (967.666,0.075177) ]

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-1043986-1215027957/watcher-1043986-1215027957 -o /tmp/evaluation-result-1043986-1215027957/solver-1043986-1215027957 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1043986-1215027957.xml 236124418 

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.98 4/72 23416
/proc/meminfo: memFree=1476880/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=1052 CPUtime=0
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1981769422 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 7017252 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 263 26 20 234 0 3 0

[startup+0.0774471 s]
/proc/loadavg: 2.00 2.00 1.98 4/72 23416
/proc/meminfo: memFree=1476880/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=6360 CPUtime=0.06
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 692 0 0 0 6 0 0 0 18 0 1 0 1981769422 6512640 652 996147200 134512640 135472138 4294956224 18446744073709551615 134749049 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 1590 652 369 234 0 292 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6360

[startup+0.101406 s]
/proc/loadavg: 2.00 2.00 1.98 4/72 23416
/proc/meminfo: memFree=1476880/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=100780 CPUtime=0.09
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 1451 0 0 0 9 0 0 0 18 0 1 0 1981769422 103198720 1411 996147200 134512640 135472138 4294956224 18446744073709551615 134638127 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25195 1411 478 234 0 23897 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 100780

[startup+0.30142 s]
/proc/loadavg: 2.00 2.00 1.98 4/72 23416
/proc/meminfo: memFree=1476880/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=100688 CPUtime=0.28
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2254 0 0 0 28 0 0 0 19 0 1 0 1981769422 103104512 1474 996147200 134512640 135472138 4294956224 18446744073709551615 134941211 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25172 1474 514 234 0 23874 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 100688

[startup+0.701443 s]
/proc/loadavg: 2.00 2.00 1.98 4/72 23416
/proc/meminfo: memFree=1476880/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=100688 CPUtime=0.68
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2255 0 0 0 68 0 0 0 23 0 1 0 1981769422 103104512 1475 996147200 134512640 135472138 4294956224 18446744073709551615 134943609 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25172 1475 514 234 0 23874 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 100688

[startup+1.5015 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 23417
/proc/meminfo: memFree=1472712/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=100688 CPUtime=1.47
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2398 0 0 0 147 0 0 0 25 0 1 0 1981769422 103104512 1618 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25172 1618 526 234 0 23874 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 100688

[startup+3.1016 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 23417
/proc/meminfo: memFree=1472136/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=100688 CPUtime=3.06
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2434 0 0 0 306 0 0 0 25 0 1 0 1981769422 103104512 1654 996147200 134512640 135472138 4294956224 18446744073709551615 134943656 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25172 1654 526 234 0 23874 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 100688

[startup+6.30181 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 23417
/proc/meminfo: memFree=1471880/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=100688 CPUtime=6.23
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2440 0 0 0 623 0 0 0 25 0 1 0 1981769422 103104512 1660 996147200 134512640 135472138 4294956224 18446744073709551615 134943846 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25172 1660 526 234 0 23874 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 100688

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 23417
/proc/meminfo: memFree=1472008/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=100688 CPUtime=12.58
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2440 0 0 0 1258 0 0 0 25 0 1 0 1981769422 103104512 1660 996147200 134512640 135472138 4294956224 18446744073709551615 134943779 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25172 1660 526 234 0 23874 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 100688

[startup+25.5049 s]
/proc/loadavg: 2.08 2.02 1.98 3/73 23417
/proc/meminfo: memFree=1472072/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=100688 CPUtime=25.28
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2440 0 0 0 2528 0 0 0 25 0 1 0 1981769422 103104512 1660 996147200 134512640 135472138 4294956224 18446744073709551615 134881886 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25172 1660 526 234 0 23874 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 100688

[startup+51.1017 s]
/proc/loadavg: 2.05 2.01 1.98 3/73 23417
/proc/meminfo: memFree=1470024/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=50.69
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2968 0 0 0 5069 0 0 0 25 0 1 0 1981769422 103915520 2188 996147200 134512640 135472138 4294956224 18446744073709551615 8318715 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25370 2188 528 234 0 24072 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 101480

[startup+102.306 s]
/proc/loadavg: 2.06 2.03 1.99 3/73 23417
/proc/meminfo: memFree=1469832/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=101.5
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 10150 0 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 101480

[startup+162.302 s]
/proc/loadavg: 2.02 2.02 1.99 3/73 23417
/proc/meminfo: memFree=1469896/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=161.04
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 16103 1 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 135263169 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 101480

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 1.99 3/73 23417
/proc/meminfo: memFree=1469832/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=220.59
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 22058 1 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 135202657 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 220.59
Current children cumulated vsize (KiB) 101480

[startup+282.302 s]
/proc/loadavg: 2.00 2.01 1.99 3/73 23417
/proc/meminfo: memFree=1469832/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=280.13
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 28012 1 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 280.13
Current children cumulated vsize (KiB) 101480

[startup+342.305 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 23417
/proc/meminfo: memFree=1469832/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=339.68
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 33966 2 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 134925919 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 339.68
Current children cumulated vsize (KiB) 101480

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 23417
/proc/meminfo: memFree=1469832/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=399.22
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 39920 2 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 134988721 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 399.22
Current children cumulated vsize (KiB) 101480

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 23417
/proc/meminfo: memFree=1469832/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=458.76
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 45874 2 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 134943740 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 458.76
Current children cumulated vsize (KiB) 101480

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 23417
/proc/meminfo: memFree=1469768/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=518.32
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 51829 3 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 135213515 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 518.32
Current children cumulated vsize (KiB) 101480

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 23417
/proc/meminfo: memFree=1469704/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=577.86
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 57783 3 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 134943481 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 577.86
Current children cumulated vsize (KiB) 101480

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 23417
/proc/meminfo: memFree=1469704/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=637.4
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 63737 3 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 637.4
Current children cumulated vsize (KiB) 101480


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

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 23417
/proc/meminfo: memFree=1469512/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=875.57
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 87553 4 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 875.57
Current children cumulated vsize (KiB) 101480

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 23423
/proc/meminfo: memFree=1469384/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=935.1
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 93505 5 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 134578209 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 935.1
Current children cumulated vsize (KiB) 101480

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 23423
/proc/meminfo: memFree=1469384/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=994.64
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 99459 5 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 134943676 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 994.64
Current children cumulated vsize (KiB) 101480

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 23423
/proc/meminfo: memFree=1469384/2055920 swapFree=4116956/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=1054.18
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 105413 5 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 1054.18
Current children cumulated vsize (KiB) 101480

[startup+1122.3 s]
/proc/loadavg: 1.66 1.92 1.96 2/68 23606
/proc/meminfo: memFree=1473888/2055920 swapFree=4117032/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=1113.84
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 111377 7 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 1113.84
Current children cumulated vsize (KiB) 101480

[startup+1182.3 s]
/proc/loadavg: 1.24 1.75 1.90 2/68 24002
/proc/meminfo: memFree=1473624/2055920 swapFree=4117204/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=1173.68
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 117358 10 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 0 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 1173.68
Current children cumulated vsize (KiB) 101480

[startup+1242.3 s]
/proc/loadavg: 1.09 1.61 1.84 2/65 24138
/proc/meminfo: memFree=1474696/2055920 swapFree=4117272/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=1233.59
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 123348 11 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 134943653 0 0 4096 0 0 0 0 17 0 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 1233.59
Current children cumulated vsize (KiB) 101480

[startup+1302.3 s]
/proc/loadavg: 1.03 1.50 1.79 2/65 24138
/proc/meminfo: memFree=1474760/2055920 swapFree=4117272/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=1293.56
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 129345 11 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 134943653 0 0 4096 0 0 0 0 17 0 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 1293.56
Current children cumulated vsize (KiB) 101480

[startup+1362.3 s]
/proc/loadavg: 1.01 1.40 1.73 2/65 24138
/proc/meminfo: memFree=1474760/2055920 swapFree=4117272/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=1353.51
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 135340 11 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 134881814 0 0 4096 0 0 0 0 17 0 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 1353.51
Current children cumulated vsize (KiB) 101480

[startup+1422.31 s]
/proc/loadavg: 1.00 1.33 1.68 2/65 24138
/proc/meminfo: memFree=1474760/2055920 swapFree=4117272/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=1413.48
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 141337 11 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 1413.48
Current children cumulated vsize (KiB) 101480

[startup+1482.3 s]
/proc/loadavg: 1.00 1.26 1.64 2/65 24138
/proc/meminfo: memFree=1474760/2055920 swapFree=4117272/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=1473.45
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 147334 11 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 1473.45
Current children cumulated vsize (KiB) 101480

[startup+1542.3 s]
/proc/loadavg: 1.00 1.21 1.60 2/65 24138
/proc/meminfo: memFree=1474760/2055920 swapFree=4117272/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=1533.4
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 153329 11 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 135202788 0 0 4096 0 0 0 0 17 0 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 1533.4
Current children cumulated vsize (KiB) 101480

[startup+1602.3 s]
/proc/loadavg: 1.00 1.17 1.56 2/65 24138
/proc/meminfo: memFree=1474824/2055920 swapFree=4117272/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=1593.37
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 159326 11 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 135202692 0 0 4096 0 0 0 0 17 0 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 1593.37
Current children cumulated vsize (KiB) 101480

[startup+1662.3 s]
/proc/loadavg: 1.00 1.14 1.52 2/65 24138
/proc/meminfo: memFree=1474760/2055920 swapFree=4117272/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=1653.34
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 165323 11 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 134881814 0 0 4096 0 0 0 0 17 0 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 1653.34
Current children cumulated vsize (KiB) 101480

[startup+1722.3 s]
/proc/loadavg: 1.00 1.11 1.48 2/65 24138
/proc/meminfo: memFree=1474760/2055920 swapFree=4117272/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=1713.28
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 171317 11 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 135213515 0 0 4096 0 0 0 0 17 0 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 1713.28
Current children cumulated vsize (KiB) 101480

[startup+1782.3 s]
/proc/loadavg: 1.00 1.09 1.45 2/65 24138
/proc/meminfo: memFree=1474568/2055920 swapFree=4117272/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=1773.25
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 177314 11 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 0 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 1773.25
Current children cumulated vsize (KiB) 101480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.1 s]
/proc/loadavg: 1.00 1.08 1.43 2/65 24138
/proc/meminfo: memFree=1474568/2055920 swapFree=4117272/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=1800.05
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 179993 12 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 101480

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1809.1 s]
/proc/loadavg: 1.00 1.08 1.43 2/65 24138
/proc/meminfo: memFree=1474568/2055920 swapFree=4117272/4192956
[pid=23416] ppid=23414 vsize=101480 CPUtime=1800.05
/proc/23416/stat : 23416 (casperzito) R 23414 23416 21695 0 -1 4194304 2969 0 0 0 179993 12 0 0 25 0 1 0 1981769422 103915520 2189 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/23416/statm: 25370 2189 529 234 0 24072 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 101480

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.11
CPU time (s): 1800.06
CPU user time (s): 1799.94
CPU system time (s): 0.122981
CPU usage (%): 99.4998
Max. virtual memory (cumulated for all children) (KiB): 103972

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

runsolver used 1.9407 second user time and 4.71428 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-02 21:45:57
IDJOB=1043986
IDBENCH=53883
IDSOLVER=362
FILE ID=node30/1043986-1215027957
PBS_JOBID= 7874409
Free space on /tmp= 66552 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-25-25.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043986-1215027957/watcher-1043986-1215027957 -o /tmp/evaluation-result-1043986-1215027957/solver-1043986-1215027957 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1043986-1215027957.xml 236124418 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 59d56c349f47c5f1affad53bdd346c6f
RANDOM SEED=236124418

node30.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.218
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.218
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:       1477360 kB
Buffers:         68452 kB
Cached:         330504 kB
SwapCached:      70040 kB
Active:         367924 kB
Inactive:       129704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1477360 kB
SwapTotal:     4192956 kB
SwapFree:      4116956 kB
Dirty:            3184 kB
Writeback:           0 kB
Mapped:         106568 kB
Slab:            66264 kB
Committed_AS:  3563524 kB
PageTables:       1840 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= 66552 MiB
End job on node30 at 2008-07-02 22:16:08