Trace number 1095544

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 1804.41

General information on the benchmark

Namecsp/rand-3-28-28-fcd/
normalized-rand-3-28-28-93-632-fcd-46_ext.xml
MD5SUM56fcfe39f926d53912481dfefcb4e879
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.20	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.20	c Parsing = 1
0.68/0.72	c Building = 1
0.78/0.88	c [ NumberOfVariables = 28 ]
0.78/0.88	c [ NumberOfConstraints = 93 ]
0.78/0.88	c [ SizeOfSearchSpace(log2) = 134.606 ]
0.78/0.88	c SymmetrySearch = 1
3.65/3.79	c InitialPropagation = 1
3.75/3.84	c [ SizeOfSearchSpace(log2) = 134.606 ]
3.75/3.84	c InitialSAC = 1
4.14/4.20	c [ SizeOfSearchSpace(log2) = 134.606 ]
4.14/4.20	c Search(SampleFF) : 
94.88/95.83	c [ Sampling domwdeg ]
94.88/95.83	c [ Sampling impacts ]
94.88/95.83	c [ SamplingScores: ]
94.88/95.83	c [ domwdeg+min = 3.34892e-09 | domwdeg+rnd = 8.12594e-08 ]
94.88/95.83	c [ impacts+min = 1.57627e-08 | impacts+rnd = 1.61304e-06 ]
94.88/95.83	c [ la+min = 0 | la+rnd = 0 ]
94.88/95.83	c [ domwdeg = 4.23041e-08 | impacts = 8.14401e-07 | la = 0 ]
94.88/95.83	c [ min = 6.37054e-09 | rand = 8.14401e-07 ]
94.88/95.83	c [ restarting at (3.96356,3.78505e-10) ]
105.38/106.49	c [ restarting at (9.9089,2.16251e-09) ]
131.73/133.06	c [ restarting at (24.7722,6.37371e-09) ]
197.50/199.43	c [ restarting at (61.9306,1.41748e-06) ]
361.94/365.41	c [ restarting at (154.827,7.09083e-06) ]
383.62/387.31	c [ restarting at (387.066,4.5907e-05) ]
1351.05/1355.30	c [ restarting at (967.666,3.37021e-06) ]

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

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.99 1.99 1.99 4/73 14881
/proc/meminfo: memFree=1394552/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=1052 CPUtime=0
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 2004606369 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 8106788 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/14881/statm: 263 26 20 234 0 3 0

[startup+0.208308 s]
/proc/loadavg: 1.99 1.99 1.99 4/73 14881
/proc/meminfo: memFree=1394552/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=9456 CPUtime=0.19
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 1488 0 0 0 19 0 0 0 19 0 1 0 2004606369 9682944 1448 996147200 134512640 135472138 4294956224 18446744073709551615 134794084 0 0 4096 0 0 0 0 17 1 0 0
/proc/14881/statm: 2364 1448 365 234 0 1066 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9456

[startup+0.302185 s]
/proc/loadavg: 1.99 1.99 1.99 4/73 14881
/proc/meminfo: memFree=1394552/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=11508 CPUtime=0.28
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 2001 0 0 0 28 0 0 0 19 0 1 0 2004606369 11784192 1961 996147200 134512640 135472138 4294956224 18446744073709551615 134794168 0 0 4096 0 0 0 0 17 1 0 0
/proc/14881/statm: 2877 1961 365 234 0 1579 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11508

[startup+0.401202 s]
/proc/loadavg: 1.99 1.99 1.99 4/73 14881
/proc/meminfo: memFree=1394552/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=13560 CPUtime=0.39
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 2514 0 0 0 38 1 0 0 20 0 1 0 2004606369 13885440 2474 996147200 134512640 135472138 4294956224 18446744073709551615 134794198 0 0 4096 0 0 0 0 17 1 0 0
/proc/14881/statm: 3390 2474 365 234 0 2092 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13560

[startup+0.701262 s]
/proc/loadavg: 1.99 1.99 1.99 4/73 14881
/proc/meminfo: memFree=1394552/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=19720 CPUtime=0.68
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 4053 0 0 0 67 1 0 0 23 0 1 0 2004606369 20193280 4013 996147200 134512640 135472138 4294956224 18446744073709551615 134777638 0 0 4096 0 0 0 0 17 1 0 0
/proc/14881/statm: 4930 4013 365 234 0 3632 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 19720

[startup+1.50242 s]
/proc/loadavg: 2.07 2.00 2.00 3/74 14882
/proc/meminfo: memFree=1331120/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=189536 CPUtime=1.47
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 22714 0 0 0 135 12 0 0 25 0 1 0 2004606369 194084864 22674 996147200 134512640 135472138 4294956224 18446744073709551615 8541819 0 0 4096 0 0 0 0 17 1 0 0
/proc/14881/statm: 47384 22674 432 234 0 46086 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 189536

[startup+3.10173 s]
/proc/loadavg: 2.07 2.00 2.00 3/74 14882
/proc/meminfo: memFree=1233200/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=320016 CPUtime=3.06
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 47168 0 0 0 282 24 0 0 25 0 1 0 2004606369 327696384 46791 996147200 134512640 135472138 4294956224 18446744073709551615 134535888 0 0 4096 0 0 0 0 17 1 0 0
/proc/14881/statm: 80004 46791 439 234 0 78706 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 320016

[startup+6.30135 s]
/proc/loadavg: 2.07 2.00 2.00 3/74 14882
/proc/meminfo: memFree=1355120/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=6.23
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 48729 0 0 0 595 28 0 0 25 0 1 0 2004606369 139612160 10186 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/14881/statm: 34085 10186 476 234 0 32787 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 136340

[startup+12.7016 s]
/proc/loadavg: 2.06 2.00 2.00 3/74 14882
/proc/meminfo: memFree=1354672/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=12.57
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 48807 0 0 0 1229 28 0 0 25 0 1 0 2004606369 139612160 10264 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/14881/statm: 34085 10264 476 234 0 32787 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 136340

[startup+25.5061 s]
/proc/loadavg: 2.05 2.00 2.00 3/74 14882
/proc/meminfo: memFree=1354608/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=25.25
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 48837 0 0 0 2497 28 0 0 25 0 1 0 2004606369 139612160 10294 996147200 134512640 135472138 4294956224 18446744073709551615 134585305 0 0 4096 0 0 0 0 17 1 0 0
/proc/14881/statm: 34085 10294 476 234 0 32787 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 136340

[startup+51.101 s]
/proc/loadavg: 2.03 2.00 2.00 3/74 14882
/proc/meminfo: memFree=1354032/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=50.6
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 48898 0 0 0 5032 28 0 0 25 0 1 0 2004606369 139612160 10355 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/14881/statm: 34085 10355 478 234 0 32787 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 136340

[startup+102.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/74 14882
/proc/meminfo: memFree=1350512/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=101.32
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 49023 0 0 0 10104 28 0 0 25 0 1 0 2004606369 139612160 10480 996147200 134512640 135472138 4294956224 18446744073709551615 134604997 0 0 4096 0 0 0 0 17 1 0 0
/proc/14881/statm: 34085 10480 479 234 0 32787 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 136340

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14882
/proc/meminfo: memFree=1349616/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=160.75
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 49200 0 0 0 16047 28 0 0 25 0 1 0 2004606369 139612160 10657 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/14881/statm: 34085 10657 479 234 0 32787 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 136340

[startup+222.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/74 14882
/proc/meminfo: memFree=1348848/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=220.18
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 49392 0 0 0 21990 28 0 0 25 0 1 0 2004606369 139612160 10849 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/14881/statm: 34085 10849 479 234 0 32787 0
Current children cumulated CPU time (s) 220.18
Current children cumulated vsize (KiB) 136340

[startup+282.302 s]
/proc/loadavg: 2.01 2.01 2.00 3/74 14882
/proc/meminfo: memFree=1348784/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=279.62
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 49392 0 0 0 27934 28 0 0 25 0 1 0 2004606369 139612160 10849 996147200 134512640 135472138 4294956224 18446744073709551615 134616775 0 0 4096 0 0 0 0 17 1 0 0
/proc/14881/statm: 34085 10849 479 234 0 32787 0
Current children cumulated CPU time (s) 279.62
Current children cumulated vsize (KiB) 136340

[startup+342.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14882
/proc/meminfo: memFree=1348592/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=339.06
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 49453 0 0 0 33878 28 0 0 25 0 1 0 2004606369 139612160 10910 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/14881/statm: 34085 10910 479 234 0 32787 0
Current children cumulated CPU time (s) 339.06
Current children cumulated vsize (KiB) 136340

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1721912/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=398.6
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 49517 0 0 0 39830 30 0 0 25 0 1 0 2004606369 139612160 10974 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 10974 479 234 0 32787 0
Current children cumulated CPU time (s) 398.6
Current children cumulated vsize (KiB) 136340

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1721464/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=458.58
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 49655 0 0 0 45827 31 0 0 25 0 1 0 2004606369 139612160 11112 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 11112 479 234 0 32787 0
Current children cumulated CPU time (s) 458.58
Current children cumulated vsize (KiB) 136340

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1721336/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=518.55
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 49655 0 0 0 51824 31 0 0 25 0 1 0 2004606369 139612160 11112 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 11112 479 234 0 32787 0
Current children cumulated CPU time (s) 518.55
Current children cumulated vsize (KiB) 136340

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1721336/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=578.53
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 49655 0 0 0 57822 31 0 0 25 0 1 0 2004606369 139612160 11112 996147200 134512640 135472138 4294956224 18446744073709551615 134585305 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 11112 479 234 0 32787 0
Current children cumulated CPU time (s) 578.53
Current children cumulated vsize (KiB) 136340

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1721272/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=638.49
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 49655 0 0 0 63818 31 0 0 25 0 1 0 2004606369 139612160 11112 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 11112 479 234 0 32787 0
Current children cumulated CPU time (s) 638.49
Current children cumulated vsize (KiB) 136340


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

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1719672/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=818.4
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 50009 0 0 0 81809 31 0 0 25 0 1 0 2004606369 139612160 11466 996147200 134512640 135472138 4294956224 18446744073709551615 134605019 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 11466 479 234 0 32787 0
Current children cumulated CPU time (s) 818.4
Current children cumulated vsize (KiB) 136340

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1719416/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=878.38
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 50066 0 0 0 87807 31 0 0 25 0 1 0 2004606369 139612160 11523 996147200 134512640 135472138 4294956224 18446744073709551615 134585010 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 11523 479 234 0 32787 0
Current children cumulated CPU time (s) 878.38
Current children cumulated vsize (KiB) 136340

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1719416/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=938.34
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 50066 0 0 0 93803 31 0 0 25 0 1 0 2004606369 139612160 11523 996147200 134512640 135472138 4294956224 18446744073709551615 134585068 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 11523 479 234 0 32787 0
Current children cumulated CPU time (s) 938.34
Current children cumulated vsize (KiB) 136340

[startup+1002.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1719416/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=998.32
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 50066 0 0 0 99801 31 0 0 25 0 1 0 2004606369 139612160 11523 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 11523 479 234 0 32787 0
Current children cumulated CPU time (s) 998.32
Current children cumulated vsize (KiB) 136340

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1719352/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=1058.28
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 50066 0 0 0 105797 31 0 0 25 0 1 0 2004606369 139612160 11523 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 11523 479 234 0 32787 0
Current children cumulated CPU time (s) 1058.28
Current children cumulated vsize (KiB) 136340

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1719352/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=1118.25
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 50066 0 0 0 111794 31 0 0 25 0 1 0 2004606369 139612160 11523 996147200 134512640 135472138 4294956224 18446744073709551615 134604871 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 11523 479 234 0 32787 0
Current children cumulated CPU time (s) 1118.25
Current children cumulated vsize (KiB) 136340

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1719352/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=1178.23
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 50066 0 0 0 117792 31 0 0 25 0 1 0 2004606369 139612160 11523 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 11523 479 234 0 32787 0
Current children cumulated CPU time (s) 1178.23
Current children cumulated vsize (KiB) 136340

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1719224/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=1238.19
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 50066 0 0 0 123788 31 0 0 25 0 1 0 2004606369 139612160 11523 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 11523 479 234 0 32787 0
Current children cumulated CPU time (s) 1238.19
Current children cumulated vsize (KiB) 136340

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1719224/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=1298.17
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 50066 0 0 0 129786 31 0 0 25 0 1 0 2004606369 139612160 11523 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 11523 479 234 0 32787 0
Current children cumulated CPU time (s) 1298.17
Current children cumulated vsize (KiB) 136340

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1719160/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=1358.15
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 50066 0 0 0 135783 32 0 0 25 0 1 0 2004606369 139612160 11523 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 11523 479 234 0 32787 0
Current children cumulated CPU time (s) 1358.15
Current children cumulated vsize (KiB) 136340

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1719160/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=1418.12
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 50066 0 0 0 141780 32 0 0 25 0 1 0 2004606369 139612160 11523 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 11523 479 234 0 32787 0
Current children cumulated CPU time (s) 1418.12
Current children cumulated vsize (KiB) 136340

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1719160/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=1478.09
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 50066 0 0 0 147777 32 0 0 25 0 1 0 2004606369 139612160 11523 996147200 134512640 135472138 4294956224 18446744073709551615 134585285 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 11523 479 234 0 32787 0
Current children cumulated CPU time (s) 1478.09
Current children cumulated vsize (KiB) 136340

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1719096/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=1538.06
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 50066 0 0 0 153774 32 0 0 25 0 1 0 2004606369 139612160 11523 996147200 134512640 135472138 4294956224 18446744073709551615 134616942 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 11523 479 234 0 32787 0
Current children cumulated CPU time (s) 1538.06
Current children cumulated vsize (KiB) 136340

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1718776/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=1598.03
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 50100 0 0 0 159771 32 0 0 25 0 1 0 2004606369 139612160 11557 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 11557 479 234 0 32787 0
Current children cumulated CPU time (s) 1598.03
Current children cumulated vsize (KiB) 136340

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1718776/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=1658
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 50100 0 0 0 165768 32 0 0 25 0 1 0 2004606369 139612160 11557 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 11557 479 234 0 32787 0
Current children cumulated CPU time (s) 1658
Current children cumulated vsize (KiB) 136340

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1718776/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=1717.97
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 50100 0 0 0 171765 32 0 0 25 0 1 0 2004606369 139612160 11557 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 11557 479 234 0 32787 0
Current children cumulated CPU time (s) 1717.97
Current children cumulated vsize (KiB) 136340

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1718712/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=1777.94
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 50100 0 0 0 177762 32 0 0 25 0 1 0 2004606369 139612160 11557 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 11557 479 234 0 32787 0
Current children cumulated CPU time (s) 1777.94
Current children cumulated vsize (KiB) 136340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14910
/proc/meminfo: memFree=1718712/2055920 swapFree=4179416/4192956
[pid=14881] ppid=14879 vsize=136340 CPUtime=1800.03
/proc/14881/stat : 14881 (casperzito) R 14879 14881 13877 0 -1 4194304 50100 0 0 0 179971 32 0 0 25 0 1 0 2004606369 139612160 11557 996147200 134512640 135472138 4294956224 18446744073709551615 134604973 0 0 4096 0 0 0 0 17 0 0 0
/proc/14881/statm: 34085 11557 479 234 0 32787 0
Current children cumulated CPU time (s) 1800.03
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): 1804.41
CPU time (s): 1800.06
CPU user time (s): 1799.72
CPU system time (s): 0.337948
CPU usage (%): 99.7584
Max. virtual memory (cumulated for all children) (KiB): 320016

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

runsolver used 1.85772 second user time and 5.06123 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-05 13:12:26
IDJOB=1095544
IDBENCH=58912
IDSOLVER=362
FILE ID=node62/1095544-1215256345
PBS_JOBID= 7882024
Free space on /tmp= 65212 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 56fcfe39f926d53912481dfefcb4e879
RANDOM SEED=544842976

node62.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.259
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.259
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:       1395096 kB
Buffers:         16956 kB
Cached:         225784 kB
SwapCached:       7024 kB
Active:         480596 kB
Inactive:       123360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1395096 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:            8700 kB
Writeback:           0 kB
Mapped:         367372 kB
Slab:            41056 kB
Committed_AS:  4435960 kB
PageTables:       2760 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65244 MiB
End job on node62 at 2008-07-05 13:42:33