Trace number 1043952

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 zito? (TO) 1800.06 1825.81

General information on the benchmark

Namecsp/cjss/
normalized-la03x2-593.xml
MD5SUMcceb8e8456edde50ed6b81465ff2edd2
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints105
Maximum constraint arity20
Maximum domain size594
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)cumulative(5)

Solver Data (download as text)

0.00/0.13	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.13	c Parsing = 1
0.00/0.13	c Building = 1
0.00/0.13	c [ NumberOfVariables = 101 ]
0.00/0.13	c [ NumberOfConstraints = 105 ]
0.00/0.13	c [ SizeOfSearchSpace(log2) = 921.432 ]
0.00/0.13	c SymmetrySearch = 1
0.00/0.13	c [ Found 1024 symmetries ]
0.00/0.13	c InitialPropagation = 1
0.00/0.13	c [ SizeOfSearchSpace(log2) = 814.261 ]
0.00/0.13	c InitialSAC = (Timeout)
4.11/4.23	c [ SizeOfSearchSpace(log2) = 810.852 ]
4.11/4.23	c Search(SampleFF) : 
86.82/88.46	c [ Sampling domwdeg ]
86.82/88.46	c [ Sampling impacts ]
86.82/88.46	c [ SamplingScores: ]
86.82/88.46	c [ domwdeg+min = 1.98643e-08 | domwdeg+rnd = 1.46988e-07 ]
86.82/88.46	c [ impacts+min = 0.00112293 | impacts+rnd = 0.000332062 ]
86.82/88.46	c [ la+min = 0 | la+rnd = 0 ]
86.82/88.46	c [ domwdeg = 8.3426e-08 | impacts = 0.000727498 | la = 0 ]
86.82/88.46	c [ min = 0.000374318 | rand = 0.000727498 ]
86.82/88.46	c [ restarting at (3.96356,3.07809e-13) ]
97.24/99.10	c [ restarting at (9.9089,6.25217e-08) ]
123.36/125.68	c [ restarting at (24.7722,3.05496e-18) ]
188.69/192.13	c [ restarting at (61.9306,9.77285e-11) ]
351.96/358.35	c [ restarting at (154.827,9.88577e-06) ]
760.16/773.84	c [ restarting at (387.066,8.49762e-25) ]
1427.30/1452.95	c [ restarting at (967.666,6.28924e-23) ]

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-1043952-1215027283/watcher-1043952-1215027283 -o /tmp/evaluation-result-1043952-1215027283/solver-1043952-1215027283 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1043952-1215027283.xml 431459674 

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.00 2.00 4/92 23825
/proc/meminfo: memFree=1572352/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=18572 CPUtime=0
/proc/23825/stat : 23825 (runsolver) R 23823 23825 21519 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1981701805 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 210824129831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23825/statm: 4643 292 257 25 0 2626 0

[startup+0.133973 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 23825
/proc/meminfo: memFree=1572352/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99444 CPUtime=0.12
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 728 0 0 0 12 0 0 0 19 0 1 0 1981701805 101830656 688 996147200 134512640 135472138 4294956224 18446744073709551615 134943767 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24861 688 506 234 0 23563 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 99444

[startup+0.202777 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 23825
/proc/meminfo: memFree=1572352/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99444 CPUtime=0.19
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 729 0 0 0 19 0 0 0 19 0 1 0 1981701805 101830656 689 996147200 134512640 135472138 4294956224 18446744073709551615 135009093 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24861 689 506 234 0 23563 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 99444

[startup+0.30279 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 23825
/proc/meminfo: memFree=1572352/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99444 CPUtime=0.28
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 731 0 0 0 28 0 0 0 20 0 1 0 1981701805 101830656 691 996147200 134512640 135472138 4294956224 18446744073709551615 11378133 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24861 691 506 234 0 23563 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 99444

[startup+0.702838 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 23825
/proc/meminfo: memFree=1572352/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99444 CPUtime=0.68
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 740 0 0 0 68 0 0 0 23 0 1 0 1981701805 101830656 700 996147200 134512640 135472138 4294956224 18446744073709551615 134941013 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24861 700 506 234 0 23563 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99444

[startup+1.50193 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23826
/proc/meminfo: memFree=1571512/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99444 CPUtime=1.46
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 757 0 0 0 146 0 0 0 25 0 1 0 1981701805 101830656 717 996147200 134512640 135472138 4294956224 18446744073709551615 134943627 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24861 717 506 234 0 23563 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 99444

[startup+3.10113 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23826
/proc/meminfo: memFree=1571320/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99444 CPUtime=3.03
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 787 0 0 0 303 0 0 0 25 0 1 0 1981701805 101830656 747 996147200 134512640 135472138 4294956224 18446744073709551615 134943700 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24861 747 506 234 0 23563 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 99444

[startup+6.30151 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23826
/proc/meminfo: memFree=1570744/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99444 CPUtime=6.17
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 968 0 0 0 617 0 0 0 25 0 1 0 1981701805 101830656 928 996147200 134512640 135472138 4294956224 18446744073709551615 134943723 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24861 928 538 234 0 23563 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 99444

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23826
/proc/meminfo: memFree=1570680/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99444 CPUtime=12.46
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 968 0 0 0 1246 0 0 0 25 0 1 0 1981701805 101830656 928 996147200 134512640 135472138 4294956224 18446744073709551615 134943627 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24861 928 538 234 0 23563 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 99444

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23826
/proc/meminfo: memFree=1570744/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99444 CPUtime=25.03
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 989 0 0 0 2503 0 0 0 25 0 1 0 1981701805 101830656 949 996147200 134512640 135472138 4294956224 18446744073709551615 135202661 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24861 949 538 234 0 23563 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 99444

[startup+51.1019 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23826
/proc/meminfo: memFree=1569656/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=50.18
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1270 0 0 0 5018 0 0 0 25 0 1 0 1981701805 102371328 1230 996147200 134512640 135472138 4294956224 18446744073709551615 134943731 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24993 1230 539 234 0 23695 0
Current children cumulated CPU time (s) 50.18
Current children cumulated vsize (KiB) 99972

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23826
/proc/meminfo: memFree=1568888/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=100.48
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 10048 0 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 100.48
Current children cumulated vsize (KiB) 99972

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23826
/proc/meminfo: memFree=1568824/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=159.42
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 15942 0 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 134925719 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 159.42
Current children cumulated vsize (KiB) 99972

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23826
/proc/meminfo: memFree=1568824/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=218.36
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 21836 0 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 134943752 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 218.36
Current children cumulated vsize (KiB) 99972

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23826
/proc/meminfo: memFree=1568760/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=277.3
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 27730 0 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 12255418 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 277.3
Current children cumulated vsize (KiB) 99972

[startup+342.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23826
/proc/meminfo: memFree=1568696/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=336.24
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 33624 0 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 135265500 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 336.24
Current children cumulated vsize (KiB) 99972

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23826
/proc/meminfo: memFree=1568632/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=395.19
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 39519 0 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 134943740 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 395.19
Current children cumulated vsize (KiB) 99972

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23826
/proc/meminfo: memFree=1568632/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=454.13
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 45413 0 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 135234920 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 454.13
Current children cumulated vsize (KiB) 99972

[startup+522.302 s]
/proc/loadavg: 2.04 2.01 2.00 3/93 23826
/proc/meminfo: memFree=1568696/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=513.08
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 51308 0 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 135266998 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 513.08
Current children cumulated vsize (KiB) 99972

[startup+582.303 s]
/proc/loadavg: 2.01 2.01 2.00 3/93 23828
/proc/meminfo: memFree=1568696/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=572.03
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 57202 1 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 134941182 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 572.03
Current children cumulated vsize (KiB) 99972

[startup+642.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23828
/proc/meminfo: memFree=1568696/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=630.98
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 63097 1 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 134941198 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 630.98
Current children cumulated vsize (KiB) 99972


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

[startup+882.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23828
/proc/meminfo: memFree=1568504/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=866.75
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 86674 1 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 134941004 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 866.75
Current children cumulated vsize (KiB) 99972

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23828
/proc/meminfo: memFree=1568504/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=925.7
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 92569 1 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 11378110 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 925.7
Current children cumulated vsize (KiB) 99972

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23828
/proc/meminfo: memFree=1568504/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=984.64
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 98463 1 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 134886064 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 984.64
Current children cumulated vsize (KiB) 99972

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23828
/proc/meminfo: memFree=1568504/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=1043.59
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 104358 1 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 11378174 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 1043.59
Current children cumulated vsize (KiB) 99972

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23828
/proc/meminfo: memFree=1568504/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=1102.53
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 110252 1 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 11378420 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 1102.53
Current children cumulated vsize (KiB) 99972

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23828
/proc/meminfo: memFree=1568504/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=1161.47
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 116146 1 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 134925899 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 1161.47
Current children cumulated vsize (KiB) 99972

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23828
/proc/meminfo: memFree=1568376/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=1220.42
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 122041 1 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 134897002 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 1220.42
Current children cumulated vsize (KiB) 99972

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23828
/proc/meminfo: memFree=1568376/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=1279.36
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 127935 1 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 135266760 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 1279.36
Current children cumulated vsize (KiB) 99972

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23828
/proc/meminfo: memFree=1568376/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=1338.31
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 133830 1 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 134941349 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 1338.31
Current children cumulated vsize (KiB) 99972

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 23828
/proc/meminfo: memFree=1568376/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=1397.25
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 139724 1 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 134892020 0 0 4096 0 0 0 0 17 1 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 1397.25
Current children cumulated vsize (KiB) 99972

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 23859
/proc/meminfo: memFree=1662816/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=1456.68
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 145667 1 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 134897462 0 0 4096 0 0 0 0 17 0 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 1456.68
Current children cumulated vsize (KiB) 99972

[startup+1542.31 s]
/proc/loadavg: 2.11 2.03 2.01 3/73 23859
/proc/meminfo: memFree=1662304/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=1516.66
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 151665 1 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 1516.66
Current children cumulated vsize (KiB) 99972

[startup+1602.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/73 23865
/proc/meminfo: memFree=1662104/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=1576.63
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 157661 2 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 134941220 0 0 4096 0 0 0 0 17 0 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 1576.63
Current children cumulated vsize (KiB) 99972

[startup+1662.3 s]
/proc/loadavg: 2.12 2.04 2.00 3/73 23865
/proc/meminfo: memFree=1662104/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=1636.61
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 163659 2 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 134897802 0 0 4096 0 0 0 0 17 0 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 1636.61
Current children cumulated vsize (KiB) 99972

[startup+1722.3 s]
/proc/loadavg: 2.11 2.05 2.00 3/73 23865
/proc/meminfo: memFree=1662104/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=1696.59
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 169657 2 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 11386600 0 0 4096 0 0 0 0 17 0 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 1696.59
Current children cumulated vsize (KiB) 99972

[startup+1782.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/73 23865
/proc/meminfo: memFree=1661848/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=1756.56
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 175654 2 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 135252678 0 0 4096 0 0 0 0 17 0 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 1756.56
Current children cumulated vsize (KiB) 99972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1825.8 s]
/proc/loadavg: 2.02 2.03 2.00 3/73 23865
/proc/meminfo: memFree=1661912/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=1800.05
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 180003 2 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 134943584 0 0 4096 0 0 0 0 17 0 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 99972

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

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

[startup+1825.8 s]
/proc/loadavg: 2.02 2.03 2.00 3/73 23865
/proc/meminfo: memFree=1661912/2055920 swapFree=4180424/4192956
[pid=23825] ppid=23823 vsize=99972 CPUtime=1800.05
/proc/23825/stat : 23825 (casperzito) R 23823 23825 21519 0 -1 4194304 1440 0 0 0 180003 2 0 0 25 0 1 0 1981701805 102371328 1400 996147200 134512640 135472138 4294956224 18446744073709551615 134943584 0 0 4096 0 0 0 0 17 0 0 0
/proc/23825/statm: 24993 1400 540 234 0 23695 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 99972

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1825.81
CPU time (s): 1800.06
CPU user time (s): 1800.04
CPU system time (s): 0.023996
CPU usage (%): 98.5899
Max. virtual memory (cumulated for all children) (KiB): 99972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.04
system time used= 0.023996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1440
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= 13
involuntary context switches= 60639

runsolver used 1.51577 second user time and 5.15222 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-02 21:34:43
IDJOB=1043952
IDBENCH=53849
IDSOLVER=362
FILE ID=node33/1043952-1215027283
PBS_JOBID= 7874403
Free space on /tmp= 66528 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/cjss/normalized-la03x2-593.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043952-1215027283/watcher-1043952-1215027283 -o /tmp/evaluation-result-1043952-1215027283/solver-1043952-1215027283 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1043952-1215027283.xml 431459674 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cceb8e8456edde50ed6b81465ff2edd2
RANDOM SEED=431459674

node33.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.231
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.231
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:       1572832 kB
Buffers:         65188 kB
Cached:         255040 kB
SwapCached:       6444 kB
Active:         172492 kB
Inactive:       232076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1572832 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            2900 kB
Writeback:           0 kB
Mapped:         101340 kB
Slab:            63224 kB
Committed_AS:  4077156 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= 66544 MiB
End job on node33 at 2008-07-02 22:05:11