Trace number 1082481

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.05 1803.21

General information on the benchmark

Namecsp/super-os/super-os-taillard-10/
normalized-super-os-taillard-10-11.xml
MD5SUM58b76529f110bf666837f8cb6f5feb85
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.5406
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Maximum constraint arity2
Maximum domain size675
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2800
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.07/0.08	c Building = 1
5.69/5.77	c [ NumberOfVariables = 200 ]
5.69/5.77	c [ NumberOfConstraints = 2800 ]
5.69/5.77	c [ SizeOfSearchSpace(log2) = 1855.95 ]
5.69/5.77	c SymmetrySearch = 1
5.79/5.84	c InitialPropagation = 1
5.79/5.84	c [ SizeOfSearchSpace(log2) = 1855.95 ]
5.79/5.84	c InitialSAC = 1
5.79/5.86	c [ SizeOfSearchSpace(log2) = 1855.95 ]
5.79/5.86	c Search(SampleFF) : 
102.75/102.83	c [ Sampling domwdeg ]
102.75/102.83	c [ Sampling impacts ]
102.75/102.83	c [ Sampling la ]
102.75/102.83	c [ SamplingScores: ]
102.75/102.83	c [ domwdeg+min = 7.8098e-69 | domwdeg+rnd = 1.15659e-15 ]
102.75/102.83	c [ impacts+min = 1.08982e-55 | impacts+rnd = 4.40255e-10 ]
102.75/102.83	c [ la+min = 3.65161e-18 | la+rnd = 2.68751e-09 ]
102.75/102.83	c [ domwdeg = 5.78293e-16 | impacts = 2.20128e-10 | la = 1.34376e-09 ]
102.75/102.83	c [ min = 1.2172e-18 | rand = 2.20128e-10 ]
102.75/102.83	c [ restarting at (4.52802,1.33473e-11) ]
114.14/114.22	c [ restarting at (11.3201,1.24016e-42) ]
142.44/142.58	c [ restarting at (28.3001,7.75013e-06) ]
213.21/213.39	c [ restarting at (70.7504,1.11171e-43) ]
390.32/390.54	c [ restarting at (176.876,2.771e-20) ]
830.36/832.83	c [ restarting at (442.19,1.76194e-09) ]

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

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.85 1.97 1.99 4/81 2793
/proc/meminfo: memFree=1448808/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=5352 CPUtime=0
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 214 0 0 0 0 0 0 0 18 0 1 0 133961547 5480448 189 996147200 134512640 135477443 4294956224 18446744073709551615 10656632 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 1338 189 155 235 0 27 0

[startup+0.076748 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 2793
/proc/meminfo: memFree=1448808/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=6232 CPUtime=0.07
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 677 0 0 0 7 0 0 0 18 0 1 0 133961547 6381568 637 996147200 134512640 135477443 4294956224 18446744073709551615 11122299 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 1558 637 370 235 0 259 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6232

[startup+0.101722 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 2793
/proc/meminfo: memFree=1448808/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=287636 CPUtime=0.09
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 1037 0 0 0 9 0 0 0 18 0 1 0 133961547 294539264 785 996147200 134512640 135477443 4294956224 18446744073709551615 135215692 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 71909 786 455 235 0 70610 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 287636

[startup+0.301741 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 2793
/proc/meminfo: memFree=1448808/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=288428 CPUtime=0.3
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 4277 0 0 0 27 3 0 0 20 0 1 0 133961547 295350272 1002 996147200 134512640 135477443 4294956224 18446744073709551615 135221409 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 72107 1003 455 235 0 70808 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 288428

[startup+0.701779 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 2793
/proc/meminfo: memFree=1448808/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=290540 CPUtime=0.69
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 10700 0 0 0 63 6 0 0 23 0 1 0 133961547 297512960 1543 996147200 134512640 135477443 4294956224 18446744073709551615 135268706 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 72635 1545 455 235 0 71336 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 290540

[startup+1.50186 s]
/proc/loadavg: 1.85 1.97 1.99 3/82 2794
/proc/meminfo: memFree=1442656/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=294500 CPUtime=1.49
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 23642 0 0 0 137 12 0 0 25 0 1 0 133961547 301568000 2619 996147200 134512640 135477443 4294956224 18446744073709551615 135268132 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 73625 2619 455 235 0 72326 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 294500

[startup+3.10102 s]
/proc/loadavg: 1.85 1.97 1.99 3/82 2794
/proc/meminfo: memFree=1436704/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=302552 CPUtime=3.09
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 49504 0 0 0 284 25 0 0 25 0 1 0 133961547 309813248 4744 996147200 134512640 135477443 4294956224 18446744073709551615 135258730 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 75638 4745 455 235 0 74339 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 302552

[startup+6.30135 s]
/proc/loadavg: 1.86 1.97 1.99 3/82 2794
/proc/meminfo: memFree=1418912/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=128556 CPUtime=6.29
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 92865 0 0 0 582 47 0 0 25 0 1 0 133961547 131641344 8397 996147200 134512640 135477443 4294956224 18446744073709551615 134586017 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32139 8397 500 235 0 30840 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 128556

[startup+12.702 s]
/proc/loadavg: 1.87 1.97 1.99 4/82 2794
/proc/meminfo: memFree=1416616/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=128556 CPUtime=12.68
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 92869 0 0 0 1221 47 0 0 25 0 1 0 133961547 131641344 8401 996147200 134512640 135477443 4294956224 18446744073709551615 135208645 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32139 8401 500 235 0 30840 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 128556

[startup+25.5013 s]
/proc/loadavg: 1.90 1.97 1.99 3/82 2794
/proc/meminfo: memFree=1416680/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=128556 CPUtime=25.48
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 92940 0 0 0 2501 47 0 0 25 0 1 0 133961547 131641344 8472 996147200 134512640 135477443 4294956224 18446744073709551615 134673690 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32139 8472 500 235 0 30840 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 128556

[startup+51.1019 s]
/proc/loadavg: 1.93 1.97 1.99 4/82 2794
/proc/meminfo: memFree=1412136/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=130008 CPUtime=51.07
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 94069 0 0 0 5059 48 0 0 25 0 1 0 133961547 133128192 9601 996147200 134512640 135477443 4294956224 18446744073709551615 135268557 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32502 9601 501 235 0 31203 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 130008

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 1.99 3/82 2794
/proc/meminfo: memFree=1406760/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=102.26
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 95397 0 0 0 10177 49 0 0 25 0 1 0 133961547 134750208 10929 996147200 134512640 135477443 4294956224 18446744073709551615 135270176 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 10929 502 235 0 31599 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 131592

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 2794
/proc/meminfo: memFree=1405544/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=162.22
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 95680 0 0 0 16173 49 0 0 25 0 1 0 133961547 134750208 11212 996147200 134512640 135477443 4294956224 18446744073709551615 135234909 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11212 502 235 0 31599 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 131592

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 2794
/proc/meminfo: memFree=1405480/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=222.2
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 95704 0 0 0 22171 49 0 0 25 0 1 0 133961547 134750208 11236 996147200 134512640 135477443 4294956224 18446744073709551615 135268541 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11236 502 235 0 31599 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 131592

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 2794
/proc/meminfo: memFree=1404712/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=282.18
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 95882 0 0 0 28168 50 0 0 25 0 1 0 133961547 134750208 11414 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11414 502 235 0 31599 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 131592

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 2794
/proc/meminfo: memFree=1404520/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=342.16
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 95922 0 0 0 34166 50 0 0 25 0 1 0 133961547 134750208 11454 996147200 134512640 135477443 4294956224 18446744073709551615 10895024 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11454 502 235 0 31599 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 131592

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 2800
/proc/meminfo: memFree=1404000/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=402.12
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96060 0 0 0 40162 50 0 0 25 0 1 0 133961547 134750208 11592 996147200 134512640 135477443 4294956224 18446744073709551615 134912062 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11592 502 235 0 31599 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 131592

[startup+462.302 s]
/proc/loadavg: 2.07 2.00 2.00 3/82 3276
/proc/meminfo: memFree=1400992/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=460.01
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96060 0 0 0 45948 53 0 0 25 0 1 0 133961547 134750208 11592 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11592 502 235 0 31599 0
Current children cumulated CPU time (s) 460.01
Current children cumulated vsize (KiB) 131592

[startup+522.302 s]
/proc/loadavg: 2.02 2.00 2.00 3/82 3276
/proc/meminfo: memFree=1401056/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=519.98
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96060 0 0 0 51945 53 0 0 25 0 1 0 133961547 134750208 11592 996147200 134512640 135477443 4294956224 18446744073709551615 11988726 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11592 502 235 0 31599 0
Current children cumulated CPU time (s) 519.98
Current children cumulated vsize (KiB) 131592

[startup+582.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 3276
/proc/meminfo: memFree=1401056/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=579.96
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96060 0 0 0 57943 53 0 0 25 0 1 0 133961547 134750208 11592 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11592 502 235 0 31599 0
Current children cumulated CPU time (s) 579.96
Current children cumulated vsize (KiB) 131592

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 3276
/proc/meminfo: memFree=1401056/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=639.94
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96060 0 0 0 63941 53 0 0 25 0 1 0 133961547 134750208 11592 996147200 134512640 135477443 4294956224 18446744073709551615 135235224 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11592 502 235 0 31599 0
Current children cumulated CPU time (s) 639.94
Current children cumulated vsize (KiB) 131592


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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 3276
/proc/meminfo: memFree=1401064/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=819.87
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96060 0 0 0 81934 53 0 0 25 0 1 0 133961547 134750208 11592 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11592 502 235 0 31599 0
Current children cumulated CPU time (s) 819.87
Current children cumulated vsize (KiB) 131592

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 3276
/proc/meminfo: memFree=1401064/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=879.84
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96060 0 0 0 87931 53 0 0 25 0 1 0 133961547 134750208 11592 996147200 134512640 135477443 4294956224 18446744073709551615 134923168 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11592 502 235 0 31599 0
Current children cumulated CPU time (s) 879.84
Current children cumulated vsize (KiB) 131592

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 3276
/proc/meminfo: memFree=1401064/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=939.82
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96060 0 0 0 93929 53 0 0 25 0 1 0 133961547 134750208 11592 996147200 134512640 135477443 4294956224 18446744073709551615 10896022 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11592 502 235 0 31599 0
Current children cumulated CPU time (s) 939.82
Current children cumulated vsize (KiB) 131592

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 3276
/proc/meminfo: memFree=1401000/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=999.8
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96123 0 0 0 99926 54 0 0 25 0 1 0 133961547 134750208 11655 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11655 502 235 0 31599 0
Current children cumulated CPU time (s) 999.8
Current children cumulated vsize (KiB) 131592

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 3276
/proc/meminfo: memFree=1401000/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=1059.77
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96123 0 0 0 105923 54 0 0 25 0 1 0 133961547 134750208 11655 996147200 134512640 135477443 4294956224 18446744073709551615 134923119 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11655 502 235 0 31599 0
Current children cumulated CPU time (s) 1059.77
Current children cumulated vsize (KiB) 131592

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 3276
/proc/meminfo: memFree=1400936/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=1119.75
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96123 0 0 0 111921 54 0 0 25 0 1 0 133961547 134750208 11655 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11655 502 235 0 31599 0
Current children cumulated CPU time (s) 1119.75
Current children cumulated vsize (KiB) 131592

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 3276
/proc/meminfo: memFree=1400936/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=1179.73
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96123 0 0 0 117919 54 0 0 25 0 1 0 133961547 134750208 11655 996147200 134512640 135477443 4294956224 18446744073709551615 134583606 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11655 502 235 0 31599 0
Current children cumulated CPU time (s) 1179.73
Current children cumulated vsize (KiB) 131592

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 3276
/proc/meminfo: memFree=1400808/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=1239.7
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96123 0 0 0 123916 54 0 0 25 0 1 0 133961547 134750208 11655 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11655 502 235 0 31599 0
Current children cumulated CPU time (s) 1239.7
Current children cumulated vsize (KiB) 131592

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 3276
/proc/meminfo: memFree=1400168/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=1299.68
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96123 0 0 0 129914 54 0 0 25 0 1 0 133961547 134750208 11655 996147200 134512640 135477443 4294956224 18446744073709551615 134923119 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11655 502 235 0 31599 0
Current children cumulated CPU time (s) 1299.68
Current children cumulated vsize (KiB) 131592

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 3276
/proc/meminfo: memFree=1400168/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=1359.65
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96123 0 0 0 135911 54 0 0 25 0 1 0 133961547 134750208 11655 996147200 134512640 135477443 4294956224 18446744073709551615 134695892 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11655 502 235 0 31599 0
Current children cumulated CPU time (s) 1359.65
Current children cumulated vsize (KiB) 131592

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 3276
/proc/meminfo: memFree=1400168/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=1419.63
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96123 0 0 0 141909 54 0 0 25 0 1 0 133961547 134750208 11655 996147200 134512640 135477443 4294956224 18446744073709551615 135235237 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11655 502 235 0 31599 0
Current children cumulated CPU time (s) 1419.63
Current children cumulated vsize (KiB) 131592

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 3276
/proc/meminfo: memFree=1400168/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=1479.61
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96123 0 0 0 147907 54 0 0 25 0 1 0 133961547 134750208 11655 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11655 502 235 0 31599 0
Current children cumulated CPU time (s) 1479.61
Current children cumulated vsize (KiB) 131592

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 3276
/proc/meminfo: memFree=1400104/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=1539.59
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96123 0 0 0 153904 55 0 0 25 0 1 0 133961547 134750208 11655 996147200 134512640 135477443 4294956224 18446744073709551615 134695433 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11655 502 235 0 31599 0
Current children cumulated CPU time (s) 1539.59
Current children cumulated vsize (KiB) 131592

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 3276
/proc/meminfo: memFree=1400040/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=1599.57
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96123 0 0 0 159902 55 0 0 25 0 1 0 133961547 134750208 11655 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11655 502 235 0 31599 0
Current children cumulated CPU time (s) 1599.57
Current children cumulated vsize (KiB) 131592

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 3276
/proc/meminfo: memFree=1400040/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=1659.54
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96123 0 0 0 165899 55 0 0 25 0 1 0 133961547 134750208 11655 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 32898 11655 502 235 0 31599 0
Current children cumulated CPU time (s) 1659.54
Current children cumulated vsize (KiB) 131592

[startup+1722.3 s]
/proc/loadavg: 1.93 1.98 1.99 4/83 3317
/proc/meminfo: memFree=1430440/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=1719.45
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96123 0 0 0 171890 55 0 0 25 0 1 0 133961547 134750208 11655 996147200 134512640 135477443 4294956224 18446744073709551615 11997503 0 0 4096 0 0 0 0 17 1 0 0
/proc/2793/statm: 32898 11655 502 235 0 31599 0
Current children cumulated CPU time (s) 1719.45
Current children cumulated vsize (KiB) 131592

[startup+1782.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/82 3318
/proc/meminfo: memFree=1187176/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=1779.22
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96123 0 0 0 177867 55 0 0 25 0 1 0 133961547 134750208 11655 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/2793/statm: 32898 11655 502 235 0 31599 0
Current children cumulated CPU time (s) 1779.22
Current children cumulated vsize (KiB) 131592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.2 s]
/proc/loadavg: 1.98 1.98 1.99 3/82 3318
/proc/meminfo: memFree=1187048/2055920 swapFree=4192812/4192956
[pid=2793] ppid=2791 vsize=131592 CPUtime=1800.03
/proc/2793/stat : 2793 (casperzao) R 2791 2793 2756 0 -1 4194304 96123 0 0 0 179948 55 0 0 25 0 1 0 133961547 134750208 11655 996147200 134512640 135477443 4294956224 18446744073709551615 134673677 0 0 4096 0 0 0 0 17 1 0 0
/proc/2793/statm: 32898 11655 502 235 0 31599 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 131592

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.21
CPU time (s): 1800.05
CPU user time (s): 1799.49
CPU system time (s): 0.564914
CPU usage (%): 99.8247
Max. virtual memory (cumulated for all children) (KiB): 315620

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

runsolver used 1.48577 second user time and 5.10622 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-05 03:55:14
IDJOB=1082481
IDBENCH=57255
IDSOLVER=361
FILE ID=node27/1082481-1215222914
PBS_JOBID= 7881844
Free space on /tmp= 66464 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-10/normalized-super-os-taillard-10-11.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1082481-1215222914/watcher-1082481-1215222914 -o /tmp/evaluation-result-1082481-1215222914/solver-1082481-1215222914 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1082481-1215222914.xml 816991537 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 58b76529f110bf666837f8cb6f5feb85
RANDOM SEED=816991537

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1449224 kB
Buffers:         90460 kB
Cached:         342224 kB
SwapCached:          0 kB
Active:         227828 kB
Inactive:       301124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1449224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3408 kB
Writeback:           0 kB
Mapped:         117920 kB
Slab:            62996 kB
Committed_AS:   487556 kB
PageTables:       1768 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node27 at 2008-07-05 04:25:19