Trace number 1072416

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.08 1801.41

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-3_ext.xml
MD5SUM56caf5de8f40f26f47c907fd22d549d1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark333.966
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.20	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.19/0.20	c Parsing = 1
0.29/0.35	c Building = 1
0.38/0.43	c [ NumberOfVariables = 24 ]
0.38/0.43	c [ NumberOfConstraints = 74 ]
0.38/0.43	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.38/0.43	c SymmetrySearch = 1
1.66/1.76	c InitialPropagation = 1
1.66/1.78	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.66/1.78	c InitialSAC = 1
1.87/1.96	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.87/1.96	c Search(SampleFF) : 
74.68/75.33	c [ Sampling domwdeg ]
74.68/75.33	c [ Sampling impacts ]
74.68/75.33	c [ SamplingScores: ]
74.68/75.33	c [ domwdeg+min = 3.73285e-06 | domwdeg+rnd = 2.37175e-06 ]
74.68/75.33	c [ impacts+min = 4.24674e-06 | impacts+rnd = 9.42947e-07 ]
74.68/75.33	c [ la+min = 0 | la+rnd = 0 ]
74.68/75.33	c [ domwdeg = 3.0523e-06 | impacts = 2.59484e-06 | la = 0 ]
74.68/75.33	c [ min = 2.65986e-06 | rand = 2.59484e-06 ]
74.68/75.33	c [ restarting at (2.57084,3.17107e-06) ]
81.08/81.76	c [ restarting at (6.4271,7.24688e-05) ]
97.18/97.85	c [ restarting at (16.0678,0.000150961) ]
137.35/138.07	c [ restarting at (40.1694,0.000150856) ]
237.80/238.54	c [ restarting at (100.424,0.00366236) ]
488.91/489.72	c [ restarting at (251.059,0.00144977) ]
1116.45/1117.55	c [ restarting at (627.647,0.0176539) ]

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

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.13 2.04 2.01 4/72 1099
/proc/meminfo: memFree=1779832/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=1052 CPUtime=0
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 40 0 0 0 0 0 0 0 21 0 1 0 1996386174 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 9839396 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/1099/statm: 263 26 20 234 0 3 0

[startup+0.208896 s]
/proc/loadavg: 2.13 2.04 2.01 4/72 1099
/proc/meminfo: memFree=1779832/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=9676 CPUtime=0.19
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 1515 0 0 0 19 0 0 0 19 0 1 0 1996386174 9908224 1475 996147200 134512640 135472138 4294956224 18446744073709551615 134794168 0 0 4096 0 0 0 0 17 1 0 0
/proc/1099/statm: 2419 1475 365 234 0 1121 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9676

[startup+0.302914 s]
/proc/loadavg: 2.13 2.04 2.01 4/72 1099
/proc/meminfo: memFree=1779832/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=11672 CPUtime=0.29
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 2022 0 0 0 28 1 0 0 19 0 1 0 1996386174 11952128 1982 996147200 134512640 135472138 4294956224 18446744073709551615 134794125 0 0 4096 0 0 0 0 17 1 0 0
/proc/1099/statm: 2918 1982 365 234 0 1620 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11672

[startup+0.402923 s]
/proc/loadavg: 2.13 2.04 2.01 4/72 1099
/proc/meminfo: memFree=1779832/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=0.38
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 4861 0 0 0 37 1 0 0 20 0 1 0 1996386174 124342272 4821 996147200 134512640 135472138 4294956224 18446744073709551615 134606250 0 0 4096 0 0 0 0 17 1 0 0
/proc/1099/statm: 30357 4821 403 234 0 29059 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 121428

[startup+0.702963 s]
/proc/loadavg: 2.13 2.04 2.01 4/72 1099
/proc/meminfo: memFree=1779832/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=145980 CPUtime=0.68
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 11067 0 0 0 64 4 0 0 23 0 1 0 1996386174 149483520 11027 996147200 134512640 135472138 4294956224 18446744073709551615 10273283 0 0 4096 0 0 0 0 17 1 0 0
/proc/1099/statm: 36495 11027 432 234 0 35197 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 145980

[startup+1.50206 s]
/proc/loadavg: 2.13 2.04 2.01 3/73 1100
/proc/meminfo: memFree=1690992/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=212024 CPUtime=1.47
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 23537 0 0 0 137 10 0 0 25 0 1 0 1996386174 217112576 23354 996147200 134512640 135472138 4294956224 18446744073709551615 134535787 0 0 4096 0 0 0 0 17 1 0 0
/proc/1099/statm: 53006 23354 439 234 0 51708 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 212024

[startup+3.10125 s]
/proc/loadavg: 2.13 2.04 2.01 3/73 1100
/proc/meminfo: memFree=1759536/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=3.06
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24484 0 0 0 294 12 0 0 25 0 1 0 1996386174 124342272 5490 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/1099/statm: 30357 5490 476 234 0 29059 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 121428

[startup+6.30163 s]
/proc/loadavg: 2.12 2.04 2.01 3/73 1100
/proc/meminfo: memFree=1759216/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=6.23
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24543 0 0 0 611 12 0 0 25 0 1 0 1996386174 124342272 5549 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/1099/statm: 30357 5549 476 234 0 29059 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 121428

[startup+12.7014 s]
/proc/loadavg: 2.11 2.04 2.01 3/73 1100
/proc/meminfo: memFree=1758896/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=12.57
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24565 0 0 0 1245 12 0 0 25 0 1 0 1996386174 124342272 5571 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/1099/statm: 30357 5571 476 234 0 29059 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 121428

[startup+25.5069 s]
/proc/loadavg: 2.23 2.07 2.02 3/73 1100
/proc/meminfo: memFree=1758640/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=25.28
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24600 0 0 0 2516 12 0 0 25 0 1 0 1996386174 124342272 5606 996147200 134512640 135472138 4294956224 18446744073709551615 134604933 0 0 4096 0 0 0 0 17 1 0 0
/proc/1099/statm: 30357 5606 476 234 0 29059 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 121428

[startup+51.102 s]
/proc/loadavg: 2.15 2.06 2.01 3/73 1100
/proc/meminfo: memFree=1758512/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=50.67
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24602 0 0 0 5055 12 0 0 25 0 1 0 1996386174 124342272 5608 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/1099/statm: 30357 5608 478 234 0 29059 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 121428

[startup+102.301 s]
/proc/loadavg: 2.10 2.07 2.01 3/73 1128
/proc/meminfo: memFree=1777200/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=101.67
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24634 0 0 0 10154 13 0 0 25 0 1 0 1996386174 124342272 5640 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5640 479 234 0 29059 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 121428

[startup+162.301 s]
/proc/loadavg: 2.03 2.05 2.01 3/74 1156
/proc/meminfo: memFree=1695848/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=161.64
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24665 0 0 0 16150 14 0 0 25 0 1 0 1996386174 124342272 5671 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5671 479 234 0 29059 0
Current children cumulated CPU time (s) 161.64
Current children cumulated vsize (KiB) 121428

[startup+222.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/74 1156
/proc/meminfo: memFree=1695784/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=221.62
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24667 0 0 0 22148 14 0 0 25 0 1 0 1996386174 124342272 5673 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5673 479 234 0 29059 0
Current children cumulated CPU time (s) 221.62
Current children cumulated vsize (KiB) 121428

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/74 1156
/proc/meminfo: memFree=1695656/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=281.58
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24703 0 0 0 28144 14 0 0 25 0 1 0 1996386174 124342272 5709 996147200 134512640 135472138 4294956224 18446744073709551615 134584976 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5709 479 234 0 29059 0
Current children cumulated CPU time (s) 281.58
Current children cumulated vsize (KiB) 121428

[startup+342.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 1156
/proc/meminfo: memFree=1695592/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=341.57
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24703 0 0 0 34142 15 0 0 25 0 1 0 1996386174 124342272 5709 996147200 134512640 135472138 4294956224 18446744073709551615 134584982 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5709 479 234 0 29059 0
Current children cumulated CPU time (s) 341.57
Current children cumulated vsize (KiB) 121428

[startup+402.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 1156
/proc/meminfo: memFree=1695592/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=401.54
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24703 0 0 0 40139 15 0 0 25 0 1 0 1996386174 124342272 5709 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5709 479 234 0 29059 0
Current children cumulated CPU time (s) 401.54
Current children cumulated vsize (KiB) 121428

[startup+462.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 1156
/proc/meminfo: memFree=1695656/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=461.51
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24713 0 0 0 46136 15 0 0 25 0 1 0 1996386174 124342272 5719 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5719 479 234 0 29059 0
Current children cumulated CPU time (s) 461.51
Current children cumulated vsize (KiB) 121428

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1156
/proc/meminfo: memFree=1695592/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=521.49
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24713 0 0 0 52134 15 0 0 25 0 1 0 1996386174 124342272 5719 996147200 134512640 135472138 4294956224 18446744073709551615 134585167 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5719 479 234 0 29059 0
Current children cumulated CPU time (s) 521.49
Current children cumulated vsize (KiB) 121428

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1156
/proc/meminfo: memFree=1695592/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=581.47
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24713 0 0 0 58132 15 0 0 25 0 1 0 1996386174 124342272 5719 996147200 134512640 135472138 4294956224 18446744073709551615 135262880 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5719 479 234 0 29059 0
Current children cumulated CPU time (s) 581.47
Current children cumulated vsize (KiB) 121428

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1156
/proc/meminfo: memFree=1695592/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=641.44
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24713 0 0 0 64129 15 0 0 25 0 1 0 1996386174 124342272 5719 996147200 134512640 135472138 4294956224 18446744073709551615 134616716 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5719 479 234 0 29059 0
Current children cumulated CPU time (s) 641.44
Current children cumulated vsize (KiB) 121428


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

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1156
/proc/meminfo: memFree=1695464/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=821.36
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24713 0 0 0 82121 15 0 0 25 0 1 0 1996386174 124342272 5719 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5719 479 234 0 29059 0
Current children cumulated CPU time (s) 821.36
Current children cumulated vsize (KiB) 121428

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1156
/proc/meminfo: memFree=1695400/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=881.34
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24713 0 0 0 88119 15 0 0 25 0 1 0 1996386174 124342272 5719 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5719 479 234 0 29059 0
Current children cumulated CPU time (s) 881.34
Current children cumulated vsize (KiB) 121428

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1156
/proc/meminfo: memFree=1695400/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=941.31
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24713 0 0 0 94116 15 0 0 25 0 1 0 1996386174 124342272 5719 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5719 479 234 0 29059 0
Current children cumulated CPU time (s) 941.31
Current children cumulated vsize (KiB) 121428

[startup+1002.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 1156
/proc/meminfo: memFree=1695336/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=1001.3
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24713 0 0 0 100114 16 0 0 25 0 1 0 1996386174 124342272 5719 996147200 134512640 135472138 4294956224 18446744073709551615 134605033 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5719 479 234 0 29059 0
Current children cumulated CPU time (s) 1001.3
Current children cumulated vsize (KiB) 121428

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 1157
/proc/meminfo: memFree=1695328/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=1061.27
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24713 0 0 0 106111 16 0 0 25 0 1 0 1996386174 124342272 5719 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5719 479 234 0 29059 0
Current children cumulated CPU time (s) 1061.27
Current children cumulated vsize (KiB) 121428

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 1157
/proc/meminfo: memFree=1695264/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=1121.25
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24713 0 0 0 112109 16 0 0 25 0 1 0 1996386174 124342272 5719 996147200 134512640 135472138 4294956224 18446744073709551615 135262880 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5719 479 234 0 29059 0
Current children cumulated CPU time (s) 1121.25
Current children cumulated vsize (KiB) 121428

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 1157
/proc/meminfo: memFree=1695264/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=1181.22
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24713 0 0 0 118106 16 0 0 25 0 1 0 1996386174 124342272 5719 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5719 479 234 0 29059 0
Current children cumulated CPU time (s) 1181.22
Current children cumulated vsize (KiB) 121428

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 1157
/proc/meminfo: memFree=1695136/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=1241.19
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24713 0 0 0 124103 16 0 0 25 0 1 0 1996386174 124342272 5719 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5719 479 234 0 29059 0
Current children cumulated CPU time (s) 1241.19
Current children cumulated vsize (KiB) 121428

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 1159
/proc/meminfo: memFree=1694752/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=1301.17
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24713 0 0 0 130101 16 0 0 25 0 1 0 1996386174 124342272 5719 996147200 134512640 135472138 4294956224 18446744073709551615 134604960 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5719 479 234 0 29059 0
Current children cumulated CPU time (s) 1301.17
Current children cumulated vsize (KiB) 121428

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 1159
/proc/meminfo: memFree=1694816/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=1361.14
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24713 0 0 0 136098 16 0 0 25 0 1 0 1996386174 124342272 5719 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5719 479 234 0 29059 0
Current children cumulated CPU time (s) 1361.14
Current children cumulated vsize (KiB) 121428

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 1159
/proc/meminfo: memFree=1694816/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=1421.12
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24713 0 0 0 142095 17 0 0 25 0 1 0 1996386174 124342272 5719 996147200 134512640 135472138 4294956224 18446744073709551615 135262886 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5719 479 234 0 29059 0
Current children cumulated CPU time (s) 1421.12
Current children cumulated vsize (KiB) 121428

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 1159
/proc/meminfo: memFree=1694816/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=1481.1
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24713 0 0 0 148093 17 0 0 25 0 1 0 1996386174 124342272 5719 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5719 479 234 0 29059 0
Current children cumulated CPU time (s) 1481.1
Current children cumulated vsize (KiB) 121428

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1160
/proc/meminfo: memFree=1694808/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=1541.07
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24713 0 0 0 154090 17 0 0 25 0 1 0 1996386174 124342272 5719 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5719 479 234 0 29059 0
Current children cumulated CPU time (s) 1541.07
Current children cumulated vsize (KiB) 121428

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1160
/proc/meminfo: memFree=1694808/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=1601.04
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24713 0 0 0 160087 17 0 0 25 0 1 0 1996386174 124342272 5719 996147200 134512640 135472138 4294956224 18446744073709551615 134605019 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5719 479 234 0 29059 0
Current children cumulated CPU time (s) 1601.04
Current children cumulated vsize (KiB) 121428

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1160
/proc/meminfo: memFree=1694808/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=1661.02
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24713 0 0 0 166085 17 0 0 25 0 1 0 1996386174 124342272 5719 996147200 134512640 135472138 4294956224 18446744073709551615 134616908 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5719 479 234 0 29059 0
Current children cumulated CPU time (s) 1661.02
Current children cumulated vsize (KiB) 121428

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 1161
/proc/meminfo: memFree=1694736/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=1720.99
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24713 0 0 0 172082 17 0 0 25 0 1 0 1996386174 124342272 5719 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5719 479 234 0 29059 0
Current children cumulated CPU time (s) 1720.99
Current children cumulated vsize (KiB) 121428

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 1161
/proc/meminfo: memFree=1694544/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=1780.97
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24713 0 0 0 178080 17 0 0 25 0 1 0 1996386174 124342272 5719 996147200 134512640 135472138 4294956224 18446744073709551615 134585013 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5719 479 234 0 29059 0
Current children cumulated CPU time (s) 1780.97
Current children cumulated vsize (KiB) 121428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 1161
/proc/meminfo: memFree=1694544/2055920 swapFree=4179828/4192956
[pid=1099] ppid=1097 vsize=121428 CPUtime=1800.06
/proc/1099/stat : 1099 (casperzito) R 1097 1099 32385 0 -1 4194304 24713 0 0 0 179989 17 0 0 25 0 1 0 1996386174 124342272 5719 996147200 134512640 135472138 4294956224 18446744073709551615 134605040 0 0 4096 0 0 0 0 17 0 0 0
/proc/1099/statm: 30357 5719 479 234 0 29059 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 121428

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.41
CPU time (s): 1800.08
CPU user time (s): 1799.9
CPU system time (s): 0.180972
CPU usage (%): 99.9262
Max. virtual memory (cumulated for all children) (KiB): 212024

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

runsolver used 1.56676 second user time and 5.00924 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-04 14:22:45
IDJOB=1072416
IDBENCH=56251
IDSOLVER=362
FILE ID=node66/1072416-1215174164
PBS_JOBID= 7881468
Free space on /tmp= 66512 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 56caf5de8f40f26f47c907fd22d549d1
RANDOM SEED=623516638

node66.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.213
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.213
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:       1780312 kB
Buffers:         37996 kB
Cached:         152796 kB
SwapCached:       6748 kB
Active:         175052 kB
Inactive:        47800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1780312 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            5676 kB
Writeback:           0 kB
Mapped:          39948 kB
Slab:            37900 kB
Committed_AS:  4133240 kB
PageTables:       2016 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= 66508 MiB
End job on node66 at 2008-07-04 14:52:48