Trace number 1055454

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.06 1803.41

General information on the benchmark

Namecsp/nengfa/
normalized-schur.xml
MD5SUM84511ecf3a05d64f4feb7211658b4b0d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.339947
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints3025
Maximum constraint arity3
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3025
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.25	c Building = 1
2.76/2.85	c [ NumberOfVariables = 110 ]
2.76/2.85	c [ NumberOfConstraints = 3025 ]
2.76/2.85	c [ SizeOfSearchSpace(log2) = 255.412 ]
2.76/2.85	c SymmetrySearch = (GraphHasLoops)
2.76/2.86	c InitialPropagation = 1
2.76/2.88	c [ SizeOfSearchSpace(log2) = 255.412 ]
2.76/2.88	c InitialSAC = 1
2.85/2.96	c [ SizeOfSearchSpace(log2) = 255.412 ]
2.85/2.96	c Search(SampleFF) : 
88.14/89.01	c [ Sampling domwdeg ]
88.14/89.01	c [ Sampling impacts ]
88.14/89.01	c [ Sampling la ]
88.14/89.01	c [ SamplingScores: ]
88.14/89.01	c [ domwdeg+min = 3.77151e-29 | domwdeg+rnd = 2.0178e-19 ]
88.14/89.01	c [ impacts+min = 2.08693e-17 | impacts+rnd = 1.07867e-17 ]
88.14/89.01	c [ la+min = 7.14409e-23 | la+rnd = 5.30712e-23 ]
88.14/89.01	c [ domwdeg = 1.0089e-19 | impacts = 1.5828e-17 | la = 6.2256e-23 ]
88.14/89.01	c [ min = 6.95646e-18 | rand = 1.5828e-17 ]
88.14/89.01	c [ restarting at (0.141429,5.36871e-21) ]
88.54/89.41	c [ restarting at (0.353571,7.91885e-18) ]
89.43/90.37	c [ restarting at (0.883929,8.07454e-19) ]
91.80/92.75	c [ restarting at (2.20982,4.11243e-18) ]
97.65/98.68	c [ restarting at (5.52455,2.03689e-18) ]
112.31/113.50	c [ restarting at (13.8114,1.09844e-17) ]
149.06/150.53	c [ restarting at (34.5285,7.38305e-18) ]
240.68/243.07	c [ restarting at (86.3211,4.29565e-15) ]
283.08/285.81	c [ restarting at (215.803,1.77996e-17) ]
822.54/825.57	c [ restarting at (539.507,1.06629e-14) ]

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

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


[startup+0 s]
/proc/loadavg: 1.94 1.98 1.99 4/84 25159
/proc/meminfo: memFree=1743000/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=8344 CPUtime=0.19
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 1185 0 0 0 19 0 0 0 19 0 1 0 1984930888 8544256 1145 996147200 134512640 135477443 4294956224 18446744073709551615 134755062 0 0 4096 0 0 0 0 17 1 0 0
/proc/25159/statm: 2086 1145 369 235 0 787 0

[startup+0.290047 s]
/proc/loadavg: 1.94 1.98 1.99 4/84 25159
/proc/meminfo: memFree=1743000/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=290012 CPUtime=0.28
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 1899 0 0 0 27 1 0 0 19 0 1 0 1984930888 296972288 1401 996147200 134512640 135477443 4294956224 18446744073709551615 135268721 0 0 4096 0 0 0 0 17 1 0 0
/proc/25159/statm: 72503 1401 459 235 0 71204 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 290012

[startup+0.301039 s]
/proc/loadavg: 1.94 1.98 1.99 4/84 25159
/proc/meminfo: memFree=1743000/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=290144 CPUtime=0.28
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 2022 0 0 0 27 1 0 0 19 0 1 0 1984930888 297107456 1428 996147200 134512640 135477443 4294956224 18446744073709551615 135268949 0 0 4096 0 0 0 0 17 1 0 0
/proc/25159/statm: 72536 1428 459 235 0 71237 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 290144

[startup+0.401056 s]
/proc/loadavg: 1.94 1.98 1.99 4/84 25159
/proc/meminfo: memFree=1743000/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=290804 CPUtime=0.38
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 3211 0 0 0 36 2 0 0 20 0 1 0 1984930888 297783296 1689 996147200 134512640 135477443 4294956224 18446744073709551615 135102174 0 0 4096 0 0 0 0 17 1 0 0
/proc/25159/statm: 72701 1689 459 235 0 71402 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 290804

[startup+0.701087 s]
/proc/loadavg: 1.94 1.98 1.99 4/84 25159
/proc/meminfo: memFree=1743000/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=293048 CPUtime=0.68
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 6767 0 0 0 63 5 0 0 23 0 1 0 1984930888 300081152 2493 996147200 134512640 135477443 4294956224 18446744073709551615 135269080 0 0 4096 0 0 0 0 17 1 0 0
/proc/25159/statm: 73262 2493 459 235 0 71963 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 293048

[startup+1.50118 s]
/proc/loadavg: 1.94 1.98 1.99 3/85 25160
/proc/meminfo: memFree=1729360/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=298856 CPUtime=1.47
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 16327 0 0 0 133 14 0 0 25 0 1 0 1984930888 306028544 4653 996147200 134512640 135477443 4294956224 18446744073709551615 135213435 0 0 4096 0 0 0 0 17 1 0 0
/proc/25159/statm: 74714 4653 459 235 0 73415 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 298856

[startup+3.10138 s]
/proc/loadavg: 1.94 1.98 1.99 3/85 25160
/proc/meminfo: memFree=1717264/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=3.05
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 33781 0 0 0 276 29 0 0 25 0 1 0 1984930888 125100032 9596 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 1 0 0
/proc/25159/statm: 30542 9596 491 235 0 29243 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 122168

[startup+6.30176 s]
/proc/loadavg: 1.95 1.98 1.99 3/85 25160
/proc/meminfo: memFree=1705424/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=6.22
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34013 0 0 0 593 29 0 0 25 0 1 0 1984930888 125100032 9828 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/25159/statm: 30542 9828 492 235 0 29243 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 122168

[startup+12.7025 s]
/proc/loadavg: 1.95 1.98 1.99 3/85 25160
/proc/meminfo: memFree=1705296/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=12.56
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34013 0 0 0 1227 29 0 0 25 0 1 0 1984930888 125100032 9828 996147200 134512640 135477443 4294956224 18446744073709551615 134990319 0 0 4096 0 0 0 0 17 1 0 0
/proc/25159/statm: 30542 9828 492 235 0 29243 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 122168

[startup+25.506 s]
/proc/loadavg: 1.96 1.98 1.99 3/85 25160
/proc/meminfo: memFree=1705360/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=25.24
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34038 0 0 0 2495 29 0 0 25 0 1 0 1984930888 125100032 9853 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 1 0 0
/proc/25159/statm: 30542 9853 492 235 0 29243 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 122168

[startup+51.1011 s]
/proc/loadavg: 2.03 2.00 2.00 3/85 25160
/proc/meminfo: memFree=1705424/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=50.59
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34039 0 0 0 5030 29 0 0 25 0 1 0 1984930888 125100032 9854 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/25159/statm: 30542 9854 493 235 0 29243 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 122168

[startup+102.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 25160
/proc/meminfo: memFree=1705232/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=101.31
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34040 0 0 0 10102 29 0 0 25 0 1 0 1984930888 125100032 9855 996147200 134512640 135477443 4294956224 18446744073709551615 134923119 0 0 4096 0 0 0 0 17 1 0 0
/proc/25159/statm: 30542 9855 494 235 0 29243 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 122168

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 25160
/proc/meminfo: memFree=1705168/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=160.74
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34040 0 0 0 16044 30 0 0 25 0 1 0 1984930888 125100032 9855 996147200 134512640 135477443 4294956224 18446744073709551615 135272088 0 0 4096 0 0 0 0 17 1 0 0
/proc/25159/statm: 30542 9855 494 235 0 29243 0
Current children cumulated CPU time (s) 160.74
Current children cumulated vsize (KiB) 122168

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 25160
/proc/meminfo: memFree=1705168/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=220.18
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34040 0 0 0 21988 30 0 0 25 0 1 0 1984930888 125100032 9855 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 1 0 0
/proc/25159/statm: 30542 9855 494 235 0 29243 0
Current children cumulated CPU time (s) 220.18
Current children cumulated vsize (KiB) 122168

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 25160
/proc/meminfo: memFree=1705104/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=279.6
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34040 0 0 0 27930 30 0 0 25 0 1 0 1984930888 125100032 9855 996147200 134512640 135477443 4294956224 18446744073709551615 134586841 0 0 4096 0 0 0 0 17 1 0 0
/proc/25159/statm: 30542 9855 494 235 0 29243 0
Current children cumulated CPU time (s) 279.6
Current children cumulated vsize (KiB) 122168

[startup+342.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25278
/proc/meminfo: memFree=1771248/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=339.55
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34040 0 0 0 33923 32 0 0 25 0 1 0 1984930888 125100032 9855 996147200 134512640 135477443 4294956224 18446744073709551615 134917678 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9855 494 235 0 29243 0
Current children cumulated CPU time (s) 339.55
Current children cumulated vsize (KiB) 122168

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25278
/proc/meminfo: memFree=1770992/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=399.52
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34041 0 0 0 39920 32 0 0 25 0 1 0 1984930888 125100032 9856 996147200 134512640 135477443 4294956224 18446744073709551615 134586841 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9856 494 235 0 29243 0
Current children cumulated CPU time (s) 399.52
Current children cumulated vsize (KiB) 122168

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25278
/proc/meminfo: memFree=1770672/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=459.5
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34041 0 0 0 45918 32 0 0 25 0 1 0 1984930888 125100032 9856 996147200 134512640 135477443 4294956224 18446744073709551615 135268557 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9856 494 235 0 29243 0
Current children cumulated CPU time (s) 459.5
Current children cumulated vsize (KiB) 122168

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25278
/proc/meminfo: memFree=1770672/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=519.47
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34041 0 0 0 51915 32 0 0 25 0 1 0 1984930888 125100032 9856 996147200 134512640 135477443 4294956224 18446744073709551615 134911678 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9856 494 235 0 29243 0
Current children cumulated CPU time (s) 519.47
Current children cumulated vsize (KiB) 122168

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25278
/proc/meminfo: memFree=1770672/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=579.44
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34041 0 0 0 57912 32 0 0 25 0 1 0 1984930888 125100032 9856 996147200 134512640 135477443 4294956224 18446744073709551615 134990241 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9856 494 235 0 29243 0
Current children cumulated CPU time (s) 579.44
Current children cumulated vsize (KiB) 122168

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25280
/proc/meminfo: memFree=1770224/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=639.42
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34041 0 0 0 63910 32 0 0 25 0 1 0 1984930888 125100032 9856 996147200 134512640 135477443 4294956224 18446744073709551615 134586843 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9856 494 235 0 29243 0
Current children cumulated CPU time (s) 639.42
Current children cumulated vsize (KiB) 122168


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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25280
/proc/meminfo: memFree=1769840/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=819.34
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34044 0 0 0 81902 32 0 0 25 0 1 0 1984930888 125100032 9859 996147200 134512640 135477443 4294956224 18446744073709551615 134589593 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9859 494 235 0 29243 0
Current children cumulated CPU time (s) 819.34
Current children cumulated vsize (KiB) 122168

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25280
/proc/meminfo: memFree=1769712/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=879.33
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34044 0 0 0 87901 32 0 0 25 0 1 0 1984930888 125100032 9859 996147200 134512640 135477443 4294956224 18446744073709551615 134673677 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9859 494 235 0 29243 0
Current children cumulated CPU time (s) 879.33
Current children cumulated vsize (KiB) 122168

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25280
/proc/meminfo: memFree=1769648/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=939.3
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34044 0 0 0 93898 32 0 0 25 0 1 0 1984930888 125100032 9859 996147200 134512640 135477443 4294956224 18446744073709551615 135207279 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9859 494 235 0 29243 0
Current children cumulated CPU time (s) 939.3
Current children cumulated vsize (KiB) 122168

[startup+1002.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25280
/proc/meminfo: memFree=1769520/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=999.28
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34044 0 0 0 99896 32 0 0 25 0 1 0 1984930888 125100032 9859 996147200 134512640 135477443 4294956224 18446744073709551615 134584000 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9859 494 235 0 29243 0
Current children cumulated CPU time (s) 999.28
Current children cumulated vsize (KiB) 122168

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25280
/proc/meminfo: memFree=1769392/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=1059.25
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34044 0 0 0 105893 32 0 0 25 0 1 0 1984930888 125100032 9859 996147200 134512640 135477443 4294956224 18446744073709551615 135207306 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9859 494 235 0 29243 0
Current children cumulated CPU time (s) 1059.25
Current children cumulated vsize (KiB) 122168

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25280
/proc/meminfo: memFree=1769328/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=1119.22
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34044 0 0 0 111890 32 0 0 25 0 1 0 1984930888 125100032 9859 996147200 134512640 135477443 4294956224 18446744073709551615 134589039 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9859 494 235 0 29243 0
Current children cumulated CPU time (s) 1119.22
Current children cumulated vsize (KiB) 122168

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25280
/proc/meminfo: memFree=1769008/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=1179.21
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34044 0 0 0 117888 33 0 0 25 0 1 0 1984930888 125100032 9859 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9859 494 235 0 29243 0
Current children cumulated CPU time (s) 1179.21
Current children cumulated vsize (KiB) 122168

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25280
/proc/meminfo: memFree=1768816/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=1239.18
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34044 0 0 0 123885 33 0 0 25 0 1 0 1984930888 125100032 9859 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9859 494 235 0 29243 0
Current children cumulated CPU time (s) 1239.18
Current children cumulated vsize (KiB) 122168

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25280
/proc/meminfo: memFree=1768752/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=1299.15
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34044 0 0 0 129882 33 0 0 25 0 1 0 1984930888 125100032 9859 996147200 134512640 135477443 4294956224 18446744073709551615 134583088 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9859 494 235 0 29243 0
Current children cumulated CPU time (s) 1299.15
Current children cumulated vsize (KiB) 122168

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25280
/proc/meminfo: memFree=1768752/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=1359.13
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34044 0 0 0 135880 33 0 0 25 0 1 0 1984930888 125100032 9859 996147200 134512640 135477443 4294956224 18446744073709551615 135270212 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9859 494 235 0 29243 0
Current children cumulated CPU time (s) 1359.13
Current children cumulated vsize (KiB) 122168

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25280
/proc/meminfo: memFree=1768368/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=1419.1
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34044 0 0 0 141877 33 0 0 25 0 1 0 1984930888 125100032 9859 996147200 134512640 135477443 4294956224 18446744073709551615 135207313 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9859 494 235 0 29243 0
Current children cumulated CPU time (s) 1419.1
Current children cumulated vsize (KiB) 122168

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25280
/proc/meminfo: memFree=1768368/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=1479.08
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34044 0 0 0 147874 34 0 0 25 0 1 0 1984930888 125100032 9859 996147200 134512640 135477443 4294956224 18446744073709551615 134606650 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9859 494 235 0 29243 0
Current children cumulated CPU time (s) 1479.08
Current children cumulated vsize (KiB) 122168

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25280
/proc/meminfo: memFree=1768368/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=1539.07
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34044 0 0 0 153873 34 0 0 25 0 1 0 1984930888 125100032 9859 996147200 134512640 135477443 4294956224 18446744073709551615 134607429 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9859 494 235 0 29243 0
Current children cumulated CPU time (s) 1539.07
Current children cumulated vsize (KiB) 122168

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25280
/proc/meminfo: memFree=1768304/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=1599.03
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34044 0 0 0 159869 34 0 0 25 0 1 0 1984930888 125100032 9859 996147200 134512640 135477443 4294956224 18446744073709551615 134923119 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9859 494 235 0 29243 0
Current children cumulated CPU time (s) 1599.03
Current children cumulated vsize (KiB) 122168

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25286
/proc/meminfo: memFree=1768048/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=1659.01
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34044 0 0 0 165866 35 0 0 25 0 1 0 1984930888 125100032 9859 996147200 134512640 135477443 4294956224 18446744073709551615 134586843 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9859 494 235 0 29243 0
Current children cumulated CPU time (s) 1659.01
Current children cumulated vsize (KiB) 122168

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25286
/proc/meminfo: memFree=1767728/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=1718.98
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34044 0 0 0 171863 35 0 0 25 0 1 0 1984930888 125100032 9859 996147200 134512640 135477443 4294956224 18446744073709551615 134990240 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9859 494 235 0 29243 0
Current children cumulated CPU time (s) 1718.98
Current children cumulated vsize (KiB) 122168

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25286
/proc/meminfo: memFree=1767600/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=1778.95
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34044 0 0 0 177860 35 0 0 25 0 1 0 1984930888 125100032 9859 996147200 134512640 135477443 4294956224 18446744073709551615 134586841 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9859 494 235 0 29243 0
Current children cumulated CPU time (s) 1778.95
Current children cumulated vsize (KiB) 122168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 25286
/proc/meminfo: memFree=1767600/2055920 swapFree=4179804/4192956
[pid=25159] ppid=25157 vsize=122168 CPUtime=1800.05
/proc/25159/stat : 25159 (casperzao) R 25157 25159 22580 0 -1 4194304 34044 0 0 0 179970 35 0 0 25 0 1 0 1984930888 125100032 9859 996147200 134512640 135477443 4294956224 18446744073709551615 134912724 0 0 4096 0 0 0 0 17 0 0 0
/proc/25159/statm: 30542 9859 494 235 0 29243 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 122168

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): 1803.41
CPU time (s): 1800.06
CPU user time (s): 1799.7
CPU system time (s): 0.357945
CPU usage (%): 99.8141
Max. virtual memory (cumulated for all children) (KiB): 308492

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

runsolver used 1.81372 second user time and 5.01724 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-03 06:33:32
IDJOB=1055454
IDBENCH=56820
IDSOLVER=361
FILE ID=node66/1055454-1215059612
PBS_JOBID= 7875044
Free space on /tmp= 66504 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/nengfa/normalized-schur.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055454-1215059612/watcher-1055454-1215059612 -o /tmp/evaluation-result-1055454-1215059612/solver-1055454-1215059612 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1055454-1215059612.xml 309548255 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 84511ecf3a05d64f4feb7211658b4b0d
RANDOM SEED=309548255

node66.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.213
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.213
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:       1743480 kB
Buffers:         21944 kB
Cached:         160116 kB
SwapCached:       6980 kB
Active:         194224 kB
Inactive:        63180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1743480 kB
SwapTotal:     4192956 kB
SwapFree:      4179804 kB
Dirty:            4012 kB
Writeback:           0 kB
Mapped:          92636 kB
Slab:            39768 kB
Committed_AS:  4054260 kB
PageTables:       2100 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= 66524 MiB
End job on node66 at 2008-07-03 07:03:37