Trace number 1081915

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.09 1809.91

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-12.xml
MD5SUM2fe678b83530682aee170466efb2992f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.39879
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints803
Maximum constraint arity2
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension803
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.18/0.21	c Building = 1
0.18/0.21	c [ NumberOfVariables = 144 ]
0.18/0.21	c [ NumberOfConstraints = 803 ]
0.18/0.21	c [ SizeOfSearchSpace(log2) = 516.235 ]
0.18/0.21	c SymmetrySearch = 1
0.18/0.21	c [ Found 4 symmetries ]
0.18/0.21	c InitialPropagation = 1
0.18/0.21	c [ SizeOfSearchSpace(log2) = 515.984 ]
0.18/0.21	c InitialSAC = 1
0.18/0.21	c [ SizeOfSearchSpace(log2) = 515.984 ]
0.18/0.21	c Search(SampleFF) : 
68.25/68.38	c [ Sampling domwdeg ]
68.25/68.38	c [ Sampling impacts ]
68.25/68.38	c [ SamplingScores: ]
68.25/68.38	c [ domwdeg+min = 2.8057e-08 | domwdeg+rnd = 0.00138329 ]
68.25/68.38	c [ impacts+min = 2.07333e-24 | impacts+rnd = 0.000125499 ]
68.25/68.38	c [ la+min = 0 | la+rnd = 0 ]
68.25/68.38	c [ domwdeg = 0.00069166 | impacts = 6.27495e-05 | la = 0 ]
68.25/68.38	c [ min = 9.35234e-09 | rand = 6.27495e-05 ]
68.25/68.38	c [ restarting at (3.96356,1.00722e-111) ]
78.24/78.33	c [ restarting at (9.9089,5.25717e-101) ]
103.13/103.22	c [ restarting at (24.7722,5.25438e-101) ]
165.30/165.44	c [ restarting at (61.9306,5.25438e-101) ]
320.73/320.99	c [ restarting at (154.827,5.25438e-101) ]
708.38/709.83	c [ restarting at (387.066,5.25438e-101) ]
1673.15/1682.02	c [ restarting at (967.666,5.25438e-101) ]

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 22360
/proc/meminfo: memFree=1784184/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=2328 CPUtime=0
/proc/22360/stat : 22360 (casperzito) D 22358 22360 18894 0 -1 4194304 57 0 0 0 0 0 0 0 18 0 1 0 262932882 2383872 41 996147200 134512640 135472138 4294956224 18446744073709551615 2601892 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/22360/statm: 582 41 31 234 0 14 0

[startup+0.0775959 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 22360
/proc/meminfo: memFree=1784184/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=0.06
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 952 0 1 0 6 0 0 0 18 0 1 0 262932882 102547456 913 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 0 0 0
/proc/22360/statm: 25036 913 496 234 0 23738 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 100144

[startup+0.101601 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 22360
/proc/meminfo: memFree=1784184/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=0.08
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 952 0 1 0 8 0 0 0 18 0 1 0 262932882 102547456 913 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 0 0 0
/proc/22360/statm: 25036 913 496 234 0 23738 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 100144

[startup+0.301642 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 22360
/proc/meminfo: memFree=1784184/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=0.28
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 958 0 1 0 28 0 0 0 19 0 1 0 262932882 102547456 919 996147200 134512640 135472138 4294956224 18446744073709551615 134672486 0 0 4096 0 0 0 0 17 0 0 0
/proc/22360/statm: 25036 919 497 234 0 23738 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 100144

[startup+0.701718 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 22360
/proc/meminfo: memFree=1784184/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=0.68
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 964 0 1 0 68 0 0 0 23 0 1 0 262932882 102547456 925 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 0 0 0
/proc/22360/statm: 25036 925 497 234 0 23738 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 100144

[startup+1.50187 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 22361
/proc/meminfo: memFree=1781552/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=1.48
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 971 0 1 0 148 0 0 0 25 0 1 0 262932882 102547456 932 996147200 134512640 135472138 4294956224 18446744073709551615 134672496 0 0 4096 0 0 0 0 17 0 0 0
/proc/22360/statm: 25036 932 497 234 0 23738 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 100144

[startup+3.10218 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 22361
/proc/meminfo: memFree=1781296/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=3.08
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 979 0 1 0 308 0 0 0 25 0 1 0 262932882 102547456 940 996147200 134512640 135472138 4294956224 18446744073709551615 134873846 0 0 4096 0 0 0 0 17 0 0 0
/proc/22360/statm: 25036 940 497 234 0 23738 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 100144

[startup+6.3018 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 22361
/proc/meminfo: memFree=1781232/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=6.28
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 979 0 1 0 628 0 0 0 25 0 1 0 262932882 102547456 940 996147200 134512640 135472138 4294956224 18446744073709551615 135265555 0 0 4096 0 0 0 0 17 0 0 0
/proc/22360/statm: 25036 940 497 234 0 23738 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 100144

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 22361
/proc/meminfo: memFree=1781104/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=12.68
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 979 0 1 0 1268 0 0 0 25 0 1 0 262932882 102547456 940 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 0 0 0
/proc/22360/statm: 25036 940 497 234 0 23738 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 100144

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 22361
/proc/meminfo: memFree=1781104/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=25.47
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 986 0 1 0 2547 0 0 0 25 0 1 0 262932882 102547456 947 996147200 134512640 135472138 4294956224 18446744073709551615 134691684 0 0 4096 0 0 0 0 17 0 0 0
/proc/22360/statm: 25036 947 497 234 0 23738 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 100144

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 22361
/proc/meminfo: memFree=1780912/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=51.06
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 999 0 1 0 5106 0 0 0 25 0 1 0 262932882 102547456 960 996147200 134512640 135472138 4294956224 18446744073709551615 135234744 0 0 4096 0 0 0 0 17 0 0 0
/proc/22360/statm: 25036 960 498 234 0 23738 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 100144

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 22361
/proc/meminfo: memFree=1780848/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=102.24
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1002 0 1 0 10224 0 0 0 25 0 1 0 262932882 102547456 963 996147200 134512640 135472138 4294956224 18446744073709551615 134874433 0 0 4096 0 0 0 0 17 0 0 0
/proc/22360/statm: 25036 963 499 234 0 23738 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 100144

[startup+162.302 s]
/proc/loadavg: 2.07 2.02 2.00 3/86 22361
/proc/meminfo: memFree=1780784/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=162.21
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1004 0 1 0 16221 0 0 0 25 0 1 0 262932882 102547456 965 996147200 134512640 135472138 4294956224 18446744073709551615 134580315 0 0 4096 0 0 0 0 17 0 0 0
/proc/22360/statm: 25036 965 499 234 0 23738 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 100144

[startup+222.302 s]
/proc/loadavg: 2.02 2.01 2.00 3/86 22361
/proc/meminfo: memFree=1780784/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=222.18
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1005 0 1 0 22218 0 0 0 25 0 1 0 262932882 102547456 966 996147200 134512640 135472138 4294956224 18446744073709551615 135264400 0 0 4096 0 0 0 0 17 0 0 0
/proc/22360/statm: 25036 966 499 234 0 23738 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 100144

[startup+282.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/86 22361
/proc/meminfo: memFree=1780720/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=282.15
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1005 0 1 0 28215 0 0 0 25 0 1 0 262932882 102547456 966 996147200 134512640 135472138 4294956224 18446744073709551615 134873121 0 0 4096 0 0 0 0 17 0 0 0
/proc/22360/statm: 25036 966 499 234 0 23738 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 100144

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 22361
/proc/meminfo: memFree=1780720/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=342.13
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1005 0 1 0 34212 1 0 0 25 0 1 0 262932882 102547456 966 996147200 134512640 135472138 4294956224 18446744073709551615 135262954 0 0 4096 0 0 0 0 17 0 0 0
/proc/22360/statm: 25036 966 499 234 0 23738 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 100144

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 22361
/proc/meminfo: memFree=1780656/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=402.1
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1006 0 1 0 40209 1 0 0 25 0 1 0 262932882 102547456 967 996147200 134512640 135472138 4294956224 18446744073709551615 134913622 0 0 4096 0 0 0 0 17 0 0 0
/proc/22360/statm: 25036 967 499 234 0 23738 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 100144

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 22361
/proc/meminfo: memFree=1780592/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=462.08
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1006 0 1 0 46207 1 0 0 25 0 1 0 262932882 102547456 967 996147200 134512640 135472138 4294956224 18446744073709551615 134577406 0 0 4096 0 0 0 0 17 0 0 0
/proc/22360/statm: 25036 967 499 234 0 23738 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 100144

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 22361
/proc/meminfo: memFree=1780592/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=522.05
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1007 0 1 0 52204 1 0 0 25 0 1 0 262932882 102547456 968 996147200 134512640 135472138 4294956224 18446744073709551615 135264988 0 0 4096 0 0 0 0 17 0 0 0
/proc/22360/statm: 25036 968 499 234 0 23738 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 100144

[startup+582.302 s]
/proc/loadavg: 1.94 1.98 1.99 3/82 22398
/proc/meminfo: memFree=1822416/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=581.88
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1007 0 1 0 58187 1 0 0 25 0 1 0 262932882 102547456 968 996147200 134512640 135472138 4294956224 18446744073709551615 134874401 0 0 4096 0 0 0 0 17 1 0 0
/proc/22360/statm: 25036 968 499 234 0 23738 0
Current children cumulated CPU time (s) 581.88
Current children cumulated vsize (KiB) 100144

[startup+642.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/74 22426
/proc/meminfo: memFree=1867160/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=641.4
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1007 0 1 0 64139 1 0 0 25 0 1 0 262932882 102547456 968 996147200 134512640 135472138 4294956224 18446744073709551615 134874333 0 0 4096 0 0 0 0 17 1 0 0
/proc/22360/statm: 25036 968 499 234 0 23738 0
Current children cumulated CPU time (s) 641.4
Current children cumulated vsize (KiB) 100144


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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22426
/proc/meminfo: memFree=1864920/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=879.56
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1007 0 1 0 87955 1 0 0 25 0 1 0 262932882 102547456 968 996147200 134512640 135472138 4294956224 18446744073709551615 134581671 0 0 4096 0 0 0 0 17 1 0 0
/proc/22360/statm: 25036 968 499 234 0 23738 0
Current children cumulated CPU time (s) 879.56
Current children cumulated vsize (KiB) 100144

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22426
/proc/meminfo: memFree=1864792/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=939.11
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1008 0 1 0 93910 1 0 0 25 0 1 0 262932882 102547456 969 996147200 134512640 135472138 4294956224 18446744073709551615 134873841 0 0 4096 0 0 0 0 17 1 0 0
/proc/22360/statm: 25036 969 499 234 0 23738 0
Current children cumulated CPU time (s) 939.11
Current children cumulated vsize (KiB) 100144

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22426
/proc/meminfo: memFree=1864792/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=998.64
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1008 0 1 0 99863 1 0 0 25 0 1 0 262932882 102547456 969 996147200 134512640 135472138 4294956224 18446744073709551615 134913616 0 0 4096 0 0 0 0 17 1 0 0
/proc/22360/statm: 25036 969 499 234 0 23738 0
Current children cumulated CPU time (s) 998.64
Current children cumulated vsize (KiB) 100144

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22426
/proc/meminfo: memFree=1864728/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=1058.19
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1008 0 1 0 105818 1 0 0 25 0 1 0 262932882 102547456 969 996147200 134512640 135472138 4294956224 18446744073709551615 135264937 0 0 4096 0 0 0 0 17 1 0 0
/proc/22360/statm: 25036 969 499 234 0 23738 0
Current children cumulated CPU time (s) 1058.19
Current children cumulated vsize (KiB) 100144

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22426
/proc/meminfo: memFree=1864728/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=1117.73
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1008 0 1 0 111772 1 0 0 25 0 1 0 262932882 102547456 969 996147200 134512640 135472138 4294956224 18446744073709551615 135208566 0 0 4096 0 0 0 0 17 1 0 0
/proc/22360/statm: 25036 969 499 234 0 23738 0
Current children cumulated CPU time (s) 1117.73
Current children cumulated vsize (KiB) 100144

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22426
/proc/meminfo: memFree=1864664/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=1177.27
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1008 0 1 0 117726 1 0 0 25 0 1 0 262932882 102547456 969 996147200 134512640 135472138 4294956224 18446744073709551615 135263601 0 0 4096 0 0 0 0 17 1 0 0
/proc/22360/statm: 25036 969 499 234 0 23738 0
Current children cumulated CPU time (s) 1177.27
Current children cumulated vsize (KiB) 100144

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22426
/proc/meminfo: memFree=1864536/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=1236.81
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1008 0 1 0 123680 1 0 0 25 0 1 0 262932882 102547456 969 996147200 134512640 135472138 4294956224 18446744073709551615 134580304 0 0 4096 0 0 0 0 17 1 0 0
/proc/22360/statm: 25036 969 499 234 0 23738 0
Current children cumulated CPU time (s) 1236.81
Current children cumulated vsize (KiB) 100144

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22426
/proc/meminfo: memFree=1864472/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=1296.35
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1008 0 1 0 129634 1 0 0 25 0 1 0 262932882 102547456 969 996147200 134512640 135472138 4294956224 18446744073709551615 134873585 0 0 4096 0 0 0 0 17 1 0 0
/proc/22360/statm: 25036 969 499 234 0 23738 0
Current children cumulated CPU time (s) 1296.35
Current children cumulated vsize (KiB) 100144

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22426
/proc/meminfo: memFree=1864472/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=1355.89
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1008 0 1 0 135588 1 0 0 25 0 1 0 262932882 102547456 969 996147200 134512640 135472138 4294956224 18446744073709551615 134873131 0 0 4096 0 0 0 0 17 1 0 0
/proc/22360/statm: 25036 969 499 234 0 23738 0
Current children cumulated CPU time (s) 1355.89
Current children cumulated vsize (KiB) 100144

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22426
/proc/meminfo: memFree=1864472/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=1415.43
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1008 0 1 0 141542 1 0 0 25 0 1 0 262932882 102547456 969 996147200 134512640 135472138 4294956224 18446744073709551615 134913639 0 0 4096 0 0 0 0 17 1 0 0
/proc/22360/statm: 25036 969 499 234 0 23738 0
Current children cumulated CPU time (s) 1415.43
Current children cumulated vsize (KiB) 100144

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22426
/proc/meminfo: memFree=1864472/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=1474.97
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1008 0 1 0 147496 1 0 0 25 0 1 0 262932882 102547456 969 996147200 134512640 135472138 4294956224 18446744073709551615 135264881 0 0 4096 0 0 0 0 17 1 0 0
/proc/22360/statm: 25036 969 499 234 0 23738 0
Current children cumulated CPU time (s) 1474.97
Current children cumulated vsize (KiB) 100144

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22426
/proc/meminfo: memFree=1864408/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=1534.52
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1008 0 1 0 153450 2 0 0 25 0 1 0 262932882 102547456 969 996147200 134512640 135472138 4294956224 18446744073709551615 135262944 0 0 4096 0 0 0 0 17 1 0 0
/proc/22360/statm: 25036 969 499 234 0 23738 0
Current children cumulated CPU time (s) 1534.52
Current children cumulated vsize (KiB) 100144

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22426
/proc/meminfo: memFree=1864344/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=1594.07
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1008 0 1 0 159405 2 0 0 25 0 1 0 262932882 102547456 969 996147200 134512640 135472138 4294956224 18446744073709551615 134580310 0 0 4096 0 0 0 0 17 1 0 0
/proc/22360/statm: 25036 969 499 234 0 23738 0
Current children cumulated CPU time (s) 1594.07
Current children cumulated vsize (KiB) 100144

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22426
/proc/meminfo: memFree=1864344/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=1653.6
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1009 0 1 0 165358 2 0 0 25 0 1 0 262932882 102547456 970 996147200 134512640 135472138 4294956224 18446744073709551615 134672506 0 0 4096 0 0 0 0 17 1 0 0
/proc/22360/statm: 25036 970 499 234 0 23738 0
Current children cumulated CPU time (s) 1653.6
Current children cumulated vsize (KiB) 100144

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22426
/proc/meminfo: memFree=1864344/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=1713.15
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1009 0 1 0 171313 2 0 0 25 0 1 0 262932882 102547456 970 996147200 134512640 135472138 4294956224 18446744073709551615 134873136 0 0 4096 0 0 0 0 17 1 0 0
/proc/22360/statm: 25036 970 499 234 0 23738 0
Current children cumulated CPU time (s) 1713.15
Current children cumulated vsize (KiB) 100144

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22426
/proc/meminfo: memFree=1864152/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=1772.69
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1009 0 1 0 177267 2 0 0 25 0 1 0 262932882 102547456 970 996147200 134512640 135472138 4294956224 18446744073709551615 135264225 0 0 4096 0 0 0 0 17 1 0 0
/proc/22360/statm: 25036 970 499 234 0 23738 0
Current children cumulated CPU time (s) 1772.69
Current children cumulated vsize (KiB) 100144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22426
/proc/meminfo: memFree=1864088/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=1800.08
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1009 0 1 0 180006 2 0 0 25 0 1 0 262932882 102547456 970 996147200 134512640 135472138 4294956224 18446744073709551615 134580305 0 0 4096 0 0 0 0 17 1 0 0
/proc/22360/statm: 25036 970 499 234 0 23738 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 100144

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

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

[startup+1809.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22426
/proc/meminfo: memFree=1864088/2055920 swapFree=4180776/4192956
[pid=22360] ppid=22358 vsize=100144 CPUtime=1800.08
/proc/22360/stat : 22360 (casperzito) R 22358 22360 18894 0 -1 4194304 1009 0 1 0 180006 2 0 0 25 0 1 0 262932882 102547456 970 996147200 134512640 135472138 4294956224 18446744073709551615 134580305 0 0 4096 0 0 0 0 17 1 0 0
/proc/22360/statm: 25036 970 499 234 0 23738 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 100144

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.91
CPU time (s): 1800.09
CPU user time (s): 1800.06
CPU system time (s): 0.023996
CPU usage (%): 99.4574
Max. virtual memory (cumulated for all children) (KiB): 100144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.06
system time used= 0.023996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1009
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25
involuntary context switches= 40220

runsolver used 1.72874 second user time and 4.86526 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-05 03:05:02
IDJOB=1081915
IDBENCH=57157
IDSOLVER=362
FILE ID=node85/1081915-1215219901
PBS_JOBID= 7881654
Free space on /tmp= 126816 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2fe678b83530682aee170466efb2992f
RANDOM SEED=993113387

node85.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.272
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.272
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:       1784664 kB
Buffers:          5172 kB
Cached:         100736 kB
SwapCached:       5884 kB
Active:         177856 kB
Inactive:        45432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784664 kB
SwapTotal:     4192956 kB
SwapFree:      4180776 kB
Dirty:            2956 kB
Writeback:           0 kB
Mapped:         135484 kB
Slab:            33152 kB
Committed_AS:   828772 kB
PageTables:       1916 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= 126844 MiB
End job on node85 at 2008-07-05 03:35:13