Trace number 1056268

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

General information on the benchmark

Namecsp/os-gp/
normalized-gp10-05-1071.xml
MD5SUMedcaa13bc864d407223412ca462d8cd5
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 benchmark0.604907
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1072
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.11	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.11	c Parsing = 1
0.00/0.11	c Building = 1
0.00/0.11	c [ NumberOfVariables = 101 ]
0.00/0.11	c [ NumberOfConstraints = 1000 ]
0.00/0.11	c [ SizeOfSearchSpace(log2) = 1006.61 ]
0.00/0.11	c SymmetrySearch = 1
0.00/0.11	c InitialPropagation = 1
0.00/0.11	c [ SizeOfSearchSpace(log2) = 990.593 ]
0.00/0.11	c InitialSAC = (Timeout)
4.95/5.02	c [ SizeOfSearchSpace(log2) = 975.184 ]
4.95/5.02	c Search(SampleFF) : 
90.58/91.30	c [ Sampling domwdeg ]
90.58/91.30	c [ Sampling impacts ]
90.58/91.30	c [ SamplingScores: ]
90.58/91.30	c [ domwdeg+min = 1.6093e-26 | domwdeg+rnd = 1.26629e-09 ]
90.58/91.30	c [ impacts+min = 1.63521e-13 | impacts+rnd = 1.17261e-06 ]
90.58/91.30	c [ la+min = 0 | la+rnd = 0 ]
90.58/91.30	c [ domwdeg = 6.33146e-10 | impacts = 5.86308e-07 | la = 0 ]
90.58/91.30	c [ min = 5.45071e-14 | rand = 5.86308e-07 ]
90.58/91.30	c [ restarting at (3.96356,6.14867e-13) ]
101.10/101.94	c [ restarting at (9.9089,1.06064e-10) ]
127.50/128.53	c [ restarting at (24.7722,1.04846e-07) ]
193.39/194.95	c [ restarting at (61.9306,4.73386e-09) ]
358.33/361.18	c [ restarting at (154.827,1.47646e-07) ]
628.04/632.96	c [ restarting at (387.066,1.59776e-09) ]
1596.09/1601.81	c [ restarting at (967.666,1.04362e-10) ]

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

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/72 14004
/proc/meminfo: memFree=674704/2055920 swapFree=4120836/4192956
[pid=14004] ppid=14002 vsize=99764 CPUtime=0.19
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 1138 0 0 0 19 0 0 0 19 0 1 0 1294505568 102158336 868 996147200 134512640 135472138 4294956224 18446744073709551615 134578214 0 0 4096 0 0 0 0 17 1 0 0
/proc/14004/statm: 24941 868 470 234 0 23643 0

[startup+0.311109 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 14004
/proc/meminfo: memFree=674704/2055920 swapFree=4120836/4192956
[pid=14004] ppid=14002 vsize=99764 CPUtime=0.29
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 1155 0 0 0 29 0 0 0 20 0 1 0 1294505568 102158336 885 996147200 134512640 135472138 4294956224 18446744073709551615 135264437 0 0 4096 0 0 0 0 17 1 0 0
/proc/14004/statm: 24941 885 470 234 0 23643 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99764

[startup+0.401126 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 14004
/proc/meminfo: memFree=674704/2055920 swapFree=4120836/4192956
[pid=14004] ppid=14002 vsize=99764 CPUtime=0.38
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 1166 0 0 0 38 0 0 0 20 0 1 0 1294505568 102158336 896 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 1 0 0
/proc/14004/statm: 24941 896 470 234 0 23643 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 99764

[startup+0.501145 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 14004
/proc/meminfo: memFree=674704/2055920 swapFree=4120836/4192956
[pid=14004] ppid=14002 vsize=99764 CPUtime=0.48
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 1175 0 0 0 48 0 0 0 21 0 1 0 1294505568 102158336 905 996147200 134512640 135472138 4294956224 18446744073709551615 134677775 0 0 4096 0 0 0 0 17 1 0 0
/proc/14004/statm: 24941 905 470 234 0 23643 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 99764

[startup+0.701185 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 14004
/proc/meminfo: memFree=674704/2055920 swapFree=4120836/4192956
[pid=14004] ppid=14002 vsize=99764 CPUtime=0.68
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 1207 0 0 0 68 0 0 0 23 0 1 0 1294505568 102158336 937 996147200 134512640 135472138 4294956224 18446744073709551615 134672496 0 0 4096 0 0 0 0 17 1 0 0
/proc/14004/statm: 24941 937 470 234 0 23643 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99764

[startup+1.50134 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14005
/proc/meminfo: memFree=672456/2055920 swapFree=4120836/4192956
[pid=14004] ppid=14002 vsize=99764 CPUtime=1.47
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 1301 0 0 0 147 0 0 0 25 0 1 0 1294505568 102158336 1031 996147200 134512640 135472138 4294956224 18446744073709551615 134677796 0 0 4096 0 0 0 0 17 1 0 0
/proc/14004/statm: 24941 1031 470 234 0 23643 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 99764

[startup+3.10166 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14005
/proc/meminfo: memFree=671816/2055920 swapFree=4120836/4192956
[pid=14004] ppid=14002 vsize=99764 CPUtime=3.06
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 1453 0 0 0 306 0 0 0 25 0 1 0 1294505568 102158336 1183 996147200 134512640 135472138 4294956224 18446744073709551615 135263741 0 0 4096 0 0 0 0 17 1 0 0
/proc/14004/statm: 24941 1183 470 234 0 23643 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 99764

[startup+6.30129 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14005
/proc/meminfo: memFree=670600/2055920 swapFree=4120836/4192956
[pid=14004] ppid=14002 vsize=99764 CPUtime=6.24
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 1736 0 0 0 624 0 0 0 25 0 1 0 1294505568 102158336 1466 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 1 0 0
/proc/14004/statm: 24941 1466 507 234 0 23643 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 99764

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14005
/proc/meminfo: memFree=670408/2055920 swapFree=4120836/4192956
[pid=14004] ppid=14002 vsize=99764 CPUtime=12.58
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 1743 0 0 0 1258 0 0 0 25 0 1 0 1294505568 102158336 1473 996147200 134512640 135472138 4294956224 18446744073709551615 135264937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14004/statm: 24941 1473 507 234 0 23643 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 99764

[startup+25.5011 s]
/proc/loadavg: 2.08 2.02 2.01 3/73 14005
/proc/meminfo: memFree=670472/2055920 swapFree=4120836/4192956
[pid=14004] ppid=14002 vsize=99764 CPUtime=25.28
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 1748 0 0 0 2528 0 0 0 25 0 1 0 1294505568 102158336 1478 996147200 134512640 135472138 4294956224 18446744073709551615 134577406 0 0 4096 0 0 0 0 17 1 0 0
/proc/14004/statm: 24941 1478 507 234 0 23643 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 99764

[startup+51.1011 s]
/proc/loadavg: 2.05 2.01 2.00 3/73 14005
/proc/meminfo: memFree=667784/2055920 swapFree=4120836/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=50.69
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2427 0 0 0 5068 1 0 0 25 0 1 0 1294505568 103387136 2157 996147200 134512640 135472138 4294956224 18446744073709551615 135234026 0 0 4096 0 0 0 0 17 1 0 0
/proc/14004/statm: 25241 2157 509 234 0 23943 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 100964

[startup+102.301 s]
/proc/loadavg: 2.08 2.03 2.00 3/73 14005
/proc/meminfo: memFree=665928/2055920 swapFree=4120836/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=101.5
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2694 0 0 0 10149 1 0 0 25 0 1 0 1294505568 103387136 2424 996147200 134512640 135472138 4294956224 18446744073709551615 134672509 0 0 4096 0 0 0 0 17 1 0 0
/proc/14004/statm: 25241 2424 510 234 0 23943 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 100964

[startup+162.302 s]
/proc/loadavg: 2.08 2.03 2.00 3/73 14005
/proc/meminfo: memFree=663944/2055920 swapFree=4120836/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=161.04
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2980 0 0 0 16103 1 0 0 25 0 1 0 1294505568 103387136 2710 996147200 134512640 135472138 4294956224 18446744073709551615 135264950 0 0 4096 0 0 0 0 17 1 0 0
/proc/14004/statm: 25241 2710 510 234 0 23943 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 100964

[startup+222.302 s]
/proc/loadavg: 2.08 2.04 2.00 3/73 14005
/proc/meminfo: memFree=663880/2055920 swapFree=4120836/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=220.58
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2980 0 0 0 22057 1 0 0 25 0 1 0 1294505568 103387136 2710 996147200 134512640 135472138 4294956224 18446744073709551615 135264432 0 0 4096 0 0 0 0 17 1 0 0
/proc/14004/statm: 25241 2710 510 234 0 23943 0
Current children cumulated CPU time (s) 220.58
Current children cumulated vsize (KiB) 100964

[startup+282.302 s]
/proc/loadavg: 2.07 2.04 2.00 3/73 14005
/proc/meminfo: memFree=663880/2055920 swapFree=4120836/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=280.12
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2980 0 0 0 28011 1 0 0 25 0 1 0 1294505568 103387136 2710 996147200 134512640 135472138 4294956224 18446744073709551615 135234767 0 0 4096 0 0 0 0 17 1 0 0
/proc/14004/statm: 25241 2710 510 234 0 23943 0
Current children cumulated CPU time (s) 280.12
Current children cumulated vsize (KiB) 100964

[startup+342.301 s]
/proc/loadavg: 2.06 2.05 2.00 3/73 14005
/proc/meminfo: memFree=663880/2055920 swapFree=4120836/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=339.66
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2980 0 0 0 33965 1 0 0 25 0 1 0 1294505568 103387136 2710 996147200 134512640 135472138 4294956224 18446744073709551615 134581653 0 0 4096 0 0 0 0 17 1 0 0
/proc/14004/statm: 25241 2710 510 234 0 23943 0
Current children cumulated CPU time (s) 339.66
Current children cumulated vsize (KiB) 100964

[startup+402.301 s]
/proc/loadavg: 2.06 2.05 2.00 3/73 14005
/proc/meminfo: memFree=663880/2055920 swapFree=4120836/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=399.21
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 39919 2 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 134677761 0 0 4096 0 0 0 0 17 1 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 399.21
Current children cumulated vsize (KiB) 100964

[startup+462.306 s]
/proc/loadavg: 2.06 2.05 2.00 3/73 14005
/proc/meminfo: memFree=663624/2055920 swapFree=4120836/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=458.75
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 45873 2 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 134677335 0 0 4096 0 0 0 0 17 1 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 458.75
Current children cumulated vsize (KiB) 100964

[startup+522.302 s]
/proc/loadavg: 2.13 2.07 2.01 3/73 14005
/proc/meminfo: memFree=662984/2055920 swapFree=4120836/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=518.29
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 51827 2 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 135235147 0 0 4096 0 0 0 0 17 1 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 518.29
Current children cumulated vsize (KiB) 100964

[startup+582.302 s]
/proc/loadavg: 2.12 2.07 2.00 3/73 14005
/proc/meminfo: memFree=661640/2055920 swapFree=4120836/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=577.83
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 57781 2 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 1 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 577.83
Current children cumulated vsize (KiB) 100964

[startup+642.301 s]
/proc/loadavg: 2.03 2.05 2.00 3/82 14077
/proc/meminfo: memFree=1541944/2055920 swapFree=4120848/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=637.42
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 63739 3 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 0 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 637.42
Current children cumulated vsize (KiB) 100964


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

[startup+822.303 s]
/proc/loadavg: 2.08 2.06 2.00 3/82 14077
/proc/meminfo: memFree=1541048/2055920 swapFree=4120848/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=817.26
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 81723 3 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 135263616 0 0 4096 0 0 0 0 17 0 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 817.26
Current children cumulated vsize (KiB) 100964

[startup+882.302 s]
/proc/loadavg: 2.08 2.06 2.00 3/82 14077
/proc/meminfo: memFree=1541048/2055920 swapFree=4120848/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=877.21
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 87718 3 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 134906033 0 0 4096 0 0 0 0 17 0 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 877.21
Current children cumulated vsize (KiB) 100964

[startup+942.301 s]
/proc/loadavg: 2.07 2.06 2.00 3/82 14077
/proc/meminfo: memFree=1541048/2055920 swapFree=4120848/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=937.16
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 93713 3 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 134677793 0 0 4096 0 0 0 0 17 0 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 937.16
Current children cumulated vsize (KiB) 100964

[startup+1002.3 s]
/proc/loadavg: 2.06 2.06 2.00 3/82 14077
/proc/meminfo: memFree=1541048/2055920 swapFree=4120848/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=997.11
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 99708 3 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 135264224 0 0 4096 0 0 0 0 17 0 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 997.11
Current children cumulated vsize (KiB) 100964

[startup+1062.3 s]
/proc/loadavg: 2.06 2.06 2.00 3/82 14077
/proc/meminfo: memFree=1541048/2055920 swapFree=4120848/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=1057.05
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 105702 3 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 135263169 0 0 4096 0 0 0 0 17 0 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 1057.05
Current children cumulated vsize (KiB) 100964

[startup+1122.31 s]
/proc/loadavg: 2.06 2.06 2.00 3/82 14077
/proc/meminfo: memFree=1541048/2055920 swapFree=4120848/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=1117.01
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 111697 4 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 134581657 0 0 4096 0 0 0 0 17 0 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 1117.01
Current children cumulated vsize (KiB) 100964

[startup+1182.3 s]
/proc/loadavg: 2.21 2.09 2.01 3/82 14077
/proc/meminfo: memFree=1540984/2055920 swapFree=4120848/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=1176.95
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 117691 4 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 135265571 0 0 4096 0 0 0 0 17 0 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 1176.95
Current children cumulated vsize (KiB) 100964

[startup+1242.3 s]
/proc/loadavg: 2.15 2.09 2.01 3/82 14077
/proc/meminfo: memFree=1540792/2055920 swapFree=4120848/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=1236.9
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 123686 4 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 135265555 0 0 4096 0 0 0 0 17 0 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 1236.9
Current children cumulated vsize (KiB) 100964

[startup+1302.3 s]
/proc/loadavg: 2.12 2.09 2.01 3/82 14077
/proc/meminfo: memFree=1540600/2055920 swapFree=4120848/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=1296.84
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 129680 4 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 134581657 0 0 4096 0 0 0 0 17 0 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 1296.84
Current children cumulated vsize (KiB) 100964

[startup+1362.3 s]
/proc/loadavg: 2.10 2.09 2.01 3/82 14077
/proc/meminfo: memFree=1540664/2055920 swapFree=4120848/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=1356.8
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 135675 5 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 135262944 0 0 4096 0 0 0 0 17 0 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 1356.8
Current children cumulated vsize (KiB) 100964

[startup+1422.3 s]
/proc/loadavg: 2.09 2.08 2.01 3/82 14077
/proc/meminfo: memFree=1540600/2055920 swapFree=4120848/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=1416.75
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 141670 5 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 135262944 0 0 4096 0 0 0 0 17 0 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 1416.75
Current children cumulated vsize (KiB) 100964

[startup+1482.3 s]
/proc/loadavg: 2.08 2.08 2.01 3/82 14077
/proc/meminfo: memFree=1540600/2055920 swapFree=4120848/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=1476.7
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 147665 5 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 134581168 0 0 4096 0 0 0 0 17 0 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 1476.7
Current children cumulated vsize (KiB) 100964

[startup+1542.3 s]
/proc/loadavg: 2.08 2.08 2.01 3/82 14077
/proc/meminfo: memFree=1540600/2055920 swapFree=4120848/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=1536.64
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 153659 5 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 0 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 1536.64
Current children cumulated vsize (KiB) 100964

[startup+1602.3 s]
/proc/loadavg: 2.07 2.08 2.01 3/82 14077
/proc/meminfo: memFree=1540536/2055920 swapFree=4120848/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=1596.59
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 159654 5 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 135262721 0 0 4096 0 0 0 0 17 0 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 1596.59
Current children cumulated vsize (KiB) 100964

[startup+1662.3 s]
/proc/loadavg: 2.06 2.08 2.01 3/82 14077
/proc/meminfo: memFree=1540536/2055920 swapFree=4120848/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=1656.54
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 165649 5 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 135265498 0 0 4096 0 0 0 0 17 0 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 1656.54
Current children cumulated vsize (KiB) 100964

[startup+1722.3 s]
/proc/loadavg: 2.06 2.08 2.01 3/82 14077
/proc/meminfo: memFree=1540472/2055920 swapFree=4120848/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=1716.48
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 171643 5 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 135263168 0 0 4096 0 0 0 0 17 0 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 1716.48
Current children cumulated vsize (KiB) 100964

[startup+1782.31 s]
/proc/loadavg: 2.06 2.07 2.01 3/82 14077
/proc/meminfo: memFree=1540280/2055920 swapFree=4120848/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=1776.43
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 177638 5 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 135264971 0 0 4096 0 0 0 0 17 0 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 1776.43
Current children cumulated vsize (KiB) 100964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.9 s]
/proc/loadavg: 2.09 2.08 2.01 3/82 14077
/proc/meminfo: memFree=1540280/2055920 swapFree=4120848/4192956
[pid=14004] ppid=14002 vsize=100964 CPUtime=1800.01
/proc/14004/stat : 14004 (casperzito) R 14002 14004 12577 0 -1 4194304 2981 0 0 0 179996 5 0 0 25 0 1 0 1294505568 103387136 2711 996147200 134512640 135472138 4294956224 18446744073709551615 134580886 0 0 4096 0 0 0 0 17 0 0 0
/proc/14004/statm: 25241 2711 510 234 0 23943 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 100964

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): 1805.91
CPU time (s): 1800.02
CPU user time (s): 1799.96
CPU system time (s): 0.056991
CPU usage (%): 99.674
Max. virtual memory (cumulated for all children) (KiB): 100964

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

runsolver used 1.76473 second user time and 4.88726 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-03 07:23:17
IDJOB=1056268
IDBENCH=57641
IDSOLVER=362
FILE ID=node20/1056268-1215062597
PBS_JOBID= 7875185
Free space on /tmp= 66476 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/os-gp/normalized-gp10-05-1071.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056268-1215062597/watcher-1056268-1215062597 -o /tmp/evaluation-result-1056268-1215062597/solver-1056268-1215062597 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1056268-1215062597.xml 576507846 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= edcaa13bc864d407223412ca462d8cd5
RANDOM SEED=576507846

node20.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.263
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.263
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:        675184 kB
Buffers:         42032 kB
Cached:         320824 kB
SwapCached:      66020 kB
Active:        1138700 kB
Inactive:       167568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        675184 kB
SwapTotal:     4192956 kB
SwapFree:      4120836 kB
Dirty:            3344 kB
Writeback:           0 kB
Mapped:         950200 kB
Slab:            58136 kB
Committed_AS:  3458148 kB
PageTables:       3580 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= 66540 MiB
End job on node20 at 2008-07-03 07:53:25