Trace number 1059810

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.07 1803.01

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-40-2-7.xml
MD5SUM2785aab9aaac7b7201a44e769841c423
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 benchmark278.366
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity9
Maximum domain size112
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) = 680.735 ]
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) = 620.682 ]
0.00/0.02	c InitialSAC = (Timeout)
3.38/4.09	c [ SizeOfSearchSpace(log2) = 602.668 ]
3.38/4.09	c Search(SampleFF) : 
74.37/76.35	c [ Sampling domwdeg ]
74.37/76.35	c [ Sampling impacts ]
74.37/76.35	c [ SamplingScores: ]
74.37/76.35	c [ domwdeg+min = 1.95009e-10 | domwdeg+rnd = 1.5361e-09 ]
74.37/76.35	c [ impacts+min = 3.35077e-13 | impacts+rnd = 1.40946e-06 ]
74.37/76.35	c [ la+min = 0 | la+rnd = 0 ]
74.37/76.35	c [ domwdeg = 8.65554e-10 | impacts = 7.04731e-07 | la = 0 ]
74.37/76.35	c [ min = 6.51147e-11 | rand = 7.04731e-07 ]
74.37/76.35	c [ restarting at (3.96356,1.37143e-08) ]
84.27/86.27	c [ restarting at (9.9089,1.37288e-08) ]
108.86/111.05	c [ restarting at (24.7722,1.06285e-09) ]
170.70/173.01	c [ restarting at (61.9306,1.82112e-10) ]
325.45/327.88	c [ restarting at (154.827,2.98445e-10) ]
712.59/715.11	c [ restarting at (387.066,1.22168e-11) ]
1680.11/1683.07	c [ restarting at (967.666,2.78215e-13) ]

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

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.86 1.27 1.16 4/83 22063
/proc/meminfo: memFree=1263800/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=5348 CPUtime=0
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 124163717 5476352 190 996147200 134512640 135472138 4294956224 18446744073709551615 10656632 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 1337 190 156 234 0 27 0

[startup+0.0800059 s]
/proc/loadavg: 1.86 1.27 1.16 4/83 22063
/proc/meminfo: memFree=1263800/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=0.07
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 678 0 0 0 7 0 0 0 18 0 1 0 124163717 101847040 638 996147200 134512640 135472138 4294956224 18446744073709551615 134936414 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 638 480 234 0 23567 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 99460

[startup+0.101006 s]
/proc/loadavg: 1.86 1.27 1.16 4/83 22063
/proc/meminfo: memFree=1263800/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=0.09
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 678 0 0 0 9 0 0 0 18 0 1 0 124163717 101847040 638 996147200 134512640 135472138 4294956224 18446744073709551615 134578080 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 638 480 234 0 23567 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 99460

[startup+0.301034 s]
/proc/loadavg: 1.86 1.27 1.16 4/83 22063
/proc/meminfo: memFree=1263800/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=0.29
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 681 0 0 0 29 0 0 0 19 0 1 0 124163717 101847040 641 996147200 134512640 135472138 4294956224 18446744073709551615 134873759 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 641 480 234 0 23567 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99460

[startup+0.701067 s]
/proc/loadavg: 1.86 1.27 1.16 4/83 22063
/proc/meminfo: memFree=1263800/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=0.64
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 685 0 0 0 64 0 0 0 23 0 1 0 124163717 101847040 645 996147200 134512640 135472138 4294956224 18446744073709551615 134873761 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 24865 645 480 234 0 23567 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 99460

[startup+1.50116 s]
/proc/loadavg: 1.86 1.27 1.16 5/84 22064
/proc/meminfo: memFree=1246000/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=1.28
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 692 0 0 0 128 0 0 0 25 0 1 0 124163717 101847040 652 996147200 134512640 135472138 4294956224 18446744073709551615 134580305 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 24865 652 480 234 0 23567 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 99460

[startup+3.10132 s]
/proc/loadavg: 1.86 1.27 1.16 5/84 22064
/proc/meminfo: memFree=1233904/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=2.64
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 708 0 0 0 264 0 0 0 25 0 1 0 124163717 101847040 668 996147200 134512640 135472138 4294956224 18446744073709551615 134873817 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 668 480 234 0 23567 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 99460

[startup+6.30164 s]
/proc/loadavg: 2.03 1.32 1.17 3/84 22064
/proc/meminfo: memFree=1181680/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=5.62
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 771 0 0 0 562 0 0 0 25 0 1 0 124163717 101847040 731 996147200 134512640 135472138 4294956224 18446744073709551615 134672506 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 24865 731 516 234 0 23567 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 99460

[startup+12.7013 s]
/proc/loadavg: 2.03 1.33 1.18 3/84 22064
/proc/meminfo: memFree=1084400/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=11.47
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 775 0 0 0 1147 0 0 0 25 0 1 0 124163717 101847040 735 996147200 134512640 135472138 4294956224 18446744073709551615 134578094 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 24865 735 516 234 0 23567 0
Current children cumulated CPU time (s) 11.47
Current children cumulated vsize (KiB) 99460

[startup+25.5016 s]
/proc/loadavg: 2.09 1.38 1.19 3/84 22064
/proc/meminfo: memFree=969520/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=23.6
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 778 0 0 0 2360 0 0 0 25 0 1 0 124163717 101847040 738 996147200 134512640 135472138 4294956224 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 738 516 234 0 23567 0
Current children cumulated CPU time (s) 23.6
Current children cumulated vsize (KiB) 99460

[startup+51.1012 s]
/proc/loadavg: 2.32 1.49 1.23 3/84 22064
/proc/meminfo: memFree=944880/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=49.18
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 845 0 0 0 4918 0 0 0 25 0 1 0 124163717 101847040 805 996147200 134512640 135472138 4294956224 18446744073709551615 134672502 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 805 517 234 0 23567 0
Current children cumulated CPU time (s) 49.18
Current children cumulated vsize (KiB) 99460

[startup+102.306 s]
/proc/loadavg: 2.06 1.55 1.27 2/68 22169
/proc/meminfo: memFree=1649760/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=100.26
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 850 0 0 0 10025 1 0 0 25 0 1 0 124163717 101847040 810 996147200 134512640 135472138 4294956224 18446744073709551615 134577989 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 810 518 234 0 23567 0
Current children cumulated CPU time (s) 100.26
Current children cumulated vsize (KiB) 99460

[startup+162.301 s]
/proc/loadavg: 2.06 1.64 1.31 3/81 22330
/proc/meminfo: memFree=1581056/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=160.01
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 860 0 0 0 16000 1 0 0 25 0 1 0 124163717 101847040 820 996147200 134512640 135472138 4294956224 18446744073709551615 134873458 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 820 518 234 0 23567 0
Current children cumulated CPU time (s) 160.01
Current children cumulated vsize (KiB) 99460

[startup+222.302 s]
/proc/loadavg: 2.02 1.71 1.36 3/81 22330
/proc/meminfo: memFree=1578944/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=219.98
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 860 0 0 0 21996 2 0 0 25 0 1 0 124163717 101847040 820 996147200 134512640 135472138 4294956224 18446744073709551615 134578202 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 820 518 234 0 23567 0
Current children cumulated CPU time (s) 219.98
Current children cumulated vsize (KiB) 99460

[startup+282.302 s]
/proc/loadavg: 2.00 1.76 1.39 4/81 22330
/proc/meminfo: memFree=1578944/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=279.96
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 860 0 0 0 27994 2 0 0 25 0 1 0 124163717 101847040 820 996147200 134512640 135472138 4294956224 18446744073709551615 134578081 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 820 518 234 0 23567 0
Current children cumulated CPU time (s) 279.96
Current children cumulated vsize (KiB) 99460

[startup+342.302 s]
/proc/loadavg: 2.00 1.80 1.43 3/81 22330
/proc/meminfo: memFree=1578816/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=339.94
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 860 0 0 0 33992 2 0 0 25 0 1 0 124163717 101847040 820 996147200 134512640 135472138 4294956224 18446744073709551615 134874333 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 820 518 234 0 23567 0
Current children cumulated CPU time (s) 339.94
Current children cumulated vsize (KiB) 99460

[startup+402.302 s]
/proc/loadavg: 2.00 1.83 1.46 3/81 22330
/proc/meminfo: memFree=1578816/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=399.91
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 860 0 0 0 39989 2 0 0 25 0 1 0 124163717 101847040 820 996147200 134512640 135472138 4294956224 18446744073709551615 134580310 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 820 518 234 0 23567 0
Current children cumulated CPU time (s) 399.91
Current children cumulated vsize (KiB) 99460

[startup+462.302 s]
/proc/loadavg: 2.00 1.86 1.49 3/81 22330
/proc/meminfo: memFree=1578816/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=459.89
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 860 0 0 0 45987 2 0 0 25 0 1 0 124163717 101847040 820 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 820 518 234 0 23567 0
Current children cumulated CPU time (s) 459.89
Current children cumulated vsize (KiB) 99460

[startup+522.302 s]
/proc/loadavg: 2.00 1.88 1.52 3/81 22330
/proc/meminfo: memFree=1578816/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=519.87
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 860 0 0 0 51985 2 0 0 25 0 1 0 124163717 101847040 820 996147200 134512640 135472138 4294956224 18446744073709551615 134936387 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 820 518 234 0 23567 0
Current children cumulated CPU time (s) 519.87
Current children cumulated vsize (KiB) 99460

[startup+582.301 s]
/proc/loadavg: 2.00 1.90 1.55 3/81 22332
/proc/meminfo: memFree=1578432/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=579.85
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 860 0 0 0 57982 3 0 0 25 0 1 0 124163717 101847040 820 996147200 134512640 135472138 4294956224 18446744073709551615 134578094 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 820 518 234 0 23567 0
Current children cumulated CPU time (s) 579.85
Current children cumulated vsize (KiB) 99460

[startup+642.301 s]
/proc/loadavg: 2.00 1.92 1.57 3/81 22332
/proc/meminfo: memFree=1578432/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=639.83
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 860 0 0 0 63980 3 0 0 25 0 1 0 124163717 101847040 820 996147200 134512640 135472138 4294956224 18446744073709551615 134580881 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 820 518 234 0 23567 0
Current children cumulated CPU time (s) 639.83
Current children cumulated vsize (KiB) 99460


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

[startup+822.301 s]
/proc/loadavg: 2.00 1.95 1.64 3/81 22332
/proc/meminfo: memFree=1578432/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=819.75
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 860 0 0 0 81972 3 0 0 25 0 1 0 124163717 101847040 820 996147200 134512640 135472138 4294956224 18446744073709551615 134578224 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 820 518 234 0 23567 0
Current children cumulated CPU time (s) 819.75
Current children cumulated vsize (KiB) 99460

[startup+882.302 s]
/proc/loadavg: 2.00 1.95 1.66 3/81 22332
/proc/meminfo: memFree=1578368/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=879.73
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 863 0 0 0 87970 3 0 0 25 0 1 0 124163717 101847040 823 996147200 134512640 135472138 4294956224 18446744073709551615 134578081 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 823 518 234 0 23567 0
Current children cumulated CPU time (s) 879.73
Current children cumulated vsize (KiB) 99460

[startup+942.302 s]
/proc/loadavg: 2.00 1.96 1.68 3/81 22332
/proc/meminfo: memFree=1578368/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=939.7
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 863 0 0 0 93967 3 0 0 25 0 1 0 124163717 101847040 823 996147200 134512640 135472138 4294956224 18446744073709551615 134672496 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 823 518 234 0 23567 0
Current children cumulated CPU time (s) 939.7
Current children cumulated vsize (KiB) 99460

[startup+1002.3 s]
/proc/loadavg: 2.00 1.96 1.69 3/81 22332
/proc/meminfo: memFree=1578304/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=999.68
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 867 0 0 0 99965 3 0 0 25 0 1 0 124163717 101847040 827 996147200 134512640 135472138 4294956224 18446744073709551615 134936113 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 827 518 234 0 23567 0
Current children cumulated CPU time (s) 999.68
Current children cumulated vsize (KiB) 99460

[startup+1062.3 s]
/proc/loadavg: 2.00 1.97 1.71 3/81 22332
/proc/meminfo: memFree=1578304/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=1059.65
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 869 0 0 0 105962 3 0 0 25 0 1 0 124163717 101847040 829 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 829 518 234 0 23567 0
Current children cumulated CPU time (s) 1059.65
Current children cumulated vsize (KiB) 99460

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.73 3/81 22332
/proc/meminfo: memFree=1578304/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=1119.64
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 869 0 0 0 111960 4 0 0 25 0 1 0 124163717 101847040 829 996147200 134512640 135472138 4294956224 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 829 518 234 0 23567 0
Current children cumulated CPU time (s) 1119.64
Current children cumulated vsize (KiB) 99460

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.74 3/81 22338
/proc/meminfo: memFree=1578112/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=1179.6
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 869 0 0 0 117956 4 0 0 25 0 1 0 124163717 101847040 829 996147200 134512640 135472138 4294956224 18446744073709551615 134672486 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 829 518 234 0 23567 0
Current children cumulated CPU time (s) 1179.6
Current children cumulated vsize (KiB) 99460

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.75 3/81 22338
/proc/meminfo: memFree=1577984/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=1239.57
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 869 0 0 0 123953 4 0 0 25 0 1 0 124163717 101847040 829 996147200 134512640 135472138 4294956224 18446744073709551615 134874303 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 829 518 234 0 23567 0
Current children cumulated CPU time (s) 1239.57
Current children cumulated vsize (KiB) 99460

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.76 3/81 22338
/proc/meminfo: memFree=1577984/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=1299.55
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 869 0 0 0 129951 4 0 0 25 0 1 0 124163717 101847040 829 996147200 134512640 135472138 4294956224 18446744073709551615 134672506 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 829 518 234 0 23567 0
Current children cumulated CPU time (s) 1299.55
Current children cumulated vsize (KiB) 99460

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.78 3/81 22338
/proc/meminfo: memFree=1577856/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=1359.52
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 869 0 0 0 135948 4 0 0 25 0 1 0 124163717 101847040 829 996147200 134512640 135472138 4294956224 18446744073709551615 134936145 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 829 518 234 0 23567 0
Current children cumulated CPU time (s) 1359.52
Current children cumulated vsize (KiB) 99460

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.79 3/81 22338
/proc/meminfo: memFree=1577856/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=1419.51
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 869 0 0 0 141947 4 0 0 25 0 1 0 124163717 101847040 829 996147200 134512640 135472138 4294956224 18446744073709551615 134691352 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 829 518 234 0 23567 0
Current children cumulated CPU time (s) 1419.51
Current children cumulated vsize (KiB) 99460

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.80 3/81 22338
/proc/meminfo: memFree=1577856/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=1479.48
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 869 0 0 0 147944 4 0 0 25 0 1 0 124163717 101847040 829 996147200 134512640 135472138 4294956224 18446744073709551615 134936296 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 829 518 234 0 23567 0
Current children cumulated CPU time (s) 1479.48
Current children cumulated vsize (KiB) 99460

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.81 3/81 22338
/proc/meminfo: memFree=1577856/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=1539.45
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 869 0 0 0 153941 4 0 0 25 0 1 0 124163717 101847040 829 996147200 134512640 135472138 4294956224 18446744073709551615 134672496 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 829 518 234 0 23567 0
Current children cumulated CPU time (s) 1539.45
Current children cumulated vsize (KiB) 99460

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.82 3/81 22338
/proc/meminfo: memFree=1577856/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=1599.43
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 869 0 0 0 159939 4 0 0 25 0 1 0 124163717 101847040 829 996147200 134512640 135472138 4294956224 18446744073709551615 134578209 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 829 518 234 0 23567 0
Current children cumulated CPU time (s) 1599.43
Current children cumulated vsize (KiB) 99460

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/81 22338
/proc/meminfo: memFree=1577856/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=1659.41
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 869 0 0 0 165937 4 0 0 25 0 1 0 124163717 101847040 829 996147200 134512640 135472138 4294956224 18446744073709551615 134936369 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 829 518 234 0 23567 0
Current children cumulated CPU time (s) 1659.41
Current children cumulated vsize (KiB) 99460

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/81 22338
/proc/meminfo: memFree=1577792/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=1719.39
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 869 0 0 0 171934 5 0 0 25 0 1 0 124163717 101847040 829 996147200 134512640 135472138 4294956224 18446744073709551615 134578214 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 829 518 234 0 23567 0
Current children cumulated CPU time (s) 1719.39
Current children cumulated vsize (KiB) 99460

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.84 3/81 22338
/proc/meminfo: memFree=1577728/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=1779.37
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 869 0 0 0 177932 5 0 0 25 0 1 0 124163717 101847040 829 996147200 134512640 135472138 4294956224 18446744073709551615 134580304 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 829 518 234 0 23567 0
Current children cumulated CPU time (s) 1779.37
Current children cumulated vsize (KiB) 99460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803 s]
/proc/loadavg: 2.00 1.97 1.84 3/81 22338
/proc/meminfo: memFree=1577728/2055920 swapFree=4192812/4192956
[pid=22063] ppid=22061 vsize=99460 CPUtime=1800.07
/proc/22063/stat : 22063 (casperzito) R 22061 22063 19927 0 -1 4194304 869 0 0 0 180002 5 0 0 25 0 1 0 124163717 101847040 829 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 24865 829 518 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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.01
CPU time (s): 1800.07
CPU user time (s): 1800.02
CPU system time (s): 0.051992
CPU usage (%): 99.8373
Max. virtual memory (cumulated for all children) (KiB): 99460

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

runsolver used 1.44078 second user time and 5.13922 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-04 00:42:16
IDJOB=1059810
IDBENCH=54381
IDSOLVER=362
FILE ID=node27/1059810-1215124936
PBS_JOBID= 7877149
Free space on /tmp= 66468 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2785aab9aaac7b7201a44e769841c423
RANDOM SEED=499807653

node27.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.188
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5521.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.188
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1264216 kB
Buffers:         27820 kB
Cached:         308168 kB
SwapCached:          0 kB
Active:         542596 kB
Inactive:       196780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1264216 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4296 kB
Writeback:           0 kB
Mapped:         420232 kB
Slab:            37064 kB
Committed_AS:   981164 kB
PageTables:       2296 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node27 at 2008-07-04 01:12:21