Trace number 1043469

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 zitoSAT 817.497 820.862

DiagnosticValue
CHECKS146342000

General information on the benchmark

Namecsp/rand-2-24/
normalized-rand-24-24-276-139-50021_ext.xml
MD5SUMe570646ca52c606f1dbc5f5ee957b863
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 benchmark2.80357
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints276
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension276
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.01	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.01	c Parsing = 1
0.00/0.05	c Building = 1
0.00/0.05	c [ NumberOfVariables = 24 ]
0.00/0.05	c [ NumberOfConstraints = 276 ]
0.00/0.05	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.00/0.05	c SymmetrySearch = 1
0.08/0.16	c InitialPropagation = 1
0.08/0.17	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.08/0.17	c InitialSAC = 1
0.08/0.17	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.08/0.17	c Search(SampleFF) : 
56.81/57.13	c [ Sampling domwdeg ]
56.81/57.13	c [ Sampling impacts ]
56.81/57.13	c [ SamplingScores: ]
56.81/57.13	c [ domwdeg+min = 4.96993e-05 | domwdeg+rnd = 0.00090801 ]
56.81/57.13	c [ impacts+min = 0.000257506 | impacts+rnd = 0.000241636 ]
56.81/57.13	c [ la+min = 0 | la+rnd = 0 ]
56.81/57.13	c [ domwdeg = 0.000478855 | impacts = 0.000249571 | la = 0 ]
56.81/57.13	c [ min = 0.000102402 | rand = 0.000249571 ]
56.81/57.13	c [ restarting at (3.96356,0.00354772) ]
66.67/67.05	c [ restarting at (9.9089,0.00899114) ]
91.37/91.86	c [ restarting at (24.7722,0.0470528) ]
153.12/153.87	c [ restarting at (61.9306,0.0959202) ]
307.60/308.91	c [ restarting at (154.827,0.27171) ]
693.63/696.50	c [ stopped restarting at (387.066,0.592454) ]
817.43/820.86	c Search(SampleFF) = 1
817.43/820.86	s SATISFIABLE
817.43/820.86	v 1 21 10 19 0 10 1 3 9 1 8 0 8 11 22 2 1 18 7 15 18 8 1 15
817.43/820.86	d CHECKS 146342092
817.43/820.86	c [ TotalFails = 2001196 ]
817.43/820.86	c [ NumberOfRestarts = 67 ]
817.43/820.86	c [ TotalTime = 417319 secs ]

Verifier Data (download as text)

OK

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

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: 0.00 0.00 0.22 4/69 28200
/proc/meminfo: memFree=1404544/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=2328 CPUtime=0
/proc/28200/stat : 28200 (casperzito) D 28198 28200 28130 0 -1 4194304 57 0 0 0 0 0 0 0 18 0 1 0 624845283 2383872 41 996147200 134512640 135472138 4294956224 18446744073709551615 11092772 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/28200/statm: 582 41 31 234 0 14 0

[startup+0.0898961 s]
/proc/loadavg: 0.00 0.00 0.22 4/69 28200
/proc/meminfo: memFree=1404544/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=105472 CPUtime=0.07
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 2020 0 0 0 6 1 0 0 18 0 1 0 624845283 108003328 1980 996147200 134512640 135472138 4294956224 18446744073709551615 11527803 0 0 4096 0 0 0 0 17 1 0 0
/proc/28200/statm: 26368 1981 432 234 0 25070 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 105472

[startup+0.101896 s]
/proc/loadavg: 0.00 0.00 0.22 4/69 28200
/proc/meminfo: memFree=1404544/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=105868 CPUtime=0.08
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 2140 0 0 0 7 1 0 0 18 0 1 0 624845283 108408832 2100 996147200 134512640 135472138 4294956224 18446744073709551615 134643792 0 0 4096 0 0 0 0 17 1 0 0
/proc/28200/statm: 26467 2100 435 234 0 25169 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 105868

[startup+0.301929 s]
/proc/loadavg: 0.00 0.00 0.22 4/69 28200
/proc/meminfo: memFree=1404544/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=0.28
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3115 0 0 0 26 2 0 0 19 0 1 0 624845283 105705472 1492 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/28200/statm: 25807 1492 475 234 0 24509 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 103228

[startup+0.701991 s]
/proc/loadavg: 0.00 0.00 0.22 4/69 28200
/proc/meminfo: memFree=1404544/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=0.68
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3116 0 0 0 66 2 0 0 23 0 1 0 624845283 105705472 1493 996147200 134512640 135472138 4294956224 18446744073709551615 134577882 0 0 4096 0 0 0 0 17 1 0 0
/proc/28200/statm: 25807 1493 475 234 0 24509 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 103228

[startup+1.5011 s]
/proc/loadavg: 0.00 0.00 0.22 3/73 28207
/proc/meminfo: memFree=1393248/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=1.48
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3116 0 0 0 146 2 0 0 25 0 1 0 624845283 105705472 1493 996147200 134512640 135472138 4294956224 18446744073709551615 135264703 0 0 4096 0 0 0 0 17 1 0 0
/proc/28200/statm: 25807 1493 475 234 0 24509 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 103228

[startup+3.10134 s]
/proc/loadavg: 0.16 0.03 0.23 3/73 28207
/proc/meminfo: memFree=1392928/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=3.07
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3116 0 0 0 305 2 0 0 25 0 1 0 624845283 105705472 1493 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/28200/statm: 25807 1493 475 234 0 24509 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 103228

[startup+6.30181 s]
/proc/loadavg: 0.16 0.03 0.23 3/68 28229
/proc/meminfo: memFree=1397704/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=6.24
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3116 0 0 0 620 4 0 0 25 0 1 0 624845283 105705472 1493 996147200 134512640 135472138 4294956224 18446744073709551615 134595487 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1493 475 234 0 24509 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 103228

[startup+12.7027 s]
/proc/loadavg: 0.44 0.10 0.25 3/73 28300
/proc/meminfo: memFree=1384608/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=12.6
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3117 0 0 0 1255 5 0 0 25 0 1 0 624845283 105705472 1494 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1494 475 234 0 24509 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 103228

[startup+25.5016 s]
/proc/loadavg: 0.68 0.16 0.27 3/73 28300
/proc/meminfo: memFree=1384544/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=25.34
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3126 0 0 0 2529 5 0 0 25 0 1 0 624845283 105705472 1503 996147200 134512640 135472138 4294956224 18446744073709551615 134586128 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1503 477 234 0 24509 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 103228

[startup+51.1014 s]
/proc/loadavg: 1.13 0.31 0.31 3/73 28300
/proc/meminfo: memFree=1384480/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=50.83
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3127 0 0 0 5078 5 0 0 25 0 1 0 624845283 105705472 1504 996147200 134512640 135472138 4294956224 18446744073709551615 134595378 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1504 477 234 0 24509 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 103228

[startup+102.307 s]
/proc/loadavg: 1.65 0.59 0.41 3/73 28300
/proc/meminfo: memFree=1384352/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=101.83
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3128 0 0 0 10178 5 0 0 25 0 1 0 624845283 105705472 1505 996147200 134512640 135472138 4294956224 18446744073709551615 135262720 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1505 478 234 0 24509 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 103228

[startup+162.302 s]
/proc/loadavg: 1.86 0.82 0.50 3/73 28300
/proc/meminfo: memFree=1384288/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=161.58
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3130 0 0 0 16153 5 0 0 25 0 1 0 624845283 105705472 1507 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1507 478 234 0 24509 0
Current children cumulated CPU time (s) 161.58
Current children cumulated vsize (KiB) 103228

[startup+222.302 s]
/proc/loadavg: 1.95 1.05 0.59 3/73 28300
/proc/meminfo: memFree=1384224/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=221.35
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3130 0 0 0 22129 6 0 0 25 0 1 0 624845283 105705472 1507 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1507 478 234 0 24509 0
Current children cumulated CPU time (s) 221.35
Current children cumulated vsize (KiB) 103228

[startup+282.302 s]
/proc/loadavg: 1.98 1.21 0.67 3/73 28300
/proc/meminfo: memFree=1384224/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=281.11
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3130 0 0 0 28105 6 0 0 25 0 1 0 624845283 105705472 1507 996147200 134512640 135472138 4294956224 18446744073709551615 134578817 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1507 478 234 0 24509 0
Current children cumulated CPU time (s) 281.11
Current children cumulated vsize (KiB) 103228

[startup+342.301 s]
/proc/loadavg: 1.99 1.36 0.76 3/73 28300
/proc/meminfo: memFree=1384160/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=340.86
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3131 0 0 0 34080 6 0 0 25 0 1 0 624845283 105705472 1508 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1508 478 234 0 24509 0
Current children cumulated CPU time (s) 340.86
Current children cumulated vsize (KiB) 103228

[startup+402.302 s]
/proc/loadavg: 1.99 1.47 0.83 3/73 28300
/proc/meminfo: memFree=1384160/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=400.62
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3131 0 0 0 40056 6 0 0 25 0 1 0 624845283 105705472 1508 996147200 134512640 135472138 4294956224 18446744073709551615 135265564 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1508 478 234 0 24509 0
Current children cumulated CPU time (s) 400.62
Current children cumulated vsize (KiB) 103228

[startup+462.302 s]
/proc/loadavg: 1.99 1.57 0.90 3/73 28300
/proc/meminfo: memFree=1384160/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=460.37
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3131 0 0 0 46031 6 0 0 25 0 1 0 624845283 105705472 1508 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1508 478 234 0 24509 0
Current children cumulated CPU time (s) 460.37
Current children cumulated vsize (KiB) 103228

[startup+522.302 s]
/proc/loadavg: 1.99 1.64 0.96 3/73 28300
/proc/meminfo: memFree=1384160/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=520.13
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3131 0 0 0 52007 6 0 0 25 0 1 0 624845283 105705472 1508 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1508 478 234 0 24509 0
Current children cumulated CPU time (s) 520.13
Current children cumulated vsize (KiB) 103228

[startup+582.301 s]
/proc/loadavg: 1.99 1.71 1.03 3/73 28300
/proc/meminfo: memFree=1384160/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=579.88
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3131 0 0 0 57982 6 0 0 25 0 1 0 624845283 105705472 1508 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1508 478 234 0 24509 0
Current children cumulated CPU time (s) 579.88
Current children cumulated vsize (KiB) 103228

[startup+642.301 s]
/proc/loadavg: 1.99 1.76 1.09 3/73 28300
/proc/meminfo: memFree=1384096/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=639.66
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3131 0 0 0 63959 7 0 0 25 0 1 0 624845283 105705472 1508 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1508 478 234 0 24509 0
Current children cumulated CPU time (s) 639.66
Current children cumulated vsize (KiB) 103228

[startup+702.301 s]
/proc/loadavg: 1.99 1.80 1.14 3/73 28300
/proc/meminfo: memFree=1383904/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=699.41
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3131 0 0 0 69934 7 0 0 25 0 1 0 624845283 105705472 1508 996147200 134512640 135472138 4294956224 18446744073709551615 135202706 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1508 478 234 0 24509 0
Current children cumulated CPU time (s) 699.41
Current children cumulated vsize (KiB) 103228

[startup+762.307 s]
/proc/loadavg: 1.99 1.83 1.19 3/73 28300
/proc/meminfo: memFree=1383968/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=759.17
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3132 0 0 0 75910 7 0 0 25 0 1 0 624845283 105705472 1509 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1509 478 234 0 24509 0
Current children cumulated CPU time (s) 759.17
Current children cumulated vsize (KiB) 103228

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

[startup+767.902 s]
/proc/loadavg: 1.99 1.83 1.20 3/73 28300
/proc/meminfo: memFree=1383968/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=764.74
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3132 0 0 0 76467 7 0 0 25 0 1 0 624845283 105705472 1509 996147200 134512640 135472138 4294956224 18446744073709551615 134577873 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1509 478 234 0 24509 0
Current children cumulated CPU time (s) 764.74
Current children cumulated vsize (KiB) 103228

[startup+793.501 s]
/proc/loadavg: 1.99 1.85 1.22 3/73 28300
/proc/meminfo: memFree=1383968/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=790.24
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3132 0 0 0 79017 7 0 0 25 0 1 0 624845283 105705472 1509 996147200 134512640 135472138 4294956224 18446744073709551615 134577882 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1509 478 234 0 24509 0
Current children cumulated CPU time (s) 790.24
Current children cumulated vsize (KiB) 103228

[startup+806.305 s]
/proc/loadavg: 1.99 1.85 1.23 3/73 28300
/proc/meminfo: memFree=1383968/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=802.99
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3132 0 0 0 80292 7 0 0 25 0 1 0 624845283 105705472 1509 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1509 478 234 0 24509 0
Current children cumulated CPU time (s) 802.99
Current children cumulated vsize (KiB) 103228

[startup+812.701 s]
/proc/loadavg: 1.99 1.85 1.23 3/73 28300
/proc/meminfo: memFree=1383968/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=809.36
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3132 0 0 0 80929 7 0 0 25 0 1 0 624845283 105705472 1509 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1509 478 234 0 24509 0
Current children cumulated CPU time (s) 809.36
Current children cumulated vsize (KiB) 103228

[startup+815.902 s]
/proc/loadavg: 1.99 1.86 1.23 3/73 28300
/proc/meminfo: memFree=1383968/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=812.55
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3133 0 0 0 81248 7 0 0 25 0 1 0 624845283 105705472 1510 996147200 134512640 135472138 4294956224 18446744073709551615 134595487 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1510 478 234 0 24509 0
Current children cumulated CPU time (s) 812.55
Current children cumulated vsize (KiB) 103228

[startup+819.101 s]
/proc/loadavg: 1.99 1.86 1.24 3/73 28300
/proc/meminfo: memFree=1383968/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=815.73
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3133 0 0 0 81566 7 0 0 25 0 1 0 624845283 105705472 1510 996147200 134512640 135472138 4294956224 18446744073709551615 134595490 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1510 478 234 0 24509 0
Current children cumulated CPU time (s) 815.73
Current children cumulated vsize (KiB) 103228

[startup+819.901 s]
/proc/loadavg: 1.99 1.86 1.24 3/73 28300
/proc/meminfo: memFree=1383968/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=816.53
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3133 0 0 0 81646 7 0 0 25 0 1 0 624845283 105705472 1510 996147200 134512640 135472138 4294956224 18446744073709551615 134595450 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1510 478 234 0 24509 0
Current children cumulated CPU time (s) 816.53
Current children cumulated vsize (KiB) 103228

[startup+820.302 s]
/proc/loadavg: 1.99 1.86 1.24 3/73 28300
/proc/meminfo: memFree=1383968/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=816.93
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3133 0 0 0 81686 7 0 0 25 0 1 0 624845283 105705472 1510 996147200 134512640 135472138 4294956224 18446744073709551615 134595590 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1510 478 234 0 24509 0
Current children cumulated CPU time (s) 816.93
Current children cumulated vsize (KiB) 103228

[startup+820.702 s]
/proc/loadavg: 1.99 1.86 1.24 3/73 28300
/proc/meminfo: memFree=1383968/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=817.33
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3133 0 0 0 81726 7 0 0 25 0 1 0 624845283 105705472 1510 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1510 478 234 0 24509 0
Current children cumulated CPU time (s) 817.33
Current children cumulated vsize (KiB) 103228

[startup+820.802 s]
/proc/loadavg: 1.99 1.86 1.24 3/73 28300
/proc/meminfo: memFree=1383968/2055920 swapFree=4180236/4192956
[pid=28200] ppid=28198 vsize=103228 CPUtime=817.43
/proc/28200/stat : 28200 (casperzito) R 28198 28200 28130 0 -1 4194304 3133 0 0 0 81736 7 0 0 25 0 1 0 624845283 105705472 1510 996147200 134512640 135472138 4294956224 18446744073709551615 134595495 0 0 4096 0 0 0 0 17 0 0 0
/proc/28200/statm: 25807 1510 478 234 0 24509 0
Current children cumulated CPU time (s) 817.43
Current children cumulated vsize (KiB) 103228

Child status: 0
Real time (s): 820.862
CPU time (s): 817.497
CPU user time (s): 817.421
CPU system time (s): 0.075988
CPU usage (%): 99.59
Max. virtual memory (cumulated for all children) (KiB): 105868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 817.421
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3136
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= 17
involuntary context switches= 10323

runsolver used 0.85387 second user time and 2.14067 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-02 19:18:37
IDJOB=1043469
IDBENCH=53366
IDSOLVER=362
FILE ID=node39/1043469-1215019117
PBS_JOBID= 7874391
Free space on /tmp= 66548 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/rand-2-24/normalized-rand-24-24-276-139-50021_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043469-1215019117/watcher-1043469-1215019117 -o /tmp/evaluation-result-1043469-1215019117/solver-1043469-1215019117 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1043469-1215019117.xml 387234901 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e570646ca52c606f1dbc5f5ee957b863
RANDOM SEED=387234901

node39.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.267
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.267
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:       1406056 kB
Buffers:         59924 kB
Cached:         508552 kB
SwapCached:       6532 kB
Active:         111712 kB
Inactive:       466868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1406056 kB
SwapTotal:     4192956 kB
SwapFree:      4180236 kB
Dirty:            3136 kB
Writeback:           0 kB
Mapped:          15328 kB
Slab:            56948 kB
Committed_AS:   788368 kB
PageTables:       1672 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= 66540 MiB
End job on node39 at 2008-07-02 19:32:18