Trace number 1059155

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.07 1801.21

General information on the benchmark

Namecsp/rand-3-28-28/
normalized-rand-3-28-28-93-632-36_ext.xml
MD5SUMc24581f54bf84980202e8ad0c12e0a82
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.59/0.64	c Building = 1
0.69/0.78	c [ NumberOfVariables = 28 ]
0.69/0.78	c [ NumberOfConstraints = 93 ]
0.69/0.78	c [ SizeOfSearchSpace(log2) = 134.606 ]
0.69/0.78	c SymmetrySearch = 1
3.18/3.29	c InitialPropagation = 1
3.29/3.33	c [ SizeOfSearchSpace(log2) = 134.606 ]
3.29/3.33	c InitialSAC = 1
3.68/3.73	c [ SizeOfSearchSpace(log2) = 134.606 ]
3.68/3.73	c Search(SampleFF) : 
88.35/88.41	c [ Sampling domwdeg ]
88.35/88.41	c [ Sampling impacts ]
88.35/88.41	c [ SamplingScores: ]
88.35/88.41	c [ domwdeg+min = 1.76318e-08 | domwdeg+rnd = 9.16229e-09 ]
88.35/88.41	c [ impacts+min = 2.79161e-09 | impacts+rnd = 2.03807e-09 ]
88.35/88.41	c [ la+min = 0 | la+rnd = 0 ]
88.35/88.41	c [ domwdeg = 1.3397e-08 | impacts = 2.41484e-09 | la = 0 ]
88.35/88.41	c [ min = 6.8078e-09 | rand = 2.41484e-09 ]
88.35/88.41	c [ restarting at (3.96356,2.07516e-09) ]
98.25/98.33	c [ restarting at (9.9089,5.8491e-08) ]
122.87/123.14	c [ restarting at (24.7722,1.28882e-07) ]
184.36/185.11	c [ restarting at (61.9306,6.86256e-06) ]
339.22/340.00	c [ restarting at (154.827,8.31406e-06) ]
726.33/727.25	c [ restarting at (387.066,3.31411e-06) ]
1693.98/1695.15	c [ restarting at (967.666,3.58031e-05) ]

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

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.92 1.98 1.99 4/85 16972
/proc/meminfo: memFree=1660144/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=5348 CPUtime=0
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 217 0 0 0 0 0 0 0 18 0 1 0 635074454 5476352 192 996147200 134512640 135472138 4294956224 18446744073709551615 6789908 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 1337 193 159 234 0 27 0

[startup+0.0548871 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 16972
/proc/meminfo: memFree=1660144/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=6456 CPUtime=0.04
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 738 0 0 0 4 0 0 0 18 0 1 0 635074454 6610944 698 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 1614 698 365 234 0 316 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6456

[startup+0.101893 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 16972
/proc/meminfo: memFree=1660144/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=7560 CPUtime=0.09
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 1014 0 0 0 9 0 0 0 18 0 1 0 635074454 7741440 974 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 1890 974 365 234 0 592 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7560

[startup+0.301912 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 16972
/proc/meminfo: memFree=1660144/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=12300 CPUtime=0.29
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 2171 0 0 0 28 1 0 0 19 0 1 0 635074454 12595200 2131 996147200 134512640 135472138 4294956224 18446744073709551615 7222907 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 3075 2134 365 234 0 1777 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12300

[startup+0.701954 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 16972
/proc/meminfo: memFree=1660144/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=0.69
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 8243 0 0 0 66 3 0 0 23 0 1 0 635074454 139612160 8203 996147200 134512640 135472138 4294956224 18446744073709551615 134546802 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 8208 394 234 0 32787 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 136340

[startup+1.50103 s]
/proc/loadavg: 1.92 1.98 1.99 3/86 16973
/proc/meminfo: memFree=1602152/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=207092 CPUtime=1.48
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 27090 0 0 0 138 10 0 0 25 0 1 0 635074454 212062208 27050 996147200 134512640 135472138 4294956224 18446744073709551615 7222907 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 51773 27051 432 234 0 50475 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 207092

[startup+3.1012 s]
/proc/loadavg: 1.92 1.98 1.99 3/86 16973
/proc/meminfo: memFree=1485096/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=320016 CPUtime=3.08
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 47950 0 0 0 290 18 0 0 25 0 1 0 635074454 327696384 47572 996147200 134512640 135472138 4294956224 18446744073709551615 4158906922 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 80004 47572 448 234 0 78706 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 320016

[startup+6.30153 s]
/proc/loadavg: 1.93 1.98 1.99 3/86 16973
/proc/meminfo: memFree=1620584/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=6.28
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 48753 0 0 0 607 21 0 0 25 0 1 0 635074454 139612160 10208 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10208 476 234 0 32787 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 136340

[startup+12.7012 s]
/proc/loadavg: 1.93 1.98 1.99 3/86 16973
/proc/meminfo: memFree=1620392/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=12.68
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 48800 0 0 0 1247 21 0 0 25 0 1 0 635074454 139612160 10255 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10255 476 234 0 32787 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 136340

[startup+25.5015 s]
/proc/loadavg: 1.95 1.98 1.99 3/86 16973
/proc/meminfo: memFree=1619752/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=25.47
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 48977 0 0 0 2526 21 0 0 25 0 1 0 635074454 139612160 10432 996147200 134512640 135472138 4294956224 18446744073709551615 134605040 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10432 476 234 0 32787 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 136340

[startup+51.1011 s]
/proc/loadavg: 1.96 1.98 1.99 3/86 16973
/proc/meminfo: memFree=1619752/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=51.06
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 48979 0 0 0 5085 21 0 0 25 0 1 0 635074454 139612160 10434 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10434 478 234 0 32787 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 136340

[startup+102.305 s]
/proc/loadavg: 1.98 1.98 1.99 3/86 16973
/proc/meminfo: memFree=1619496/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=102.25
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49008 0 0 0 10204 21 0 0 25 0 1 0 635074454 139612160 10463 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10463 479 234 0 32787 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 136340

[startup+162.301 s]
/proc/loadavg: 2.07 2.01 2.00 3/83 17022
/proc/meminfo: memFree=1319184/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=161.72
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49008 0 0 0 16149 23 0 0 25 0 1 0 635074454 139612160 10463 996147200 134512640 135472138 4294956224 18446744073709551615 134604899 0 0 4096 0 0 0 0 17 0 0 0
/proc/16972/statm: 34085 10463 479 234 0 32787 0
Current children cumulated CPU time (s) 161.72
Current children cumulated vsize (KiB) 136340

[startup+222.302 s]
/proc/loadavg: 2.02 2.01 2.00 3/75 17023
/proc/meminfo: memFree=1535376/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=221.55
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49008 0 0 0 22132 23 0 0 25 0 1 0 635074454 139612160 10463 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10463 479 234 0 32787 0
Current children cumulated CPU time (s) 221.55
Current children cumulated vsize (KiB) 136340

[startup+282.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 17023
/proc/meminfo: memFree=1525072/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=281.54
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49008 0 0 0 28131 23 0 0 25 0 1 0 635074454 139612160 10463 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10463 479 234 0 32787 0
Current children cumulated CPU time (s) 281.54
Current children cumulated vsize (KiB) 136340

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17023
/proc/meminfo: memFree=1515024/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=341.52
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49021 0 0 0 34129 23 0 0 25 0 1 0 635074454 139612160 10476 996147200 134512640 135472138 4294956224 18446744073709551615 134605033 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10476 479 234 0 32787 0
Current children cumulated CPU time (s) 341.52
Current children cumulated vsize (KiB) 136340

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17023
/proc/meminfo: memFree=1508944/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=401.51
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49061 0 0 0 40127 24 0 0 25 0 1 0 635074454 139612160 10516 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10516 479 234 0 32787 0
Current children cumulated CPU time (s) 401.51
Current children cumulated vsize (KiB) 136340

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17023
/proc/meminfo: memFree=1502800/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=461.5
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49094 0 0 0 46126 24 0 0 25 0 1 0 635074454 139612160 10549 996147200 134512640 135472138 4294956224 18446744073709551615 134585183 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10549 479 234 0 32787 0
Current children cumulated CPU time (s) 461.5
Current children cumulated vsize (KiB) 136340

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17023
/proc/meminfo: memFree=1495056/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=521.48
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49141 0 0 0 52124 24 0 0 25 0 1 0 635074454 139612160 10596 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10596 479 234 0 32787 0
Current children cumulated CPU time (s) 521.48
Current children cumulated vsize (KiB) 136340

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17023
/proc/meminfo: memFree=1492048/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=581.47
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49141 0 0 0 58123 24 0 0 25 0 1 0 635074454 139612160 10596 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10596 479 234 0 32787 0
Current children cumulated CPU time (s) 581.47
Current children cumulated vsize (KiB) 136340

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17024
/proc/meminfo: memFree=1489680/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=641.46
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49141 0 0 0 64122 24 0 0 25 0 1 0 635074454 139612160 10596 996147200 134512640 135472138 4294956224 18446744073709551615 134585066 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10596 479 234 0 32787 0
Current children cumulated CPU time (s) 641.46
Current children cumulated vsize (KiB) 136340


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

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17025
/proc/meminfo: memFree=1469520/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=821.4
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49141 0 0 0 82116 24 0 0 25 0 1 0 635074454 139612160 10596 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10596 479 234 0 32787 0
Current children cumulated CPU time (s) 821.4
Current children cumulated vsize (KiB) 136340

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17025
/proc/meminfo: memFree=1465360/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=881.39
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49141 0 0 0 88115 24 0 0 25 0 1 0 635074454 139612160 10596 996147200 134512640 135472138 4294956224 18446744073709551615 134616939 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10596 479 234 0 32787 0
Current children cumulated CPU time (s) 881.39
Current children cumulated vsize (KiB) 136340

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17031
/proc/meminfo: memFree=1462352/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=941.37
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49141 0 0 0 94113 24 0 0 25 0 1 0 635074454 139612160 10596 996147200 134512640 135472138 4294956224 18446744073709551615 134585008 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10596 479 234 0 32787 0
Current children cumulated CPU time (s) 941.37
Current children cumulated vsize (KiB) 136340

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17031
/proc/meminfo: memFree=1457104/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=1001.35
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49141 0 0 0 100111 24 0 0 25 0 1 0 635074454 139612160 10596 996147200 134512640 135472138 4294956224 18446744073709551615 134585013 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10596 479 234 0 32787 0
Current children cumulated CPU time (s) 1001.35
Current children cumulated vsize (KiB) 136340

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17031
/proc/meminfo: memFree=1448976/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=1061.34
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49141 0 0 0 106110 24 0 0 25 0 1 0 635074454 139612160 10596 996147200 134512640 135472138 4294956224 18446744073709551615 134585092 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10596 479 234 0 32787 0
Current children cumulated CPU time (s) 1061.34
Current children cumulated vsize (KiB) 136340

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17031
/proc/meminfo: memFree=1444240/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=1121.32
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49141 0 0 0 112108 24 0 0 25 0 1 0 635074454 139612160 10596 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10596 479 234 0 32787 0
Current children cumulated CPU time (s) 1121.32
Current children cumulated vsize (KiB) 136340

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17031
/proc/meminfo: memFree=1439248/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=1181.31
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49141 0 0 0 118107 24 0 0 25 0 1 0 635074454 139612160 10596 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10596 479 234 0 32787 0
Current children cumulated CPU time (s) 1181.31
Current children cumulated vsize (KiB) 136340

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17031
/proc/meminfo: memFree=1431760/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=1241.29
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49141 0 0 0 124105 24 0 0 25 0 1 0 635074454 139612160 10596 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10596 479 234 0 32787 0
Current children cumulated CPU time (s) 1241.29
Current children cumulated vsize (KiB) 136340

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17031
/proc/meminfo: memFree=1422480/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=1301.28
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49141 0 0 0 130104 24 0 0 25 0 1 0 635074454 139612160 10596 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10596 479 234 0 32787 0
Current children cumulated CPU time (s) 1301.28
Current children cumulated vsize (KiB) 136340

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17031
/proc/meminfo: memFree=1416208/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=1361.26
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49141 0 0 0 136102 24 0 0 25 0 1 0 635074454 139612160 10596 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10596 479 234 0 32787 0
Current children cumulated CPU time (s) 1361.26
Current children cumulated vsize (KiB) 136340

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17031
/proc/meminfo: memFree=1410320/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=1421.25
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49141 0 0 0 142101 24 0 0 25 0 1 0 635074454 139612160 10596 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10596 479 234 0 32787 0
Current children cumulated CPU time (s) 1421.25
Current children cumulated vsize (KiB) 136340

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17031
/proc/meminfo: memFree=1405264/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=1481.23
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49141 0 0 0 148099 24 0 0 25 0 1 0 635074454 139612160 10596 996147200 134512640 135472138 4294956224 18446744073709551615 134585026 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10596 479 234 0 32787 0
Current children cumulated CPU time (s) 1481.23
Current children cumulated vsize (KiB) 136340

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17031
/proc/meminfo: memFree=1400272/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=1541.21
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49141 0 0 0 154097 24 0 0 25 0 1 0 635074454 139612160 10596 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10596 479 234 0 32787 0
Current children cumulated CPU time (s) 1541.21
Current children cumulated vsize (KiB) 136340

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17031
/proc/meminfo: memFree=1394384/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=1601.2
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49141 0 0 0 160096 24 0 0 25 0 1 0 635074454 139612160 10596 996147200 134512640 135472138 4294956224 18446744073709551615 134616908 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10596 479 234 0 32787 0
Current children cumulated CPU time (s) 1601.2
Current children cumulated vsize (KiB) 136340

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17031
/proc/meminfo: memFree=1388560/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=1661.18
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49141 0 0 0 166094 24 0 0 25 0 1 0 635074454 139612160 10596 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10596 479 234 0 32787 0
Current children cumulated CPU time (s) 1661.18
Current children cumulated vsize (KiB) 136340

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 17031
/proc/meminfo: memFree=1381712/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=1721.17
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49141 0 0 0 172093 24 0 0 25 0 1 0 635074454 139612160 10596 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10596 479 234 0 32787 0
Current children cumulated CPU time (s) 1721.17
Current children cumulated vsize (KiB) 136340

[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/75 17031
/proc/meminfo: memFree=1376528/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=1781.15
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49141 0 0 0 178091 24 0 0 25 0 1 0 635074454 139612160 10596 996147200 134512640 135472138 4294956224 18446744073709551615 134604899 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10596 479 234 0 32787 0
Current children cumulated CPU time (s) 1781.15
Current children cumulated vsize (KiB) 136340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 2.10 2.04 2.00 3/75 17031
/proc/meminfo: memFree=1374864/2055920 swapFree=4176956/4192956
[pid=16972] ppid=16970 vsize=136340 CPUtime=1800.05
/proc/16972/stat : 16972 (casperzito) R 16970 16972 15879 0 -1 4194304 49141 0 0 0 179981 24 0 0 25 0 1 0 635074454 139612160 10596 996147200 134512640 135472138 4294956224 18446744073709551615 134585030 0 0 4096 0 0 0 0 17 1 0 0
/proc/16972/statm: 34085 10596 479 234 0 32787 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 136340

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): 1801.21
CPU time (s): 1800.07
CPU user time (s): 1799.82
CPU system time (s): 0.249962
CPU usage (%): 99.9363
Max. virtual memory (cumulated for all children) (KiB): 320016

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

runsolver used 1.64675 second user time and 4.91925 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-03 23:45:43
IDJOB=1059155
IDBENCH=54212
IDSOLVER=362
FILE ID=node84/1059155-1215121542
PBS_JOBID= 7877039
Free space on /tmp= 66516 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/rand-3-28-28/normalized-rand-3-28-28-93-632-36_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059155-1215121542/watcher-1059155-1215121542 -o /tmp/evaluation-result-1059155-1215121542/solver-1059155-1215121542 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1059155-1215121542.xml 2096766532 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c24581f54bf84980202e8ad0c12e0a82
RANDOM SEED=2096766532

node84.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.231
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.231
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:       1660560 kB
Buffers:         19608 kB
Cached:         282952 kB
SwapCached:      10240 kB
Active:         197908 kB
Inactive:       162416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1660560 kB
SwapTotal:     4192956 kB
SwapFree:      4176956 kB
Dirty:            8692 kB
Writeback:           0 kB
Mapped:          74028 kB
Slab:            19956 kB
Committed_AS:  1154908 kB
PageTables:       1988 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= 66504 MiB
End job on node84 at 2008-07-04 00:15:46