Trace number 1067557

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.05 1808.01

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-40-3-7.xml
MD5SUM66b160f79aceac58eef692c4a69d727f
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 arity10
Maximum domain size70
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.19/0.20	c Building = 1
0.19/0.20	c [ NumberOfVariables = 100 ]
0.19/0.20	c [ NumberOfConstraints = 40 ]
0.19/0.20	c [ SizeOfSearchSpace(log2) = 612.928 ]
0.19/0.20	c SymmetrySearch = 1
0.19/0.20	c [ Found 720 symmetries ]
0.19/0.20	c InitialPropagation = 1
0.19/0.20	c [ SizeOfSearchSpace(log2) = 605.471 ]
0.19/0.20	c InitialSAC = 1
0.19/0.20	c [ SizeOfSearchSpace(log2) = 605.471 ]
0.19/0.20	c Search(SampleFF) : 
70.07/70.19	c [ Sampling domwdeg ]
70.07/70.19	c [ Sampling impacts ]
70.07/70.19	c [ SamplingScores: ]
70.07/70.19	c [ domwdeg+min = 6.00275e-08 | domwdeg+rnd = 0.00131937 ]
70.07/70.19	c [ impacts+min = 6.57016e-11 | impacts+rnd = 8.00525e-08 ]
70.07/70.19	c [ la+min = 0 | la+rnd = 0 ]
70.07/70.19	c [ domwdeg = 0.000659714 | impacts = 4.00591e-08 | la = 0 ]
70.07/70.19	c [ min = 2.00311e-08 | rand = 4.00591e-08 ]
70.07/70.19	c [ restarting at (3.96356,7.20917e-10) ]
80.07/80.11	c [ restarting at (9.9089,7.20917e-10) ]
104.76/104.89	c [ restarting at (24.7722,3.03074e-10) ]
166.71/166.85	c [ restarting at (61.9306,7.19487e-10) ]
321.57/321.72	c [ restarting at (154.827,5.37665e-07) ]
708.60/708.91	c [ restarting at (387.066,3.40955e-24) ]
1669.51/1676.86	c [ restarting at (967.666,1.70291e-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-1067557-1215150565/watcher-1067557-1215150565 -o /tmp/evaluation-result-1067557-1215150565/solver-1067557-1215150565 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1067557-1215150565.xml 1252774856 

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.02 2.01 4/82 23729
/proc/meminfo: memFree=1681888/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=5348 CPUtime=0
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 248044482 5476352 190 996147200 134512640 135472138 4294956224 18446744073709551615 5530807 0 0 4096 0 0 0 0 17 1 0 0
/proc/23729/statm: 1337 190 156 234 0 27 0

[startup+0.0218021 s]
/proc/loadavg: 2.00 2.02 2.01 4/82 23729
/proc/meminfo: memFree=1681888/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=0.01
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 695 0 0 0 1 0 0 0 18 0 1 0 248044482 101990400 655 996147200 134512640 135472138 4294956224 18446744073709551615 134873557 0 0 4096 0 0 0 0 17 1 0 0
/proc/23729/statm: 24900 655 479 234 0 23602 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 99600

[startup+0.10181 s]
/proc/loadavg: 2.00 2.02 2.01 4/82 23729
/proc/meminfo: memFree=1681888/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=0.09
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 721 0 0 0 9 0 0 0 18 0 1 0 248044482 101990400 681 996147200 134512640 135472138 4294956224 18446744073709551615 134578081 0 0 4096 0 0 0 0 17 1 0 0
/proc/23729/statm: 24900 681 495 234 0 23602 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 99600

[startup+0.301832 s]
/proc/loadavg: 2.00 2.02 2.01 4/82 23729
/proc/meminfo: memFree=1681888/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=0.29
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 723 0 0 0 29 0 0 0 19 0 1 0 248044482 101990400 683 996147200 134512640 135472138 4294956224 18446744073709551615 134578209 0 0 4096 0 0 0 0 17 1 0 0
/proc/23729/statm: 24900 683 496 234 0 23602 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99600

[startup+0.701873 s]
/proc/loadavg: 2.00 2.02 2.01 4/82 23729
/proc/meminfo: memFree=1681888/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=0.69
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 729 0 0 0 69 0 0 0 23 0 1 0 248044482 101990400 689 996147200 134512640 135472138 4294956224 18446744073709551615 134578202 0 0 4096 0 0 0 0 17 1 0 0
/proc/23729/statm: 24900 689 496 234 0 23602 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99600

[startup+1.50196 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 23730
/proc/meminfo: memFree=1681048/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=1.49
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 731 0 0 0 149 0 0 0 25 0 1 0 248044482 101990400 691 996147200 134512640 135472138 4294956224 18446744073709551615 134874403 0 0 4096 0 0 0 0 17 1 0 0
/proc/23729/statm: 24900 691 496 234 0 23602 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99600

[startup+3.10113 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 23730
/proc/meminfo: memFree=1680856/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=3.09
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 731 0 0 0 309 0 0 0 25 0 1 0 248044482 101990400 691 996147200 134512640 135472138 4294956224 18446744073709551615 134672496 0 0 4096 0 0 0 0 17 1 0 0
/proc/23729/statm: 24900 691 496 234 0 23602 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99600

[startup+6.30148 s]
/proc/loadavg: 2.07 2.03 2.01 3/83 23730
/proc/meminfo: memFree=1680792/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=6.29
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 736 0 0 0 629 0 0 0 25 0 1 0 248044482 101990400 696 996147200 134512640 135472138 4294956224 18446744073709551615 134936243 0 0 4096 0 0 0 0 17 1 0 0
/proc/23729/statm: 24900 696 496 234 0 23602 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99600

[startup+12.7012 s]
/proc/loadavg: 2.07 2.03 2.01 3/83 23730
/proc/meminfo: memFree=1680792/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=12.69
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 743 0 0 0 1269 0 0 0 25 0 1 0 248044482 101990400 703 996147200 134512640 135472138 4294956224 18446744073709551615 134578209 0 0 4096 0 0 0 0 17 1 0 0
/proc/23729/statm: 24900 703 496 234 0 23602 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 99600

[startup+25.5015 s]
/proc/loadavg: 2.05 2.03 2.01 3/83 23730
/proc/meminfo: memFree=1680856/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=25.48
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 743 0 0 0 2548 0 0 0 25 0 1 0 248044482 101990400 703 996147200 134512640 135472138 4294956224 18446744073709551615 134873841 0 0 4096 0 0 0 0 17 1 0 0
/proc/23729/statm: 24900 703 496 234 0 23602 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 99600

[startup+51.1013 s]
/proc/loadavg: 2.03 2.03 2.01 3/83 23730
/proc/meminfo: memFree=1680664/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=51.08
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 779 0 0 0 5108 0 0 0 25 0 1 0 248044482 101990400 739 996147200 134512640 135472138 4294956224 18446744073709551615 134578192 0 0 4096 0 0 0 0 17 1 0 0
/proc/23729/statm: 24900 739 497 234 0 23602 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 99600

[startup+102.306 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 23730
/proc/meminfo: memFree=1680472/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=102.27
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 786 0 0 0 10227 0 0 0 25 0 1 0 248044482 101990400 746 996147200 134512640 135472138 4294956224 18446744073709551615 134578588 0 0 4096 0 0 0 0 17 1 0 0
/proc/23729/statm: 24900 746 498 234 0 23602 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 99600

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 23768
/proc/meminfo: memFree=1630176/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=162.21
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 788 0 0 0 16221 0 0 0 25 0 1 0 248044482 101990400 748 996147200 134512640 135472138 4294956224 18446744073709551615 134578192 0 0 4096 0 0 0 0 17 1 0 0
/proc/23729/statm: 24900 748 498 234 0 23602 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 99600

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 23768
/proc/meminfo: memFree=1628256/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=222.2
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 789 0 0 0 22220 0 0 0 25 0 1 0 248044482 101990400 749 996147200 134512640 135472138 4294956224 18446744073709551615 134873714 0 0 4096 0 0 0 0 17 1 0 0
/proc/23729/statm: 24900 749 498 234 0 23602 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 99600

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23768
/proc/meminfo: memFree=1628064/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=282.18
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 793 0 0 0 28218 0 0 0 25 0 1 0 248044482 101990400 753 996147200 134512640 135472138 4294956224 18446744073709551615 134577972 0 0 4096 0 0 0 0 17 1 0 0
/proc/23729/statm: 24900 753 498 234 0 23602 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 99600

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23768
/proc/meminfo: memFree=1628000/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=342.16
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 795 0 0 0 34216 0 0 0 25 0 1 0 248044482 101990400 755 996147200 134512640 135472138 4294956224 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 1 0 0
/proc/23729/statm: 24900 755 498 234 0 23602 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 99600

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23770
/proc/meminfo: memFree=1627872/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=402.15
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 796 0 0 0 40215 0 0 0 25 0 1 0 248044482 101990400 756 996147200 134512640 135472138 4294956224 18446744073709551615 134873841 0 0 4096 0 0 0 0 17 1 0 0
/proc/23729/statm: 24900 756 498 234 0 23602 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 99600

[startup+462.301 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 23843
/proc/meminfo: memFree=1657040/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=462.07
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 796 0 0 0 46207 0 0 0 25 0 1 0 248044482 101990400 756 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 1 0 0
/proc/23729/statm: 24900 756 498 234 0 23602 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 99600

[startup+522.302 s]
/proc/loadavg: 2.23 2.07 2.02 3/83 23844
/proc/meminfo: memFree=1677840/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=522.05
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 796 0 0 0 52205 0 0 0 25 0 1 0 248044482 101990400 756 996147200 134512640 135472138 4294956224 18446744073709551615 134873531 0 0 4096 0 0 0 0 17 1 0 0
/proc/23729/statm: 24900 756 498 234 0 23602 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 99600

[startup+582.301 s]
/proc/loadavg: 2.08 2.06 2.02 3/83 23844
/proc/meminfo: memFree=1677776/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=582.04
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 796 0 0 0 58204 0 0 0 25 0 1 0 248044482 101990400 756 996147200 134512640 135472138 4294956224 18446744073709551615 134578081 0 0 4096 0 0 0 0 17 1 0 0
/proc/23729/statm: 24900 756 498 234 0 23602 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 99600

[startup+642.302 s]
/proc/loadavg: 2.03 2.04 2.01 3/83 23844
/proc/meminfo: memFree=1677776/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=642.03
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 796 0 0 0 64203 0 0 0 25 0 1 0 248044482 101990400 756 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 1 0 0
/proc/23729/statm: 24900 756 498 234 0 23602 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 99600


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

[startup+822.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/74 23878
/proc/meminfo: memFree=1682848/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=821.56
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 799 0 0 0 82156 0 0 0 25 0 1 0 248044482 101990400 759 996147200 134512640 135472138 4294956224 18446744073709551615 134873841 0 0 4096 0 0 0 0 17 0 0 0
/proc/23729/statm: 24900 759 498 234 0 23602 0
Current children cumulated CPU time (s) 821.56
Current children cumulated vsize (KiB) 99600

[startup+882.302 s]
/proc/loadavg: 2.03 2.03 2.00 3/74 23878
/proc/meminfo: memFree=1682784/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=881.09
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 799 0 0 0 88109 0 0 0 25 0 1 0 248044482 101990400 759 996147200 134512640 135472138 4294956224 18446744073709551615 134580304 0 0 4096 0 0 0 0 17 0 0 0
/proc/23729/statm: 24900 759 498 234 0 23602 0
Current children cumulated CPU time (s) 881.09
Current children cumulated vsize (KiB) 99600

[startup+942.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/74 23878
/proc/meminfo: memFree=1682784/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=940.64
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 809 0 0 0 94064 0 0 0 25 0 1 0 248044482 101990400 769 996147200 134512640 135472138 4294956224 18446744073709551615 134578209 0 0 4096 0 0 0 0 17 0 0 0
/proc/23729/statm: 24900 769 498 234 0 23602 0
Current children cumulated CPU time (s) 940.64
Current children cumulated vsize (KiB) 99600

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 23878
/proc/meminfo: memFree=1682720/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=1000.17
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 809 0 0 0 100017 0 0 0 25 0 1 0 248044482 101990400 769 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 0 0 0
/proc/23729/statm: 24900 769 498 234 0 23602 0
Current children cumulated CPU time (s) 1000.17
Current children cumulated vsize (KiB) 99600

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 23878
/proc/meminfo: memFree=1682656/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=1059.72
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 809 0 0 0 105972 0 0 0 25 0 1 0 248044482 101990400 769 996147200 134512640 135472138 4294956224 18446744073709551615 134873759 0 0 4096 0 0 0 0 17 0 0 0
/proc/23729/statm: 24900 769 498 234 0 23602 0
Current children cumulated CPU time (s) 1059.72
Current children cumulated vsize (KiB) 99600

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 23878
/proc/meminfo: memFree=1682656/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=1119.25
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 809 0 0 0 111925 0 0 0 25 0 1 0 248044482 101990400 769 996147200 134512640 135472138 4294956224 18446744073709551615 134580322 0 0 4096 0 0 0 0 17 0 0 0
/proc/23729/statm: 24900 769 498 234 0 23602 0
Current children cumulated CPU time (s) 1119.25
Current children cumulated vsize (KiB) 99600

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 23878
/proc/meminfo: memFree=1682592/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=1178.8
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 809 0 0 0 117880 0 0 0 25 0 1 0 248044482 101990400 769 996147200 134512640 135472138 4294956224 18446744073709551615 134866720 0 0 4096 0 0 0 0 17 0 0 0
/proc/23729/statm: 24900 769 498 234 0 23602 0
Current children cumulated CPU time (s) 1178.8
Current children cumulated vsize (KiB) 99600

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 23878
/proc/meminfo: memFree=1682336/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=1238.34
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 809 0 0 0 123833 1 0 0 25 0 1 0 248044482 101990400 769 996147200 134512640 135472138 4294956224 18446744073709551615 134580318 0 0 4096 0 0 0 0 17 0 0 0
/proc/23729/statm: 24900 769 498 234 0 23602 0
Current children cumulated CPU time (s) 1238.34
Current children cumulated vsize (KiB) 99600

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 23878
/proc/meminfo: memFree=1682336/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=1297.89
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 809 0 0 0 129788 1 0 0 25 0 1 0 248044482 101990400 769 996147200 134512640 135472138 4294956224 18446744073709551615 134873555 0 0 4096 0 0 0 0 17 0 0 0
/proc/23729/statm: 24900 769 498 234 0 23602 0
Current children cumulated CPU time (s) 1297.89
Current children cumulated vsize (KiB) 99600

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 23878
/proc/meminfo: memFree=1682272/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=1357.42
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 809 0 0 0 135741 1 0 0 25 0 1 0 248044482 101990400 769 996147200 134512640 135472138 4294956224 18446744073709551615 134578252 0 0 4096 0 0 0 0 17 0 0 0
/proc/23729/statm: 24900 769 498 234 0 23602 0
Current children cumulated CPU time (s) 1357.42
Current children cumulated vsize (KiB) 99600

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 23878
/proc/meminfo: memFree=1682144/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=1416.97
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 809 0 0 0 141696 1 0 0 25 0 1 0 248044482 101990400 769 996147200 134512640 135472138 4294956224 18446744073709551615 134873482 0 0 4096 0 0 0 0 17 0 0 0
/proc/23729/statm: 24900 769 498 234 0 23602 0
Current children cumulated CPU time (s) 1416.97
Current children cumulated vsize (KiB) 99600

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 23878
/proc/meminfo: memFree=1682080/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=1476.5
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 809 0 0 0 147649 1 0 0 25 0 1 0 248044482 101990400 769 996147200 134512640 135472138 4294956224 18446744073709551615 134578209 0 0 4096 0 0 0 0 17 0 0 0
/proc/23729/statm: 24900 769 498 234 0 23602 0
Current children cumulated CPU time (s) 1476.5
Current children cumulated vsize (KiB) 99600

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 23878
/proc/meminfo: memFree=1682080/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=1536.04
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 809 0 0 0 153603 1 0 0 25 0 1 0 248044482 101990400 769 996147200 134512640 135472138 4294956224 18446744073709551615 134580305 0 0 4096 0 0 0 0 17 0 0 0
/proc/23729/statm: 24900 769 498 234 0 23602 0
Current children cumulated CPU time (s) 1536.04
Current children cumulated vsize (KiB) 99600

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 23878
/proc/meminfo: memFree=1682016/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=1595.58
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 809 0 0 0 159557 1 0 0 25 0 1 0 248044482 101990400 769 996147200 134512640 135472138 4294956224 18446744073709551615 134936337 0 0 4096 0 0 0 0 17 0 0 0
/proc/23729/statm: 24900 769 498 234 0 23602 0
Current children cumulated CPU time (s) 1595.58
Current children cumulated vsize (KiB) 99600

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 23878
/proc/meminfo: memFree=1681952/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=1655.12
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 809 0 0 0 165511 1 0 0 25 0 1 0 248044482 101990400 769 996147200 134512640 135472138 4294956224 18446744073709551615 134873761 0 0 4096 0 0 0 0 17 0 0 0
/proc/23729/statm: 24900 769 498 234 0 23602 0
Current children cumulated CPU time (s) 1655.12
Current children cumulated vsize (KiB) 99600

[startup+1722.3 s]
/proc/loadavg: 1.94 1.98 1.99 3/84 23926
/proc/meminfo: memFree=1520016/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=1714.69
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 809 0 0 0 171468 1 0 0 25 0 1 0 248044482 101990400 769 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 0 0 0
/proc/23729/statm: 24900 769 498 234 0 23602 0
Current children cumulated CPU time (s) 1714.69
Current children cumulated vsize (KiB) 99600

[startup+1782.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/84 23926
/proc/meminfo: memFree=1457296/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=1774.44
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 809 0 0 0 177442 2 0 0 25 0 1 0 248044482 101990400 769 996147200 134512640 135472138 4294956224 18446744073709551615 134873841 0 0 4096 0 0 0 0 17 0 0 0
/proc/23729/statm: 24900 769 498 234 0 23602 0
Current children cumulated CPU time (s) 1774.44
Current children cumulated vsize (KiB) 99600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 23926
/proc/meminfo: memFree=1424528/2055920 swapFree=4179552/4192956
[pid=23729] ppid=23727 vsize=99600 CPUtime=1800.03
/proc/23729/stat : 23729 (casperzito) R 23727 23729 17443 0 -1 4194304 809 0 0 0 180000 3 0 0 25 0 1 0 248044482 101990400 769 996147200 134512640 135472138 4294956224 18446744073709551615 134672480 0 0 4096 0 0 0 0 17 0 0 0
/proc/23729/statm: 24900 769 498 234 0 23602 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 99600

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): 1808.01
CPU time (s): 1800.05
CPU user time (s): 1800.01
CPU system time (s): 0.036994
CPU usage (%): 99.5597
Max. virtual memory (cumulated for all children) (KiB): 99600

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

runsolver used 1.77773 second user time and 4.81027 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-04 07:49:25
IDJOB=1067557
IDBENCH=55402
IDSOLVER=362
FILE ID=node81/1067557-1215150565
PBS_JOBID= 7877247
Free space on /tmp= 126868 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 66b160f79aceac58eef692c4a69d727f
RANDOM SEED=1252774856

node81.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.236
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.236
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:       1682368 kB
Buffers:         36540 kB
Cached:         243836 kB
SwapCached:       6108 kB
Active:         154364 kB
Inactive:       152552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1682368 kB
SwapTotal:     4192956 kB
SwapFree:      4179552 kB
Dirty:            2920 kB
Writeback:           0 kB
Mapped:          43288 kB
Slab:            51868 kB
Committed_AS:   574764 kB
PageTables:       1708 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= 126796 MiB
End job on node81 at 2008-07-04 08:19:35