Trace number 1056372

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 zao? (TO) 1800.1 1806.81

General information on the benchmark

Namecsp/os-gp/
normalized-gp10-07-1079.xml
MD5SUMb79d5ab9b474e138388bd882c1eb4f79
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.229965
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1080
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.00/0.03	c Building = 1
1.68/1.75	c [ NumberOfVariables = 101 ]
1.68/1.75	c [ NumberOfConstraints = 1000 ]
1.68/1.75	c [ SizeOfSearchSpace(log2) = 1007.68 ]
1.68/1.75	c SymmetrySearch = 1
1.68/1.76	c InitialPropagation = 1
1.68/1.76	c [ SizeOfSearchSpace(log2) = 990.998 ]
1.68/1.76	c InitialSAC = (Timeout)
41.02/41.28	c [ SizeOfSearchSpace(log2) = 882.497 ]
41.02/41.28	c Search(SampleFF) : 
139.02/139.61	c [ Sampling domwdeg ]
139.02/139.61	c [ Sampling impacts ]
139.02/139.61	c [ Sampling la ]
139.02/139.61	c [ SamplingScores: ]
139.02/139.61	c [ domwdeg+min = 2.71506e-25 | domwdeg+rnd = 5.57177e-07 ]
139.02/139.61	c [ impacts+min = 1.90174e-07 | impacts+rnd = 0.00108631 ]
139.02/139.61	c [ la+min = 0.00659286 | la+rnd = 0.000197924 ]
139.02/139.61	c [ domwdeg = 2.78589e-07 | impacts = 0.000543248 | la = 0.00339539 ]
139.02/139.61	c [ min = 0.00219768 | rand = 0.000543248 ]
139.02/139.61	c [ restarting at (4.52802,1.20604e-11) ]
150.37/151.01	c [ restarting at (11.3201,7.10061e-06) ]
178.56/179.31	c [ restarting at (28.3001,1.74154e-05) ]
249.06/250.13	c [ restarting at (70.7504,6.95823e-06) ]
425.23/427.05	c [ restarting at (176.876,3.53122e-06) ]
865.71/869.35	c [ restarting at (442.19,2.43478e-05) ]

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

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.01 2.41 2.34 4/73 6995
/proc/meminfo: memFree=1896536/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=5352 CPUtime=0
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 247228373 5480448 190 996147200 134512640 135477443 4294956224 18446744073709551615 2571128 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 1338 190 156 235 0 27 0

[startup+0.0877041 s]
/proc/loadavg: 2.01 2.41 2.34 4/73 6995
/proc/meminfo: memFree=1896536/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=287108 CPUtime=0.08
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 1624 0 0 0 7 1 0 0 18 0 1 0 247228373 293998592 643 996147200 134512640 135477443 4294956224 18446744073709551615 135258730 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 71777 644 453 235 0 70478 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 287108

[startup+0.101705 s]
/proc/loadavg: 2.01 2.41 2.34 4/73 6995
/proc/meminfo: memFree=1896536/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=287108 CPUtime=0.09
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 1865 0 0 0 8 1 0 0 18 0 1 0 247228373 293998592 674 996147200 134512640 135477443 4294956224 18446744073709551615 135218765 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 71777 674 453 235 0 70478 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 287108

[startup+0.301743 s]
/proc/loadavg: 2.01 2.41 2.34 4/73 6995
/proc/meminfo: memFree=1896536/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=287768 CPUtime=0.28
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 5084 0 0 0 26 2 0 0 19 0 1 0 247228373 294674432 847 996147200 134512640 135477443 4294956224 18446744073709551615 135215545 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 71942 847 453 235 0 70643 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 287768

[startup+0.70182 s]
/proc/loadavg: 2.01 2.41 2.34 4/73 6995
/proc/meminfo: memFree=1896536/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=288956 CPUtime=0.69
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 11662 0 0 0 63 6 0 0 23 0 1 0 247228373 295890944 1172 996147200 134512640 135477443 4294956224 18446744073709551615 135271627 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 72239 1173 453 235 0 70940 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 288956

[startup+1.50197 s]
/proc/loadavg: 2.01 2.41 2.34 3/74 6996
/proc/meminfo: memFree=1892496/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=291464 CPUtime=1.48
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 24815 0 0 0 136 12 0 0 25 0 1 0 247228373 298459136 1869 996147200 134512640 135477443 4294956224 18446744073709551615 135215692 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 72866 1869 453 235 0 71567 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 291464

[startup+3.10128 s]
/proc/loadavg: 2.01 2.41 2.34 3/74 6996
/proc/meminfo: memFree=1889552/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=104856 CPUtime=3.08
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 29357 0 0 0 294 14 0 0 25 0 1 0 247228373 107372544 2294 996147200 134512640 135477443 4294956224 18446744073709551615 134679130 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26214 2294 495 235 0 24915 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 104856

[startup+6.3019 s]
/proc/loadavg: 2.01 2.41 2.34 3/74 6996
/proc/meminfo: memFree=1888400/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=104856 CPUtime=6.26
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 29631 0 0 0 612 14 0 0 25 0 1 0 247228373 107372544 2568 996147200 134512640 135477443 4294956224 18446744073709551615 135223752 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26214 2568 495 235 0 24915 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 104856

[startup+12.7021 s]
/proc/loadavg: 2.01 2.39 2.34 3/74 6996
/proc/meminfo: memFree=1886800/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=104856 CPUtime=12.64
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 29945 0 0 0 1250 14 0 0 25 0 1 0 247228373 107372544 2882 996147200 134512640 135477443 4294956224 18446744073709551615 135268688 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26214 2882 495 235 0 24915 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 104856

[startup+25.5016 s]
/proc/loadavg: 2.01 2.38 2.33 3/74 6996
/proc/meminfo: memFree=1885072/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=104856 CPUtime=25.39
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 30409 0 0 0 2524 15 0 0 25 0 1 0 247228373 107372544 3346 996147200 134512640 135477443 4294956224 18446744073709551615 134593745 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26214 3346 495 235 0 24915 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 104856

[startup+51.1016 s]
/proc/loadavg: 2.00 2.35 2.32 3/74 6996
/proc/meminfo: memFree=1882960/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=104856 CPUtime=50.88
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 30933 0 0 0 5073 15 0 0 25 0 1 0 247228373 107372544 3870 996147200 134512640 135477443 4294956224 18446744073709551615 135269729 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26214 3870 518 235 0 24915 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 104856

[startup+102.306 s]
/proc/loadavg: 2.00 2.29 2.30 3/74 6996
/proc/meminfo: memFree=1878352/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=101.87
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32058 0 0 0 10172 15 0 0 25 0 1 0 247228373 109981696 4995 996147200 134512640 135477443 4294956224 18446744073709551615 134679607 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 4995 519 235 0 25552 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 107404

[startup+162.301 s]
/proc/loadavg: 2.00 2.23 2.28 3/74 6996
/proc/meminfo: memFree=1876368/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=161.62
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32523 0 0 0 16146 16 0 0 25 0 1 0 247228373 109981696 5460 996147200 134512640 135477443 4294956224 18446744073709551615 134679569 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5460 520 235 0 25552 0
Current children cumulated CPU time (s) 161.62
Current children cumulated vsize (KiB) 107404

[startup+222.302 s]
/proc/loadavg: 2.00 2.19 2.26 3/74 6996
/proc/meminfo: memFree=1876048/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=221.38
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32616 0 0 0 22122 16 0 0 25 0 1 0 247228373 109981696 5553 996147200 134512640 135477443 4294956224 18446744073709551615 134593766 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5553 520 235 0 25552 0
Current children cumulated CPU time (s) 221.38
Current children cumulated vsize (KiB) 107404

[startup+282.301 s]
/proc/loadavg: 2.00 2.15 2.24 3/74 6996
/proc/meminfo: memFree=1875984/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=281.13
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32616 0 0 0 28097 16 0 0 25 0 1 0 247228373 109981696 5553 996147200 134512640 135477443 4294956224 18446744073709551615 135268532 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5553 520 235 0 25552 0
Current children cumulated CPU time (s) 281.13
Current children cumulated vsize (KiB) 107404

[startup+342.302 s]
/proc/loadavg: 2.00 2.12 2.22 3/74 6996
/proc/meminfo: memFree=1875920/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=340.88
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32616 0 0 0 34072 16 0 0 25 0 1 0 247228373 109981696 5553 996147200 134512640 135477443 4294956224 18446744073709551615 135268557 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5553 520 235 0 25552 0
Current children cumulated CPU time (s) 340.88
Current children cumulated vsize (KiB) 107404

[startup+402.302 s]
/proc/loadavg: 2.00 2.10 2.21 3/74 6996
/proc/meminfo: memFree=1875920/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=400.63
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32616 0 0 0 40047 16 0 0 25 0 1 0 247228373 109981696 5553 996147200 134512640 135477443 4294956224 18446744073709551615 134679569 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5553 520 235 0 25552 0
Current children cumulated CPU time (s) 400.63
Current children cumulated vsize (KiB) 107404

[startup+462.301 s]
/proc/loadavg: 2.00 2.08 2.19 3/74 6996
/proc/meminfo: memFree=1875728/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=460.38
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32629 0 0 0 46022 16 0 0 25 0 1 0 247228373 109981696 5566 996147200 134512640 135477443 4294956224 18446744073709551615 135272328 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5566 520 235 0 25552 0
Current children cumulated CPU time (s) 460.38
Current children cumulated vsize (KiB) 107404

[startup+522.302 s]
/proc/loadavg: 2.00 2.06 2.18 3/74 6996
/proc/meminfo: memFree=1875472/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=520.13
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32670 0 0 0 51997 16 0 0 25 0 1 0 247228373 109981696 5607 996147200 134512640 135477443 4294956224 18446744073709551615 135270271 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5607 520 235 0 25552 0
Current children cumulated CPU time (s) 520.13
Current children cumulated vsize (KiB) 107404

[startup+582.301 s]
/proc/loadavg: 2.00 2.05 2.16 3/74 6996
/proc/meminfo: memFree=1875408/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=579.88
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32670 0 0 0 57972 16 0 0 25 0 1 0 247228373 109981696 5607 996147200 134512640 135477443 4294956224 18446744073709551615 135272356 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5607 520 235 0 25552 0
Current children cumulated CPU time (s) 579.88
Current children cumulated vsize (KiB) 107404

[startup+642.302 s]
/proc/loadavg: 2.00 2.04 2.15 3/74 6996
/proc/meminfo: memFree=1875344/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=639.64
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32670 0 0 0 63948 16 0 0 25 0 1 0 247228373 109981696 5607 996147200 134512640 135477443 4294956224 18446744073709551615 134695868 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5607 520 235 0 25552 0
Current children cumulated CPU time (s) 639.64
Current children cumulated vsize (KiB) 107404


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

[startup+822.302 s]
/proc/loadavg: 2.00 2.01 2.12 3/74 6996
/proc/meminfo: memFree=1875088/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=818.9
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32732 0 0 0 81873 17 0 0 25 0 1 0 247228373 109981696 5669 996147200 134512640 135477443 4294956224 18446744073709551615 134598117 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5669 520 235 0 25552 0
Current children cumulated CPU time (s) 818.9
Current children cumulated vsize (KiB) 107404

[startup+882.301 s]
/proc/loadavg: 2.00 2.01 2.10 3/74 6996
/proc/meminfo: memFree=1874640/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=878.66
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32836 0 0 0 87849 17 0 0 25 0 1 0 247228373 109981696 5773 996147200 134512640 135477443 4294956224 18446744073709551615 134695419 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5773 520 235 0 25552 0
Current children cumulated CPU time (s) 878.66
Current children cumulated vsize (KiB) 107404

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.09 3/74 6996
/proc/meminfo: memFree=1874576/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=938.41
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32836 0 0 0 93824 17 0 0 25 0 1 0 247228373 109981696 5773 996147200 134512640 135477443 4294956224 18446744073709551615 135235239 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5773 520 235 0 25552 0
Current children cumulated CPU time (s) 938.41
Current children cumulated vsize (KiB) 107404

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/74 6996
/proc/meminfo: memFree=1874448/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=998.16
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32836 0 0 0 99799 17 0 0 25 0 1 0 247228373 109981696 5773 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5773 520 235 0 25552 0
Current children cumulated CPU time (s) 998.16
Current children cumulated vsize (KiB) 107404

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/74 6996
/proc/meminfo: memFree=1874384/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=1057.91
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32836 0 0 0 105774 17 0 0 25 0 1 0 247228373 109981696 5773 996147200 134512640 135477443 4294956224 18446744073709551615 134912016 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5773 520 235 0 25552 0
Current children cumulated CPU time (s) 1057.91
Current children cumulated vsize (KiB) 107404

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/74 6996
/proc/meminfo: memFree=1874256/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=1117.67
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32836 0 0 0 111750 17 0 0 25 0 1 0 247228373 109981696 5773 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5773 520 235 0 25552 0
Current children cumulated CPU time (s) 1117.67
Current children cumulated vsize (KiB) 107404

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/74 6996
/proc/meminfo: memFree=1874256/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=1177.42
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32836 0 0 0 117725 17 0 0 25 0 1 0 247228373 109981696 5773 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5773 520 235 0 25552 0
Current children cumulated CPU time (s) 1177.42
Current children cumulated vsize (KiB) 107404

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/74 6996
/proc/meminfo: memFree=1874128/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=1237.17
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32836 0 0 0 123700 17 0 0 25 0 1 0 247228373 109981696 5773 996147200 134512640 135477443 4294956224 18446744073709551615 135270717 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5773 520 235 0 25552 0
Current children cumulated CPU time (s) 1237.17
Current children cumulated vsize (KiB) 107404

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/74 6996
/proc/meminfo: memFree=1874064/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=1296.93
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32836 0 0 0 129676 17 0 0 25 0 1 0 247228373 109981696 5773 996147200 134512640 135477443 4294956224 18446744073709551615 135270826 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5773 520 235 0 25552 0
Current children cumulated CPU time (s) 1296.93
Current children cumulated vsize (KiB) 107404

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/74 6998
/proc/meminfo: memFree=1874000/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=1356.68
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32836 0 0 0 135651 17 0 0 25 0 1 0 247228373 109981696 5773 996147200 134512640 135477443 4294956224 18446744073709551615 134583214 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5773 520 235 0 25552 0
Current children cumulated CPU time (s) 1356.68
Current children cumulated vsize (KiB) 107404

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.04 3/74 6998
/proc/meminfo: memFree=1874000/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=1416.43
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32836 0 0 0 141626 17 0 0 25 0 1 0 247228373 109981696 5773 996147200 134512640 135477443 4294956224 18446744073709551615 135270826 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5773 520 235 0 25552 0
Current children cumulated CPU time (s) 1416.43
Current children cumulated vsize (KiB) 107404

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/74 6998
/proc/meminfo: memFree=1874000/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=1476.18
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32836 0 0 0 147601 17 0 0 25 0 1 0 247228373 109981696 5773 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5773 520 235 0 25552 0
Current children cumulated CPU time (s) 1476.18
Current children cumulated vsize (KiB) 107404

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/74 6998
/proc/meminfo: memFree=1873936/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=1535.94
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32836 0 0 0 153577 17 0 0 25 0 1 0 247228373 109981696 5773 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5773 520 235 0 25552 0
Current children cumulated CPU time (s) 1535.94
Current children cumulated vsize (KiB) 107404

[startup+1602.3 s]
/proc/loadavg: 1.85 1.97 2.02 2/66 7020
/proc/meminfo: memFree=1901712/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=1595.69
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32836 0 0 0 159552 17 0 0 25 0 1 0 247228373 109981696 5773 996147200 134512640 135477443 4294956224 18446744073709551615 135268514 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5773 520 235 0 25552 0
Current children cumulated CPU time (s) 1595.69
Current children cumulated vsize (KiB) 107404

[startup+1662.3 s]
/proc/loadavg: 1.31 1.79 1.95 2/66 7020
/proc/meminfo: memFree=1901848/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=1655.66
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32836 0 0 0 165549 17 0 0 25 0 1 0 247228373 109981696 5773 996147200 134512640 135477443 4294956224 18446744073709551615 134583088 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5773 520 235 0 25552 0
Current children cumulated CPU time (s) 1655.66
Current children cumulated vsize (KiB) 107404

[startup+1722.3 s]
/proc/loadavg: 1.11 1.64 1.89 2/66 7020
/proc/meminfo: memFree=1901848/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=1715.63
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32836 0 0 0 171546 17 0 0 25 0 1 0 247228373 109981696 5773 996147200 134512640 135477443 4294956224 18446744073709551615 135235224 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5773 520 235 0 25552 0
Current children cumulated CPU time (s) 1715.63
Current children cumulated vsize (KiB) 107404

[startup+1782.3 s]
/proc/loadavg: 1.04 1.52 1.83 2/66 7020
/proc/meminfo: memFree=1901784/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=1775.59
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32836 0 0 0 177542 17 0 0 25 0 1 0 247228373 109981696 5773 996147200 134512640 135477443 4294956224 18446744073709551615 134586773 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5773 520 235 0 25552 0
Current children cumulated CPU time (s) 1775.59
Current children cumulated vsize (KiB) 107404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.8 s]
/proc/loadavg: 1.02 1.48 1.81 2/66 7020
/proc/meminfo: memFree=1901784/2055920 swapFree=4181172/4192956
[pid=6995] ppid=6993 vsize=107404 CPUtime=1800.08
/proc/6995/stat : 6995 (casperzao) R 6993 6995 5428 0 -1 4194304 32836 0 0 0 179991 17 0 0 25 0 1 0 247228373 109981696 5773 996147200 134512640 135477443 4294956224 18446744073709551615 134695419 0 0 4096 0 0 0 0 17 0 0 0
/proc/6995/statm: 26851 5773 520 235 0 25552 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 107404

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): 1806.81
CPU time (s): 1800.1
CPU user time (s): 1799.92
CPU system time (s): 0.182972
CPU usage (%): 99.6286
Max. virtual memory (cumulated for all children) (KiB): 292124

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

runsolver used 1.43878 second user time and 4.95425 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-03 07:27:36
IDJOB=1056372
IDBENCH=57646
IDSOLVER=361
FILE ID=node85/1056372-1215062856
PBS_JOBID= 7875181
Free space on /tmp= 126848 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/os-gp/normalized-gp10-07-1079.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056372-1215062856/watcher-1056372-1215062856 -o /tmp/evaluation-result-1056372-1215062856/solver-1056372-1215062856 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1056372-1215062856.xml 240473361 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b79d5ab9b474e138388bd882c1eb4f79
RANDOM SEED=240473361

node85.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.272
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.272
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1897016 kB
Buffers:          2948 kB
Cached:          57912 kB
SwapCached:       5644 kB
Active:          78152 kB
Inactive:        15564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1897016 kB
SwapTotal:     4192956 kB
SwapFree:      4181172 kB
Dirty:            3124 kB
Writeback:           0 kB
Mapped:          41860 kB
Slab:            50832 kB
Committed_AS:   623416 kB
PageTables:       1560 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= 126848 MiB
End job on node85 at 2008-07-03 07:57:45