Trace number 1042812

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 927.338 931.096

DiagnosticValue
CHECKS764965000

General information on the benchmark

Namecsp/QCP-15/
normalized-qcp-15-120-10_ext.xml
MD5SUM5e073093b560129bc493ef597f3d0605
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 benchmark0.854869
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints2519
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension2519
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.11/0.12	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.11/0.12	c Parsing = 1
0.11/0.12	c Building = 1
0.11/0.12	c [ NumberOfVariables = 225 ]
0.11/0.12	c [ NumberOfConstraints = 2519 ]
0.11/0.12	c [ SizeOfSearchSpace(log2) = 468.827 ]
0.11/0.12	c SymmetrySearch = 1
0.11/0.13	c InitialPropagation = 1
0.11/0.14	c [ SizeOfSearchSpace(log2) = 246 ]
0.11/0.14	c InitialSAC = 1
0.11/0.18	c [ SizeOfSearchSpace(log2) = 246 ]
0.11/0.18	c Search(SampleFF) : 
62.32/62.68	c [ Sampling domwdeg ]
62.32/62.68	c [ Sampling impacts ]
62.32/62.68	c [ Sampling la ]
62.32/62.68	c [ SamplingScores: ]
62.32/62.68	c [ domwdeg+min = 4.67532e-07 | domwdeg+rnd = 0.0153776 ]
62.32/62.68	c [ impacts+min = 0.0478129 | impacts+rnd = 0.000379107 ]
62.32/62.68	c [ la+min = 0.00784186 | la+rnd = 0.00250368 ]
62.32/62.68	c [ domwdeg = 0.00768905 | impacts = 0.024096 | la = 0.00517277 ]
62.32/62.68	c [ min = 0.0185517 | rand = 0.024096 ]
62.32/62.68	c [ restarting at (3.20163,0.0051468) ]
70.28/70.69	c [ restarting at (8.00408,0.00916749) ]
90.31/90.72	c [ restarting at (20.0102,0.0130384) ]
140.11/140.79	c [ restarting at (50.0255,0.392348) ]
264.81/265.95	c [ restarting at (125.064,0.119629) ]
576.45/578.85	c [ stopped restarting at (312.659,1.05405) ]
927.24/931.09	c Search(SampleFF) = 0
927.24/931.09	s UNSATISFIABLE
927.24/931.09	d CHECKS 764965014
927.24/931.09	c [ TotalFails = 862002 ]
927.24/931.09	c [ NumberOfRestarts = 59 ]
927.24/931.09	c [ TotalTime = 1.32131e+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-1042812-1215019111/watcher-1042812-1215019111 -o /tmp/evaluation-result-1042812-1215019111/solver-1042812-1215019111 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1042812-1215019111.xml 50136580 

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.00 4/72 16119
/proc/meminfo: memFree=1846112/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=1056 CPUtime=0
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1980880927 1081344 26 996147200 134512640 135477443 4294956240 18446744073709551615 5686052 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/16119/statm: 264 26 20 235 0 3 0

[startup+0.124811 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 16119
/proc/meminfo: memFree=1846112/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=103624 CPUtime=0.11
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2233 0 0 0 11 0 0 0 18 0 1 0 1980880927 106110976 2193 996147200 134512640 135477443 4294956240 18446744073709551615 134536191 0 0 4096 0 0 0 0 17 1 0 0
/proc/16119/statm: 25906 2193 440 235 0 24607 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 103624

[startup+0.201995 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 16119
/proc/meminfo: memFree=1846112/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=0.18
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2678 0 0 0 18 0 0 0 18 0 1 0 1980880927 102416384 1938 996147200 134512640 135477443 4294956240 18446744073709551615 134606737 0 0 4096 0 0 0 0 17 1 0 0
/proc/16119/statm: 25004 1938 477 235 0 23705 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 100016

[startup+0.302008 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 16119
/proc/meminfo: memFree=1846112/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=0.28
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2686 0 0 0 28 0 0 0 19 0 1 0 1980880927 102416384 1946 996147200 134512640 135477443 4294956240 18446744073709551615 134606780 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1946 478 235 0 23705 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 100016

[startup+0.701043 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 16119
/proc/meminfo: memFree=1846112/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=0.68
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2688 0 0 0 67 1 0 0 23 0 1 0 1980880927 102416384 1948 996147200 134512640 135477443 4294956240 18446744073709551615 134606595 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1948 478 235 0 23705 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 100016

[startup+1.50211 s]
/proc/loadavg: 0.00 0.00 0.00 3/70 16141
/proc/meminfo: memFree=1840352/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=1.48
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2702 0 0 0 147 1 0 0 25 0 1 0 1980880927 102416384 1962 996147200 134512640 135477443 4294956240 18446744073709551615 134607052 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1962 478 235 0 23705 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 100016

[startup+3.10124 s]
/proc/loadavg: 0.00 0.00 0.00 3/70 16141
/proc/meminfo: memFree=1832160/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=3.07
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2702 0 0 0 306 1 0 0 25 0 1 0 1980880927 102416384 1962 996147200 134512640 135477443 4294956240 18446744073709551615 134606595 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1962 478 235 0 23705 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 100016

[startup+6.30151 s]
/proc/loadavg: 0.16 0.03 0.01 3/70 16141
/proc/meminfo: memFree=1808416/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=6.25
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2702 0 0 0 623 2 0 0 25 0 1 0 1980880927 102416384 1962 996147200 134512640 135477443 4294956240 18446744073709551615 135269080 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1962 478 235 0 23705 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 100016

[startup+12.701 s]
/proc/loadavg: 0.31 0.07 0.02 3/73 16147
/proc/meminfo: memFree=1749832/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=12.62
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2707 0 0 0 1260 2 0 0 25 0 1 0 1980880927 102416384 1967 996147200 134512640 135477443 4294956240 18446744073709551615 134584326 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1967 480 235 0 23705 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 100016

[startup+25.5011 s]
/proc/loadavg: 0.68 0.16 0.05 3/73 16147
/proc/meminfo: memFree=1055816/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=25.37
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2710 0 0 0 2535 2 0 0 25 0 1 0 1980880927 102416384 1970 996147200 134512640 135477443 4294956240 18446744073709551615 134583306 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1970 480 235 0 23705 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 100016

[startup+51.1013 s]
/proc/loadavg: 1.13 0.31 0.10 3/73 16174
/proc/meminfo: memFree=1827592/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=50.86
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2734 0 0 0 5083 3 0 0 25 0 1 0 1980880927 102416384 1994 996147200 134512640 135477443 4294956240 18446744073709551615 134586843 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1994 480 235 0 23705 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 100016

[startup+102.302 s]
/proc/loadavg: 1.62 0.56 0.20 3/73 16174
/proc/meminfo: memFree=1827592/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=101.86
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2735 0 0 0 10182 4 0 0 25 0 1 0 1980880927 102416384 1995 996147200 134512640 135477443 4294956240 18446744073709551615 134584085 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1995 481 235 0 23705 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 100016

[startup+162.302 s]
/proc/loadavg: 1.86 0.82 0.31 3/73 16174
/proc/meminfo: memFree=1827464/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=161.62
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2735 0 0 0 16158 4 0 0 25 0 1 0 1980880927 102416384 1995 996147200 134512640 135477443 4294956240 18446744073709551615 134583230 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1995 481 235 0 23705 0
Current children cumulated CPU time (s) 161.62
Current children cumulated vsize (KiB) 100016

[startup+222.307 s]
/proc/loadavg: 1.95 1.04 0.41 3/73 16174
/proc/meminfo: memFree=1827336/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=221.38
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2735 0 0 0 22134 4 0 0 25 0 1 0 1980880927 102416384 1995 996147200 134512640 135477443 4294956240 18446744073709551615 135268728 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1995 481 235 0 23705 0
Current children cumulated CPU time (s) 221.38
Current children cumulated vsize (KiB) 100016

[startup+282.302 s]
/proc/loadavg: 1.98 1.21 0.51 3/73 16174
/proc/meminfo: memFree=1827336/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=281.14
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2735 0 0 0 28110 4 0 0 25 0 1 0 1980880927 102416384 1995 996147200 134512640 135477443 4294956240 18446744073709551615 134607848 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1995 481 235 0 23705 0
Current children cumulated CPU time (s) 281.14
Current children cumulated vsize (KiB) 100016

[startup+342.302 s]
/proc/loadavg: 1.99 1.35 0.60 3/73 16174
/proc/meminfo: memFree=1827336/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=340.9
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2735 0 0 0 34086 4 0 0 25 0 1 0 1980880927 102416384 1995 996147200 134512640 135477443 4294956240 18446744073709551615 134606969 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1995 481 235 0 23705 0
Current children cumulated CPU time (s) 340.9
Current children cumulated vsize (KiB) 100016

[startup+402.302 s]
/proc/loadavg: 1.99 1.47 0.68 3/73 16174
/proc/meminfo: memFree=1827272/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=400.66
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2735 0 0 0 40062 4 0 0 25 0 1 0 1980880927 102416384 1995 996147200 134512640 135477443 4294956240 18446744073709551615 134584015 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1995 481 235 0 23705 0
Current children cumulated CPU time (s) 400.66
Current children cumulated vsize (KiB) 100016

[startup+462.302 s]
/proc/loadavg: 1.99 1.56 0.76 3/73 16174
/proc/meminfo: memFree=1827272/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=460.41
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2735 0 0 0 46037 4 0 0 25 0 1 0 1980880927 102416384 1995 996147200 134512640 135477443 4294956240 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1995 481 235 0 23705 0
Current children cumulated CPU time (s) 460.41
Current children cumulated vsize (KiB) 100016

[startup+522.302 s]
/proc/loadavg: 1.99 1.64 0.84 3/73 16174
/proc/meminfo: memFree=1827208/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=520.18
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2735 0 0 0 52014 4 0 0 25 0 1 0 1980880927 102416384 1995 996147200 134512640 135477443 4294956240 18446744073709551615 134606973 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1995 481 235 0 23705 0
Current children cumulated CPU time (s) 520.18
Current children cumulated vsize (KiB) 100016

[startup+582.302 s]
/proc/loadavg: 1.99 1.70 0.91 3/73 16174
/proc/meminfo: memFree=1827144/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=579.93
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2735 0 0 0 57989 4 0 0 25 0 1 0 1980880927 102416384 1995 996147200 134512640 135477443 4294956240 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1995 481 235 0 23705 0
Current children cumulated CPU time (s) 579.93
Current children cumulated vsize (KiB) 100016

[startup+642.302 s]
/proc/loadavg: 1.99 1.75 0.97 3/73 16174
/proc/meminfo: memFree=1827080/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=639.69
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2735 0 0 0 63965 4 0 0 25 0 1 0 1980880927 102416384 1995 996147200 134512640 135477443 4294956240 18446744073709551615 134606595 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1995 481 235 0 23705 0
Current children cumulated CPU time (s) 639.69
Current children cumulated vsize (KiB) 100016

[startup+702.302 s]
/proc/loadavg: 1.99 1.80 1.03 3/73 16174
/proc/meminfo: memFree=1826952/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=699.46
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2735 0 0 0 69941 5 0 0 25 0 1 0 1980880927 102416384 1995 996147200 134512640 135477443 4294956240 18446744073709551615 134607044 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1995 481 235 0 23705 0
Current children cumulated CPU time (s) 699.46
Current children cumulated vsize (KiB) 100016

[startup+762.302 s]
/proc/loadavg: 1.99 1.83 1.09 3/73 16174
/proc/meminfo: memFree=1826888/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=759.22
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2735 0 0 0 75917 5 0 0 25 0 1 0 1980880927 102416384 1995 996147200 134512640 135477443 4294956240 18446744073709551615 134586841 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1995 481 235 0 23705 0
Current children cumulated CPU time (s) 759.22
Current children cumulated vsize (KiB) 100016

[startup+822.302 s]
/proc/loadavg: 1.99 1.86 1.15 3/73 16174
/proc/meminfo: memFree=1826888/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=818.97
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2735 0 0 0 81892 5 0 0 25 0 1 0 1980880927 102416384 1995 996147200 134512640 135477443 4294956240 18446744073709551615 134584101 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1995 481 235 0 23705 0
Current children cumulated CPU time (s) 818.97
Current children cumulated vsize (KiB) 100016

[startup+882.307 s]
/proc/loadavg: 1.99 1.88 1.20 3/73 16176
/proc/meminfo: memFree=1826632/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=878.74
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2735 0 0 0 87869 5 0 0 25 0 1 0 1980880927 102416384 1995 996147200 134512640 135477443 4294956240 18446744073709551615 134606935 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1995 481 235 0 23705 0
Current children cumulated CPU time (s) 878.74
Current children cumulated vsize (KiB) 100016

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

[startup+896.002 s]
/proc/loadavg: 1.99 1.89 1.21 3/73 16176
/proc/meminfo: memFree=1826632/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=892.38
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2735 0 0 0 89233 5 0 0 25 0 1 0 1980880927 102416384 1995 996147200 134512640 135477443 4294956240 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1995 481 235 0 23705 0
Current children cumulated CPU time (s) 892.38
Current children cumulated vsize (KiB) 100016

[startup+908.803 s]
/proc/loadavg: 1.99 1.89 1.22 3/73 16176
/proc/meminfo: memFree=1826632/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=905.13
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2735 0 0 0 90508 5 0 0 25 0 1 0 1980880927 102416384 1995 996147200 134512640 135477443 4294956240 18446744073709551615 134606716 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1995 481 235 0 23705 0
Current children cumulated CPU time (s) 905.13
Current children cumulated vsize (KiB) 100016

[startup+921.602 s]
/proc/loadavg: 1.99 1.89 1.23 3/73 16176
/proc/meminfo: memFree=1826632/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=917.88
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2735 0 0 0 91783 5 0 0 25 0 1 0 1980880927 102416384 1995 996147200 134512640 135477443 4294956240 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1995 481 235 0 23705 0
Current children cumulated CPU time (s) 917.88
Current children cumulated vsize (KiB) 100016

[startup+928.002 s]
/proc/loadavg: 1.99 1.89 1.23 3/73 16176
/proc/meminfo: memFree=1826632/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=924.25
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2735 0 0 0 92420 5 0 0 25 0 1 0 1980880927 102416384 1995 996147200 134512640 135477443 4294956240 18446744073709551615 134606650 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1995 481 235 0 23705 0
Current children cumulated CPU time (s) 924.25
Current children cumulated vsize (KiB) 100016

[startup+929.606 s]
/proc/loadavg: 1.99 1.90 1.24 3/73 16176
/proc/meminfo: memFree=1826632/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=925.85
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2735 0 0 0 92580 5 0 0 25 0 1 0 1980880927 102416384 1995 996147200 134512640 135477443 4294956240 18446744073709551615 134586841 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1995 481 235 0 23705 0
Current children cumulated CPU time (s) 925.85
Current children cumulated vsize (KiB) 100016

[startup+930.402 s]
/proc/loadavg: 1.99 1.90 1.24 3/73 16176
/proc/meminfo: memFree=1826632/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=926.64
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2735 0 0 0 92659 5 0 0 25 0 1 0 1980880927 102416384 1995 996147200 134512640 135477443 4294956240 18446744073709551615 135270828 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1995 481 235 0 23705 0
Current children cumulated CPU time (s) 926.64
Current children cumulated vsize (KiB) 100016

[startup+930.802 s]
/proc/loadavg: 1.99 1.90 1.24 3/73 16176
/proc/meminfo: memFree=1826632/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=927.04
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2735 0 0 0 92699 5 0 0 25 0 1 0 1980880927 102416384 1995 996147200 134512640 135477443 4294956240 18446744073709551615 6987510 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1995 481 235 0 23705 0
Current children cumulated CPU time (s) 927.04
Current children cumulated vsize (KiB) 100016

[startup+931.002 s]
/proc/loadavg: 1.99 1.90 1.24 3/73 16176
/proc/meminfo: memFree=1826632/2055920 swapFree=4180772/4192956
[pid=16119] ppid=16117 vsize=100016 CPUtime=927.24
/proc/16119/stat : 16119 (casperzao) R 16117 16119 16070 0 -1 4194304 2735 0 0 0 92719 5 0 0 25 0 1 0 1980880927 102416384 1995 996147200 134512640 135477443 4294956240 18446744073709551615 134586843 0 0 4096 0 0 0 0 17 0 0 0
/proc/16119/statm: 25004 1995 481 235 0 23705 0
Current children cumulated CPU time (s) 927.24
Current children cumulated vsize (KiB) 100016

Child status: 0
Real time (s): 931.096
CPU time (s): 927.338
CPU user time (s): 927.285
CPU system time (s): 0.052991
CPU usage (%): 99.5963
Max. virtual memory (cumulated for all children) (KiB): 103624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 927.285
system time used= 0.052991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2737
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= 13
involuntary context switches= 12109

runsolver used 0.817875 second user time and 2.57761 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-02 19:18:31
IDJOB=1042812
IDBENCH=53338
IDSOLVER=361
FILE ID=node65/1042812-1215019111
PBS_JOBID= 7874340
Free space on /tmp= 66548 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/QCP-15/normalized-qcp-15-120-10_ext.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1042812-1215019111/watcher-1042812-1215019111 -o /tmp/evaluation-result-1042812-1215019111/solver-1042812-1215019111 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1042812-1215019111.xml 50136580 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5e073093b560129bc493ef597f3d0605
RANDOM SEED=50136580

node65.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.231
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.231
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:       1846664 kB
Buffers:         12888 kB
Cached:         123340 kB
SwapCached:       5824 kB
Active:         113688 kB
Inactive:        35084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846664 kB
SwapTotal:     4192956 kB
SwapFree:      4180772 kB
Dirty:            6116 kB
Writeback:           0 kB
Mapped:          20428 kB
Slab:            45996 kB
Committed_AS:  3891416 kB
PageTables:       1804 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= 66548 MiB
End job on node65 at 2008-07-02 19:34:02