Trace number 1064303

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.09 1813.71

General information on the benchmark

Namecsp/tdsp/
normalized-C4-3-61.xml
MD5SUMd06c404729772397116756d2a12b34b6
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 benchmark12.2371
Satisfiable
(Un)Satisfiability was proved
Number of variables149
Number of constraints1274
Maximum constraint arity6
Maximum domain size62
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.18/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.18/0.21	c Building = 1
3.55/3.60	c [ NumberOfVariables = 149 ]
3.55/3.60	c [ NumberOfConstraints = 1274 ]
3.55/3.61	c [ SizeOfSearchSpace(log2) = 631.362 ]
3.55/3.61	c SymmetrySearch = 1
3.75/3.86	c [ Found 128 symmetries ]
3.75/3.87	c InitialPropagation = 1
3.75/3.88	c [ SizeOfSearchSpace(log2) = 619.708 ]
3.75/3.88	c InitialSAC = 1
3.84/3.92	c [ SizeOfSearchSpace(log2) = 619.708 ]
3.84/3.92	c Search(SampleFF) : 
86.95/87.84	c [ Sampling domwdeg ]
86.95/87.84	c [ Sampling impacts ]
86.95/87.84	c [ Sampling la ]
86.95/87.84	c [ SamplingScores: ]
86.95/87.84	c [ domwdeg+min = 8.6069e-107 | domwdeg+rnd = 3.64281e-93 ]
86.95/87.84	c [ impacts+min = 5.47036e-23 | impacts+rnd = 4.7348e-19 ]
86.95/87.84	c [ la+min = 5.32603e-05 | la+rnd = 2.42269e-27 ]
86.95/87.84	c [ domwdeg = 1.8214e-93 | impacts = 2.36767e-19 | la = 2.66301e-05 ]
86.95/87.84	c [ min = 1.77534e-05 | rand = 2.36767e-19 ]
86.95/87.84	c [ restarting at (2.26378,7.7011e-23) ]
92.99/93.94	c [ restarting at (5.65945,4.68685e-37) ]
108.05/109.16	c [ restarting at (14.1486,1.06703e-25) ]
145.80/147.21	c [ restarting at (35.3716,4.68676e-37) ]
239.73/242.03	c [ restarting at (88.4289,5.9267e-45) ]
474.56/479.08	c [ restarting at (221.072,1.55942e-22) ]
1061.50/1071.42	c [ restarting at (552.681,4.81419e-37) ]
1444.72/1458.25	c [ restarting at (1381.7,2.25265e-43) ]

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.00 4/81 22461
/proc/meminfo: memFree=1093840/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=1056 CPUtime=0
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 40 0 0 0 0 0 0 0 20 0 1 0 1993013897 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 11952427 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 264 26 20 235 0 3 0

[startup+0.0842779 s]
/proc/loadavg: 2.00 2.03 2.00 4/81 22461
/proc/meminfo: memFree=1093840/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=287504 CPUtime=0.06
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 928 0 0 0 6 0 0 0 18 0 1 0 1993013897 294404096 769 996147200 134512640 135477443 4294956224 18446744073709551615 134673680 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 71876 769 464 235 0 70577 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 287504

[startup+0.106826 s]
/proc/loadavg: 2.00 2.03 2.00 4/81 22461
/proc/meminfo: memFree=1093840/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=287504 CPUtime=0.08
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 1054 0 0 0 8 0 0 0 18 0 1 0 1993013897 294404096 775 996147200 134512640 135477443 4294956224 18446744073709551615 135270952 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 71876 775 464 235 0 70577 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 287504

[startup+0.301306 s]
/proc/loadavg: 2.00 2.03 2.00 4/81 22461
/proc/meminfo: memFree=1093840/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=288296 CPUtime=0.28
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 2596 0 0 0 27 1 0 0 19 0 1 0 1993013897 295215104 1003 996147200 134512640 135477443 4294956224 18446744073709551615 135269570 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 72074 1003 464 235 0 70775 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 288296

[startup+0.701971 s]
/proc/loadavg: 2.00 2.03 2.00 4/81 22461
/proc/meminfo: memFree=1093840/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=289748 CPUtime=0.68
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 5735 0 0 0 65 3 0 0 23 0 1 0 1993013897 296701952 1478 996147200 134512640 135477443 4294956224 18446744073709551615 135213297 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 72437 1478 464 235 0 71138 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 289748

[startup+1.5015 s]
/proc/loadavg: 2.08 2.04 2.01 3/82 22462
/proc/meminfo: memFree=1088200/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=292652 CPUtime=1.46
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 12078 0 0 0 141 5 0 0 25 0 1 0 1993013897 299675648 2395 996147200 134512640 135477443 4294956224 18446744073709551615 135270274 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 73163 2395 464 235 0 71864 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 292652

[startup+3.10175 s]
/proc/loadavg: 2.08 2.04 2.01 4/82 22462
/proc/meminfo: memFree=1082952/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=298592 CPUtime=3.06
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 24793 0 0 0 293 13 0 0 25 0 1 0 1993013897 305758208 4261 996147200 134512640 135477443 4294956224 18446744073709551615 135207649 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 74648 4261 464 235 0 73349 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 298592

[startup+6.30128 s]
/proc/loadavg: 2.08 2.04 2.01 3/82 22462
/proc/meminfo: memFree=1073032/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=6.22
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30382 0 0 0 606 16 0 0 25 0 1 0 1993013897 118505472 5606 996147200 134512640 135477443 4294956224 18446744073709551615 134990342 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5606 513 235 0 27633 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 115728

[startup+12.7013 s]
/proc/loadavg: 2.07 2.04 2.00 3/82 22468
/proc/meminfo: memFree=1072880/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=12.54
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30387 0 0 0 1238 16 0 0 25 0 1 0 1993013897 118505472 5611 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5611 513 235 0 27633 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 115728

[startup+25.5013 s]
/proc/loadavg: 2.06 2.04 2.00 4/82 22468
/proc/meminfo: memFree=1072896/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=25.22
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30420 0 0 0 2506 16 0 0 25 0 1 0 1993013897 118505472 5644 996147200 134512640 135477443 4294956224 18446744073709551615 134990319 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5644 513 235 0 27633 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 115728

[startup+51.1022 s]
/proc/loadavg: 2.03 2.03 2.00 4/82 22468
/proc/meminfo: memFree=1072768/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=50.59
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30439 0 0 0 5042 17 0 0 25 0 1 0 1993013897 118505472 5663 996147200 134512640 135477443 4294956224 18446744073709551615 134990321 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5663 513 235 0 27633 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 115728

[startup+102.307 s]
/proc/loadavg: 2.01 2.03 2.00 3/82 22468
/proc/meminfo: memFree=1072128/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=101.32
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30547 0 0 0 10115 17 0 0 25 0 1 0 1993013897 118505472 5771 996147200 134512640 135477443 4294956224 18446744073709551615 13254390 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5771 514 235 0 27633 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 115728

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 4/82 22468
/proc/meminfo: memFree=1071936/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=160.76
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30594 0 0 0 16059 17 0 0 25 0 1 0 1993013897 118505472 5818 996147200 134512640 135477443 4294956224 18446744073709551615 134583610 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5818 514 235 0 27633 0
Current children cumulated CPU time (s) 160.76
Current children cumulated vsize (KiB) 115728

[startup+222.305 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 22468
/proc/meminfo: memFree=1071872/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=220.21
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30594 0 0 0 22004 17 0 0 25 0 1 0 1993013897 118505472 5818 996147200 134512640 135477443 4294956224 18446744073709551615 134673677 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5818 514 235 0 27633 0
Current children cumulated CPU time (s) 220.21
Current children cumulated vsize (KiB) 115728

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 22468
/proc/meminfo: memFree=1071872/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=279.66
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30594 0 0 0 27949 17 0 0 25 0 1 0 1993013897 118505472 5818 996147200 134512640 135477443 4294956224 18446744073709551615 134673693 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5818 514 235 0 27633 0
Current children cumulated CPU time (s) 279.66
Current children cumulated vsize (KiB) 115728

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22468
/proc/meminfo: memFree=1071752/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=339.11
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30594 0 0 0 33894 17 0 0 25 0 1 0 1993013897 118505472 5818 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5818 514 235 0 27633 0
Current children cumulated CPU time (s) 339.11
Current children cumulated vsize (KiB) 115728

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22468
/proc/meminfo: memFree=1071752/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=398.56
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30595 0 0 0 39839 17 0 0 25 0 1 0 1993013897 118505472 5819 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5819 514 235 0 27633 0
Current children cumulated CPU time (s) 398.56
Current children cumulated vsize (KiB) 115728

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 22468
/proc/meminfo: memFree=1071752/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=458.01
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30595 0 0 0 45783 18 0 0 25 0 1 0 1993013897 118505472 5819 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5819 514 235 0 27633 0
Current children cumulated CPU time (s) 458.01
Current children cumulated vsize (KiB) 115728

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22468
/proc/meminfo: memFree=1071752/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=517.47
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30595 0 0 0 51729 18 0 0 25 0 1 0 1993013897 118505472 5819 996147200 134512640 135477443 4294956224 18446744073709551615 135268532 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5819 514 235 0 27633 0
Current children cumulated CPU time (s) 517.47
Current children cumulated vsize (KiB) 115728

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22468
/proc/meminfo: memFree=1071752/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=576.91
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30595 0 0 0 57673 18 0 0 25 0 1 0 1993013897 118505472 5819 996147200 134512640 135477443 4294956224 18446744073709551615 134583584 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5819 514 235 0 27633 0
Current children cumulated CPU time (s) 576.91
Current children cumulated vsize (KiB) 115728

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22468
/proc/meminfo: memFree=1071688/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=636.36
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30595 0 0 0 63618 18 0 0 25 0 1 0 1993013897 118505472 5819 996147200 134512640 135477443 4294956224 18446744073709551615 134922267 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5819 514 235 0 27633 0
Current children cumulated CPU time (s) 636.36
Current children cumulated vsize (KiB) 115728


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

[startup+882.305 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22468
/proc/meminfo: memFree=1071432/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=874.14
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30595 0 0 0 87396 18 0 0 25 0 1 0 1993013897 118505472 5819 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5819 514 235 0 27633 0
Current children cumulated CPU time (s) 874.14
Current children cumulated vsize (KiB) 115728

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22468
/proc/meminfo: memFree=1071368/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=933.59
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30595 0 0 0 93341 18 0 0 25 0 1 0 1993013897 118505472 5819 996147200 134512640 135477443 4294956224 18446744073709551615 134583584 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5819 514 235 0 27633 0
Current children cumulated CPU time (s) 933.59
Current children cumulated vsize (KiB) 115728

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22468
/proc/meminfo: memFree=1071368/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=993.03
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30595 0 0 0 99285 18 0 0 25 0 1 0 1993013897 118505472 5819 996147200 134512640 135477443 4294956224 18446744073709551615 135270190 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5819 514 235 0 27633 0
Current children cumulated CPU time (s) 993.03
Current children cumulated vsize (KiB) 115728

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 22468
/proc/meminfo: memFree=1071368/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=1052.48
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30595 0 0 0 105230 18 0 0 25 0 1 0 1993013897 118505472 5819 996147200 134512640 135477443 4294956224 18446744073709551615 134922301 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5819 514 235 0 27633 0
Current children cumulated CPU time (s) 1052.48
Current children cumulated vsize (KiB) 115728

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22468
/proc/meminfo: memFree=1071368/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=1111.92
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30595 0 0 0 111174 18 0 0 25 0 1 0 1993013897 118505472 5819 996147200 134512640 135477443 4294956224 18446744073709551615 134990321 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5819 514 235 0 27633 0
Current children cumulated CPU time (s) 1111.92
Current children cumulated vsize (KiB) 115728

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22468
/proc/meminfo: memFree=1071368/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=1171.38
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30595 0 0 0 117120 18 0 0 25 0 1 0 1993013897 118505472 5819 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5819 514 235 0 27633 0
Current children cumulated CPU time (s) 1171.38
Current children cumulated vsize (KiB) 115728

[startup+1242.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/82 22468
/proc/meminfo: memFree=1071176/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=1230.82
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30595 0 0 0 123064 18 0 0 25 0 1 0 1993013897 118505472 5819 996147200 134512640 135477443 4294956224 18446744073709551615 134673680 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5819 514 235 0 27633 0
Current children cumulated CPU time (s) 1230.82
Current children cumulated vsize (KiB) 115728

[startup+1302.3 s]
/proc/loadavg: 2.38 2.10 2.03 3/82 22468
/proc/meminfo: memFree=1071048/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=1290.27
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30595 0 0 0 129009 18 0 0 25 0 1 0 1993013897 118505472 5819 996147200 134512640 135477443 4294956224 18446744073709551615 134990309 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5819 514 235 0 27633 0
Current children cumulated CPU time (s) 1290.27
Current children cumulated vsize (KiB) 115728

[startup+1362.3 s]
/proc/loadavg: 2.28 2.14 2.04 4/82 22468
/proc/meminfo: memFree=1071048/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=1349.71
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30595 0 0 0 134953 18 0 0 25 0 1 0 1993013897 118505472 5819 996147200 134512640 135477443 4294956224 18446744073709551615 134990241 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5819 514 235 0 27633 0
Current children cumulated CPU time (s) 1349.71
Current children cumulated vsize (KiB) 115728

[startup+1422.31 s]
/proc/loadavg: 2.10 2.11 2.04 4/82 22468
/proc/meminfo: memFree=1071048/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=1409.17
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30596 0 0 0 140899 18 0 0 25 0 1 0 1993013897 118505472 5820 996147200 134512640 135477443 4294956224 18446744073709551615 134583600 0 0 4096 0 0 0 0 17 1 0 0
/proc/22461/statm: 28932 5820 514 235 0 27633 0
Current children cumulated CPU time (s) 1409.17
Current children cumulated vsize (KiB) 115728

[startup+1482.3 s]
/proc/loadavg: 1.98 2.07 2.03 3/73 22498
/proc/meminfo: memFree=1758680/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=1468.82
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30600 0 0 0 146863 19 0 0 25 0 1 0 1993013897 118505472 5824 996147200 134512640 135477443 4294956224 18446744073709551615 134922252 0 0 4096 0 0 0 0 17 0 0 0
/proc/22461/statm: 28932 5824 514 235 0 27633 0
Current children cumulated CPU time (s) 1468.82
Current children cumulated vsize (KiB) 115728

[startup+1542.3 s]
/proc/loadavg: 1.99 2.06 2.02 3/73 22498
/proc/meminfo: memFree=1758616/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=1528.79
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30600 0 0 0 152860 19 0 0 25 0 1 0 1993013897 118505472 5824 996147200 134512640 135477443 4294956224 18446744073709551615 134927359 0 0 4096 0 0 0 0 17 0 0 0
/proc/22461/statm: 28932 5824 514 235 0 27633 0
Current children cumulated CPU time (s) 1528.79
Current children cumulated vsize (KiB) 115728

[startup+1602.3 s]
/proc/loadavg: 1.99 2.04 2.02 3/73 22498
/proc/meminfo: memFree=1758616/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=1588.76
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30632 0 0 0 158857 19 0 0 25 0 1 0 1993013897 118505472 5856 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 0 0 0
/proc/22461/statm: 28932 5856 514 235 0 27633 0
Current children cumulated CPU time (s) 1588.76
Current children cumulated vsize (KiB) 115728

[startup+1662.3 s]
/proc/loadavg: 1.99 2.03 2.01 3/73 22498
/proc/meminfo: memFree=1758488/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=1648.74
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30636 0 0 0 164855 19 0 0 25 0 1 0 1993013897 118505472 5860 996147200 134512640 135477443 4294956224 18446744073709551615 134990314 0 0 4096 0 0 0 0 17 0 0 0
/proc/22461/statm: 28932 5860 514 235 0 27633 0
Current children cumulated CPU time (s) 1648.74
Current children cumulated vsize (KiB) 115728

[startup+1722.3 s]
/proc/loadavg: 1.99 2.02 2.00 3/73 22498
/proc/meminfo: memFree=1758424/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=1708.71
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30641 0 0 0 170852 19 0 0 25 0 1 0 1993013897 118505472 5865 996147200 134512640 135477443 4294956224 18446744073709551615 134934768 0 0 4096 0 0 0 0 17 0 0 0
/proc/22461/statm: 28932 5865 514 235 0 27633 0
Current children cumulated CPU time (s) 1708.71
Current children cumulated vsize (KiB) 115728

[startup+1782.3 s]
/proc/loadavg: 1.99 2.02 2.00 3/73 22498
/proc/meminfo: memFree=1758232/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=1768.68
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30641 0 0 0 176849 19 0 0 25 0 1 0 1993013897 118505472 5865 996147200 134512640 135477443 4294956224 18446744073709551615 134927359 0 0 4096 0 0 0 0 17 0 0 0
/proc/22461/statm: 28932 5865 514 235 0 27633 0
Current children cumulated CPU time (s) 1768.68
Current children cumulated vsize (KiB) 115728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.7 s]
/proc/loadavg: 1.99 2.02 2.00 3/73 22498
/proc/meminfo: memFree=1758232/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=1800.07
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30641 0 0 0 179988 19 0 0 25 0 1 0 1993013897 118505472 5865 996147200 134512640 135477443 4294956224 18446744073709551615 134606540 0 0 4096 0 0 0 0 17 0 0 0
/proc/22461/statm: 28932 5865 514 235 0 27633 0
Current children cumulated CPU time (s) 1800.07
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+1813.7 s]
/proc/loadavg: 1.99 2.02 2.00 3/73 22498
/proc/meminfo: memFree=1758232/2055920 swapFree=4179736/4192956
[pid=22461] ppid=22459 vsize=115728 CPUtime=1800.07
/proc/22461/stat : 22461 (casperzao) R 22459 22461 19454 0 -1 4194304 30641 0 0 0 179988 19 0 0 25 0 1 0 1993013897 118505472 5865 996147200 134512640 135477443 4294956224 18446744073709551615 134606540 0 0 4096 0 0 0 0 17 0 0 0
/proc/22461/statm: 28932 5865 514 235 0 27633 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 115728

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.71
CPU time (s): 1800.09
CPU user time (s): 1799.88
CPU system time (s): 0.203968
CPU usage (%): 99.2489
Max. virtual memory (cumulated for all children) (KiB): 300440

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

runsolver used 2.10068 second user time and 5.49017 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-04 05:00:50
IDJOB=1064303
IDBENCH=54935
IDSOLVER=361
FILE ID=node69/1064303-1215140450
PBS_JOBID= 7877281
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d06c404729772397116756d2a12b34b6
RANDOM SEED=1464159404

node69.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1094320 kB
Buffers:          8880 kB
Cached:         120820 kB
SwapCached:       7048 kB
Active:         850848 kB
Inactive:        51932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1094320 kB
SwapTotal:     4192956 kB
SwapFree:      4179736 kB
Dirty:            3068 kB
Writeback:           0 kB
Mapped:         789140 kB
Slab:            42512 kB
Committed_AS:  4645140 kB
PageTables:       3456 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= 66552 MiB
End job on node69 at 2008-07-04 05:31:06