Trace number 1057389

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 1806.51

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-40-3-5.xml
MD5SUMef266a4a7cedf640392e963b63a09d73
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 size96
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.09	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.09	c Parsing = 1
0.01/0.10	c Building = 1
0.01/0.10	c [ NumberOfVariables = 100 ]
0.01/0.10	c [ NumberOfConstraints = 40 ]
0.01/0.10	c [ SizeOfSearchSpace(log2) = 658.496 ]
0.01/0.10	c SymmetrySearch = 1
0.01/0.10	c [ Found 362880 symmetries ]
0.01/0.10	c InitialPropagation = 1
0.01/0.10	c [ SizeOfSearchSpace(log2) = 637.97 ]
0.01/0.10	c InitialSAC = (Timeout)
3.78/3.91	c [ SizeOfSearchSpace(log2) = 627.443 ]
3.78/3.91	c Search(SampleFF) : 
78.43/79.22	c [ Sampling domwdeg ]
78.43/79.22	c [ Sampling impacts ]
78.43/79.22	c [ SamplingScores: ]
78.43/79.22	c [ domwdeg+min = 2.01095e-09 | domwdeg+rnd = 9.09112e-05 ]
78.43/79.22	c [ impacts+min = 1.63405e-08 | impacts+rnd = 1.31276e-11 ]
78.43/79.22	c [ la+min = 0 | la+rnd = 0 ]
78.43/79.22	c [ domwdeg = 4.54566e-05 | impacts = 8.1768e-09 | la = 0 ]
78.43/79.22	c [ min = 6.11714e-09 | rand = 8.1768e-09 ]
78.43/79.22	c [ restarting at (3.96356,8.61332e-12) ]
88.94/89.84	c [ restarting at (9.9089,8.61332e-12) ]
108.87/109.92	c [ restarting at (24.7722,2.02007e-08) ]
169.97/171.87	c [ restarting at (61.9306,2.02007e-08) ]
328.89/331.56	c [ restarting at (154.827,2.40829e-10) ]
712.87/718.75	c [ restarting at (387.066,1.64212e-15) ]
1680.23/1686.69	c [ restarting at (967.666,1.69443e-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-1057389-1215111044/watcher-1057389-1215111044 -o /tmp/evaluation-result-1057389-1215111044/solver-1057389-1215111044 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1057389-1215111044.xml 1086103896 

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: 3.35 2.66 2.19 4/84 11942
/proc/meminfo: memFree=1896704/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=18572 CPUtime=0
/proc/11942/stat : 11942 (runsolver) D 11940 11942 11507 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1990076347 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 240577473831 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/11942/statm: 4643 292 257 25 0 2626 0

[startup+0.0742739 s]
/proc/loadavg: 3.35 2.66 2.19 4/84 11942
/proc/meminfo: memFree=1896704/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=5036 CPUtime=0
/proc/11942/stat : 11942 (casperzito) D 11940 11942 11507 0 -1 4194304 91 0 1 0 0 0 0 0 18 0 1 0 1990076347 5156864 72 996147200 134512640 135472138 4294956224 18446744073709551615 7918372 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/11942/statm: 1259 72 50 234 0 25 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5036

[startup+0.101278 s]
/proc/loadavg: 3.35 2.66 2.19 4/84 11942
/proc/meminfo: memFree=1896704/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=5572 CPUtime=0.01
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 499 0 2 0 0 1 0 0 18 0 1 0 1990076347 5705728 461 996147200 134512640 135472138 4294956224 18446744073709551615 4158765368 0 0 4096 0 0 0 0 17 1 0 0
/proc/11942/statm: 1393 461 376 234 0 95 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5572

[startup+0.30131 s]
/proc/loadavg: 3.35 2.66 2.19 4/84 11942
/proc/meminfo: memFree=1896704/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=0.21
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 672 0 2 0 20 1 0 0 19 0 1 0 1990076347 101847040 634 996147200 134512640 135472138 4294956224 18446744073709551615 135264881 0 0 4096 0 0 0 0 17 1 0 0
/proc/11942/statm: 24865 634 480 234 0 23567 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 99460

[startup+0.701378 s]
/proc/loadavg: 3.35 2.66 2.19 4/84 11942
/proc/meminfo: memFree=1896704/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=0.61
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 680 0 2 0 60 1 0 0 23 0 1 0 1990076347 101847040 642 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 1 0 0
/proc/11942/statm: 24865 642 480 234 0 23567 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 99460

[startup+1.50151 s]
/proc/loadavg: 3.35 2.66 2.19 3/85 11943
/proc/meminfo: memFree=1894840/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=1.4
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 696 0 2 0 139 1 0 0 25 0 1 0 1990076347 101847040 658 996147200 134512640 135472138 4294956224 18446744073709551615 134936145 0 0 4096 0 0 0 0 17 1 0 0
/proc/11942/statm: 24865 658 480 234 0 23567 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 99460

[startup+3.10178 s]
/proc/loadavg: 3.35 2.66 2.19 3/85 11943
/proc/meminfo: memFree=1894584/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=2.99
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 729 0 2 0 298 1 0 0 25 0 1 0 1990076347 101847040 691 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 1 0 0
/proc/11942/statm: 24865 691 480 234 0 23567 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 99460

[startup+6.30132 s]
/proc/loadavg: 3.25 2.65 2.19 3/85 11943
/proc/meminfo: memFree=1894392/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=6.16
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 799 0 2 0 615 1 0 0 25 0 1 0 1990076347 101847040 761 996147200 134512640 135472138 4294956224 18446744073709551615 134873841 0 0 4096 0 0 0 0 17 1 0 0
/proc/11942/statm: 24865 761 516 234 0 23567 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 99460

[startup+12.7014 s]
/proc/loadavg: 3.14 2.63 2.19 3/85 11943
/proc/meminfo: memFree=1894584/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=12.5
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 809 0 2 0 1249 1 0 0 25 0 1 0 1990076347 101847040 771 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 1 0 0
/proc/11942/statm: 24865 771 516 234 0 23567 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 99460

[startup+25.5015 s]
/proc/loadavg: 2.89 2.60 2.19 3/85 11943
/proc/meminfo: memFree=1894840/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=25.19
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 809 0 2 0 2518 1 0 0 25 0 1 0 1990076347 101847040 771 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 1 0 0
/proc/11942/statm: 24865 771 516 234 0 23567 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 99460

[startup+51.1018 s]
/proc/loadavg: 2.59 2.55 2.18 3/85 11943
/proc/meminfo: memFree=1894840/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=50.57
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 856 0 2 0 5056 1 0 0 25 0 1 0 1990076347 101847040 818 996147200 134512640 135472138 4294956224 18446744073709551615 134578081 0 0 4096 0 0 0 0 17 1 0 0
/proc/11942/statm: 24865 818 517 234 0 23567 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 99460

[startup+102.306 s]
/proc/loadavg: 2.25 2.47 2.17 3/85 11943
/proc/meminfo: memFree=1894712/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=101.33
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 870 0 2 0 10132 1 0 0 25 0 1 0 1990076347 101847040 832 996147200 134512640 135472138 4294956224 18446744073709551615 134578080 0 0 4096 0 0 0 0 17 1 0 0
/proc/11942/statm: 24865 832 518 234 0 23567 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 99460

[startup+162.302 s]
/proc/loadavg: 2.07 2.35 2.15 3/84 11983
/proc/meminfo: memFree=1676624/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=160.51
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 870 0 2 0 16049 2 0 0 25 0 1 0 1990076347 101847040 832 996147200 134512640 135472138 4294956224 18446744073709551615 134578218 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 832 518 234 0 23567 0
Current children cumulated CPU time (s) 160.51
Current children cumulated vsize (KiB) 99460

[startup+222.302 s]
/proc/loadavg: 2.27 2.35 2.16 3/84 11983
/proc/meminfo: memFree=1660752/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=220.24
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 871 0 2 0 22022 2 0 0 25 0 1 0 1990076347 101847040 833 996147200 134512640 135472138 4294956224 18446744073709551615 134578080 0 0 4096 0 0 0 0 17 1 0 0
/proc/11942/statm: 24865 833 518 234 0 23567 0
Current children cumulated CPU time (s) 220.24
Current children cumulated vsize (KiB) 99460

[startup+282.301 s]
/proc/loadavg: 2.18 2.31 2.16 3/84 11983
/proc/meminfo: memFree=1644560/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=279.92
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 874 0 2 0 27990 2 0 0 25 0 1 0 1990076347 101847040 836 996147200 134512640 135472138 4294956224 18446744073709551615 135263612 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 836 518 234 0 23567 0
Current children cumulated CPU time (s) 279.92
Current children cumulated vsize (KiB) 99460

[startup+342.302 s]
/proc/loadavg: 2.07 2.25 2.14 3/84 11983
/proc/meminfo: memFree=1626192/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=339.62
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 874 0 2 0 33960 2 0 0 25 0 1 0 1990076347 101847040 836 996147200 134512640 135472138 4294956224 18446744073709551615 134691500 0 0 4096 0 0 0 0 17 1 0 0
/proc/11942/statm: 24865 836 518 234 0 23567 0
Current children cumulated CPU time (s) 339.62
Current children cumulated vsize (KiB) 99460

[startup+402.309 s]
/proc/loadavg: 2.17 2.24 2.14 3/84 11983
/proc/meminfo: memFree=1445200/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=398.65
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 875 0 2 0 39863 2 0 0 25 0 1 0 1990076347 101847040 837 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 837 518 234 0 23567 0
Current children cumulated CPU time (s) 398.65
Current children cumulated vsize (KiB) 99460

[startup+462.302 s]
/proc/loadavg: 2.39 2.29 2.17 3/84 11983
/proc/meminfo: memFree=1222352/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=456.88
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 875 0 2 0 45685 3 0 0 25 0 1 0 1990076347 101847040 837 996147200 134512640 135472138 4294956224 18446744073709551615 134873871 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 837 518 234 0 23567 0
Current children cumulated CPU time (s) 456.88
Current children cumulated vsize (KiB) 99460

[startup+522.303 s]
/proc/loadavg: 2.14 2.24 2.16 3/83 12032
/proc/meminfo: memFree=1905816/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=516.61
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 875 0 2 0 51657 4 0 0 25 0 1 0 1990076347 101847040 837 996147200 134512640 135472138 4294956224 18446744073709551615 134581161 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 837 518 234 0 23567 0
Current children cumulated CPU time (s) 516.61
Current children cumulated vsize (KiB) 99460

[startup+582.301 s]
/proc/loadavg: 2.09 2.19 2.15 3/82 12128
/proc/meminfo: memFree=1187104/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=576.55
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 881 0 2 0 57648 7 0 0 25 0 1 0 1990076347 101847040 843 996147200 134512640 135472138 4294956224 18446744073709551615 134873531 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 843 518 234 0 23567 0
Current children cumulated CPU time (s) 576.55
Current children cumulated vsize (KiB) 99460

[startup+642.301 s]
/proc/loadavg: 2.16 2.19 2.14 3/83 12172
/proc/meminfo: memFree=1128408/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=636.51
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 885 0 2 0 63642 9 0 0 25 0 1 0 1990076347 101847040 847 996147200 134512640 135472138 4294956224 18446744073709551615 134578198 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 847 518 234 0 23567 0
Current children cumulated CPU time (s) 636.51
Current children cumulated vsize (KiB) 99460


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

[startup+882.301 s]
/proc/loadavg: 2.04 2.13 2.13 3/73 12242
/proc/meminfo: memFree=1891496/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=876.36
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 885 0 2 0 87626 10 0 0 25 0 1 0 1990076347 101847040 847 996147200 134512640 135472138 4294956224 18446744073709551615 134873411 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 847 518 234 0 23567 0
Current children cumulated CPU time (s) 876.36
Current children cumulated vsize (KiB) 99460

[startup+942.302 s]
/proc/loadavg: 2.11 2.14 2.13 3/94 12296
/proc/meminfo: memFree=1748928/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=936.25
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 885 0 2 0 93592 33 0 0 25 0 1 0 1990076347 101847040 847 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 847 518 234 0 23567 0
Current children cumulated CPU time (s) 936.25
Current children cumulated vsize (KiB) 99460

[startup+1002.3 s]
/proc/loadavg: 2.04 2.11 2.12 3/81 12331
/proc/meminfo: memFree=1674152/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=996.22
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 885 0 2 0 99589 33 0 0 25 0 1 0 1990076347 101847040 847 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 847 518 234 0 23567 0
Current children cumulated CPU time (s) 996.22
Current children cumulated vsize (KiB) 99460

[startup+1062.3 s]
/proc/loadavg: 2.01 2.09 2.11 3/81 12331
/proc/meminfo: memFree=1673960/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=1056.2
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 885 0 2 0 105587 33 0 0 25 0 1 0 1990076347 101847040 847 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 847 518 234 0 23567 0
Current children cumulated CPU time (s) 1056.2
Current children cumulated vsize (KiB) 99460

[startup+1122.3 s]
/proc/loadavg: 2.00 2.07 2.09 3/81 12331
/proc/meminfo: memFree=1673896/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=1116.17
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 885 0 2 0 111584 33 0 0 25 0 1 0 1990076347 101847040 847 996147200 134512640 135472138 4294956224 18446744073709551615 134936183 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 847 518 234 0 23567 0
Current children cumulated CPU time (s) 1116.17
Current children cumulated vsize (KiB) 99460

[startup+1182.3 s]
/proc/loadavg: 2.00 2.05 2.09 3/81 12331
/proc/meminfo: memFree=1673896/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=1176.15
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 885 0 2 0 117582 33 0 0 25 0 1 0 1990076347 101847040 847 996147200 134512640 135472138 4294956224 18446744073709551615 134578544 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 847 518 234 0 23567 0
Current children cumulated CPU time (s) 1176.15
Current children cumulated vsize (KiB) 99460

[startup+1242.3 s]
/proc/loadavg: 2.00 2.04 2.08 3/81 12331
/proc/meminfo: memFree=1673704/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=1236.12
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 885 0 2 0 123579 33 0 0 25 0 1 0 1990076347 101847040 847 996147200 134512640 135472138 4294956224 18446744073709551615 134936384 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 847 518 234 0 23567 0
Current children cumulated CPU time (s) 1236.12
Current children cumulated vsize (KiB) 99460

[startup+1302.3 s]
/proc/loadavg: 2.00 2.03 2.07 3/81 12331
/proc/meminfo: memFree=1673704/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=1296.1
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 885 0 2 0 129577 33 0 0 25 0 1 0 1990076347 101847040 847 996147200 134512640 135472138 4294956224 18446744073709551615 134873841 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 847 518 234 0 23567 0
Current children cumulated CPU time (s) 1296.1
Current children cumulated vsize (KiB) 99460

[startup+1362.3 s]
/proc/loadavg: 2.05 2.04 2.07 4/81 12331
/proc/meminfo: memFree=1673640/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=1356.07
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 885 0 2 0 135574 33 0 0 25 0 1 0 1990076347 101847040 847 996147200 134512640 135472138 4294956224 18446744073709551615 134873759 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 847 518 234 0 23567 0
Current children cumulated CPU time (s) 1356.07
Current children cumulated vsize (KiB) 99460

[startup+1422.31 s]
/proc/loadavg: 2.07 2.04 2.07 3/81 12331
/proc/meminfo: memFree=1673576/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=1416.04
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 885 0 2 0 141571 33 0 0 25 0 1 0 1990076347 101847040 847 996147200 134512640 135472138 4294956224 18446744073709551615 134672480 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 847 518 234 0 23567 0
Current children cumulated CPU time (s) 1416.04
Current children cumulated vsize (KiB) 99460

[startup+1482.3 s]
/proc/loadavg: 2.07 2.05 2.07 3/81 12331
/proc/meminfo: memFree=1673512/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=1476.02
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 885 0 2 0 147569 33 0 0 25 0 1 0 1990076347 101847040 847 996147200 134512640 135472138 4294956224 18446744073709551615 134672493 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 847 518 234 0 23567 0
Current children cumulated CPU time (s) 1476.02
Current children cumulated vsize (KiB) 99460

[startup+1542.3 s]
/proc/loadavg: 2.02 2.04 2.07 3/81 12331
/proc/meminfo: memFree=1673512/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=1535.99
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 885 0 2 0 153566 33 0 0 25 0 1 0 1990076347 101847040 847 996147200 134512640 135472138 4294956224 18446744073709551615 134578214 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 847 518 234 0 23567 0
Current children cumulated CPU time (s) 1535.99
Current children cumulated vsize (KiB) 99460

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.06 3/81 12331
/proc/meminfo: memFree=1673320/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=1595.96
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 885 0 2 0 159563 33 0 0 25 0 1 0 1990076347 101847040 847 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 847 518 234 0 23567 0
Current children cumulated CPU time (s) 1595.96
Current children cumulated vsize (KiB) 99460

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/81 12331
/proc/meminfo: memFree=1673256/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=1655.94
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 885 0 2 0 165561 33 0 0 25 0 1 0 1990076347 101847040 847 996147200 134512640 135472138 4294956224 18446744073709551615 134873411 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 847 518 234 0 23567 0
Current children cumulated CPU time (s) 1655.94
Current children cumulated vsize (KiB) 99460

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/81 12331
/proc/meminfo: memFree=1673256/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=1715.91
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 885 0 2 0 171558 33 0 0 25 0 1 0 1990076347 101847040 847 996147200 134512640 135472138 4294956224 18446744073709551615 134578198 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 847 518 234 0 23567 0
Current children cumulated CPU time (s) 1715.91
Current children cumulated vsize (KiB) 99460

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/81 12331
/proc/meminfo: memFree=1673256/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=1775.89
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 885 0 2 0 177556 33 0 0 25 0 1 0 1990076347 101847040 847 996147200 134512640 135472138 4294956224 18446744073709551615 134578192 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 847 518 234 0 23567 0
Current children cumulated CPU time (s) 1775.89
Current children cumulated vsize (KiB) 99460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.5 s]
/proc/loadavg: 2.00 2.01 2.04 3/81 12331
/proc/meminfo: memFree=1673256/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=1800.09
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 885 0 2 0 179975 34 0 0 25 0 1 0 1990076347 101847040 847 996147200 134512640 135472138 4294956224 18446744073709551615 134866819 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 847 518 234 0 23567 0
Current children cumulated CPU time (s) 1800.09
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+1806.5 s]
/proc/loadavg: 2.00 2.01 2.04 3/81 12331
/proc/meminfo: memFree=1673256/2055920 swapFree=4180240/4192956
[pid=11942] ppid=11940 vsize=99460 CPUtime=1800.09
/proc/11942/stat : 11942 (casperzito) R 11940 11942 11507 0 -1 4194304 885 0 2 0 179975 34 0 0 25 0 1 0 1990076347 101847040 847 996147200 134512640 135472138 4294956224 18446744073709551615 134866819 0 0 4096 0 0 0 0 17 0 0 0
/proc/11942/statm: 24865 847 518 234 0 23567 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 99460

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1806.51
CPU time (s): 1800.1
CPU user time (s): 1799.76
CPU system time (s): 0.340948
CPU usage (%): 99.6452
Max. virtual memory (cumulated for all children) (KiB): 99460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.340948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 885
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51
involuntary context switches= 19939

runsolver used 1.9757 second user time and 5.04523 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-03 20:50:44
IDJOB=1057389
IDBENCH=54030
IDSOLVER=362
FILE ID=node50/1057389-1215111044
PBS_JOBID= 7877105
Free space on /tmp= 66520 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ef266a4a7cedf640392e963b63a09d73
RANDOM SEED=1086103896

node50.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.261
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.261
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:       1897312 kB
Buffers:          2820 kB
Cached:          39960 kB
SwapCached:       6724 kB
Active:          84880 kB
Inactive:         4800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1897312 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            2992 kB
Writeback:           0 kB
Mapped:          64120 kB
Slab:            53700 kB
Committed_AS:  3891636 kB
PageTables:       2056 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= 66536 MiB
End job on node50 at 2008-07-03 21:20:52