Trace number 1043536

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.07 1807.01

General information on the benchmark

Namecsp/frb56-25/
normalized-frb56-25-4-mgd_ext.xml
MD5SUM9fd41dcf2251738accb874656e5f4c57
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark799.497
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints525
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension525
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.00/0.20	c Building = 1
0.00/0.20	c [ NumberOfVariables = 56 ]
0.00/0.20	c [ NumberOfConstraints = 525 ]
0.00/0.20	c [ SizeOfSearchSpace(log2) = 260.056 ]
0.00/0.20	c SymmetrySearch = 1
0.38/0.41	c InitialPropagation = 1
0.38/0.44	c [ SizeOfSearchSpace(log2) = 260.056 ]
0.38/0.44	c InitialSAC = 1
0.38/0.47	c [ SizeOfSearchSpace(log2) = 260.056 ]
0.38/0.47	c Search(SampleFF) : 
73.49/73.82	c [ Sampling domwdeg ]
73.49/73.82	c [ Sampling impacts ]
73.49/73.82	c [ SamplingScores: ]
73.49/73.82	c [ domwdeg+min = 3.07529e-09 | domwdeg+rnd = 3.87115e-09 ]
73.49/73.82	c [ impacts+min = 4.72992e-08 | impacts+rnd = 1.26887e-07 ]
73.49/73.82	c [ la+min = 0 | la+rnd = 0 ]
73.49/73.82	c [ domwdeg = 3.47322e-09 | impacts = 8.70929e-08 | la = 0 ]
73.49/73.82	c [ min = 1.67915e-08 | rand = 8.70929e-08 ]
73.49/73.82	c [ restarting at (3.96356,1.14858e-07) ]
84.05/84.45	c [ restarting at (9.9089,1.03318e-06) ]
110.55/111.03	c [ restarting at (24.7722,6.20508e-07) ]
176.69/177.47	c [ restarting at (61.9306,2.71567e-06) ]
342.13/343.58	c [ restarting at (154.827,6.12388e-06) ]
755.80/758.84	c [ restarting at (387.066,7.47727e-05) ]
1721.08/1727.97	c [ restarting at (967.666,0.000194201) ]

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

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.06 0.28 0.30 4/72 27141
/proc/meminfo: memFree=1773112/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=18572 CPUtime=0
/proc/27141/stat : 27141 (runsolver) R 27139 27141 27053 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1531583703 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 264519609639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27141/statm: 4643 292 257 25 0 2626 0

[startup+0.207535 s]
/proc/loadavg: 1.06 0.28 0.30 4/72 27141
/proc/meminfo: memFree=1773112/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=115012 CPUtime=0.19
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 4327 0 0 0 17 2 0 0 19 0 1 0 1531583703 117772288 4287 996147200 134512640 135472138 4294956224 18446744073709551615 134643495 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 28753 4287 436 234 0 27455 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 115012

[startup+0.301347 s]
/proc/loadavg: 1.06 0.28 0.30 4/72 27141
/proc/meminfo: memFree=1773112/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=125680 CPUtime=0.28
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 5794 0 0 0 26 2 0 0 19 0 1 0 1531583703 128696320 5742 996147200 134512640 135472138 4294956224 18446744073709551615 134535933 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 31420 5742 440 234 0 30122 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 125680

[startup+0.401358 s]
/proc/loadavg: 1.06 0.28 0.30 4/72 27141
/proc/meminfo: memFree=1773112/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=123820 CPUtime=0.38
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6025 0 0 0 36 2 0 0 20 0 1 0 1531583703 126791680 5781 996147200 134512640 135472138 4294956224 18446744073709551615 7340078 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 30955 5781 449 234 0 29657 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 123820

[startup+0.701397 s]
/proc/loadavg: 1.06 0.28 0.30 4/72 27141
/proc/meminfo: memFree=1773112/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=0.69
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6709 0 0 0 66 3 0 0 23 0 1 0 1531583703 111198208 2820 996147200 134512640 135472138 4294956224 18446744073709551615 134595455 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2820 477 234 0 25850 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 108592

[startup+1.5015 s]
/proc/loadavg: 1.06 0.28 0.30 3/73 27142
/proc/meminfo: memFree=1763568/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=1.48
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6712 0 0 0 145 3 0 0 25 0 1 0 1531583703 111198208 2823 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2823 477 234 0 25850 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 108592

[startup+3.10171 s]
/proc/loadavg: 1.06 0.28 0.30 3/73 27142
/proc/meminfo: memFree=1763440/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=3.08
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6712 0 0 0 305 3 0 0 25 0 1 0 1531583703 111198208 2823 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2823 477 234 0 25850 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 108592

[startup+6.30113 s]
/proc/loadavg: 1.13 0.31 0.31 3/73 27142
/proc/meminfo: memFree=1763376/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=6.26
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6712 0 0 0 623 3 0 0 25 0 1 0 1531583703 111198208 2823 996147200 134512640 135472138 4294956224 18446744073709551615 134595492 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2823 477 234 0 25850 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 108592

[startup+12.703 s]
/proc/loadavg: 1.20 0.33 0.32 3/73 27142
/proc/meminfo: memFree=1763184/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=12.64
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6713 0 0 0 1261 3 0 0 25 0 1 0 1531583703 111198208 2824 996147200 134512640 135472138 4294956224 18446744073709551615 134593637 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2824 477 234 0 25850 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 108592

[startup+25.5066 s]
/proc/loadavg: 1.38 0.41 0.34 3/73 27142
/proc/meminfo: memFree=1763312/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=25.39
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6716 0 0 0 2536 3 0 0 25 0 1 0 1531583703 111198208 2827 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2827 477 234 0 25850 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 108592

[startup+51.1019 s]
/proc/loadavg: 1.59 0.54 0.39 3/73 27142
/proc/meminfo: memFree=1763248/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=50.88
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6729 0 0 0 5085 3 0 0 25 0 1 0 1531583703 111198208 2840 996147200 134512640 135472138 4294956224 18446744073709551615 134577873 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2840 479 234 0 25850 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 108592

[startup+102.302 s]
/proc/loadavg: 1.82 0.76 0.47 3/73 27142
/proc/meminfo: memFree=1763056/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=101.88
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6732 0 0 0 10185 3 0 0 25 0 1 0 1531583703 111198208 2843 996147200 134512640 135472138 4294956224 18446744073709551615 134581691 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2843 480 234 0 25850 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 108592

[startup+162.301 s]
/proc/loadavg: 1.93 0.99 0.56 3/73 27142
/proc/meminfo: memFree=1762992/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=161.64
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6732 0 0 0 16161 3 0 0 25 0 1 0 1531583703 111198208 2843 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2843 480 234 0 25850 0
Current children cumulated CPU time (s) 161.64
Current children cumulated vsize (KiB) 108592

[startup+222.301 s]
/proc/loadavg: 1.97 1.17 0.65 3/73 27142
/proc/meminfo: memFree=1762992/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=221.41
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6732 0 0 0 22137 4 0 0 25 0 1 0 1531583703 111198208 2843 996147200 134512640 135472138 4294956224 18446744073709551615 134595534 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2843 480 234 0 25850 0
Current children cumulated CPU time (s) 221.41
Current children cumulated vsize (KiB) 108592

[startup+282.302 s]
/proc/loadavg: 1.99 1.32 0.73 3/73 27142
/proc/meminfo: memFree=1762992/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=281.17
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6733 0 0 0 28113 4 0 0 25 0 1 0 1531583703 111198208 2844 996147200 134512640 135472138 4294956224 18446744073709551615 134595590 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2844 480 234 0 25850 0
Current children cumulated CPU time (s) 281.17
Current children cumulated vsize (KiB) 108592

[startup+342.307 s]
/proc/loadavg: 1.99 1.44 0.81 3/73 27142
/proc/meminfo: memFree=1762992/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=340.94
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6735 0 0 0 34090 4 0 0 25 0 1 0 1531583703 111198208 2846 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2846 480 234 0 25850 0
Current children cumulated CPU time (s) 340.94
Current children cumulated vsize (KiB) 108592

[startup+402.301 s]
/proc/loadavg: 1.99 1.54 0.88 3/73 27142
/proc/meminfo: memFree=1762928/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=400.7
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6735 0 0 0 40066 4 0 0 25 0 1 0 1531583703 111198208 2846 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2846 480 234 0 25850 0
Current children cumulated CPU time (s) 400.7
Current children cumulated vsize (KiB) 108592

[startup+462.301 s]
/proc/loadavg: 1.99 1.62 0.95 3/73 27142
/proc/meminfo: memFree=1762992/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=460.46
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6735 0 0 0 46042 4 0 0 25 0 1 0 1531583703 111198208 2846 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2846 480 234 0 25850 0
Current children cumulated CPU time (s) 460.46
Current children cumulated vsize (KiB) 108592

[startup+522.302 s]
/proc/loadavg: 1.99 1.69 1.01 3/73 27142
/proc/meminfo: memFree=1762928/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=520.22
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6735 0 0 0 52018 4 0 0 25 0 1 0 1531583703 111198208 2846 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2846 480 234 0 25850 0
Current children cumulated CPU time (s) 520.22
Current children cumulated vsize (KiB) 108592

[startup+582.302 s]
/proc/loadavg: 1.99 1.74 1.07 3/73 27142
/proc/meminfo: memFree=1762928/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=579.99
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6735 0 0 0 57994 5 0 0 25 0 1 0 1531583703 111198208 2846 996147200 134512640 135472138 4294956224 18446744073709551615 134595467 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2846 480 234 0 25850 0
Current children cumulated CPU time (s) 579.99
Current children cumulated vsize (KiB) 108592

[startup+642.301 s]
/proc/loadavg: 1.99 1.79 1.12 3/73 27142
/proc/meminfo: memFree=1762736/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=639.76
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6737 0 0 0 63971 5 0 0 25 0 1 0 1531583703 111198208 2848 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2848 480 234 0 25850 0
Current children cumulated CPU time (s) 639.76
Current children cumulated vsize (KiB) 108592


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

[startup+822.302 s]
/proc/loadavg: 1.99 1.88 1.27 3/73 27142
/proc/meminfo: memFree=1762480/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=819.04
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6737 0 0 0 81899 5 0 0 25 0 1 0 1531583703 111198208 2848 996147200 134512640 135472138 4294956224 18446744073709551615 134595725 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2848 480 234 0 25850 0
Current children cumulated CPU time (s) 819.04
Current children cumulated vsize (KiB) 108592

[startup+882.301 s]
/proc/loadavg: 1.99 1.89 1.31 3/73 27142
/proc/meminfo: memFree=1762480/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=878.81
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6737 0 0 0 87876 5 0 0 25 0 1 0 1531583703 111198208 2848 996147200 134512640 135472138 4294956224 18446744073709551615 134595458 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2848 480 234 0 25850 0
Current children cumulated CPU time (s) 878.81
Current children cumulated vsize (KiB) 108592

[startup+942.301 s]
/proc/loadavg: 1.99 1.91 1.35 3/73 27142
/proc/meminfo: memFree=1762480/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=938.57
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6737 0 0 0 93852 5 0 0 25 0 1 0 1531583703 111198208 2848 996147200 134512640 135472138 4294956224 18446744073709551615 135234779 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2848 480 234 0 25850 0
Current children cumulated CPU time (s) 938.57
Current children cumulated vsize (KiB) 108592

[startup+1002.31 s]
/proc/loadavg: 1.99 1.92 1.39 3/73 27142
/proc/meminfo: memFree=1762480/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=998.34
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6737 0 0 0 99829 5 0 0 25 0 1 0 1531583703 111198208 2848 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2848 480 234 0 25850 0
Current children cumulated CPU time (s) 998.34
Current children cumulated vsize (KiB) 108592

[startup+1062.3 s]
/proc/loadavg: 1.99 1.94 1.43 3/73 27142
/proc/meminfo: memFree=1762480/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=1058.11
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6737 0 0 0 105805 6 0 0 25 0 1 0 1531583703 111198208 2848 996147200 134512640 135472138 4294956224 18446744073709551615 134595725 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2848 480 234 0 25850 0
Current children cumulated CPU time (s) 1058.11
Current children cumulated vsize (KiB) 108592

[startup+1122.3 s]
/proc/loadavg: 1.99 1.94 1.46 3/73 27142
/proc/meminfo: memFree=1762416/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=1117.87
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6738 0 0 0 111781 6 0 0 25 0 1 0 1531583703 111198208 2849 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2849 480 234 0 25850 0
Current children cumulated CPU time (s) 1117.87
Current children cumulated vsize (KiB) 108592

[startup+1182.3 s]
/proc/loadavg: 1.99 1.95 1.49 3/73 27144
/proc/meminfo: memFree=1762096/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=1177.63
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6739 0 0 0 117757 6 0 0 25 0 1 0 1531583703 111198208 2850 996147200 134512640 135472138 4294956224 18446744073709551615 134577392 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2850 480 234 0 25850 0
Current children cumulated CPU time (s) 1177.63
Current children cumulated vsize (KiB) 108592

[startup+1242.3 s]
/proc/loadavg: 1.99 1.96 1.52 3/73 27144
/proc/meminfo: memFree=1762096/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=1237.39
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6739 0 0 0 123733 6 0 0 25 0 1 0 1531583703 111198208 2850 996147200 134512640 135472138 4294956224 18446744073709551615 8212178 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2850 480 234 0 25850 0
Current children cumulated CPU time (s) 1237.39
Current children cumulated vsize (KiB) 108592

[startup+1302.3 s]
/proc/loadavg: 1.99 1.96 1.55 3/73 27144
/proc/meminfo: memFree=1762032/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=1297.16
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6739 0 0 0 129710 6 0 0 25 0 1 0 1531583703 111198208 2850 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2850 480 234 0 25850 0
Current children cumulated CPU time (s) 1297.16
Current children cumulated vsize (KiB) 108592

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.57 3/73 27144
/proc/meminfo: memFree=1762032/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=1356.92
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6739 0 0 0 135686 6 0 0 25 0 1 0 1531583703 111198208 2850 996147200 134512640 135472138 4294956224 18446744073709551615 135264224 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2850 480 234 0 25850 0
Current children cumulated CPU time (s) 1356.92
Current children cumulated vsize (KiB) 108592

[startup+1422.3 s]
/proc/loadavg: 1.99 1.97 1.59 3/73 27144
/proc/meminfo: memFree=1762032/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=1416.68
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6742 0 0 0 141662 6 0 0 25 0 1 0 1531583703 111198208 2853 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2853 480 234 0 25850 0
Current children cumulated CPU time (s) 1416.68
Current children cumulated vsize (KiB) 108592

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.62 3/73 27144
/proc/meminfo: memFree=1761968/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=1476.45
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6745 0 0 0 147639 6 0 0 25 0 1 0 1531583703 111198208 2856 996147200 134512640 135472138 4294956224 18446744073709551615 135264400 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2856 480 234 0 25850 0
Current children cumulated CPU time (s) 1476.45
Current children cumulated vsize (KiB) 108592

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.64 3/73 27144
/proc/meminfo: memFree=1761968/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=1536.21
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6745 0 0 0 153615 6 0 0 25 0 1 0 1531583703 111198208 2856 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2856 480 234 0 25850 0
Current children cumulated CPU time (s) 1536.21
Current children cumulated vsize (KiB) 108592

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.66 3/73 27144
/proc/meminfo: memFree=1761968/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=1595.98
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6745 0 0 0 159591 7 0 0 25 0 1 0 1531583703 111198208 2856 996147200 134512640 135472138 4294956224 18446744073709551615 134581691 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2856 480 234 0 25850 0
Current children cumulated CPU time (s) 1595.98
Current children cumulated vsize (KiB) 108592

[startup+1662.31 s]
/proc/loadavg: 1.99 1.97 1.68 3/73 27144
/proc/meminfo: memFree=1761904/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=1655.75
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6745 0 0 0 165568 7 0 0 25 0 1 0 1531583703 111198208 2856 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2856 480 234 0 25850 0
Current children cumulated CPU time (s) 1655.75
Current children cumulated vsize (KiB) 108592

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.69 3/73 27144
/proc/meminfo: memFree=1761904/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=1715.51
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6745 0 0 0 171544 7 0 0 25 0 1 0 1531583703 111198208 2856 996147200 134512640 135472138 4294956224 18446744073709551615 134595467 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 27148 2856 480 234 0 25850 0
Current children cumulated CPU time (s) 1715.51
Current children cumulated vsize (KiB) 108592

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.71 3/70 27181
/proc/meminfo: memFree=1381384/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=1775.39
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6745 0 0 0 177514 25 0 0 25 0 1 0 1531583703 111198208 2856 996147200 134512640 135472138 4294956224 18446744073709551615 134577882 0 0 4096 0 0 0 0 17 0 0 0
/proc/27141/statm: 27148 2856 480 234 0 25850 0
Current children cumulated CPU time (s) 1775.39
Current children cumulated vsize (KiB) 108592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807 s]
/proc/loadavg: 1.99 1.97 1.72 3/70 27181
/proc/meminfo: memFree=1102280/2055920 swapFree=4115076/4192956
[pid=27141] ppid=27139 vsize=108592 CPUtime=1800.06
/proc/27141/stat : 27141 (casperzito) R 27139 27141 27053 0 -1 4194304 6745 0 0 0 179981 25 0 0 25 0 1 0 1531583703 111198208 2856 996147200 134512640 135472138 4294956224 18446744073709551615 134595382 0 0 4096 0 0 0 0 17 0 0 0
/proc/27141/statm: 27148 2856 480 234 0 25850 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 108592

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): 1807.01
CPU time (s): 1800.07
CPU user time (s): 1799.82
CPU system time (s): 0.254961
CPU usage (%): 99.6162
Max. virtual memory (cumulated for all children) (KiB): 125680

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

runsolver used 1.60376 second user time and 5.01424 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-02 19:19:20
IDJOB=1043536
IDBENCH=53433
IDSOLVER=362
FILE ID=node40/1043536-1215019160
PBS_JOBID= 7874390
Free space on /tmp= 66548 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/frb56-25/normalized-frb56-25-4-mgd_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043536-1215019160/watcher-1043536-1215019160 -o /tmp/evaluation-result-1043536-1215019160/solver-1043536-1215019160 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1043536-1215019160.xml 1685462932 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9fd41dcf2251738accb874656e5f4c57
RANDOM SEED=1685462932

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:       1773592 kB
Buffers:         12996 kB
Cached:         114284 kB
SwapCached:      71552 kB
Active:         168028 kB
Inactive:        59472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1773592 kB
SwapTotal:     4192956 kB
SwapFree:      4115076 kB
Dirty:            3408 kB
Writeback:           0 kB
Mapped:         108136 kB
Slab:            40064 kB
Committed_AS:  3060556 kB
PageTables:       1968 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= 66432 MiB
End job on node40 at 2008-07-02 19:49:29