Trace number 1082439

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.02 1811.22

General information on the benchmark

Namecsp/super-os/super-os-taillard-10/
normalized-super-os-taillard-10-24.xml
MD5SUM9306ef7954ddac95b00e0f57746494c3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.66675
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Maximum constraint arity2
Maximum domain size548
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.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
5.76/5.84	c [ NumberOfVariables = 200 ]
5.76/5.84	c [ NumberOfConstraints = 2800 ]
5.76/5.84	c [ SizeOfSearchSpace(log2) = 1793.41 ]
5.76/5.84	c SymmetrySearch = 1
5.85/5.92	c InitialPropagation = 1
5.85/5.93	c [ SizeOfSearchSpace(log2) = 1793.41 ]
5.85/5.93	c InitialSAC = 1
5.85/5.95	c [ SizeOfSearchSpace(log2) = 1793.41 ]
5.85/5.95	c Search(SampleFF) : 
93.87/94.57	c [ Sampling domwdeg ]
93.87/94.57	c [ Sampling impacts ]
93.87/94.57	c [ Sampling la ]
93.87/94.57	c [ SamplingScores: ]
93.87/94.57	c [ domwdeg+min = 3.33008e-13 | domwdeg+rnd = 8.62199e-10 ]
93.87/94.57	c [ impacts+min = 6.63986e-27 | impacts+rnd = 4.41734e-10 ]
93.87/94.57	c [ la+min = 6.89273e-14 | la+rnd = 1.6884e-06 ]
93.87/94.57	c [ domwdeg = 4.31266e-10 | impacts = 2.20867e-10 | la = 8.442e-07 ]
93.87/94.57	c [ min = 1.33979e-13 | rand = 2.20867e-10 ]
93.87/94.57	c [ restarting at (4.52802,1.60558e-08) ]
105.18/105.93	c [ restarting at (11.3201,3.98023e-06) ]
133.27/134.25	c [ restarting at (28.3001,2.41252e-08) ]
203.52/205.05	c [ restarting at (70.7504,1.82669e-07) ]
379.14/382.06	c [ restarting at (176.876,1.25372e-05) ]
1013.64/1021.61	c [ restarting at (442.19,4.76655e-06) ]

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

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.95 1.96 1.98 4/85 24943
/proc/meminfo: memFree=1364432/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=1056 CPUtime=0
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 2001237123 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 11932452 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 264 26 20 235 0 3 0

[startup+0.180867 s]
/proc/loadavg: 1.95 1.96 1.98 4/85 24943
/proc/meminfo: memFree=1364432/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=194012 CPUtime=0.16
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 2186 0 0 0 16 0 0 0 18 0 1 0 2001237123 198668288 820 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 25065 820 455 235 0 23766 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 194012

[startup+0.201868 s]
/proc/loadavg: 1.95 1.96 1.98 4/85 24943
/proc/meminfo: memFree=1364432/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=287900 CPUtime=0.18
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 2536 0 0 0 18 0 0 0 18 0 1 0 2001237123 294809600 862 996147200 134512640 135477443 4294956224 18446744073709551615 135268132 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 71975 863 455 235 0 70676 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 287900

[startup+0.301887 s]
/proc/loadavg: 1.95 1.96 1.98 4/85 24943
/proc/meminfo: memFree=1364432/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=288428 CPUtime=0.28
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 4040 0 0 0 27 1 0 0 19 0 1 0 2001237123 295350272 1002 996147200 134512640 135477443 4294956224 18446744073709551615 135251791 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 72107 1003 455 235 0 70808 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 288428

[startup+0.701958 s]
/proc/loadavg: 1.95 1.96 1.98 4/85 24943
/proc/meminfo: memFree=1364432/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=290408 CPUtime=0.69
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 10271 0 0 0 65 4 0 0 23 0 1 0 2001237123 297377792 1530 996147200 134512640 135477443 4294956224 18446744073709551615 135268706 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 72602 1531 455 235 0 71303 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 290408

[startup+1.5011 s]
/proc/loadavg: 1.95 1.96 1.98 3/86 24944
/proc/meminfo: memFree=1357896/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=294368 CPUtime=1.48
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 22559 0 0 0 137 11 0 0 25 0 1 0 2001237123 301432832 2593 996147200 134512640 135477443 4294956224 18446744073709551615 135268706 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 65779 2584 455 235 0 64480 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 294368

[startup+3.10238 s]
/proc/loadavg: 1.95 1.96 1.98 3/86 24944
/proc/meminfo: memFree=1351944/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=302288 CPUtime=3.08
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 47520 0 0 0 284 24 0 0 25 0 1 0 2001237123 309542912 4683 996147200 134512640 135477443 4294956224 18446744073709551615 135258044 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 75572 4683 455 235 0 74273 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 302288

[startup+6.30196 s]
/proc/loadavg: 1.95 1.96 1.98 3/86 24944
/proc/meminfo: memFree=1334408/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=128588 CPUtime=6.26
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 90387 0 0 0 581 45 0 0 25 0 1 0 2001237123 131674112 8400 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 32147 8400 500 235 0 30848 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 128588

[startup+12.7011 s]
/proc/loadavg: 1.96 1.96 1.98 3/86 24944
/proc/meminfo: memFree=1332424/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=128588 CPUtime=12.63
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 90388 0 0 0 1218 45 0 0 25 0 1 0 2001237123 131674112 8401 996147200 134512640 135477443 4294956224 18446744073709551615 134679130 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 32147 8401 500 235 0 30848 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 128588

[startup+25.5014 s]
/proc/loadavg: 2.05 1.98 1.99 3/94 24998
/proc/meminfo: memFree=1359880/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=128588 CPUtime=25.35
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 90422 0 0 0 2488 47 0 0 25 0 1 0 2001237123 131674112 8435 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32147 8435 500 235 0 30848 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 128588

[startup+51.1019 s]
/proc/loadavg: 1.90 1.95 1.98 3/74 25066
/proc/meminfo: memFree=1444456/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=129776 CPUtime=50.81
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 91337 0 0 0 5033 48 0 0 25 0 1 0 2001237123 132890624 9350 996147200 134512640 135477443 4294956224 18446744073709551615 135268514 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32444 9350 501 235 0 31145 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 129776

[startup+102.302 s]
/proc/loadavg: 1.96 1.95 1.98 3/74 25066
/proc/meminfo: memFree=1439976/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=101.61
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92437 0 0 0 10113 48 0 0 25 0 1 0 2001237123 134250496 10450 996147200 134512640 135477443 4294956224 18446744073709551615 13233915 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10450 502 235 0 31477 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 131104

[startup+162.302 s]
/proc/loadavg: 1.98 1.96 1.98 3/74 25066
/proc/meminfo: memFree=1439336/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=161.16
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92555 0 0 0 16067 49 0 0 25 0 1 0 2001237123 134250496 10568 996147200 134512640 135477443 4294956224 18446744073709551615 135235056 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10568 502 235 0 31477 0
Current children cumulated CPU time (s) 161.16
Current children cumulated vsize (KiB) 131104

[startup+222.305 s]
/proc/loadavg: 1.99 1.96 1.98 3/74 25066
/proc/meminfo: memFree=1439016/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=220.69
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92626 0 0 0 22020 49 0 0 25 0 1 0 2001237123 134250496 10639 996147200 134512640 135477443 4294956224 18446744073709551615 134583088 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10639 502 235 0 31477 0
Current children cumulated CPU time (s) 220.69
Current children cumulated vsize (KiB) 131104

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/74 25066
/proc/meminfo: memFree=1438952/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=280.22
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92626 0 0 0 27973 49 0 0 25 0 1 0 2001237123 134250496 10639 996147200 134512640 135477443 4294956224 18446744073709551615 135235221 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10639 502 235 0 31477 0
Current children cumulated CPU time (s) 280.22
Current children cumulated vsize (KiB) 131104

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/74 25066
/proc/meminfo: memFree=1438824/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=339.75
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92660 0 0 0 33926 49 0 0 25 0 1 0 2001237123 134250496 10673 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10673 502 235 0 31477 0
Current children cumulated CPU time (s) 339.75
Current children cumulated vsize (KiB) 131104

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/74 25066
/proc/meminfo: memFree=1438696/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=399.29
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92678 0 0 0 39880 49 0 0 25 0 1 0 2001237123 134250496 10691 996147200 134512640 135477443 4294956224 18446744073709551615 134923145 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10691 502 235 0 31477 0
Current children cumulated CPU time (s) 399.29
Current children cumulated vsize (KiB) 131104

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/74 25066
/proc/meminfo: memFree=1438632/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=458.82
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92678 0 0 0 45833 49 0 0 25 0 1 0 2001237123 134250496 10691 996147200 134512640 135477443 4294956224 18446744073709551615 135235224 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10691 502 235 0 31477 0
Current children cumulated CPU time (s) 458.82
Current children cumulated vsize (KiB) 131104

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/74 25066
/proc/meminfo: memFree=1438568/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=518.37
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92678 0 0 0 51787 50 0 0 25 0 1 0 2001237123 134250496 10691 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10691 502 235 0 31477 0
Current children cumulated CPU time (s) 518.37
Current children cumulated vsize (KiB) 131104

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/74 25066
/proc/meminfo: memFree=1438568/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=577.9
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92678 0 0 0 57740 50 0 0 25 0 1 0 2001237123 134250496 10691 996147200 134512640 135477443 4294956224 18446744073709551615 135235038 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10691 502 235 0 31477 0
Current children cumulated CPU time (s) 577.9
Current children cumulated vsize (KiB) 131104

[startup+642.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/74 25072
/proc/meminfo: memFree=1438376/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=637.42
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92678 0 0 0 63692 50 0 0 25 0 1 0 2001237123 134250496 10691 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10691 502 235 0 31477 0
Current children cumulated CPU time (s) 637.42
Current children cumulated vsize (KiB) 131104


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

[startup+882.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/74 25568
/proc/meminfo: memFree=1400616/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=874.4
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92762 0 0 0 87387 53 0 0 25 0 1 0 2001237123 134250496 10775 996147200 134512640 135477443 4294956224 18446744073709551615 135269552 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 32776 10775 502 235 0 31477 0
Current children cumulated CPU time (s) 874.4
Current children cumulated vsize (KiB) 131104

[startup+942.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 25568
/proc/meminfo: memFree=1400552/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=934.37
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92768 0 0 0 93384 53 0 0 25 0 1 0 2001237123 134250496 10781 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 32776 10781 502 235 0 31477 0
Current children cumulated CPU time (s) 934.37
Current children cumulated vsize (KiB) 131104

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 25568
/proc/meminfo: memFree=1400424/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=994.35
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92791 0 0 0 99382 53 0 0 25 0 1 0 2001237123 134250496 10804 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/24943/statm: 32776 10804 502 235 0 31477 0
Current children cumulated CPU time (s) 994.35
Current children cumulated vsize (KiB) 131104

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 25595
/proc/meminfo: memFree=1378856/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=1054.17
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92852 0 0 0 105363 54 0 0 25 0 1 0 2001237123 134250496 10865 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10865 502 235 0 31477 0
Current children cumulated CPU time (s) 1054.17
Current children cumulated vsize (KiB) 131104

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 25595
/proc/meminfo: memFree=1378600/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=1113.92
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92852 0 0 0 111338 54 0 0 25 0 1 0 2001237123 134250496 10865 996147200 134512640 135477443 4294956224 18446744073709551615 135272086 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10865 502 235 0 31477 0
Current children cumulated CPU time (s) 1113.92
Current children cumulated vsize (KiB) 131104

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 25595
/proc/meminfo: memFree=1378536/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=1173.67
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92852 0 0 0 117313 54 0 0 25 0 1 0 2001237123 134250496 10865 996147200 134512640 135477443 4294956224 18446744073709551615 12141184 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10865 502 235 0 31477 0
Current children cumulated CPU time (s) 1173.67
Current children cumulated vsize (KiB) 131104

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 25595
/proc/meminfo: memFree=1377832/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=1233.42
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92852 0 0 0 123288 54 0 0 25 0 1 0 2001237123 134250496 10865 996147200 134512640 135477443 4294956224 18446744073709551615 135269570 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10865 502 235 0 31477 0
Current children cumulated CPU time (s) 1233.42
Current children cumulated vsize (KiB) 131104

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 25595
/proc/meminfo: memFree=1377640/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=1293.18
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92852 0 0 0 129264 54 0 0 25 0 1 0 2001237123 134250496 10865 996147200 134512640 135477443 4294956224 18446744073709551615 135235231 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10865 502 235 0 31477 0
Current children cumulated CPU time (s) 1293.18
Current children cumulated vsize (KiB) 131104

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 25595
/proc/meminfo: memFree=1377704/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=1352.93
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92852 0 0 0 135239 54 0 0 25 0 1 0 2001237123 134250496 10865 996147200 134512640 135477443 4294956224 18446744073709551615 134923168 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10865 502 235 0 31477 0
Current children cumulated CPU time (s) 1352.93
Current children cumulated vsize (KiB) 131104

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 25595
/proc/meminfo: memFree=1377640/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=1412.69
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92852 0 0 0 141215 54 0 0 25 0 1 0 2001237123 134250496 10865 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10865 502 235 0 31477 0
Current children cumulated CPU time (s) 1412.69
Current children cumulated vsize (KiB) 131104

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 25595
/proc/meminfo: memFree=1377640/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=1472.45
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92852 0 0 0 147190 55 0 0 25 0 1 0 2001237123 134250496 10865 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10865 502 235 0 31477 0
Current children cumulated CPU time (s) 1472.45
Current children cumulated vsize (KiB) 131104

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 25595
/proc/meminfo: memFree=1377640/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=1532.21
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92852 0 0 0 153166 55 0 0 25 0 1 0 2001237123 134250496 10865 996147200 134512640 135477443 4294956224 18446744073709551615 135235211 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10865 502 235 0 31477 0
Current children cumulated CPU time (s) 1532.21
Current children cumulated vsize (KiB) 131104

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 25595
/proc/meminfo: memFree=1377640/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=1591.96
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92852 0 0 0 159141 55 0 0 25 0 1 0 2001237123 134250496 10865 996147200 134512640 135477443 4294956224 18446744073709551615 135235244 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10865 502 235 0 31477 0
Current children cumulated CPU time (s) 1591.96
Current children cumulated vsize (KiB) 131104

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 25595
/proc/meminfo: memFree=1377640/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=1651.71
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92852 0 0 0 165116 55 0 0 25 0 1 0 2001237123 134250496 10865 996147200 134512640 135477443 4294956224 18446744073709551615 13242548 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10865 502 235 0 31477 0
Current children cumulated CPU time (s) 1651.71
Current children cumulated vsize (KiB) 131104

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 25595
/proc/meminfo: memFree=1377576/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=1711.46
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92852 0 0 0 171091 55 0 0 25 0 1 0 2001237123 134250496 10865 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10865 502 235 0 31477 0
Current children cumulated CPU time (s) 1711.46
Current children cumulated vsize (KiB) 131104

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 25595
/proc/meminfo: memFree=1377384/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=1771.21
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92852 0 0 0 177066 55 0 0 25 0 1 0 2001237123 134250496 10865 996147200 134512640 135477443 4294956224 18446744073709551615 135268497 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10865 502 235 0 31477 0
Current children cumulated CPU time (s) 1771.21
Current children cumulated vsize (KiB) 131104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 25595
/proc/meminfo: memFree=1377384/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=1800
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92852 0 0 0 179944 56 0 0 25 0 1 0 2001237123 134250496 10865 996147200 134512640 135477443 4294956224 18446744073709551615 134679104 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10865 502 235 0 31477 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 131104

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

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

[startup+1811.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 25595
/proc/meminfo: memFree=1377384/2055920 swapFree=4179784/4192956
[pid=24943] ppid=24941 vsize=131104 CPUtime=1800
/proc/24943/stat : 24943 (casperzao) R 24941 24943 23668 0 -1 4194304 92852 0 0 0 179944 56 0 0 25 0 1 0 2001237123 134250496 10865 996147200 134512640 135477443 4294956224 18446744073709551615 134679104 0 0 4096 0 0 0 0 17 0 0 0
/proc/24943/statm: 32776 10865 502 235 0 31477 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 131104

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1811.22
CPU time (s): 1800.02
CPU user time (s): 1799.45
CPU system time (s): 0.567913
CPU usage (%): 99.3816
Max. virtual memory (cumulated for all children) (KiB): 315884

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

runsolver used 1.68274 second user time and 4.93225 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-05 03:50:55
IDJOB=1082439
IDBENCH=57251
IDSOLVER=361
FILE ID=node56/1082439-1215222655
PBS_JOBID= 7881797
Free space on /tmp= 103240 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9306ef7954ddac95b00e0f57746494c3
RANDOM SEED=1105936861

node56.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.265
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	: 5931.00
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.265
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:       1364912 kB
Buffers:         11164 kB
Cached:         485572 kB
SwapCached:       7076 kB
Active:         195472 kB
Inactive:       439724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1364912 kB
SwapTotal:     4192956 kB
SwapFree:      4179784 kB
Dirty:            3484 kB
Writeback:           0 kB
Mapped:         149996 kB
Slab:            40796 kB
Committed_AS:  4672744 kB
PageTables:       2152 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= 103232 MiB
End job on node56 at 2008-07-05 04:21:09