Trace number 1096300

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 zaoUNSAT 931.035 937.289

DiagnosticValue
CHECKS182508000

General information on the benchmark

Namecsp/geom/
normalized-geo50-20-d4-75-94_ext.xml
MD5SUMedcea5f07ea32046e9d2a4753997c78c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.3469
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints496
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension496
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.16	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.16	c Parsing = 1
0.00/0.16	c Building = 1
0.00/0.16	c [ NumberOfVariables = 50 ]
0.00/0.16	c [ NumberOfConstraints = 496 ]
0.00/0.16	c [ SizeOfSearchSpace(log2) = 216.096 ]
0.00/0.16	c SymmetrySearch = 1
0.00/0.25	c InitialPropagation = 1
0.00/0.26	c [ SizeOfSearchSpace(log2) = 216.096 ]
0.00/0.26	c InitialSAC = 1
0.28/0.38	c [ SizeOfSearchSpace(log2) = 216.096 ]
0.28/0.38	c Search(SampleFF) : 
87.76/88.64	c [ Sampling domwdeg ]
87.76/88.64	c [ Sampling impacts ]
87.76/88.64	c [ Sampling la ]
87.76/88.64	c [ SamplingScores: ]
87.76/88.64	c [ domwdeg+min = 0.000506659 | domwdeg+rnd = 0.000541888 ]
87.76/88.64	c [ impacts+min = 0.000312776 | impacts+rnd = 0.000280629 ]
87.76/88.64	c [ la+min = 1.69426e-05 | la+rnd = 8.28473e-05 ]
87.76/88.64	c [ domwdeg = 0.000524274 | impacts = 0.000296702 | la = 4.98949e-05 ]
87.76/88.64	c [ min = 0.000278793 | rand = 0.000296702 ]
87.76/88.64	c [ restarting at (3.20163,0.000662531) ]
96.27/97.23	c [ restarting at (8.00408,0.00776906) ]
117.47/118.68	c [ restarting at (20.0102,0.01592) ]
170.67/172.31	c [ restarting at (50.0255,0.0535003) ]
303.41/306.38	c [ restarting at (125.064,0.202506) ]
633.97/640.02	c [ stopped restarting at (312.659,0.525763) ]
930.94/937.28	c Search(SampleFF) = 0
930.94/937.28	s UNSATISFIABLE
930.94/937.28	d CHECKS 182508323
930.94/937.28	c [ TotalFails = 259749 ]
930.94/937.28	c [ NumberOfRestarts = 69 ]
930.94/937.28	c [ TotalTime = 1.33875e+06 secs ]

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1096300-1215280885/watcher-1096300-1215280885 -o /tmp/evaluation-result-1096300-1215280885/solver-1096300-1215280885 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1096300-1215280885.xml 1847681442 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14357
/proc/meminfo: memFree=1459456/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=112040 CPUtime=0.19
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 3761 0 0 0 18 1 0 0 19 0 1 0 2007057388 114728960 3719 996147200 134512640 135477443 4294956224 18446744073709551615 134535933 0 0 4096 0 0 0 0 17 1 0 0
/proc/14357/statm: 28010 3719 440 235 0 26711 0

[startup+0.296838 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14357
/proc/meminfo: memFree=1459456/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=0.28
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4199 0 0 0 27 1 0 0 19 0 1 0 2007057388 104124416 2100 996147200 134512640 135477443 4294956224 18446744073709551615 134607403 0 0 4096 0 0 0 0 17 1 0 0
/proc/14357/statm: 25421 2100 457 235 0 24122 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 101684

[startup+0.302841 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14357
/proc/meminfo: memFree=1459456/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=0.28
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4199 0 0 0 27 1 0 0 19 0 1 0 2007057388 104124416 2100 996147200 134512640 135477443 4294956224 18446744073709551615 134589045 0 0 4096 0 0 0 0 17 1 0 0
/proc/14357/statm: 25421 2100 457 235 0 24122 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 101684

[startup+0.402857 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14357
/proc/meminfo: memFree=1459456/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=0.39
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4292 0 0 0 37 2 0 0 20 0 1 0 2007057388 104124416 2193 996147200 134512640 135477443 4294956224 18446744073709551615 134606710 0 0 4096 0 0 0 0 17 1 0 0
/proc/14357/statm: 25421 2193 469 235 0 24122 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 101684

[startup+0.701908 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14357
/proc/meminfo: memFree=1459456/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=0.68
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4348 0 0 0 66 2 0 0 23 0 1 0 2007057388 104124416 2249 996147200 134512640 135477443 4294956224 18446744073709551615 134589072 0 0 4096 0 0 0 0 17 1 0 0
/proc/14357/statm: 25421 2249 478 235 0 24122 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 101684

[startup+1.50203 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14358
/proc/meminfo: memFree=1452216/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=1.48
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4360 0 0 0 146 2 0 0 25 0 1 0 2007057388 104124416 2261 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 1 0 0
/proc/14357/statm: 25421 2261 478 235 0 24122 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 101684

[startup+3.10129 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14358
/proc/meminfo: memFree=1452024/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=3.06
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4360 0 0 0 304 2 0 0 25 0 1 0 2007057388 104124416 2261 996147200 134512640 135477443 4294956224 18446744073709551615 134586841 0 0 4096 0 0 0 0 17 1 0 0
/proc/14357/statm: 25421 2261 478 235 0 24122 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 101684

[startup+6.3028 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14358
/proc/meminfo: memFree=1452024/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=6.23
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4360 0 0 0 621 2 0 0 25 0 1 0 2007057388 104124416 2261 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 1 0 0
/proc/14357/statm: 25421 2261 478 235 0 24122 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 101684

[startup+12.7018 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14358
/proc/meminfo: memFree=1451896/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=12.58
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4360 0 0 0 1256 2 0 0 25 0 1 0 2007057388 104124416 2261 996147200 134512640 135477443 4294956224 18446744073709551615 135268209 0 0 4096 0 0 0 0 17 1 0 0
/proc/14357/statm: 25421 2261 478 235 0 24122 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 101684

[startup+25.5069 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14358
/proc/meminfo: memFree=1451960/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=25.26
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4363 0 0 0 2524 2 0 0 25 0 1 0 2007057388 104124416 2264 996147200 134512640 135477443 4294956224 18446744073709551615 134584116 0 0 4096 0 0 0 0 17 1 0 0
/proc/14357/statm: 25421 2264 480 235 0 24122 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 101684

[startup+51.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14358
/proc/meminfo: memFree=1451832/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=50.61
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4366 0 0 0 5059 2 0 0 25 0 1 0 2007057388 104124416 2267 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/14357/statm: 25421 2267 480 235 0 24122 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 101684

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14358
/proc/meminfo: memFree=1451768/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=101.33
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4379 0 0 0 10131 2 0 0 25 0 1 0 2007057388 104124416 2280 996147200 134512640 135477443 4294956224 18446744073709551615 134584116 0 0 4096 0 0 0 0 17 1 0 0
/proc/14357/statm: 25421 2280 481 235 0 24122 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 101684

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14358
/proc/meminfo: memFree=1451640/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=160.76
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4381 0 0 0 16074 2 0 0 25 0 1 0 2007057388 104124416 2282 996147200 134512640 135477443 4294956224 18446744073709551615 134607739 0 0 4096 0 0 0 0 17 1 0 0
/proc/14357/statm: 25421 2282 481 235 0 24122 0
Current children cumulated CPU time (s) 160.76
Current children cumulated vsize (KiB) 101684

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14358
/proc/meminfo: memFree=1451640/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=220.2
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4387 0 0 0 22018 2 0 0 25 0 1 0 2007057388 104124416 2288 996147200 134512640 135477443 4294956224 18446744073709551615 134606698 0 0 4096 0 0 0 0 17 1 0 0
/proc/14357/statm: 25421 2288 481 235 0 24122 0
Current children cumulated CPU time (s) 220.2
Current children cumulated vsize (KiB) 101684

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14358
/proc/meminfo: memFree=1451576/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=279.63
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4387 0 0 0 27961 2 0 0 25 0 1 0 2007057388 104124416 2288 996147200 134512640 135477443 4294956224 18446744073709551615 134584101 0 0 4096 0 0 0 0 17 1 0 0
/proc/14357/statm: 25421 2288 481 235 0 24122 0
Current children cumulated CPU time (s) 279.63
Current children cumulated vsize (KiB) 101684

[startup+342.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14358
/proc/meminfo: memFree=1451576/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=339.08
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4387 0 0 0 33906 2 0 0 25 0 1 0 2007057388 104124416 2288 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 1 0 0
/proc/14357/statm: 25421 2288 481 235 0 24122 0
Current children cumulated CPU time (s) 339.08
Current children cumulated vsize (KiB) 101684

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14358
/proc/meminfo: memFree=1451576/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=398.51
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4387 0 0 0 39849 2 0 0 25 0 1 0 2007057388 104124416 2288 996147200 134512640 135477443 4294956224 18446744073709551615 134583297 0 0 4096 0 0 0 0 17 1 0 0
/proc/14357/statm: 25421 2288 481 235 0 24122 0
Current children cumulated CPU time (s) 398.51
Current children cumulated vsize (KiB) 101684

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14358
/proc/meminfo: memFree=1451576/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=457.94
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4387 0 0 0 45792 2 0 0 25 0 1 0 2007057388 104124416 2288 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 1 0 0
/proc/14357/statm: 25421 2288 481 235 0 24122 0
Current children cumulated CPU time (s) 457.94
Current children cumulated vsize (KiB) 101684

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14358
/proc/meminfo: memFree=1451640/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=517.37
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4393 0 0 0 51735 2 0 0 25 0 1 0 2007057388 104124416 2294 996147200 134512640 135477443 4294956224 18446744073709551615 135268982 0 0 4096 0 0 0 0 17 1 0 0
/proc/14357/statm: 25421 2294 481 235 0 24122 0
Current children cumulated CPU time (s) 517.37
Current children cumulated vsize (KiB) 101684

[startup+582.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 14358
/proc/meminfo: memFree=1451640/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=576.82
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4393 0 0 0 57679 3 0 0 25 0 1 0 2007057388 104124416 2294 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/14357/statm: 25421 2294 481 235 0 24122 0
Current children cumulated CPU time (s) 576.82
Current children cumulated vsize (KiB) 101684

[startup+642.302 s]
/proc/loadavg: 1.94 1.99 1.99 2/71 14361
/proc/meminfo: memFree=1663960/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=636.26
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4393 0 0 0 63623 3 0 0 25 0 1 0 2007057388 104124416 2294 996147200 134512640 135477443 4294956224 18446744073709551615 135270176 0 0 4096 0 0 0 0 17 0 0 0
/proc/14357/statm: 25421 2294 481 235 0 24122 0
Current children cumulated CPU time (s) 636.26
Current children cumulated vsize (KiB) 101684

[startup+702.302 s]
/proc/loadavg: 2.08 2.03 2.01 3/75 14643
/proc/meminfo: memFree=1655032/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=696.21
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4393 0 0 0 69611 10 0 0 25 0 1 0 2007057388 104124416 2294 996147200 134512640 135477443 4294956224 18446744073709551615 135272328 0 0 4096 0 0 0 0 17 0 0 0
/proc/14357/statm: 25421 2294 481 235 0 24122 0
Current children cumulated CPU time (s) 696.21
Current children cumulated vsize (KiB) 101684

[startup+762.301 s]
/proc/loadavg: 2.07 2.04 2.00 3/82 14907
/proc/meminfo: memFree=1651208/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=756.11
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4393 0 0 0 75597 14 0 0 25 0 1 0 2007057388 104124416 2294 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 0 0 0
/proc/14357/statm: 25421 2294 481 235 0 24122 0
Current children cumulated CPU time (s) 756.11
Current children cumulated vsize (KiB) 101684

[startup+822.302 s]
/proc/loadavg: 2.02 2.03 2.00 3/82 14907
/proc/meminfo: memFree=1651272/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=816.09
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4393 0 0 0 81594 15 0 0 25 0 1 0 2007057388 104124416 2294 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 0 0 0
/proc/14357/statm: 25421 2294 481 235 0 24122 0
Current children cumulated CPU time (s) 816.09
Current children cumulated vsize (KiB) 101684

[startup+882.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 14907
/proc/meminfo: memFree=1651144/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=876.06
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4393 0 0 0 87591 15 0 0 25 0 1 0 2007057388 104124416 2294 996147200 134512640 135477443 4294956224 18446744073709551615 134584137 0 0 4096 0 0 0 0 17 0 0 0
/proc/14357/statm: 25421 2294 481 235 0 24122 0
Current children cumulated CPU time (s) 876.06
Current children cumulated vsize (KiB) 101684

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

[startup+896.102 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 14907
/proc/meminfo: memFree=1651208/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=889.86
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4393 0 0 0 88971 15 0 0 25 0 1 0 2007057388 104124416 2294 996147200 134512640 135477443 4294956224 18446744073709551615 134584090 0 0 4096 0 0 0 0 17 0 0 0
/proc/14357/statm: 25421 2294 481 235 0 24122 0
Current children cumulated CPU time (s) 889.86
Current children cumulated vsize (KiB) 101684

[startup+921.702 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 14907
/proc/meminfo: memFree=1651080/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=915.44
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4395 0 0 0 91529 15 0 0 25 0 1 0 2007057388 104124416 2296 996147200 134512640 135477443 4294956224 18446744073709551615 134606935 0 0 4096 0 0 0 0 17 0 0 0
/proc/14357/statm: 25421 2296 481 235 0 24122 0
Current children cumulated CPU time (s) 915.44
Current children cumulated vsize (KiB) 101684

[startup+928.102 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 14907
/proc/meminfo: memFree=1651080/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=921.84
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4395 0 0 0 92169 15 0 0 25 0 1 0 2007057388 104124416 2296 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 0 0 0
/proc/14357/statm: 25421 2296 481 235 0 24122 0
Current children cumulated CPU time (s) 921.84
Current children cumulated vsize (KiB) 101684

[startup+931.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 14907
/proc/meminfo: memFree=1651080/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=925.04
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4395 0 0 0 92489 15 0 0 25 0 1 0 2007057388 104124416 2296 996147200 134512640 135477443 4294956224 18446744073709551615 134606806 0 0 4096 0 0 0 0 17 0 0 0
/proc/14357/statm: 25421 2296 481 235 0 24122 0
Current children cumulated CPU time (s) 925.04
Current children cumulated vsize (KiB) 101684

[startup+934.502 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 14907
/proc/meminfo: memFree=1651080/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=928.24
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4395 0 0 0 92809 15 0 0 25 0 1 0 2007057388 104124416 2296 996147200 134512640 135477443 4294956224 18446744073709551615 134606946 0 0 4096 0 0 0 0 17 0 0 0
/proc/14357/statm: 25421 2296 481 235 0 24122 0
Current children cumulated CPU time (s) 928.24
Current children cumulated vsize (KiB) 101684

[startup+936.103 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 14907
/proc/meminfo: memFree=1651080/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=929.84
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4395 0 0 0 92969 15 0 0 25 0 1 0 2007057388 104124416 2296 996147200 134512640 135477443 4294956224 18446744073709551615 134584173 0 0 4096 0 0 0 0 17 0 0 0
/proc/14357/statm: 25421 2296 481 235 0 24122 0
Current children cumulated CPU time (s) 929.84
Current children cumulated vsize (KiB) 101684

[startup+936.901 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 14907
/proc/meminfo: memFree=1651080/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=930.64
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4395 0 0 0 93049 15 0 0 25 0 1 0 2007057388 104124416 2296 996147200 134512640 135477443 4294956224 18446744073709551615 134584523 0 0 4096 0 0 0 0 17 0 0 0
/proc/14357/statm: 25421 2296 481 235 0 24122 0
Current children cumulated CPU time (s) 930.64
Current children cumulated vsize (KiB) 101684

[startup+937.101 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 14907
/proc/meminfo: memFree=1651080/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=930.84
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4395 0 0 0 93069 15 0 0 25 0 1 0 2007057388 104124416 2296 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 0 0 0
/proc/14357/statm: 25421 2296 481 235 0 24122 0
Current children cumulated CPU time (s) 930.84
Current children cumulated vsize (KiB) 101684

[startup+937.201 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 14907
/proc/meminfo: memFree=1651080/2055920 swapFree=4179808/4192956
[pid=14357] ppid=14355 vsize=101684 CPUtime=930.94
/proc/14357/stat : 14357 (casperzao) R 14355 14357 11754 0 -1 4194304 4395 0 0 0 93079 15 0 0 25 0 1 0 2007057388 104124416 2296 996147200 134512640 135477443 4294956224 18446744073709551615 134584087 0 0 4096 0 0 0 0 17 0 0 0
/proc/14357/statm: 25421 2296 481 235 0 24122 0
Current children cumulated CPU time (s) 930.94
Current children cumulated vsize (KiB) 101684

Child status: 0
Real time (s): 937.289
CPU time (s): 931.035
CPU user time (s): 930.879
CPU system time (s): 0.156976
CPU usage (%): 99.3328
Max. virtual memory (cumulated for all children) (KiB): 101684

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

runsolver used 1.12883 second user time and 2.91556 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-05 20:01:25
IDJOB=1096300
IDBENCH=58990
IDSOLVER=361
FILE ID=node69/1096300-1215280885
PBS_JOBID= 7882133
Free space on /tmp= 66476 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/geom/normalized-geo50-20-d4-75-94_ext.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1096300-1215280885/watcher-1096300-1215280885 -o /tmp/evaluation-result-1096300-1215280885/solver-1096300-1215280885 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1096300-1215280885.xml 1847681442 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= edcea5f07ea32046e9d2a4753997c78c
RANDOM SEED=1847681442

node69.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.259
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.259
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:       1459936 kB
Buffers:         64816 kB
Cached:         243076 kB
SwapCached:       7560 kB
Active:         394276 kB
Inactive:       136668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1459936 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            3184 kB
Writeback:           0 kB
Mapped:         238784 kB
Slab:            49584 kB
Committed_AS:  4349928 kB
PageTables:       2384 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= 66472 MiB
End job on node69 at 2008-07-05 20:17:02