Trace number 1077510

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.08 1808.91

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-40-2-7.xml
MD5SUMdd73b653e941c848140715c0efeb13bc
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1443.63
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity9
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.00/0.01	c Building = 1
0.00/0.01	c [ NumberOfVariables = 100 ]
0.00/0.01	c [ NumberOfConstraints = 40 ]
0.00/0.01	c [ SizeOfSearchSpace(log2) = 552.356 ]
0.00/0.01	c SymmetrySearch = 1
0.00/0.01	c [ Found 4.79002e+08 symmetries ]
0.00/0.01	c InitialPropagation = 1
0.00/0.02	c [ SizeOfSearchSpace(log2) = 501.521 ]
0.00/0.02	c InitialSAC = (Timeout)
3.56/3.69	c [ SizeOfSearchSpace(log2) = 477.179 ]
3.56/3.69	c Search(SampleFF) : 
72.42/73.03	c [ Sampling domwdeg ]
72.42/73.03	c [ Sampling impacts ]
72.42/73.03	c [ SamplingScores: ]
72.42/73.03	c [ domwdeg+min = 1.20633e-06 | domwdeg+rnd = 2.63408e-06 ]
72.42/73.03	c [ impacts+min = 0.0190296 | impacts+rnd = 0.00215401 ]
72.42/73.03	c [ la+min = 0 | la+rnd = 0 ]
72.42/73.03	c [ domwdeg = 1.9202e-06 | impacts = 0.0105918 | la = 0 ]
72.42/73.03	c [ min = 0.0063436 | rand = 0.0105918 ]
72.42/73.03	c [ restarting at (3.96356,6.38151e-08) ]
82.24/82.96	c [ restarting at (9.9089,2.41024e-06) ]
106.85/107.74	c [ restarting at (24.7722,0.00152185) ]
168.37/169.71	c [ restarting at (61.9306,0.00238719) ]
322.08/324.62	c [ restarting at (154.827,0.00228187) ]
707.33/711.90	c [ restarting at (387.066,0.00310527) ]
1671.58/1679.96	c [ restarting at (967.666,0.000761897) ]

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

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.96 2.01 2.00 4/81 4713
/proc/meminfo: memFree=428392/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=5348 CPUtime=0
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 131300169 5476352 190 996147200 134512640 135472138 4294956176 18446744073709551615 12471160 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 1337 190 156 234 0 27 0

[startup+0.061761 s]
/proc/loadavg: 1.96 2.01 2.00 4/81 4713
/proc/meminfo: memFree=428392/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=0.05
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 676 0 0 0 5 0 0 0 20 0 1 0 131300169 101847040 636 996147200 134512640 135472138 4294956176 18446744073709551615 134578098 0 0 4096 0 0 0 0 17 0 0 0
/proc/4713/statm: 24865 636 479 234 0 23567 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 99460

[startup+0.101767 s]
/proc/loadavg: 1.96 2.01 2.00 4/81 4713
/proc/meminfo: memFree=428392/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=0.09
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 677 0 0 0 9 0 0 0 20 0 1 0 131300169 101847040 637 996147200 134512640 135472138 4294956176 18446744073709551615 134873841 0 0 4096 0 0 0 0 17 0 0 0
/proc/4713/statm: 24865 637 479 234 0 23567 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 99460

[startup+0.301805 s]
/proc/loadavg: 1.96 2.01 2.00 4/81 4713
/proc/meminfo: memFree=428392/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=0.29
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 681 0 0 0 29 0 0 0 22 0 1 0 131300169 101847040 641 996147200 134512640 135472138 4294956176 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 0 0 0
/proc/4713/statm: 24865 641 479 234 0 23567 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99460

[startup+0.701881 s]
/proc/loadavg: 1.96 2.01 2.00 4/81 4713
/proc/meminfo: memFree=428392/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=0.69
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 687 0 0 0 69 0 0 0 25 0 1 0 131300169 101847040 647 996147200 134512640 135472138 4294956176 18446744073709551615 134873759 0 0 4096 0 0 0 0 17 0 0 0
/proc/4713/statm: 24865 647 479 234 0 23567 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99460

[startup+1.50103 s]
/proc/loadavg: 1.96 2.01 2.00 3/82 4714
/proc/meminfo: memFree=427680/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=1.48
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 700 0 0 0 148 0 0 0 25 0 1 0 131300169 101847040 660 996147200 134512640 135472138 4294956176 18446744073709551615 134936407 0 0 4096 0 0 0 0 17 0 0 0
/proc/4713/statm: 24865 660 479 234 0 23567 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 99460

[startup+3.10134 s]
/proc/loadavg: 1.96 2.01 2.00 3/82 4714
/proc/meminfo: memFree=427416/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=3.07
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 725 0 0 0 307 0 0 0 25 0 1 0 131300169 101847040 685 996147200 134512640 135472138 4294956176 18446744073709551615 134873841 0 0 4096 0 0 0 0 17 0 0 0
/proc/4713/statm: 24865 685 479 234 0 23567 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 99460

[startup+6.30195 s]
/proc/loadavg: 1.97 2.01 2.00 3/82 4714
/proc/meminfo: memFree=427160/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=6.24
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 783 0 0 0 624 0 0 0 25 0 1 0 131300169 101847040 743 996147200 134512640 135472138 4294956176 18446744073709551615 134873735 0 0 4096 0 0 0 0 17 0 0 0
/proc/4713/statm: 24865 743 515 234 0 23567 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 99460

[startup+12.7012 s]
/proc/loadavg: 1.97 2.01 2.00 3/82 4714
/proc/meminfo: memFree=427040/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=12.59
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 787 0 0 0 1259 0 0 0 25 0 1 0 131300169 101847040 747 996147200 134512640 135472138 4294956176 18446744073709551615 134580880 0 0 4096 0 0 0 0 17 0 0 0
/proc/4713/statm: 24865 747 515 234 0 23567 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 99460

[startup+25.5016 s]
/proc/loadavg: 1.97 2.00 2.00 3/82 4714
/proc/meminfo: memFree=427040/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=25.29
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 788 0 0 0 2529 0 0 0 25 0 1 0 131300169 101847040 748 996147200 134512640 135472138 4294956176 18446744073709551615 134873429 0 0 4096 0 0 0 0 17 0 0 0
/proc/4713/statm: 24865 748 515 234 0 23567 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 99460

[startup+51.1015 s]
/proc/loadavg: 1.98 2.00 2.00 4/82 4714
/proc/meminfo: memFree=427040/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=50.69
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 816 0 0 0 5069 0 0 0 25 0 1 0 131300169 101847040 776 996147200 134512640 135472138 4294956176 18446744073709551615 134873555 0 0 4096 0 0 0 0 17 0 0 0
/proc/4713/statm: 24865 776 516 234 0 23567 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 99460

[startup+102.305 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 4714
/proc/meminfo: memFree=426976/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=101.5
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 819 0 0 0 10150 0 0 0 25 0 1 0 131300169 101847040 779 996147200 134512640 135472138 4294956176 18446744073709551615 134578094 0 0 4096 0 0 0 0 17 0 0 0
/proc/4713/statm: 24865 779 517 234 0 23567 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 99460

[startup+162.303 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 4714
/proc/meminfo: memFree=426976/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=161.03
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 820 0 0 0 16103 0 0 0 25 0 1 0 131300169 101847040 780 996147200 134512640 135472138 4294956176 18446744073709551615 134672496 0 0 4096 0 0 0 0 17 0 0 0
/proc/4713/statm: 24865 780 517 234 0 23567 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 99460

[startup+222.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 4714
/proc/meminfo: memFree=426976/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=220.56
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 821 0 0 0 22056 0 0 0 25 0 1 0 131300169 101847040 781 996147200 134512640 135472138 4294956176 18446744073709551615 134873427 0 0 4096 0 0 0 0 17 0 0 0
/proc/4713/statm: 24865 781 517 234 0 23567 0
Current children cumulated CPU time (s) 220.56
Current children cumulated vsize (KiB) 99460

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 4714
/proc/meminfo: memFree=426976/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=280.1
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 823 0 0 0 28010 0 0 0 25 0 1 0 131300169 101847040 783 996147200 134512640 135472138 4294956176 18446744073709551615 134873759 0 0 4096 0 0 0 0 17 0 0 0
/proc/4713/statm: 24865 783 517 234 0 23567 0
Current children cumulated CPU time (s) 280.1
Current children cumulated vsize (KiB) 99460

[startup+342.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 4714
/proc/meminfo: memFree=426912/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=339.64
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 823 0 0 0 33963 1 0 0 25 0 1 0 131300169 101847040 783 996147200 134512640 135472138 4294956176 18446744073709551615 134936369 0 0 4096 0 0 0 0 17 0 0 0
/proc/4713/statm: 24865 783 517 234 0 23567 0
Current children cumulated CPU time (s) 339.64
Current children cumulated vsize (KiB) 99460

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 4714
/proc/meminfo: memFree=426848/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=399.17
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 825 0 0 0 39916 1 0 0 25 0 1 0 131300169 101847040 785 996147200 134512640 135472138 4294956176 18446744073709551615 134578209 0 0 4096 0 0 0 0 17 0 0 0
/proc/4713/statm: 24865 785 517 234 0 23567 0
Current children cumulated CPU time (s) 399.17
Current children cumulated vsize (KiB) 99460

[startup+462.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4744
/proc/meminfo: memFree=1073064/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=458.82
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 825 0 0 0 45881 1 0 0 25 0 1 0 131300169 101847040 785 996147200 134512640 135472138 4294956176 18446744073709551615 134580313 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 24865 785 517 234 0 23567 0
Current children cumulated CPU time (s) 458.82
Current children cumulated vsize (KiB) 99460

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4744
/proc/meminfo: memFree=1072936/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=518.59
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 825 0 0 0 51857 2 0 0 25 0 1 0 131300169 101847040 785 996147200 134512640 135472138 4294956176 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 24865 785 517 234 0 23567 0
Current children cumulated CPU time (s) 518.59
Current children cumulated vsize (KiB) 99460

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4744
/proc/meminfo: memFree=1072552/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=578.35
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 825 0 0 0 57833 2 0 0 25 0 1 0 131300169 101847040 785 996147200 134512640 135472138 4294956176 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 24865 785 517 234 0 23567 0
Current children cumulated CPU time (s) 578.35
Current children cumulated vsize (KiB) 99460

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4744
/proc/meminfo: memFree=1072552/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=638.11
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 825 0 0 0 63809 2 0 0 25 0 1 0 131300169 101847040 785 996147200 134512640 135472138 4294956176 18446744073709551615 134936407 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 24865 785 517 234 0 23567 0
Current children cumulated CPU time (s) 638.11
Current children cumulated vsize (KiB) 99460


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

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4744
/proc/meminfo: memFree=1072552/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=877.15
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 825 0 0 0 87713 2 0 0 25 0 1 0 131300169 101847040 785 996147200 134512640 135472138 4294956176 18446744073709551615 134936336 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 24865 785 517 234 0 23567 0
Current children cumulated CPU time (s) 877.15
Current children cumulated vsize (KiB) 99460

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4744
/proc/meminfo: memFree=1072552/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=936.91
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 825 0 0 0 93689 2 0 0 25 0 1 0 131300169 101847040 785 996147200 134512640 135472138 4294956176 18446744073709551615 134936407 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 24865 785 517 234 0 23567 0
Current children cumulated CPU time (s) 936.91
Current children cumulated vsize (KiB) 99460

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4744
/proc/meminfo: memFree=1072552/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=996.67
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 825 0 0 0 99665 2 0 0 25 0 1 0 131300169 101847040 785 996147200 134512640 135472138 4294956176 18446744073709551615 134578209 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 24865 785 517 234 0 23567 0
Current children cumulated CPU time (s) 996.67
Current children cumulated vsize (KiB) 99460

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4744
/proc/meminfo: memFree=1072552/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=1056.44
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 827 0 0 0 105642 2 0 0 25 0 1 0 131300169 101847040 787 996147200 134512640 135472138 4294956176 18446744073709551615 134580313 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 24865 787 517 234 0 23567 0
Current children cumulated CPU time (s) 1056.44
Current children cumulated vsize (KiB) 99460

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4744
/proc/meminfo: memFree=1072488/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=1116.2
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 827 0 0 0 111618 2 0 0 25 0 1 0 131300169 101847040 787 996147200 134512640 135472138 4294956176 18446744073709551615 134936407 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 24865 787 517 234 0 23567 0
Current children cumulated CPU time (s) 1116.2
Current children cumulated vsize (KiB) 99460

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4744
/proc/meminfo: memFree=1072424/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=1175.96
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 827 0 0 0 117594 2 0 0 25 0 1 0 131300169 101847040 787 996147200 134512640 135472138 4294956176 18446744073709551615 134578300 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 24865 787 517 234 0 23567 0
Current children cumulated CPU time (s) 1175.96
Current children cumulated vsize (KiB) 99460

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4746
/proc/meminfo: memFree=1072168/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=1235.72
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 827 0 0 0 123570 2 0 0 25 0 1 0 131300169 101847040 787 996147200 134512640 135472138 4294956176 18446744073709551615 134873841 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 24865 787 517 234 0 23567 0
Current children cumulated CPU time (s) 1235.72
Current children cumulated vsize (KiB) 99460

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4746
/proc/meminfo: memFree=1072168/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=1295.48
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 827 0 0 0 129546 2 0 0 25 0 1 0 131300169 101847040 787 996147200 134512640 135472138 4294956176 18446744073709551615 134873841 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 24865 787 517 234 0 23567 0
Current children cumulated CPU time (s) 1295.48
Current children cumulated vsize (KiB) 99460

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4746
/proc/meminfo: memFree=1072168/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=1355.24
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 827 0 0 0 135522 2 0 0 25 0 1 0 131300169 101847040 787 996147200 134512640 135472138 4294956176 18446744073709551615 134873484 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 24865 787 517 234 0 23567 0
Current children cumulated CPU time (s) 1355.24
Current children cumulated vsize (KiB) 99460

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4752
/proc/meminfo: memFree=1072104/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=1415
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 827 0 0 0 141498 2 0 0 25 0 1 0 131300169 101847040 787 996147200 134512640 135472138 4294956176 18446744073709551615 134578273 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 24865 787 517 234 0 23567 0
Current children cumulated CPU time (s) 1415
Current children cumulated vsize (KiB) 99460

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4752
/proc/meminfo: memFree=1072104/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=1474.76
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 827 0 0 0 147474 2 0 0 25 0 1 0 131300169 101847040 787 996147200 134512640 135472138 4294956176 18446744073709551615 134578209 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 24865 787 517 234 0 23567 0
Current children cumulated CPU time (s) 1474.76
Current children cumulated vsize (KiB) 99460

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4752
/proc/meminfo: memFree=1072232/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=1534.52
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 828 0 0 0 153450 2 0 0 25 0 1 0 131300169 101847040 788 996147200 134512640 135472138 4294956176 18446744073709551615 134672493 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 24865 788 517 234 0 23567 0
Current children cumulated CPU time (s) 1534.52
Current children cumulated vsize (KiB) 99460

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4752
/proc/meminfo: memFree=1072232/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=1594.29
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 828 0 0 0 159426 3 0 0 25 0 1 0 131300169 101847040 788 996147200 134512640 135472138 4294956176 18446744073709551615 134873764 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 24865 788 517 234 0 23567 0
Current children cumulated CPU time (s) 1594.29
Current children cumulated vsize (KiB) 99460

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4752
/proc/meminfo: memFree=1072168/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=1654.05
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 832 0 0 0 165402 3 0 0 25 0 1 0 131300169 101847040 792 996147200 134512640 135472138 4294956176 18446744073709551615 134873555 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 24865 792 517 234 0 23567 0
Current children cumulated CPU time (s) 1654.05
Current children cumulated vsize (KiB) 99460

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4752
/proc/meminfo: memFree=1072168/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=1713.81
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 832 0 0 0 171378 3 0 0 25 0 1 0 131300169 101847040 792 996147200 134512640 135472138 4294956176 18446744073709551615 134936695 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 24865 792 517 234 0 23567 0
Current children cumulated CPU time (s) 1713.81
Current children cumulated vsize (KiB) 99460

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4752
/proc/meminfo: memFree=1072104/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=1773.57
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 832 0 0 0 177354 3 0 0 25 0 1 0 131300169 101847040 792 996147200 134512640 135472138 4294956176 18446744073709551615 134873843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 24865 792 517 234 0 23567 0
Current children cumulated CPU time (s) 1773.57
Current children cumulated vsize (KiB) 99460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4752
/proc/meminfo: memFree=1072104/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=1800.07
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 832 0 0 0 180004 3 0 0 25 0 1 0 131300169 101847040 792 996147200 134512640 135472138 4294956176 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 24865 792 517 234 0 23567 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 99460

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

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

[startup+1808.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 4752
/proc/meminfo: memFree=1072104/2055920 swapFree=4191676/4192956
[pid=4713] ppid=4711 vsize=99460 CPUtime=1800.07
/proc/4713/stat : 4713 (casperzito) R 4711 4713 2571 0 -1 4194304 832 0 0 0 180004 3 0 0 25 0 1 0 131300169 101847040 792 996147200 134512640 135472138 4294956176 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 1 0 0
/proc/4713/statm: 24865 792 517 234 0 23567 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 99460

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.91
CPU time (s): 1800.08
CPU user time (s): 1800.04
CPU system time (s): 0.033994
CPU usage (%): 99.5119
Max. virtual memory (cumulated for all children) (KiB): 99460

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

runsolver used 1.79773 second user time and 4.79127 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-04 19:37:28
IDJOB=1077510
IDBENCH=56680
IDSOLVER=362
FILE ID=node63/1077510-1215193048
PBS_JOBID= 7881547
Free space on /tmp= 66520 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/primes-15/normalized-primes-15-40-2-7.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077510-1215193048/watcher-1077510-1215193048 -o /tmp/evaluation-result-1077510-1215193048/solver-1077510-1215193048 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1077510-1215193048.xml 1005392350 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dd73b653e941c848140715c0efeb13bc
RANDOM SEED=1005392350

node63.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.256
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.256
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        428808 kB
Buffers:         89900 kB
Cached:         679260 kB
SwapCached:        260 kB
Active:        1174992 kB
Inactive:       374640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        428808 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            2884 kB
Writeback:           0 kB
Mapped:         801664 kB
Slab:            61296 kB
Committed_AS:  1130300 kB
PageTables:       3184 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66508 MiB
End job on node63 at 2008-07-04 20:07:39