Trace number 1077758

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.1 1801.41

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-40-3-5.xml
MD5SUM502e8fd02fd7f6c0b17a69b6739e9cc7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables100
Number of constraints40
Maximum constraint arity8
Maximum domain size28
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.19/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.19/0.21	c Parsing = 1
0.19/0.21	c Building = 1
0.19/0.21	c [ NumberOfVariables = 100 ]
0.19/0.21	c [ NumberOfConstraints = 40 ]
0.19/0.21	c [ SizeOfSearchSpace(log2) = 480.735 ]
0.19/0.21	c SymmetrySearch = 1
0.19/0.21	c [ Found 362880 symmetries ]
0.19/0.21	c InitialPropagation = 1
0.19/0.21	c [ SizeOfSearchSpace(log2) = 455.416 ]
0.19/0.21	c InitialSAC = 1
2.27/2.32	c [ SizeOfSearchSpace(log2) = 438.557 ]
2.27/2.33	c Search(SampleFF) : 
74.05/74.70	c [ Sampling domwdeg ]
74.05/74.70	c [ Sampling impacts ]
74.05/74.70	c [ SamplingScores: ]
74.05/74.70	c [ domwdeg+min = 0.00437509 | domwdeg+rnd = 1.88346e-05 ]
74.05/74.70	c [ impacts+min = 0.00119066 | impacts+rnd = 1.59879e-05 ]
74.05/74.70	c [ la+min = 0 | la+rnd = 0 ]
74.05/74.70	c [ domwdeg = 0.00219696 | impacts = 0.000603325 | la = 0 ]
74.05/74.70	c [ min = 0.00185525 | rand = 0.000603325 ]
74.05/74.70	c [ restarting at (3.96356,7.19462e-16) ]
83.94/84.62	c [ restarting at (9.9089,5.15143e-14) ]
108.71/109.40	c [ restarting at (24.7722,7.32498e-05) ]
170.58/171.36	c [ restarting at (61.9306,7.32507e-05) ]
325.41/326.27	c [ restarting at (154.827,3.19331e-06) ]
712.57/713.50	c [ restarting at (387.066,4.49428e-10) ]
1680.43/1681.74	c [ restarting at (967.666,3.06529e-06) ]

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077758-1215194610/watcher-1077758-1215194610 -o /tmp/evaluation-result-1077758-1215194610/solver-1077758-1215194610 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1077758-1215194610.xml 240632730 

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/81 27203
/proc/meminfo: memFree=958128/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=1052 CPUtime=0
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1998435576 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 2605860 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/27203/statm: 263 26 20 234 0 3 0

[startup+0.0924579 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 27203
/proc/meminfo: memFree=958128/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=0.08
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 672 0 0 0 8 0 0 0 18 0 1 0 1998435576 101810176 632 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 1 0 0
/proc/27203/statm: 24856 632 480 234 0 23558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 99424

[startup+0.101454 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 27203
/proc/meminfo: memFree=958128/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=0.09
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 672 0 0 0 9 0 0 0 18 0 1 0 1998435576 101810176 632 996147200 134512640 135472138 4294956224 18446744073709551615 134581188 0 0 4096 0 0 0 0 17 1 0 0
/proc/27203/statm: 24856 632 480 234 0 23558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 99424

[startup+0.301475 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 27203
/proc/meminfo: memFree=958128/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=0.29
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 676 0 0 0 29 0 0 0 19 0 1 0 1998435576 101810176 636 996147200 134512640 135472138 4294956224 18446744073709551615 134578081 0 0 4096 0 0 0 0 17 1 0 0
/proc/27203/statm: 24856 636 480 234 0 23558 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99424

[startup+0.701515 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 27203
/proc/meminfo: memFree=958128/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=0.69
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 684 0 0 0 69 0 0 0 23 0 1 0 1998435576 101810176 644 996147200 134512640 135472138 4294956224 18446744073709551615 134873841 0 0 4096 0 0 0 0 17 1 0 0
/proc/27203/statm: 24856 644 480 234 0 23558 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99424

[startup+1.5016 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 27204
/proc/meminfo: memFree=957352/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=1.48
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 700 0 0 0 148 0 0 0 25 0 1 0 1998435576 101810176 660 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 1 0 0
/proc/27203/statm: 24856 660 480 234 0 23558 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 99424

[startup+3.10177 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 27204
/proc/meminfo: memFree=957096/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=3.06
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 742 0 0 0 306 0 0 0 25 0 1 0 1998435576 101810176 702 996147200 134512640 135472138 4294956224 18446744073709551615 135202788 0 0 4096 0 0 0 0 17 1 0 0
/proc/27203/statm: 24856 702 496 234 0 23558 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 99424

[startup+6.3011 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 27204
/proc/meminfo: memFree=956904/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=6.23
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 748 0 0 0 623 0 0 0 25 0 1 0 1998435576 101810176 708 996147200 134512640 135472138 4294956224 18446744073709551615 134580310 0 0 4096 0 0 0 0 17 1 0 0
/proc/27203/statm: 24856 708 496 234 0 23558 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 99424

[startup+12.7028 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 27204
/proc/meminfo: memFree=956968/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=12.58
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 748 0 0 0 1258 0 0 0 25 0 1 0 1998435576 101810176 708 996147200 134512640 135472138 4294956224 18446744073709551615 134672496 0 0 4096 0 0 0 0 17 1 0 0
/proc/27203/statm: 24856 708 496 234 0 23558 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 99424

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 27204
/proc/meminfo: memFree=957032/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=25.27
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 750 0 0 0 2527 0 0 0 25 0 1 0 1998435576 101810176 710 996147200 134512640 135472138 4294956224 18446744073709551615 134936337 0 0 4096 0 0 0 0 17 1 0 0
/proc/27203/statm: 24856 710 496 234 0 23558 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 99424

[startup+51.1018 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 27204
/proc/meminfo: memFree=956904/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=50.65
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 767 0 0 0 5065 0 0 0 25 0 1 0 1998435576 101810176 727 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 1 0 0
/proc/27203/statm: 24856 727 497 234 0 23558 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 99424

[startup+102.306 s]
/proc/loadavg: 2.09 2.02 2.00 3/83 27255
/proc/meminfo: memFree=1457904/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=101.62
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 772 0 0 0 10159 3 0 0 25 0 1 0 1998435576 101810176 732 996147200 134512640 135472138 4294956224 18446744073709551615 134578080 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 732 498 234 0 23558 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 99424

[startup+162.301 s]
/proc/loadavg: 2.36 2.13 2.04 3/75 27257
/proc/meminfo: memFree=371632/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=161.58
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 777 0 0 0 16149 9 0 0 25 0 1 0 1998435576 101810176 737 996147200 134512640 135472138 4294956224 18446744073709551615 134672490 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 737 498 234 0 23558 0
Current children cumulated CPU time (s) 161.58
Current children cumulated vsize (KiB) 99424

[startup+222.302 s]
/proc/loadavg: 2.13 2.10 2.04 3/75 27269
/proc/meminfo: memFree=356080/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=221.56
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 777 0 0 0 22147 9 0 0 25 0 1 0 1998435576 101810176 737 996147200 134512640 135472138 4294956224 18446744073709551615 134936133 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 737 498 234 0 23558 0
Current children cumulated CPU time (s) 221.56
Current children cumulated vsize (KiB) 99424

[startup+282.302 s]
/proc/loadavg: 2.05 2.08 2.03 3/75 27269
/proc/meminfo: memFree=355696/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=281.53
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 777 0 0 0 28144 9 0 0 25 0 1 0 1998435576 101810176 737 996147200 134512640 135472138 4294956224 18446744073709551615 134873759 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 737 498 234 0 23558 0
Current children cumulated CPU time (s) 281.53
Current children cumulated vsize (KiB) 99424

[startup+342.301 s]
/proc/loadavg: 2.02 2.06 2.02 3/75 27281
/proc/meminfo: memFree=346096/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=341.51
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 777 0 0 0 34142 9 0 0 25 0 1 0 1998435576 101810176 737 996147200 134512640 135472138 4294956224 18446744073709551615 134873759 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 737 498 234 0 23558 0
Current children cumulated CPU time (s) 341.51
Current children cumulated vsize (KiB) 99424

[startup+402.301 s]
/proc/loadavg: 2.07 2.06 2.02 3/75 27293
/proc/meminfo: memFree=351536/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=401.49
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 778 0 0 0 40139 10 0 0 25 0 1 0 1998435576 101810176 738 996147200 134512640 135472138 4294956224 18446744073709551615 134873876 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 738 498 234 0 23558 0
Current children cumulated CPU time (s) 401.49
Current children cumulated vsize (KiB) 99424

[startup+462.302 s]
/proc/loadavg: 2.02 2.05 2.02 3/75 27293
/proc/meminfo: memFree=351536/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=461.47
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 778 0 0 0 46137 10 0 0 25 0 1 0 1998435576 101810176 738 996147200 134512640 135472138 4294956224 18446744073709551615 134936369 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 738 498 234 0 23558 0
Current children cumulated CPU time (s) 461.47
Current children cumulated vsize (KiB) 99424

[startup+522.302 s]
/proc/loadavg: 2.01 2.04 2.01 3/75 27293
/proc/meminfo: memFree=351344/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=521.45
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 778 0 0 0 52135 10 0 0 25 0 1 0 1998435576 101810176 738 996147200 134512640 135472138 4294956224 18446744073709551615 134580305 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 738 498 234 0 23558 0
Current children cumulated CPU time (s) 521.45
Current children cumulated vsize (KiB) 99424

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.01 3/75 27305
/proc/meminfo: memFree=351856/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=581.42
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 778 0 0 0 58132 10 0 0 25 0 1 0 1998435576 101810176 738 996147200 134512640 135472138 4294956224 18446744073709551615 134873632 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 738 498 234 0 23558 0
Current children cumulated CPU time (s) 581.42
Current children cumulated vsize (KiB) 99424

[startup+642.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 27305
/proc/meminfo: memFree=351472/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=641.4
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 778 0 0 0 64130 10 0 0 25 0 1 0 1998435576 101810176 738 996147200 134512640 135472138 4294956224 18446744073709551615 134873841 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 738 498 234 0 23558 0
Current children cumulated CPU time (s) 641.4
Current children cumulated vsize (KiB) 99424


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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27329
/proc/meminfo: memFree=352624/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=821.33
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 780 0 0 0 82122 11 0 0 25 0 1 0 1998435576 101810176 740 996147200 134512640 135472138 4294956224 18446744073709551615 134577968 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 740 498 234 0 23558 0
Current children cumulated CPU time (s) 821.33
Current children cumulated vsize (KiB) 99424

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27329
/proc/meminfo: memFree=352368/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=881.31
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 780 0 0 0 88120 11 0 0 25 0 1 0 1998435576 101810176 740 996147200 134512640 135472138 4294956224 18446744073709551615 134873555 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 740 498 234 0 23558 0
Current children cumulated CPU time (s) 881.31
Current children cumulated vsize (KiB) 99424

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27341
/proc/meminfo: memFree=352304/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=941.29
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 780 0 0 0 94118 11 0 0 25 0 1 0 1998435576 101810176 740 996147200 134512640 135472138 4294956224 18446744073709551615 134874401 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 740 498 234 0 23558 0
Current children cumulated CPU time (s) 941.29
Current children cumulated vsize (KiB) 99424

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27341
/proc/meminfo: memFree=352112/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=1001.27
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 780 0 0 0 100115 12 0 0 25 0 1 0 1998435576 101810176 740 996147200 134512640 135472138 4294956224 18446744073709551615 134578089 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 740 498 234 0 23558 0
Current children cumulated CPU time (s) 1001.27
Current children cumulated vsize (KiB) 99424

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27341
/proc/meminfo: memFree=352048/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=1061.25
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 780 0 0 0 106113 12 0 0 25 0 1 0 1998435576 101810176 740 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 740 498 234 0 23558 0
Current children cumulated CPU time (s) 1061.25
Current children cumulated vsize (KiB) 99424

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27341
/proc/meminfo: memFree=352048/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=1121.23
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 780 0 0 0 112111 12 0 0 25 0 1 0 1998435576 101810176 740 996147200 134512640 135472138 4294956224 18446744073709551615 134874438 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 740 498 234 0 23558 0
Current children cumulated CPU time (s) 1121.23
Current children cumulated vsize (KiB) 99424

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27341
/proc/meminfo: memFree=351984/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=1181.21
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 780 0 0 0 118109 12 0 0 25 0 1 0 1998435576 101810176 740 996147200 134512640 135472138 4294956224 18446744073709551615 134578094 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 740 498 234 0 23558 0
Current children cumulated CPU time (s) 1181.21
Current children cumulated vsize (KiB) 99424

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27341
/proc/meminfo: memFree=351864/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=1241.19
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 780 0 0 0 124107 12 0 0 25 0 1 0 1998435576 101810176 740 996147200 134512640 135472138 4294956224 18446744073709551615 134873843 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 740 498 234 0 23558 0
Current children cumulated CPU time (s) 1241.19
Current children cumulated vsize (KiB) 99424

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27341
/proc/meminfo: memFree=351864/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=1301.17
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 780 0 0 0 130105 12 0 0 25 0 1 0 1998435576 101810176 740 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 740 498 234 0 23558 0
Current children cumulated CPU time (s) 1301.17
Current children cumulated vsize (KiB) 99424

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 27341
/proc/meminfo: memFree=351864/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=1361.14
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 780 0 0 0 136102 12 0 0 25 0 1 0 1998435576 101810176 740 996147200 134512640 135472138 4294956224 18446744073709551615 134578086 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 740 498 234 0 23558 0
Current children cumulated CPU time (s) 1361.14
Current children cumulated vsize (KiB) 99424

[startup+1422.31 s]
/proc/loadavg: 2.05 2.02 2.00 3/75 27341
/proc/meminfo: memFree=351928/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=1421.12
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 784 0 0 0 142100 12 0 0 25 0 1 0 1998435576 101810176 744 996147200 134512640 135472138 4294956224 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 744 498 234 0 23558 0
Current children cumulated CPU time (s) 1421.12
Current children cumulated vsize (KiB) 99424

[startup+1482.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/75 27341
/proc/meminfo: memFree=351928/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=1481.1
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 784 0 0 0 148098 12 0 0 25 0 1 0 1998435576 101810176 744 996147200 134512640 135472138 4294956224 18446744073709551615 134578080 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 744 498 234 0 23558 0
Current children cumulated CPU time (s) 1481.1
Current children cumulated vsize (KiB) 99424

[startup+1542.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/75 27341
/proc/meminfo: memFree=351992/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=1541.08
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 784 0 0 0 154095 13 0 0 25 0 1 0 1998435576 101810176 744 996147200 134512640 135472138 4294956224 18446744073709551615 134873841 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 744 498 234 0 23558 0
Current children cumulated CPU time (s) 1541.08
Current children cumulated vsize (KiB) 99424

[startup+1602.3 s]
/proc/loadavg: 2.12 2.06 2.00 3/75 27341
/proc/meminfo: memFree=351928/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=1601.06
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 784 0 0 0 160093 13 0 0 25 0 1 0 1998435576 101810176 744 996147200 134512640 135472138 4294956224 18446744073709551615 134578209 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 744 498 234 0 23558 0
Current children cumulated CPU time (s) 1601.06
Current children cumulated vsize (KiB) 99424

[startup+1662.3 s]
/proc/loadavg: 2.32 2.12 2.03 3/75 27341
/proc/meminfo: memFree=351928/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=1661.04
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 784 0 0 0 166091 13 0 0 25 0 1 0 1998435576 101810176 744 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 744 498 234 0 23558 0
Current children cumulated CPU time (s) 1661.04
Current children cumulated vsize (KiB) 99424

[startup+1722.3 s]
/proc/loadavg: 2.19 2.12 2.03 3/75 27341
/proc/meminfo: memFree=351864/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=1721.02
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 784 0 0 0 172089 13 0 0 25 0 1 0 1998435576 101810176 744 996147200 134512640 135472138 4294956224 18446744073709551615 134873871 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 744 498 234 0 23558 0
Current children cumulated CPU time (s) 1721.02
Current children cumulated vsize (KiB) 99424

[startup+1782.3 s]
/proc/loadavg: 2.07 2.10 2.02 3/75 27341
/proc/meminfo: memFree=351736/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=1781
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 784 0 0 0 178087 13 0 0 25 0 1 0 1998435576 101810176 744 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 744 498 234 0 23558 0
Current children cumulated CPU time (s) 1781
Current children cumulated vsize (KiB) 99424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 2.05 2.09 2.02 3/75 27341
/proc/meminfo: memFree=351736/2055920 swapFree=4180448/4192956
[pid=27203] ppid=27201 vsize=99424 CPUtime=1800.09
/proc/27203/stat : 27203 (casperzito) R 27201 27203 23826 0 -1 4194304 784 0 0 0 179996 13 0 0 25 0 1 0 1998435576 101810176 744 996147200 134512640 135472138 4294956224 18446744073709551615 134577971 0 0 4096 0 0 0 0 17 0 0 0
/proc/27203/statm: 24856 744 498 234 0 23558 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 99424

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): 1801.41
CPU time (s): 1800.1
CPU user time (s): 1799.97
CPU system time (s): 0.13098
CPU usage (%): 99.9272
Max. virtual memory (cumulated for all children) (KiB): 99424

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

runsolver used 2.56361 second user time and 5.53316 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-04 20:03:30
IDJOB=1077758
IDBENCH=56708
IDSOLVER=362
FILE ID=node24/1077758-1215194610
PBS_JOBID= 7881574
Free space on /tmp= 66460 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 502e8fd02fd7f6c0b17a69b6739e9cc7
RANDOM SEED=240632730

node24.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.232
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.232
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:        958608 kB
Buffers:         39500 kB
Cached:         244916 kB
SwapCached:       6556 kB
Active:         889824 kB
Inactive:       147240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        958608 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            2912 kB
Writeback:           0 kB
Mapped:         768928 kB
Slab:            43748 kB
Committed_AS:  4277676 kB
PageTables:       3472 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= 65984 MiB
End job on node24 at 2008-07-04 20:33:34