Trace number 1072485

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.03 1825.21

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-13_ext.xml
MD5SUMdeb696c54b33bdc569db6da224999cea
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 benchmark438.384
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.00/0.00	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.29/0.32	c Building = 1
0.29/0.39	c [ NumberOfVariables = 24 ]
0.29/0.39	c [ NumberOfConstraints = 74 ]
0.29/0.39	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.29/0.39	c SymmetrySearch = 1
1.58/1.62	c InitialPropagation = 1
1.58/1.64	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.58/1.64	c InitialSAC = 1
1.78/1.82	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.78/1.82	c Search(SampleFF) : 
76.26/76.37	c [ Sampling domwdeg ]
76.26/76.37	c [ Sampling impacts ]
76.26/76.37	c [ SamplingScores: ]
76.26/76.37	c [ domwdeg+min = 1.52777e-07 | domwdeg+rnd = 1.57204e-06 ]
76.26/76.37	c [ impacts+min = 6.78384e-08 | impacts+rnd = 1.75332e-08 ]
76.26/76.37	c [ la+min = 0 | la+rnd = 0 ]
76.26/76.37	c [ domwdeg = 8.62407e-07 | impacts = 4.26858e-08 | la = 0 ]
76.26/76.37	c [ min = 7.35385e-08 | rand = 4.26858e-08 ]
76.26/76.37	c [ restarting at (3.96356,3.78068e-07) ]
86.15/86.29	c [ restarting at (9.9089,9.42969e-06) ]
111.05/111.12	c [ restarting at (24.7722,1.2611e-06) ]
172.92/173.08	c [ restarting at (61.9306,0.000443071) ]
327.77/327.97	c [ restarting at (154.827,0.000388822) ]
713.38/715.19	c [ restarting at (387.066,0.00355687) ]
1658.48/1683.16	c [ restarting at (967.666,0.00659481) ]

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

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.98 1.99 4/81 4889
/proc/meminfo: memFree=1455984/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=5348 CPUtime=0
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 214 0 0 0 0 0 0 0 18 0 1 0 251950730 5476352 189 996147200 134512640 135472138 4294956224 18446744073709551615 6519672 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 1337 189 155 234 0 27 0

[startup+0.0420241 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 4889
/proc/meminfo: memFree=1455984/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=6360 CPUtime=0.03
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 684 0 0 0 3 0 0 0 18 0 1 0 251950730 6512640 644 996147200 134512640 135472138 4294956224 18446744073709551615 6985339 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 1590 645 365 234 0 292 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6360

[startup+0.101029 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 4889
/proc/meminfo: memFree=1455984/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=7552 CPUtime=0.09
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 1008 0 0 0 9 0 0 0 18 0 1 0 251950730 7733248 968 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 1888 968 365 234 0 590 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7552

[startup+0.301052 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 4889
/proc/meminfo: memFree=1455984/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=12196 CPUtime=0.29
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 2171 0 0 0 28 1 0 0 20 0 1 0 251950730 12488704 2131 996147200 134512640 135472138 4294956224 18446744073709551615 6985339 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 3049 2131 365 234 0 1751 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12196

[startup+0.701094 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 4889
/proc/meminfo: memFree=1455984/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=151656 CPUtime=0.69
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 12489 0 0 0 64 5 0 0 24 0 1 0 251950730 155295744 12449 996147200 134512640 135472138 4294956224 18446744073709551615 6985339 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 37914 12450 432 234 0 36616 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 151656

[startup+1.50118 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 4890
/proc/meminfo: memFree=1377256/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=212016 CPUtime=1.48
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 23918 0 0 0 139 9 0 0 25 0 1 0 251950730 217104384 23732 996147200 134512640 135472138 4294956224 18446744073709551615 6981522 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 53004 23732 448 234 0 51706 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 212016

[startup+3.10135 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 4890
/proc/meminfo: memFree=1435752/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=3.09
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24488 0 0 0 298 11 0 0 25 0 1 0 251950730 124338176 5491 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 30356 5491 476 234 0 29058 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121424

[startup+6.30169 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 4890
/proc/meminfo: memFree=1435304/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=6.29
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24536 0 0 0 618 11 0 0 25 0 1 0 251950730 124338176 5539 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 30356 5539 476 234 0 29058 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 121424

[startup+12.7014 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 4890
/proc/meminfo: memFree=1435112/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=12.69
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24593 0 0 0 1258 11 0 0 25 0 1 0 251950730 124338176 5596 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 30356 5596 476 234 0 29058 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 121424

[startup+25.5017 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 4890
/proc/meminfo: memFree=1435048/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=25.49
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24600 0 0 0 2538 11 0 0 25 0 1 0 251950730 124338176 5603 996147200 134512640 135472138 4294956224 18446744073709551615 134585092 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 30356 5603 476 234 0 29058 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 121424

[startup+51.1015 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 4890
/proc/meminfo: memFree=1434984/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=51.07
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24626 0 0 0 5096 11 0 0 25 0 1 0 251950730 124338176 5629 996147200 134512640 135472138 4294956224 18446744073709551615 134604941 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 30356 5629 478 234 0 29058 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 121424

[startup+102.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 4890
/proc/meminfo: memFree=1434856/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=102.26
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24627 0 0 0 10215 11 0 0 25 0 1 0 251950730 124338176 5630 996147200 134512640 135472138 4294956224 18446744073709551615 134585092 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 30356 5630 479 234 0 29058 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 121424

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 4890
/proc/meminfo: memFree=1434472/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=162.23
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24763 0 0 0 16212 11 0 0 25 0 1 0 251950730 124338176 5766 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 30356 5766 479 234 0 29058 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 121424

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 4890
/proc/meminfo: memFree=1434408/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=222.2
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24766 0 0 0 22209 11 0 0 25 0 1 0 251950730 124338176 5769 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 30356 5769 479 234 0 29058 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 121424

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 4890
/proc/meminfo: memFree=1434408/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=282.18
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24766 0 0 0 28207 11 0 0 25 0 1 0 251950730 124338176 5769 996147200 134512640 135472138 4294956224 18446744073709551615 134605029 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 30356 5769 479 234 0 29058 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 121424

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 4890
/proc/meminfo: memFree=1434160/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=342.16
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24832 0 0 0 34204 12 0 0 25 0 1 0 251950730 124338176 5835 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 30356 5835 479 234 0 29058 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 121424

[startup+402.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 4890
/proc/meminfo: memFree=1434096/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=402.14
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24832 0 0 0 40202 12 0 0 25 0 1 0 251950730 124338176 5835 996147200 134512640 135472138 4294956224 18446744073709551615 134616460 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 30356 5835 479 234 0 29058 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 121424

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 4890
/proc/meminfo: memFree=1434096/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=462.11
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24832 0 0 0 46199 12 0 0 25 0 1 0 251950730 124338176 5835 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 30356 5835 479 234 0 29058 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 121424

[startup+522.302 s]
/proc/loadavg: 1.93 1.97 1.99 3/84 5053
/proc/meminfo: memFree=1027576/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=521.87
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24832 0 0 0 52173 14 0 0 25 0 1 0 251950730 124338176 5835 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 30356 5835 479 234 0 29058 0
Current children cumulated CPU time (s) 521.87
Current children cumulated vsize (KiB) 121424

[startup+582.302 s]
/proc/loadavg: 2.01 1.98 1.99 3/83 5053
/proc/meminfo: memFree=758016/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=581.59
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24832 0 0 0 58145 14 0 0 25 0 1 0 251950730 124338176 5835 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 30356 5835 479 234 0 29058 0
Current children cumulated CPU time (s) 581.59
Current children cumulated vsize (KiB) 121424

[startup+642.301 s]
/proc/loadavg: 2.04 2.00 2.00 3/84 5054
/proc/meminfo: memFree=757752/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=641.31
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24832 0 0 0 64117 14 0 0 25 0 1 0 251950730 124338176 5835 996147200 134512640 135472138 4294956224 18446744073709551615 134585033 0 0 4096 0 0 0 0 17 1 0 0
/proc/4889/statm: 30356 5835 479 234 0 29058 0
Current children cumulated CPU time (s) 641.31
Current children cumulated vsize (KiB) 121424


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

[startup+822.302 s]
/proc/loadavg: 2.14 2.03 2.01 4/85 5564
/proc/meminfo: memFree=1297592/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=819.37
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24853 0 0 0 81921 16 0 0 25 0 1 0 251950730 124338176 5856 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 30356 5856 479 234 0 29058 0
Current children cumulated CPU time (s) 819.37
Current children cumulated vsize (KiB) 121424

[startup+882.302 s]
/proc/loadavg: 2.33 2.11 2.03 5/85 5564
/proc/meminfo: memFree=958712/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=877.78
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24853 0 0 0 87762 16 0 0 25 0 1 0 251950730 124338176 5856 996147200 134512640 135472138 4294956224 18446744073709551615 134585305 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 30356 5856 479 234 0 29058 0
Current children cumulated CPU time (s) 877.78
Current children cumulated vsize (KiB) 121424

[startup+942.301 s]
/proc/loadavg: 2.37 2.16 2.06 3/85 5566
/proc/meminfo: memFree=843768/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=935.88
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24853 0 0 0 93572 16 0 0 25 0 1 0 251950730 124338176 5856 996147200 134512640 135472138 4294956224 18446744073709551615 134584976 0 0 4096 0 0 0 0 17 1 0 0
/proc/4889/statm: 30356 5856 479 234 0 29058 0
Current children cumulated CPU time (s) 935.88
Current children cumulated vsize (KiB) 121424

[startup+1002.3 s]
/proc/loadavg: 2.13 2.13 2.05 5/85 5566
/proc/meminfo: memFree=843768/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=992.76
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24853 0 0 0 99260 16 0 0 25 0 1 0 251950730 124338176 5856 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 30356 5856 479 234 0 29058 0
Current children cumulated CPU time (s) 992.76
Current children cumulated vsize (KiB) 121424

[startup+1062.3 s]
/proc/loadavg: 2.20 2.15 2.06 3/85 5566
/proc/meminfo: memFree=843640/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=1050.28
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24900 0 0 0 105012 16 0 0 25 0 1 0 251950730 124338176 5903 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 30356 5903 479 234 0 29058 0
Current children cumulated CPU time (s) 1050.28
Current children cumulated vsize (KiB) 121424

[startup+1122.3 s]
/proc/loadavg: 2.27 2.17 2.07 3/85 5566
/proc/meminfo: memFree=843584/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=1107.39
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24900 0 0 0 110723 16 0 0 25 0 1 0 251950730 124338176 5903 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 1 0 0
/proc/4889/statm: 30356 5903 479 234 0 29058 0
Current children cumulated CPU time (s) 1107.39
Current children cumulated vsize (KiB) 121424

[startup+1182.3 s]
/proc/loadavg: 2.50 2.24 2.10 3/85 5566
/proc/meminfo: memFree=843520/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=1164.46
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24900 0 0 0 116430 16 0 0 25 0 1 0 251950730 124338176 5903 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/4889/statm: 30356 5903 479 234 0 29058 0
Current children cumulated CPU time (s) 1164.46
Current children cumulated vsize (KiB) 121424

[startup+1242.3 s]
/proc/loadavg: 2.23 2.21 2.09 5/85 5566
/proc/meminfo: memFree=843392/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=1221.35
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24900 0 0 0 122118 17 0 0 25 0 1 0 251950730 124338176 5903 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/4889/statm: 30356 5903 479 234 0 29058 0
Current children cumulated CPU time (s) 1221.35
Current children cumulated vsize (KiB) 121424

[startup+1302.3 s]
/proc/loadavg: 2.49 2.29 2.12 3/85 5566
/proc/meminfo: memFree=844864/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=1279.47
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24900 0 0 0 127930 17 0 0 25 0 1 0 251950730 124338176 5903 996147200 134512640 135472138 4294956224 18446744073709551615 134605062 0 0 4096 0 0 0 0 17 0 0 0
/proc/4889/statm: 30356 5903 479 234 0 29058 0
Current children cumulated CPU time (s) 1279.47
Current children cumulated vsize (KiB) 121424

[startup+1362.3 s]
/proc/loadavg: 2.18 2.23 2.11 3/84 5856
/proc/meminfo: memFree=834464/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=1338.98
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24939 0 0 0 133879 19 0 0 25 0 1 0 251950730 124338176 5942 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/4889/statm: 30356 5942 479 234 0 29058 0
Current children cumulated CPU time (s) 1338.98
Current children cumulated vsize (KiB) 121424

[startup+1422.31 s]
/proc/loadavg: 2.17 2.22 2.11 3/84 5856
/proc/meminfo: memFree=758304/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=1398.72
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24939 0 0 0 139853 19 0 0 25 0 1 0 251950730 124338176 5942 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/4889/statm: 30356 5942 479 234 0 29058 0
Current children cumulated CPU time (s) 1398.72
Current children cumulated vsize (KiB) 121424

[startup+1482.3 s]
/proc/loadavg: 2.20 2.22 2.12 3/83 5857
/proc/meminfo: memFree=827736/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=1458.47
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24939 0 0 0 145828 19 0 0 25 0 1 0 251950730 124338176 5942 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/4889/statm: 30356 5942 479 234 0 29058 0
Current children cumulated CPU time (s) 1458.47
Current children cumulated vsize (KiB) 121424

[startup+1542.3 s]
/proc/loadavg: 2.07 2.18 2.10 3/83 5857
/proc/meminfo: memFree=827672/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=1518.23
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24939 0 0 0 151804 19 0 0 25 0 1 0 251950730 124338176 5942 996147200 134512640 135472138 4294956224 18446744073709551615 134604986 0 0 4096 0 0 0 0 17 1 0 0
/proc/4889/statm: 30356 5942 479 234 0 29058 0
Current children cumulated CPU time (s) 1518.23
Current children cumulated vsize (KiB) 121424

[startup+1602.3 s]
/proc/loadavg: 2.02 2.14 2.09 3/83 5857
/proc/meminfo: memFree=827672/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=1578
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24939 0 0 0 157781 19 0 0 25 0 1 0 251950730 124338176 5942 996147200 134512640 135472138 4294956224 18446744073709551615 134605008 0 0 4096 0 0 0 0 17 1 0 0
/proc/4889/statm: 30356 5942 479 234 0 29058 0
Current children cumulated CPU time (s) 1578
Current children cumulated vsize (KiB) 121424

[startup+1662.3 s]
/proc/loadavg: 2.01 2.12 2.09 3/83 5857
/proc/meminfo: memFree=827608/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=1637.76
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24946 0 0 0 163757 19 0 0 25 0 1 0 251950730 124338176 5949 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/4889/statm: 30356 5949 479 234 0 29058 0
Current children cumulated CPU time (s) 1637.76
Current children cumulated vsize (KiB) 121424

[startup+1722.3 s]
/proc/loadavg: 2.00 2.09 2.08 3/83 5863
/proc/meminfo: memFree=827288/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=1697.52
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24987 0 0 0 169733 19 0 0 25 0 1 0 251950730 124338176 5990 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/4889/statm: 30356 5990 479 234 0 29058 0
Current children cumulated CPU time (s) 1697.52
Current children cumulated vsize (KiB) 121424

[startup+1782.3 s]
/proc/loadavg: 2.00 2.07 2.07 3/83 5863
/proc/meminfo: memFree=827160/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=1757.28
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24987 0 0 0 175709 19 0 0 25 0 1 0 251950730 124338176 5990 996147200 134512640 135472138 4294956224 18446744073709551615 134585089 0 0 4096 0 0 0 0 17 1 0 0
/proc/4889/statm: 30356 5990 479 234 0 29058 0
Current children cumulated CPU time (s) 1757.28
Current children cumulated vsize (KiB) 121424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1825.2 s]
/proc/loadavg: 2.00 2.06 2.07 3/83 5863
/proc/meminfo: memFree=827160/2055920 swapFree=4169364/4192956
[pid=4889] ppid=4887 vsize=121424 CPUtime=1800.01
/proc/4889/stat : 4889 (casperzito) R 4887 4889 2921 0 -1 4194304 24987 0 0 0 179982 19 0 0 25 0 1 0 251950730 124338176 5990 996147200 134512640 135472138 4294956224 18446744073709551615 134604986 0 0 4096 0 0 0 0 17 1 0 0
/proc/4889/statm: 30356 5990 479 234 0 29058 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 121424

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): 1825.21
CPU time (s): 1800.03
CPU user time (s): 1799.83
CPU system time (s): 0.202969
CPU usage (%): 98.6205
Max. virtual memory (cumulated for all children) (KiB): 212016

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

runsolver used 1.76273 second user time and 5.01324 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-04 14:32:49
IDJOB=1072485
IDBENCH=56258
IDSOLVER=362
FILE ID=node82/1072485-1215174769
PBS_JOBID= 7881397
Free space on /tmp= 66480 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= deb696c54b33bdc569db6da224999cea
RANDOM SEED=1564412798

node82.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.239
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.239
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:       1456464 kB
Buffers:         61260 kB
Cached:         364072 kB
SwapCached:      17960 kB
Active:         341068 kB
Inactive:       212112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1456464 kB
SwapTotal:     4192956 kB
SwapFree:      4169364 kB
Dirty:            5688 kB
Writeback:           0 kB
Mapped:         128948 kB
Slab:            31368 kB
Committed_AS:  1345956 kB
PageTables:       1980 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= 66488 MiB
End job on node82 at 2008-07-04 15:03:16