Trace number 1064787

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 1812.51

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-46s-smv.xml
MD5SUMb737cbae654b5d3ae6271e24a3cd0c8e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.6232
Satisfiable
(Un)Satisfiability was proved
Number of variables1612
Number of constraints3652
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3652
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.21	c Parsing = 1
0.00/0.21	c Building = 1
0.00/0.21	c [ NumberOfVariables = 1612 ]
0.00/0.21	c [ NumberOfConstraints = 3652 ]
0.00/0.21	c [ SizeOfSearchSpace(log2) = 1292 ]
0.00/0.21	c SymmetrySearch = 1
0.29/0.38	c InitialPropagation = 1
0.38/0.40	c [ SizeOfSearchSpace(log2) = 1292 ]
0.38/0.40	c InitialSAC = (Timeout)
3.55/3.67	c [ SizeOfSearchSpace(log2) = 1205 ]
3.55/3.67	c Search(SampleFF) : 
78.46/79.20	c [ Sampling domwdeg ]
78.46/79.20	c [ Sampling impacts ]
78.46/79.20	c [ SamplingScores: ]
78.46/79.20	c [ domwdeg+min = 2.62356e-05 | domwdeg+rnd = 0.0109887 ]
78.46/79.20	c [ impacts+min = 1.11547e-06 | impacts+rnd = 0.155901 ]
78.46/79.20	c [ la+min = 0 | la+rnd = 0 ]
78.46/79.20	c [ domwdeg = 0.00550746 | impacts = 0.0779511 | la = 0 ]
78.46/79.20	c [ min = 9.11703e-06 | rand = 0.0779511 ]
78.46/79.20	c [ restarting at (3.96356,0.107272) ]
88.96/89.82	c [ restarting at (9.9089,0.061513) ]
115.24/116.38	c [ restarting at (24.7722,0.0615286) ]
181.08/182.75	c [ restarting at (61.9306,0.0623478) ]
345.57/348.68	c [ restarting at (154.827,0.0627522) ]
756.97/763.52	c [ restarting at (387.066,0.0676692) ]
1435.48/1447.80	c [ restarting at (967.666,0.066411) ]

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

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.93 2.04 2.01 4/81 8044
/proc/meminfo: memFree=1717216/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=103420 CPUtime=0.2
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2151 0 0 0 19 1 0 0 19 0 1 0 635591702 105902080 2111 996147200 134512640 135472138 4294956224 18446744073709551615 3293678 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25855 2111 442 234 0 24557 0

[startup+0.311076 s]
/proc/loadavg: 1.93 2.04 2.01 4/81 8044
/proc/meminfo: memFree=1717216/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=107180 CPUtime=0.29
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2733 0 0 0 28 1 0 0 20 0 1 0 635591702 109752320 2680 996147200 134512640 135472138 4294956224 18446744073709551615 134534937 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 26795 2680 448 234 0 25497 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 107180

[startup+0.401086 s]
/proc/loadavg: 1.93 2.04 2.01 4/81 8044
/proc/meminfo: memFree=1717216/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102316 CPUtime=0.38
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2798 0 0 0 37 1 0 0 20 0 1 0 635591702 104771584 1874 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25579 1874 460 234 0 24281 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 102316

[startup+0.501088 s]
/proc/loadavg: 1.93 2.04 2.01 4/81 8044
/proc/meminfo: memFree=1717216/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102316 CPUtime=0.48
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2811 0 0 0 47 1 0 0 21 0 1 0 635591702 104771584 1887 996147200 134512640 135472138 4294956224 18446744073709551615 134580322 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25579 1887 466 234 0 24281 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 102316

[startup+0.701111 s]
/proc/loadavg: 1.93 2.04 2.01 4/81 8044
/proc/meminfo: memFree=1717216/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102316 CPUtime=0.67
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2819 0 0 0 66 1 0 0 23 0 1 0 635591702 104771584 1895 996147200 134512640 135472138 4294956224 18446744073709551615 134578273 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25579 1895 467 234 0 24281 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 102316

[startup+1.50119 s]
/proc/loadavg: 1.93 2.04 2.01 3/82 8045
/proc/meminfo: memFree=1711256/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102316 CPUtime=1.47
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2824 0 0 0 146 1 0 0 25 0 1 0 635591702 104771584 1900 996147200 134512640 135472138 4294956224 18446744073709551615 134578081 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25579 1900 467 234 0 24281 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 102316

[startup+3.10135 s]
/proc/loadavg: 1.93 2.04 2.01 3/82 8045
/proc/meminfo: memFree=1711128/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102316 CPUtime=3.05
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2838 0 0 0 304 1 0 0 25 0 1 0 635591702 104771584 1914 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25579 1914 467 234 0 24281 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 102316

[startup+6.30269 s]
/proc/loadavg: 1.93 2.04 2.01 3/82 8045
/proc/meminfo: memFree=1710936/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102320 CPUtime=6.23
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2932 0 0 0 621 2 0 0 25 0 1 0 635591702 104775680 2008 996147200 134512640 135472138 4294956224 18446744073709551615 134874401 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25580 2008 504 234 0 24282 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 102320

[startup+12.7013 s]
/proc/loadavg: 1.94 2.04 2.01 3/82 8045
/proc/meminfo: memFree=1710872/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102320 CPUtime=12.57
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2932 0 0 0 1255 2 0 0 25 0 1 0 635591702 104775680 2008 996147200 134512640 135472138 4294956224 18446744073709551615 134578080 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25580 2008 504 234 0 24282 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 102320

[startup+25.5016 s]
/proc/loadavg: 1.95 2.04 2.01 3/82 8045
/proc/meminfo: memFree=1710936/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102320 CPUtime=25.26
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2932 0 0 0 2524 2 0 0 25 0 1 0 635591702 104775680 2008 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25580 2008 504 234 0 24282 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 102320

[startup+51.1013 s]
/proc/loadavg: 1.97 2.03 2.00 3/82 8051
/proc/meminfo: memFree=1709528/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=50.6
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2988 0 0 0 5058 2 0 0 25 0 1 0 635591702 104779776 2064 996147200 134512640 135472138 4294956224 18446744073709551615 134578214 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25581 2064 506 234 0 24283 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 102324

[startup+102.301 s]
/proc/loadavg: 1.98 2.03 2.00 3/82 8051
/proc/meminfo: memFree=1709336/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=101.36
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 10134 2 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134578098 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 102324

[startup+162.302 s]
/proc/loadavg: 1.99 2.02 2.00 3/82 8051
/proc/meminfo: memFree=1707096/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=160.85
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 16083 2 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 160.85
Current children cumulated vsize (KiB) 102324

[startup+222.302 s]
/proc/loadavg: 1.99 2.01 2.00 3/82 8051
/proc/meminfo: memFree=1705688/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=220.34
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 22032 2 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134691164 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 220.34
Current children cumulated vsize (KiB) 102324

[startup+282.302 s]
/proc/loadavg: 1.99 2.01 2.00 3/82 8051
/proc/meminfo: memFree=1704856/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=279.83
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 27981 2 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134578300 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 279.83
Current children cumulated vsize (KiB) 102324

[startup+342.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 8051
/proc/meminfo: memFree=1703896/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=339.33
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 33931 2 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 4161270 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 339.33
Current children cumulated vsize (KiB) 102324

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 8051
/proc/meminfo: memFree=1703128/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=398.81
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 39879 2 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134580880 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 398.81
Current children cumulated vsize (KiB) 102324

[startup+462.306 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 8051
/proc/meminfo: memFree=1702296/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=458.31
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 45829 2 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134578081 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 458.31
Current children cumulated vsize (KiB) 102324

[startup+522.301 s]
/proc/loadavg: 2.08 2.03 2.00 3/82 8051
/proc/meminfo: memFree=1700952/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=517.8
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 51778 2 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134578094 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 517.8
Current children cumulated vsize (KiB) 102324

[startup+582.302 s]
/proc/loadavg: 2.09 2.04 2.00 3/82 8051
/proc/meminfo: memFree=1699928/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=577.3
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 57728 2 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134578214 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 577.3
Current children cumulated vsize (KiB) 102324

[startup+642.302 s]
/proc/loadavg: 2.08 2.04 2.00 3/82 8051
/proc/meminfo: memFree=1697624/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=636.79
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 63677 2 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134578209 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 636.79
Current children cumulated vsize (KiB) 102324


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

[startup+822.302 s]
/proc/loadavg: 2.14 2.11 2.03 3/82 8051
/proc/meminfo: memFree=1695000/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=815.27
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 81525 2 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134874377 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 815.27
Current children cumulated vsize (KiB) 102324

[startup+882.301 s]
/proc/loadavg: 2.05 2.09 2.02 3/82 8051
/proc/meminfo: memFree=1693528/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=874.76
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 87474 2 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134936169 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 874.76
Current children cumulated vsize (KiB) 102324

[startup+942.301 s]
/proc/loadavg: 2.02 2.07 2.02 3/82 8051
/proc/meminfo: memFree=1693208/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=934.25
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 93423 2 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134936113 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 934.25
Current children cumulated vsize (KiB) 102324

[startup+1002.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/82 8051
/proc/meminfo: memFree=1691928/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=993.75
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 99373 2 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134578209 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 993.75
Current children cumulated vsize (KiB) 102324

[startup+1062.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/82 8051
/proc/meminfo: memFree=1690648/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=1053.24
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 105322 2 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 1053.24
Current children cumulated vsize (KiB) 102324

[startup+1122.31 s]
/proc/loadavg: 2.00 2.03 2.00 3/82 8051
/proc/meminfo: memFree=1690072/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=1112.74
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 111272 2 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134873158 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 1112.74
Current children cumulated vsize (KiB) 102324

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 8051
/proc/meminfo: memFree=1688984/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=1172.23
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 117221 2 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134578086 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 1172.23
Current children cumulated vsize (KiB) 102324

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 8051
/proc/meminfo: memFree=1687640/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=1231.72
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 123170 2 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 1231.72
Current children cumulated vsize (KiB) 102324

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 8051
/proc/meminfo: memFree=1686936/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=1291.21
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 129119 2 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134580322 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 1291.21
Current children cumulated vsize (KiB) 102324

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 8051
/proc/meminfo: memFree=1686616/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=1350.71
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 135069 2 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134578080 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 1350.71
Current children cumulated vsize (KiB) 102324

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 8051
/proc/meminfo: memFree=1685656/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=1410.2
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 141018 2 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 135234799 0 0 4096 0 0 0 0 17 1 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 1410.2
Current children cumulated vsize (KiB) 102324

[startup+1482.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/73 8081
/proc/meminfo: memFree=1760488/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=1469.97
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 146994 3 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 0 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 1469.97
Current children cumulated vsize (KiB) 102324

[startup+1542.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/70 8085
/proc/meminfo: memFree=1721792/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=1529.94
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 152991 3 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 0 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 1529.94
Current children cumulated vsize (KiB) 102324

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/70 8085
/proc/meminfo: memFree=1630592/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=1589.92
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 158989 3 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134874375 0 0 4096 0 0 0 0 17 0 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 1589.92
Current children cumulated vsize (KiB) 102324

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/70 8085
/proc/meminfo: memFree=1341824/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=1649.9
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 164987 3 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134873531 0 0 4096 0 0 0 0 17 0 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 1649.9
Current children cumulated vsize (KiB) 102324

[startup+1722.3 s]
/proc/loadavg: 1.96 1.97 1.99 3/82 8130
/proc/meminfo: memFree=1756256/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=1709.87
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 170983 4 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134691616 0 0 4096 0 0 0 0 17 0 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 1709.87
Current children cumulated vsize (KiB) 102324

[startup+1782.31 s]
/proc/loadavg: 1.98 1.97 1.99 3/82 8130
/proc/meminfo: memFree=1756064/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=1769.85
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 176981 4 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 0 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 1769.85
Current children cumulated vsize (KiB) 102324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.5 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 8130
/proc/meminfo: memFree=1756064/2055920 swapFree=4179840/4192956
[pid=8044] ppid=8042 vsize=102324 CPUtime=1800.04
/proc/8044/stat : 8044 (casperzito) R 8042 8044 7879 0 -1 4194304 2989 0 0 0 180000 4 0 0 25 0 1 0 635591702 104779776 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 0 0 0
/proc/8044/statm: 25581 2065 507 234 0 24283 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 102324

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): 1812.51
CPU time (s): 1800.06
CPU user time (s): 1800.01
CPU system time (s): 0.050992
CPU usage (%): 99.313
Max. virtual memory (cumulated for all children) (KiB): 107180

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

runsolver used 1.81072 second user time and 4.85326 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-04 06:00:24
IDJOB=1064787
IDBENCH=54989
IDSOLVER=362
FILE ID=node17/1064787-1215144024
PBS_JOBID= 7877394
Free space on /tmp= 66556 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-46s-smv.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064787-1215144024/watcher-1064787-1215144024 -o /tmp/evaluation-result-1064787-1215144024/solver-1064787-1215144024 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1064787-1215144024.xml 1842994782 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b737cbae654b5d3ae6271e24a3cd0c8e
RANDOM SEED=1842994782

node17.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.234
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.234
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:       1717696 kB
Buffers:         38156 kB
Cached:         144560 kB
SwapCached:       6936 kB
Active:         203988 kB
Inactive:        78240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1717696 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            3460 kB
Writeback:           0 kB
Mapped:         115664 kB
Slab:            40880 kB
Committed_AS:  1046948 kB
PageTables:       2108 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 node17 at 2008-07-04 06:30:39