Trace number 1072508

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.02 1831.62

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-45_ext.xml
MD5SUMd5d47957bb204cad1de758ab5599e60c
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 benchmark85.557
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
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.28/0.35	c Building = 1
0.38/0.43	c [ NumberOfVariables = 24 ]
0.38/0.43	c [ NumberOfConstraints = 75 ]
0.38/0.43	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.38/0.43	c SymmetrySearch = 1
1.67/1.72	c InitialPropagation = 1
1.67/1.74	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.67/1.74	c InitialSAC = 1
1.96/2.05	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.96/2.05	c Search(SampleFF) : 
81.22/81.94	c [ Sampling domwdeg ]
81.22/81.94	c [ Sampling impacts ]
81.22/81.94	c [ SamplingScores: ]
81.22/81.94	c [ domwdeg+min = 6.02298e-07 | domwdeg+rnd = 1.96638e-06 ]
81.22/81.94	c [ impacts+min = 1.58639e-07 | impacts+rnd = 5.42486e-08 ]
81.22/81.94	c [ la+min = 0 | la+rnd = 0 ]
81.22/81.94	c [ domwdeg = 1.28434e-06 | impacts = 1.06444e-07 | la = 0 ]
81.22/81.94	c [ min = 2.53646e-07 | rand = 1.06444e-07 ]
81.22/81.94	c [ restarting at (3.96356,6.40492e-06) ]
91.74/92.58	c [ restarting at (9.9089,8.4536e-05) ]
118.11/119.15	c [ restarting at (24.7722,7.88914e-05) ]
183.98/185.54	c [ restarting at (61.9306,1.57252e-05) ]
348.60/351.50	c [ restarting at (154.827,0.000150967) ]
730.34/736.52	c [ restarting at (387.066,0.00246013) ]
1673.01/1704.52	c [ restarting at (967.666,0.00528071) ]

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

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.91 1.97 1.99 4/74 2244
/proc/meminfo: memFree=1546504/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=1052 CPUtime=0
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1547166351 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 6910756 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 263 26 20 234 0 3 0

[startup+0.208938 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 2244
/proc/meminfo: memFree=1546504/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=9676 CPUtime=0.19
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 1540 0 0 0 19 0 0 0 19 0 1 0 1547166351 9908224 1500 996147200 134512640 135472138 4294956224 18446744073709551615 134774679 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 2419 1500 365 234 0 1121 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9676

[startup+0.30182 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 2244
/proc/meminfo: memFree=1546504/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=11668 CPUtime=0.28
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 2012 0 0 0 27 1 0 0 19 0 1 0 1547166351 11948032 1972 996147200 134512640 135472138 4294956224 18446744073709551615 134774656 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 2917 1972 365 234 0 1619 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11668

[startup+0.401837 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 2244
/proc/meminfo: memFree=1546504/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121504 CPUtime=0.38
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 4955 0 0 0 36 2 0 0 20 0 1 0 1547166351 124420096 4915 996147200 134512640 135472138 4294956224 18446744073709551615 134606250 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30376 4915 403 234 0 29078 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 121504

[startup+0.701875 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 2244
/proc/meminfo: memFree=1546504/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=146584 CPUtime=0.68
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 11282 0 0 0 63 5 0 0 23 0 1 0 1547166351 150102016 11242 996147200 134512640 135472138 4294956224 18446744073709551615 134629029 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 36646 11242 432 234 0 35348 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 146584

[startup+1.50198 s]
/proc/loadavg: 1.91 1.97 1.99 3/75 2245
/proc/meminfo: memFree=1455296/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=214112 CPUtime=1.47
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 24067 0 0 0 138 9 0 0 25 0 1 0 1547166351 219250688 23873 996147200 134512640 135472138 4294956224 18446744073709551615 134535420 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 53528 23873 439 234 0 52230 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 214112

[startup+3.10119 s]
/proc/loadavg: 1.91 1.97 1.99 3/75 2245
/proc/meminfo: memFree=1525760/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=3.06
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25028 0 0 0 295 11 0 0 25 0 1 0 1547166351 124510208 5598 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30398 5598 476 234 0 29100 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 121592

[startup+6.30161 s]
/proc/loadavg: 1.92 1.97 1.99 3/75 2245
/proc/meminfo: memFree=1525504/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=6.23
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25058 0 0 0 612 11 0 0 25 0 1 0 1547166351 124510208 5628 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30398 5628 476 234 0 29100 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 121592

[startup+12.7024 s]
/proc/loadavg: 1.93 1.97 1.99 3/75 2245
/proc/meminfo: memFree=1525440/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=12.57
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25071 0 0 0 1246 11 0 0 25 0 1 0 1547166351 124510208 5641 996147200 134512640 135472138 4294956224 18446744073709551615 135262880 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30398 5641 476 234 0 29100 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 121592

[startup+25.5061 s]
/proc/loadavg: 1.94 1.97 1.99 3/75 2245
/proc/meminfo: memFree=1525312/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=25.29
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25106 0 0 0 2517 12 0 0 25 0 1 0 1547166351 124510208 5676 996147200 134512640 135472138 4294956224 18446744073709551615 134616942 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30398 5676 476 234 0 29100 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 121592

[startup+51.1014 s]
/proc/loadavg: 1.96 1.97 1.99 3/75 2245
/proc/meminfo: memFree=1525312/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=50.67
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25125 0 0 0 5055 12 0 0 25 0 1 0 1547166351 124510208 5695 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30398 5695 478 234 0 29100 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 121592

[startup+102.301 s]
/proc/loadavg: 1.98 1.97 1.99 3/75 2245
/proc/meminfo: memFree=1525120/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=101.46
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25174 0 0 0 10134 12 0 0 25 0 1 0 1547166351 124510208 5744 996147200 134512640 135472138 4294956224 18446744073709551615 135262890 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30398 5744 479 234 0 29100 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 121592

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 2245
/proc/meminfo: memFree=1524544/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=160.97
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25233 0 0 0 16085 12 0 0 25 0 1 0 1547166351 124510208 5803 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30398 5803 479 234 0 29100 0
Current children cumulated CPU time (s) 160.97
Current children cumulated vsize (KiB) 121592

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 2247
/proc/meminfo: memFree=1524352/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=220.49
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25266 0 0 0 22037 12 0 0 25 0 1 0 1547166351 124510208 5836 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30398 5836 479 234 0 29100 0
Current children cumulated CPU time (s) 220.49
Current children cumulated vsize (KiB) 121592

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 2247
/proc/meminfo: memFree=1524288/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=279.99
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25292 0 0 0 27987 12 0 0 25 0 1 0 1547166351 124510208 5862 996147200 134512640 135472138 4294956224 18446744073709551615 134604915 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30398 5862 479 234 0 29100 0
Current children cumulated CPU time (s) 279.99
Current children cumulated vsize (KiB) 121592

[startup+342.306 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 2248
/proc/meminfo: memFree=1524280/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=339.49
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25294 0 0 0 33937 12 0 0 25 0 1 0 1547166351 124510208 5864 996147200 134512640 135472138 4294956224 18446744073709551615 134604933 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30398 5864 479 234 0 29100 0
Current children cumulated CPU time (s) 339.49
Current children cumulated vsize (KiB) 121592

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 2248
/proc/meminfo: memFree=1524280/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=398.99
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25294 0 0 0 39886 13 0 0 25 0 1 0 1547166351 124510208 5864 996147200 134512640 135472138 4294956224 18446744073709551615 134604935 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30398 5864 479 234 0 29100 0
Current children cumulated CPU time (s) 398.99
Current children cumulated vsize (KiB) 121592

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 2248
/proc/meminfo: memFree=1524280/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=458.47
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25294 0 0 0 45834 13 0 0 25 0 1 0 1547166351 124510208 5864 996147200 134512640 135472138 4294956224 18446744073709551615 134617295 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30398 5864 479 234 0 29100 0
Current children cumulated CPU time (s) 458.47
Current children cumulated vsize (KiB) 121592

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 2249
/proc/meminfo: memFree=1524144/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=517.97
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25316 0 0 0 51784 13 0 0 25 0 1 0 1547166351 124510208 5886 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30398 5886 479 234 0 29100 0
Current children cumulated CPU time (s) 517.97
Current children cumulated vsize (KiB) 121592

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 2249
/proc/meminfo: memFree=1523952/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=577.45
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25365 0 0 0 57732 13 0 0 25 0 1 0 1547166351 124510208 5935 996147200 134512640 135472138 4294956224 18446744073709551615 134604930 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30398 5935 479 234 0 29100 0
Current children cumulated CPU time (s) 577.45
Current children cumulated vsize (KiB) 121592

[startup+642.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 2249
/proc/meminfo: memFree=1523888/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=636.95
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25365 0 0 0 63682 13 0 0 25 0 1 0 1547166351 124510208 5935 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30398 5935 479 234 0 29100 0
Current children cumulated CPU time (s) 636.95
Current children cumulated vsize (KiB) 121592


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

[startup+822.301 s]
/proc/loadavg: 2.09 2.01 2.00 3/83 2289
/proc/meminfo: memFree=843064/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=815.95
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25411 0 0 0 81581 14 0 0 25 0 1 0 1547166351 124510208 5981 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30398 5981 479 234 0 29100 0
Current children cumulated CPU time (s) 815.95
Current children cumulated vsize (KiB) 121592

[startup+882.301 s]
/proc/loadavg: 2.10 2.02 2.00 4/84 2383
/proc/meminfo: memFree=1514880/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=875.53
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25411 0 0 0 87538 15 0 0 25 0 1 0 1547166351 124510208 5981 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/2244/statm: 30398 5981 479 234 0 29100 0
Current children cumulated CPU time (s) 875.53
Current children cumulated vsize (KiB) 121592

[startup+942.302 s]
/proc/loadavg: 2.16 2.06 2.02 3/84 2383
/proc/meminfo: memFree=1228032/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=934.61
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25411 0 0 0 93445 16 0 0 25 0 1 0 1547166351 124510208 5981 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/2244/statm: 30398 5981 479 234 0 29100 0
Current children cumulated CPU time (s) 934.61
Current children cumulated vsize (KiB) 121592

[startup+1002.31 s]
/proc/loadavg: 2.06 2.05 2.01 4/84 2383
/proc/meminfo: memFree=917376/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=993.56
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25411 0 0 0 99340 16 0 0 25 0 1 0 1547166351 124510208 5981 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/2244/statm: 30398 5981 479 234 0 29100 0
Current children cumulated CPU time (s) 993.56
Current children cumulated vsize (KiB) 121592

[startup+1062.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/84 2383
/proc/meminfo: memFree=909696/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=1051.67
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25411 0 0 0 105151 16 0 0 25 0 1 0 1547166351 124510208 5981 996147200 134512640 135472138 4294956224 18446744073709551615 134604935 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30398 5981 479 234 0 29100 0
Current children cumulated CPU time (s) 1051.67
Current children cumulated vsize (KiB) 121592

[startup+1122.3 s]
/proc/loadavg: 2.31 2.12 2.03 3/84 2383
/proc/meminfo: memFree=909760/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=1108.12
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25411 0 0 0 110796 16 0 0 25 0 1 0 1547166351 124510208 5981 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/2244/statm: 30398 5981 479 234 0 29100 0
Current children cumulated CPU time (s) 1108.12
Current children cumulated vsize (KiB) 121592

[startup+1182.3 s]
/proc/loadavg: 2.18 2.12 2.03 3/84 2383
/proc/meminfo: memFree=909824/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=1165.23
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25411 0 0 0 116507 16 0 0 25 0 1 0 1547166351 124510208 5981 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30398 5981 479 234 0 29100 0
Current children cumulated CPU time (s) 1165.23
Current children cumulated vsize (KiB) 121592

[startup+1242.3 s]
/proc/loadavg: 2.20 2.13 2.04 3/84 2383
/proc/meminfo: memFree=911552/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=1221.67
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25411 0 0 0 122151 16 0 0 25 0 1 0 1547166351 124510208 5981 996147200 134512640 135472138 4294956224 18446744073709551615 134585145 0 0 4096 0 0 0 0 17 0 0 0
/proc/2244/statm: 30398 5981 479 234 0 29100 0
Current children cumulated CPU time (s) 1221.67
Current children cumulated vsize (KiB) 121592

[startup+1302.3 s]
/proc/loadavg: 2.35 2.18 2.06 3/84 2383
/proc/meminfo: memFree=909760/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=1278.97
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25411 0 0 0 127881 16 0 0 25 0 1 0 1547166351 124510208 5981 996147200 134512640 135472138 4294956224 18446744073709551615 134604913 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30398 5981 479 234 0 29100 0
Current children cumulated CPU time (s) 1278.97
Current children cumulated vsize (KiB) 121592

[startup+1362.3 s]
/proc/loadavg: 2.29 2.18 2.07 3/84 2383
/proc/meminfo: memFree=909696/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=1335.86
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25425 0 0 0 133570 16 0 0 25 0 1 0 1547166351 124510208 5995 996147200 134512640 135472138 4294956224 18446744073709551615 134604989 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30398 5995 479 234 0 29100 0
Current children cumulated CPU time (s) 1335.86
Current children cumulated vsize (KiB) 121592

[startup+1422.3 s]
/proc/loadavg: 2.31 2.19 2.08 3/84 2383
/proc/meminfo: memFree=911424/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=1392.61
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25448 0 0 0 139245 16 0 0 25 0 1 0 1547166351 124510208 6018 996147200 134512640 135472138 4294956224 18446744073709551615 134604921 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30398 6018 479 234 0 29100 0
Current children cumulated CPU time (s) 1392.61
Current children cumulated vsize (KiB) 121592

[startup+1482.3 s]
/proc/loadavg: 2.15 2.17 2.08 3/82 2576
/proc/meminfo: memFree=1589968/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=1451.17
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25448 0 0 0 145096 21 0 0 25 0 1 0 1547166351 124510208 6018 996147200 134512640 135472138 4294956224 18446744073709551615 134577808 0 0 4096 0 0 0 0 17 1 0 0
/proc/2244/statm: 30398 6018 479 234 0 29100 0
Current children cumulated CPU time (s) 1451.17
Current children cumulated vsize (KiB) 121592

[startup+1542.3 s]
/proc/loadavg: 2.11 2.15 2.07 3/82 2680
/proc/meminfo: memFree=1575440/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=1510.95
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25448 0 0 0 151072 23 0 0 25 0 1 0 1547166351 124510208 6018 996147200 134512640 135472138 4294956224 18446744073709551615 135262880 0 0 4096 0 0 0 0 17 0 0 0
/proc/2244/statm: 30398 6018 479 234 0 29100 0
Current children cumulated CPU time (s) 1510.95
Current children cumulated vsize (KiB) 121592

[startup+1602.3 s]
/proc/loadavg: 2.08 2.13 2.07 4/82 2680
/proc/meminfo: memFree=1562128/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=1570.9
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25448 0 0 0 157067 23 0 0 25 0 1 0 1547166351 124510208 6018 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/2244/statm: 30398 6018 479 234 0 29100 0
Current children cumulated CPU time (s) 1570.9
Current children cumulated vsize (KiB) 121592

[startup+1662.31 s]
/proc/loadavg: 2.20 2.17 2.09 3/82 2680
/proc/meminfo: memFree=1550608/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=1630.85
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25484 0 0 0 163062 23 0 0 25 0 1 0 1547166351 124510208 6054 996147200 134512640 135472138 4294956224 18446744073709551615 134577873 0 0 4096 0 0 0 0 17 0 0 0
/proc/2244/statm: 30398 6054 479 234 0 29100 0
Current children cumulated CPU time (s) 1630.85
Current children cumulated vsize (KiB) 121592

[startup+1722.3 s]
/proc/loadavg: 2.07 2.13 2.08 3/82 2680
/proc/meminfo: memFree=1544272/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=1690.79
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25484 0 0 0 169056 23 0 0 25 0 1 0 1547166351 124510208 6054 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/2244/statm: 30398 6054 479 234 0 29100 0
Current children cumulated CPU time (s) 1690.79
Current children cumulated vsize (KiB) 121592

[startup+1782.3 s]
/proc/loadavg: 2.02 2.11 2.08 3/82 2680
/proc/meminfo: memFree=1538576/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=1750.74
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25484 0 0 0 175051 23 0 0 25 0 1 0 1547166351 124510208 6054 996147200 134512640 135472138 4294956224 18446744073709551615 134585175 0 0 4096 0 0 0 0 17 0 0 0
/proc/2244/statm: 30398 6054 479 234 0 29100 0
Current children cumulated CPU time (s) 1750.74
Current children cumulated vsize (KiB) 121592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1831.6 s]
/proc/loadavg: 2.01 2.09 2.07 3/82 2680
/proc/meminfo: memFree=1535248/2055920 swapFree=4095080/4192956
[pid=2244] ppid=2242 vsize=121592 CPUtime=1800.01
/proc/2244/stat : 2244 (casperzito) R 2242 2244 824 0 -1 4194304 25484 0 0 0 179978 23 0 0 25 0 1 0 1547166351 124510208 6054 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/2244/statm: 30398 6054 479 234 0 29100 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 121592

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): 1831.62
CPU time (s): 1800.02
CPU user time (s): 1799.78
CPU system time (s): 0.239963
CPU usage (%): 98.2752
Max. virtual memory (cumulated for all children) (KiB): 214112

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

runsolver used 2.01869 second user time and 5.16421 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-04 14:36:27
IDJOB=1072508
IDBENCH=56260
IDSOLVER=362
FILE ID=node40/1072508-1215174986
PBS_JOBID= 7881474
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d5d47957bb204cad1de758ab5599e60c
RANDOM SEED=378082871

node40.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.209
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.209
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:       1546984 kB
Buffers:         49460 kB
Cached:         235964 kB
SwapCached:      91976 kB
Active:         360368 kB
Inactive:       104548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1546984 kB
SwapTotal:     4192956 kB
SwapFree:      4095080 kB
Dirty:            5752 kB
Writeback:           0 kB
Mapped:         185660 kB
Slab:            28756 kB
Committed_AS:  3183376 kB
PageTables:       2252 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= 66532 MiB
End job on node40 at 2008-07-04 15:07:00