Trace number 1064429

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.03 1814.51

General information on the benchmark

Namecsp/tdsp/
normalized-C4-3-60.xml
MD5SUM2e6b653379e70d82ad071d293c462e81
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 benchmark104.074
Satisfiable
(Un)Satisfiability was proved
Number of variables149
Number of constraints1274
Maximum constraint arity6
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1274
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.06	c Building = 1
3.08/3.17	c [ NumberOfVariables = 149 ]
3.08/3.17	c [ NumberOfConstraints = 1274 ]
3.08/3.17	c [ SizeOfSearchSpace(log2) = 630.212 ]
3.08/3.17	c SymmetrySearch = 1
3.37/3.40	c [ Found 128 symmetries ]
3.37/3.41	c InitialPropagation = 1
3.37/3.42	c [ SizeOfSearchSpace(log2) = 618.458 ]
3.37/3.42	c InitialSAC = 1
3.37/3.45	c [ SizeOfSearchSpace(log2) = 618.458 ]
3.37/3.45	c Search(SampleFF) : 
78.00/78.46	c [ Sampling domwdeg ]
78.00/78.46	c [ Sampling impacts ]
78.00/78.46	c [ Sampling la ]
78.00/78.46	c [ SamplingScores: ]
78.00/78.46	c [ domwdeg+min = 9.22743e-109 | domwdeg+rnd = 2.48796e-94 ]
78.00/78.46	c [ impacts+min = 6.14555e-23 | impacts+rnd = 7.41735e-14 ]
78.00/78.46	c [ la+min = 7.62188e-05 | la+rnd = 4.56298e-23 ]
78.00/78.46	c [ domwdeg = 1.24398e-94 | impacts = 3.70868e-14 | la = 3.81094e-05 ]
78.00/78.46	c [ min = 2.54063e-05 | rand = 3.70868e-14 ]
78.00/78.46	c [ restarting at (1.60065,5.71661e-37) ]
82.09/82.51	c [ restarting at (4.00163,4.88679e-27) ]
92.04/92.56	c [ restarting at (10.0041,3.25708e-27) ]
117.02/117.63	c [ restarting at (25.0102,1.14897e-30) ]
179.13/180.20	c [ restarting at (62.5255,6.17243e-37) ]
334.50/336.55	c [ restarting at (156.314,1.62969e-27) ]
722.69/727.66	c [ restarting at (390.784,4.14026e-40) ]
1691.29/1704.89	c [ restarting at (976.961,6.54537e-21) ]

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

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 2.05 2.06 4/82 22200
/proc/meminfo: memFree=948504/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=5352 CPUtime=0
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 247128019 5480448 190 996147200 134512640 135477443 4294956224 18446744073709551615 5536632 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 1338 190 156 235 0 27 0

[startup+0.0869099 s]
/proc/loadavg: 1.94 2.05 2.06 4/82 22200
/proc/meminfo: memFree=948504/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=287504 CPUtime=0.07
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 1048 0 0 0 7 0 0 0 18 0 1 0 247128019 294404096 776 996147200 134512640 135477443 4294956224 18446744073709551615 134990351 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 71876 777 464 235 0 70577 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 287504

[startup+0.101909 s]
/proc/loadavg: 1.94 2.05 2.06 4/82 22200
/proc/meminfo: memFree=948504/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=287504 CPUtime=0.08
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 1182 0 0 0 8 0 0 0 18 0 1 0 247128019 294404096 796 996147200 134512640 135477443 4294956224 18446744073709551615 135221357 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 71876 796 464 235 0 70577 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 287504

[startup+0.301934 s]
/proc/loadavg: 1.94 2.05 2.06 4/82 22200
/proc/meminfo: memFree=948504/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=288428 CPUtime=0.29
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 2906 0 0 0 28 1 0 0 19 0 1 0 247128019 295350272 1057 996147200 134512640 135477443 4294956224 18446744073709551615 135215545 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 72107 1058 464 235 0 70808 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 288428

[startup+0.701978 s]
/proc/loadavg: 1.94 2.05 2.06 4/82 22200
/proc/meminfo: memFree=948504/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=290144 CPUtime=0.69
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 6413 0 0 0 66 3 0 0 23 0 1 0 247128019 297107456 1589 996147200 134512640 135477443 4294956224 18446744073709551615 135272086 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 72536 1589 464 235 0 71237 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 290144

[startup+1.50106 s]
/proc/loadavg: 1.94 2.05 2.06 3/83 22201
/proc/meminfo: memFree=942352/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=293444 CPUtime=1.48
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 13488 0 0 0 142 6 0 0 25 0 1 0 247128019 300486656 2634 996147200 134512640 135477443 4294956224 18446744073709551615 134583322 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 73361 2634 464 235 0 72062 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 293444

[startup+3.10123 s]
/proc/loadavg: 1.94 2.05 2.06 3/83 22201
/proc/meminfo: memFree=936272/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=300176 CPUtime=3.08
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 27793 0 0 0 293 15 0 0 25 0 1 0 247128019 307380224 4754 996147200 134512640 135477443 4294956224 18446744073709551615 135215551 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 75044 4754 464 235 0 73745 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 300176

[startup+6.30158 s]
/proc/loadavg: 1.95 2.05 2.06 3/83 22201
/proc/meminfo: memFree=927576/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=6.26
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30112 0 0 0 611 15 0 0 25 0 1 0 247128019 118505472 5607 996147200 134512640 135477443 4294956224 18446744073709551615 134934888 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5607 513 235 0 27633 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 115728

[startup+12.7013 s]
/proc/loadavg: 2.03 2.06 2.06 3/83 22201
/proc/meminfo: memFree=927576/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=12.63
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30113 0 0 0 1248 15 0 0 25 0 1 0 247128019 118505472 5608 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5608 513 235 0 27633 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 115728

[startup+25.5016 s]
/proc/loadavg: 2.03 2.06 2.06 3/83 22201
/proc/meminfo: memFree=927576/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=25.37
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30136 0 0 0 2521 16 0 0 25 0 1 0 247128019 118505472 5631 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5631 513 235 0 27633 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 115728

[startup+51.1014 s]
/proc/loadavg: 2.02 2.05 2.06 3/83 22201
/proc/meminfo: memFree=927448/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=50.84
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30192 0 0 0 5068 16 0 0 25 0 1 0 247128019 118505472 5687 996147200 134512640 135477443 4294956224 18446744073709551615 134990329 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5687 513 235 0 27633 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 115728

[startup+102.306 s]
/proc/loadavg: 2.05 2.06 2.06 3/83 22201
/proc/meminfo: memFree=926744/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=101.79
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30307 0 0 0 10163 16 0 0 25 0 1 0 247128019 118505472 5802 996147200 134512640 135477443 4294956224 18446744073709551615 134990362 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5802 514 235 0 27633 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 115728

[startup+162.301 s]
/proc/loadavg: 2.09 2.07 2.06 3/83 22252
/proc/meminfo: memFree=1435424/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=161.38
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30322 0 0 0 16122 16 0 0 25 0 1 0 247128019 118505472 5817 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/22200/statm: 28932 5817 514 235 0 27633 0
Current children cumulated CPU time (s) 161.38
Current children cumulated vsize (KiB) 115728

[startup+222.302 s]
/proc/loadavg: 2.23 2.12 2.08 3/84 22290
/proc/meminfo: memFree=1511704/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=220.86
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30322 0 0 0 22069 17 0 0 25 0 1 0 247128019 118505472 5817 996147200 134512640 135477443 4294956224 18446744073709551615 134673680 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5817 514 235 0 27633 0
Current children cumulated CPU time (s) 220.86
Current children cumulated vsize (KiB) 115728

[startup+282.301 s]
/proc/loadavg: 2.20 2.13 2.08 4/84 22290
/proc/meminfo: memFree=1430240/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=280.56
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30322 0 0 0 28039 17 0 0 25 0 1 0 247128019 118505472 5817 996147200 134512640 135477443 4294956224 18446744073709551615 134917613 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5817 514 235 0 27633 0
Current children cumulated CPU time (s) 280.56
Current children cumulated vsize (KiB) 115728

[startup+342.302 s]
/proc/loadavg: 2.42 2.19 2.11 3/84 22290
/proc/meminfo: memFree=1429920/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=340.27
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30322 0 0 0 34010 17 0 0 25 0 1 0 247128019 118505472 5817 996147200 134512640 135477443 4294956224 18446744073709551615 135235148 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5817 514 235 0 27633 0
Current children cumulated CPU time (s) 340.27
Current children cumulated vsize (KiB) 115728

[startup+402.301 s]
/proc/loadavg: 2.51 2.26 2.13 5/84 22290
/proc/meminfo: memFree=1429664/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=399.96
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30322 0 0 0 39979 17 0 0 25 0 1 0 247128019 118505472 5817 996147200 134512640 135477443 4294956224 18446744073709551615 134583600 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5817 514 235 0 27633 0
Current children cumulated CPU time (s) 399.96
Current children cumulated vsize (KiB) 115728

[startup+462.302 s]
/proc/loadavg: 2.44 2.29 2.15 4/84 22290
/proc/meminfo: memFree=1418720/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=459.67
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30322 0 0 0 45950 17 0 0 25 0 1 0 247128019 118505472 5817 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5817 514 235 0 27633 0
Current children cumulated CPU time (s) 459.67
Current children cumulated vsize (KiB) 115728

[startup+522.303 s]
/proc/loadavg: 2.53 2.34 2.17 3/84 22290
/proc/meminfo: memFree=1429664/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=519.22
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30322 0 0 0 51905 17 0 0 25 0 1 0 247128019 118505472 5817 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5817 514 235 0 27633 0
Current children cumulated CPU time (s) 519.22
Current children cumulated vsize (KiB) 115728

[startup+582.301 s]
/proc/loadavg: 2.60 2.38 2.20 3/84 22290
/proc/meminfo: memFree=1429536/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=578.67
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30322 0 0 0 57850 17 0 0 25 0 1 0 247128019 118505472 5817 996147200 134512640 135477443 4294956224 18446744073709551615 134583088 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5817 514 235 0 27633 0
Current children cumulated CPU time (s) 578.67
Current children cumulated vsize (KiB) 115728

[startup+642.302 s]
/proc/loadavg: 2.44 2.37 2.20 3/84 22290
/proc/meminfo: memFree=1429472/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=638.15
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30322 0 0 0 63798 17 0 0 25 0 1 0 247128019 118505472 5817 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5817 514 235 0 27633 0
Current children cumulated CPU time (s) 638.15
Current children cumulated vsize (KiB) 115728


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

[startup+882.302 s]
/proc/loadavg: 2.40 2.38 2.23 3/84 22290
/proc/meminfo: memFree=1428896/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=876.02
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30343 0 0 0 87585 17 0 0 25 0 1 0 247128019 118505472 5838 996147200 134512640 135477443 4294956224 18446744073709551615 134912048 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5838 514 235 0 27633 0
Current children cumulated CPU time (s) 876.02
Current children cumulated vsize (KiB) 115728

[startup+942.301 s]
/proc/loadavg: 2.38 2.38 2.24 4/84 22290
/proc/meminfo: memFree=1417440/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=935.49
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30343 0 0 0 93532 17 0 0 25 0 1 0 247128019 118505472 5838 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5838 514 235 0 27633 0
Current children cumulated CPU time (s) 935.49
Current children cumulated vsize (KiB) 115728

[startup+1002.3 s]
/proc/loadavg: 2.38 2.38 2.25 4/84 22290
/proc/meminfo: memFree=1418784/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=994.96
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30343 0 0 0 99479 17 0 0 25 0 1 0 247128019 118505472 5838 996147200 134512640 135477443 4294956224 18446744073709551615 134934854 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5838 514 235 0 27633 0
Current children cumulated CPU time (s) 994.96
Current children cumulated vsize (KiB) 115728

[startup+1062.3 s]
/proc/loadavg: 2.44 2.40 2.27 3/84 22290
/proc/meminfo: memFree=1428576/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=1054.43
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30343 0 0 0 105426 17 0 0 25 0 1 0 247128019 118505472 5838 996147200 134512640 135477443 4294956224 18446744073709551615 134990293 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5838 514 235 0 27633 0
Current children cumulated CPU time (s) 1054.43
Current children cumulated vsize (KiB) 115728

[startup+1122.3 s]
/proc/loadavg: 2.34 2.38 2.27 3/83 22291
/proc/meminfo: memFree=1426968/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=1113.89
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30343 0 0 0 111372 17 0 0 25 0 1 0 247128019 118505472 5838 996147200 134512640 135477443 4294956224 18446744073709551615 134922272 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5838 514 235 0 27633 0
Current children cumulated CPU time (s) 1113.89
Current children cumulated vsize (KiB) 115728

[startup+1182.3 s]
/proc/loadavg: 2.12 2.31 2.25 3/83 22291
/proc/meminfo: memFree=1426904/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=1173.38
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30343 0 0 0 117320 18 0 0 25 0 1 0 247128019 118505472 5838 996147200 134512640 135477443 4294956224 18446744073709551615 134922230 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5838 514 235 0 27633 0
Current children cumulated CPU time (s) 1173.38
Current children cumulated vsize (KiB) 115728

[startup+1242.3 s]
/proc/loadavg: 2.10 2.27 2.24 3/83 22291
/proc/meminfo: memFree=1426712/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=1232.85
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30343 0 0 0 123267 18 0 0 25 0 1 0 247128019 118505472 5838 996147200 134512640 135477443 4294956224 18446744073709551615 134990370 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5838 514 235 0 27633 0
Current children cumulated CPU time (s) 1232.85
Current children cumulated vsize (KiB) 115728

[startup+1302.3 s]
/proc/loadavg: 2.03 2.22 2.22 3/83 22291
/proc/meminfo: memFree=1426712/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=1292.33
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30343 0 0 0 129215 18 0 0 25 0 1 0 247128019 118505472 5838 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5838 514 235 0 27633 0
Current children cumulated CPU time (s) 1292.33
Current children cumulated vsize (KiB) 115728

[startup+1362.3 s]
/proc/loadavg: 2.01 2.17 2.20 3/83 22291
/proc/meminfo: memFree=1426648/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=1351.79
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30343 0 0 0 135161 18 0 0 25 0 1 0 247128019 118505472 5838 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5838 514 235 0 27633 0
Current children cumulated CPU time (s) 1351.79
Current children cumulated vsize (KiB) 115728

[startup+1422.31 s]
/proc/loadavg: 2.00 2.14 2.19 3/83 22291
/proc/meminfo: memFree=1426584/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=1411.27
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30343 0 0 0 141109 18 0 0 25 0 1 0 247128019 118505472 5838 996147200 134512640 135477443 4294956224 18446744073709551615 134912704 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5838 514 235 0 27633 0
Current children cumulated CPU time (s) 1411.27
Current children cumulated vsize (KiB) 115728

[startup+1482.3 s]
/proc/loadavg: 2.00 2.11 2.17 4/83 22291
/proc/meminfo: memFree=1426584/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=1470.73
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30343 0 0 0 147055 18 0 0 25 0 1 0 247128019 118505472 5838 996147200 134512640 135477443 4294956224 18446744073709551615 134990241 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5838 514 235 0 27633 0
Current children cumulated CPU time (s) 1470.73
Current children cumulated vsize (KiB) 115728

[startup+1542.3 s]
/proc/loadavg: 2.00 2.09 2.16 3/83 22291
/proc/meminfo: memFree=1426520/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=1530.21
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30343 0 0 0 153003 18 0 0 25 0 1 0 247128019 118505472 5838 996147200 134512640 135477443 4294956224 18446744073709551615 134990329 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5838 514 235 0 27633 0
Current children cumulated CPU time (s) 1530.21
Current children cumulated vsize (KiB) 115728

[startup+1602.3 s]
/proc/loadavg: 2.00 2.07 2.15 4/83 22291
/proc/meminfo: memFree=1426520/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=1589.69
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30343 0 0 0 158950 19 0 0 25 0 1 0 247128019 118505472 5838 996147200 134512640 135477443 4294956224 18446744073709551615 134990269 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5838 514 235 0 27633 0
Current children cumulated CPU time (s) 1589.69
Current children cumulated vsize (KiB) 115728

[startup+1662.3 s]
/proc/loadavg: 2.08 2.07 2.14 3/83 22291
/proc/meminfo: memFree=1426456/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=1649.16
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30343 0 0 0 164897 19 0 0 25 0 1 0 247128019 118505472 5838 996147200 134512640 135477443 4294956224 18446744073709551615 134583594 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5838 514 235 0 27633 0
Current children cumulated CPU time (s) 1649.16
Current children cumulated vsize (KiB) 115728

[startup+1722.3 s]
/proc/loadavg: 2.07 2.07 2.14 3/83 22291
/proc/meminfo: memFree=1426392/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=1708.63
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30343 0 0 0 170844 19 0 0 25 0 1 0 247128019 118505472 5838 996147200 134512640 135477443 4294956224 18446744073709551615 134990240 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5838 514 235 0 27633 0
Current children cumulated CPU time (s) 1708.63
Current children cumulated vsize (KiB) 115728

[startup+1782.3 s]
/proc/loadavg: 2.02 2.05 2.12 3/83 22291
/proc/meminfo: memFree=1426264/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=1768.1
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30343 0 0 0 176791 19 0 0 25 0 1 0 247128019 118505472 5838 996147200 134512640 135477443 4294956224 18446744073709551615 134990269 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5838 514 235 0 27633 0
Current children cumulated CPU time (s) 1768.1
Current children cumulated vsize (KiB) 115728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.5 s]
/proc/loadavg: 2.01 2.05 2.12 3/83 22291
/proc/meminfo: memFree=1426200/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=1800.02
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30343 0 0 0 179983 19 0 0 25 0 1 0 247128019 118505472 5838 996147200 134512640 135477443 4294956224 18446744073709551615 134911518 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5838 514 235 0 27633 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 115728

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1814.5 s]
/proc/loadavg: 2.01 2.05 2.12 3/83 22291
/proc/meminfo: memFree=1426200/2055920 swapFree=4179552/4192956
[pid=22200] ppid=22198 vsize=115728 CPUtime=1800.02
/proc/22200/stat : 22200 (casperzao) R 22198 22200 17443 0 -1 4194304 30343 0 0 0 179983 19 0 0 25 0 1 0 247128019 118505472 5838 996147200 134512640 135477443 4294956224 18446744073709551615 134911518 0 0 4096 0 0 0 0 17 0 0 0
/proc/22200/statm: 28932 5838 514 235 0 27633 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 115728

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1814.51
CPU time (s): 1800.03
CPU user time (s): 1799.83
CPU system time (s): 0.199969
CPU usage (%): 99.2021
Max. virtual memory (cumulated for all children) (KiB): 300176

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

runsolver used 1.86672 second user time and 4.81227 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-04 05:16:41
IDJOB=1064429
IDBENCH=54947
IDSOLVER=361
FILE ID=node81/1064429-1215141401
PBS_JOBID= 7877247
Free space on /tmp= 126864 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/tdsp/normalized-C4-3-60.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064429-1215141401/watcher-1064429-1215141401 -o /tmp/evaluation-result-1064429-1215141401/solver-1064429-1215141401 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1064429-1215141401.xml 1720875728 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2e6b653379e70d82ad071d293c462e81
RANDOM SEED=1720875728

node81.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.236
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.236
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:        948984 kB
Buffers:         25592 kB
Cached:         236356 kB
SwapCached:       6108 kB
Active:         890160 kB
Inactive:       149480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        948984 kB
SwapTotal:     4192956 kB
SwapFree:      4179552 kB
Dirty:            3128 kB
Writeback:           0 kB
Mapped:         794476 kB
Slab:            51076 kB
Committed_AS:  1309588 kB
PageTables:       3224 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126864 MiB
End job on node81 at 2008-07-04 05:46:57