Trace number 1077757

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 zao? (TO) 1800.03 1804.31

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.15/0.25	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.15/0.25	c Parsing = 1
0.15/0.25	c Building = 1
0.54/0.60	c [ NumberOfVariables = 100 ]
0.54/0.60	c [ NumberOfConstraints = 40 ]
0.54/0.60	c [ SizeOfSearchSpace(log2) = 480.735 ]
0.54/0.60	c SymmetrySearch = 1
0.54/0.60	c [ Found 362880 symmetries ]
0.54/0.60	c InitialPropagation = 1
0.54/0.61	c [ SizeOfSearchSpace(log2) = 439.748 ]
0.54/0.61	c InitialSAC = 1
0.64/0.73	c [ SizeOfSearchSpace(log2) = 439.419 ]
0.64/0.73	c Search(SampleFF) : 
79.11/79.94	c [ Sampling domwdeg ]
79.11/79.94	c [ Sampling impacts ]
79.11/79.94	c [ Sampling la ]
79.11/79.94	c [ SamplingScores: ]
79.11/79.94	c [ domwdeg+min = 8.85618e-05 | domwdeg+rnd = 4.99573e-06 ]
79.11/79.94	c [ impacts+min = 3.41227e-06 | impacts+rnd = 1.09493e-06 ]
79.11/79.94	c [ la+min = 0.000460151 | la+rnd = 2.24357e-07 ]
79.11/79.94	c [ domwdeg = 4.67787e-05 | impacts = 2.2536e-06 | la = 0.000230188 ]
79.11/79.94	c [ min = 0.000184042 | rand = 2.2536e-06 ]
79.11/79.94	c [ restarting at (4.52802,6.74599e-06) ]
91.30/92.20	c [ restarting at (11.3201,3.79257e-07) ]
121.33/122.55	c [ restarting at (28.3001,2.72673e-11) ]
196.57/198.41	c [ restarting at (70.7504,0.00180538) ]
333.66/336.78	c [ restarting at (176.876,2.09385e-08) ]
775.41/779.18	c [ restarting at (442.19,4.32148e-10) ]

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-1077757-1215194607/watcher-1077757-1215194607 -o /tmp/evaluation-result-1077757-1215194607/solver-1077757-1215194607 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1077757-1215194607.xml 1239132430 

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.03 2.55 4/81 9705
/proc/meminfo: memFree=1428888/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=18572 CPUtime=0
/proc/9705/stat : 9705 (runsolver) R 9703 9705 7285 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 146846010 19017728 292 996147200 4194304 4296836 548682068464 18446744073709551615 217871609127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/9705/statm: 4643 292 257 25 0 2626 0

[startup+0.0188821 s]
/proc/loadavg: 2.00 2.03 2.55 4/81 9705
/proc/meminfo: memFree=1428888/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=5040 CPUtime=0
/proc/9705/stat : 9705 (casperzao) D 9703 9705 7285 0 -1 4194304 91 0 1 0 0 0 0 0 18 0 1 0 146846010 5160960 72 996147200 134512640 135477443 4294956224 18446744073709551615 12592036 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/9705/statm: 1260 72 50 235 0 25 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5040

[startup+0.101877 s]
/proc/loadavg: 2.00 2.03 2.55 4/81 9705
/proc/meminfo: memFree=1428888/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=286844 CPUtime=0.05
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 696 0 1 0 5 0 0 0 18 0 1 0 146846010 293728256 589 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/9705/statm: 71711 589 466 235 0 70412 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 286844

[startup+0.301858 s]
/proc/loadavg: 2.00 2.03 2.55 4/81 9705
/proc/meminfo: memFree=1428888/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=286976 CPUtime=0.24
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 995 0 1 0 24 0 0 0 19 0 1 0 146846010 293863424 628 996147200 134512640 135477443 4294956224 18446744073709551615 134942622 0 0 4096 0 0 0 0 17 1 0 0
/proc/9705/statm: 71744 628 466 235 0 70445 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 286976

[startup+0.701824 s]
/proc/loadavg: 2.00 2.03 2.55 4/81 9705
/proc/meminfo: memFree=1428888/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=0.64
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1371 0 1 0 64 0 0 0 23 0 1 0 146846010 102117376 741 996147200 134512640 135477443 4294956224 18446744073709551615 135223752 0 0 4096 0 0 0 0 17 1 0 0
/proc/9705/statm: 24931 741 514 235 0 23632 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 99724

[startup+1.50176 s]
/proc/loadavg: 2.00 2.03 2.55 3/82 9706
/proc/meminfo: memFree=1426960/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=1.44
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1386 0 1 0 144 0 0 0 25 0 1 0 146846010 102117376 756 996147200 134512640 135477443 4294956224 18446744073709551615 134879674 0 0 4096 0 0 0 0 17 1 0 0
/proc/9705/statm: 24931 756 517 235 0 23632 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 99724

[startup+3.10163 s]
/proc/loadavg: 2.00 2.03 2.55 3/82 9706
/proc/meminfo: memFree=1426768/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=3.03
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1387 0 1 0 303 0 0 0 25 0 1 0 146846010 102117376 757 996147200 134512640 135477443 4294956224 18446744073709551615 134673693 0 0 4096 0 0 0 0 17 1 0 0
/proc/9705/statm: 24931 757 517 235 0 23632 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 99724

[startup+6.30139 s]
/proc/loadavg: 2.00 2.03 2.55 3/82 9706
/proc/meminfo: memFree=1426640/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=6.18
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1392 0 1 0 618 0 0 0 25 0 1 0 146846010 102117376 762 996147200 134512640 135477443 4294956224 18446744073709551615 134872800 0 0 4096 0 0 0 0 17 1 0 0
/proc/9705/statm: 24931 762 517 235 0 23632 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 99724

[startup+12.7019 s]
/proc/loadavg: 2.00 2.03 2.55 3/82 9706
/proc/meminfo: memFree=1426512/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=12.5
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1392 0 1 0 1250 0 0 0 25 0 1 0 146846010 102117376 762 996147200 134512640 135477443 4294956224 18446744073709551615 134585521 0 0 4096 0 0 0 0 17 1 0 0
/proc/9705/statm: 24931 762 517 235 0 23632 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 99724

[startup+25.5011 s]
/proc/loadavg: 2.07 2.04 2.54 3/82 9706
/proc/meminfo: memFree=1426640/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=25.18
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1403 0 1 0 2518 0 0 0 25 0 1 0 146846010 102117376 773 996147200 134512640 135477443 4294956224 18446744073709551615 134585553 0 0 4096 0 0 0 0 17 1 0 0
/proc/9705/statm: 24931 773 517 235 0 23632 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 99724

[startup+51.1021 s]
/proc/loadavg: 2.04 2.04 2.53 3/82 9706
/proc/meminfo: memFree=1426576/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=50.55
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1426 0 1 0 5055 0 0 0 25 0 1 0 146846010 102117376 796 996147200 134512640 135477443 4294956224 18446744073709551615 134583606 0 0 4096 0 0 0 0 17 1 0 0
/proc/9705/statm: 24931 796 517 235 0 23632 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 99724

[startup+102.307 s]
/proc/loadavg: 2.02 2.03 2.50 3/82 9706
/proc/meminfo: memFree=1426256/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=101.31
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1460 0 1 0 10131 0 0 0 25 0 1 0 146846010 102117376 830 996147200 134512640 135477443 4294956224 18446744073709551615 134585538 0 0 4096 0 0 0 0 17 1 0 0
/proc/9705/statm: 24931 830 518 235 0 23632 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 99724

[startup+162.302 s]
/proc/loadavg: 2.00 2.02 2.46 3/82 9706
/proc/meminfo: memFree=1426128/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=160.79
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1470 0 1 0 16079 0 0 0 25 0 1 0 146846010 102117376 840 996147200 134512640 135477443 4294956224 18446744073709551615 134880319 0 0 4096 0 0 0 0 17 1 0 0
/proc/9705/statm: 24931 840 518 235 0 23632 0
Current children cumulated CPU time (s) 160.79
Current children cumulated vsize (KiB) 99724

[startup+222.302 s]
/proc/loadavg: 2.00 2.02 2.43 3/82 9706
/proc/meminfo: memFree=1426128/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=220.26
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1474 0 1 0 22026 0 0 0 25 0 1 0 146846010 102117376 844 996147200 134512640 135477443 4294956224 18446744073709551615 135272083 0 0 4096 0 0 0 0 17 1 0 0
/proc/9705/statm: 24931 844 518 235 0 23632 0
Current children cumulated CPU time (s) 220.26
Current children cumulated vsize (KiB) 99724

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.40 3/82 9706
/proc/meminfo: memFree=1426000/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=279.75
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1475 0 1 0 27974 1 0 0 25 0 1 0 146846010 102117376 845 996147200 134512640 135477443 4294956224 18446744073709551615 13893371 0 0 4096 0 0 0 0 17 1 0 0
/proc/9705/statm: 24931 845 518 235 0 23632 0
Current children cumulated CPU time (s) 279.75
Current children cumulated vsize (KiB) 99724

[startup+342.302 s]
/proc/loadavg: 2.01 2.00 2.37 3/81 9748
/proc/meminfo: memFree=1871584/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=338.82
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1475 0 1 0 33878 4 0 0 25 0 1 0 146846010 102117376 845 996147200 134512640 135477443 4294956224 18446744073709551615 134879463 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 845 518 235 0 23632 0
Current children cumulated CPU time (s) 338.82
Current children cumulated vsize (KiB) 99724

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.35 3/81 9748
/proc/meminfo: memFree=1870304/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=398.79
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1475 0 1 0 39875 4 0 0 25 0 1 0 146846010 102117376 845 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 845 518 235 0 23632 0
Current children cumulated CPU time (s) 398.79
Current children cumulated vsize (KiB) 99724

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.32 3/81 9748
/proc/meminfo: memFree=1870304/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=458.77
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1475 0 1 0 45873 4 0 0 25 0 1 0 146846010 102117376 845 996147200 134512640 135477443 4294956224 18446744073709551615 134942376 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 845 518 235 0 23632 0
Current children cumulated CPU time (s) 458.77
Current children cumulated vsize (KiB) 99724

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.30 3/81 9748
/proc/meminfo: memFree=1870048/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=518.74
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1477 0 1 0 51870 4 0 0 25 0 1 0 146846010 102117376 847 996147200 134512640 135477443 4294956224 18446744073709551615 134586161 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 847 518 235 0 23632 0
Current children cumulated CPU time (s) 518.74
Current children cumulated vsize (KiB) 99724

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.28 3/81 9748
/proc/meminfo: memFree=1870048/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=578.72
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1477 0 1 0 57868 4 0 0 25 0 1 0 146846010 102117376 847 996147200 134512640 135477443 4294956224 18446744073709551615 134879571 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 847 518 235 0 23632 0
Current children cumulated CPU time (s) 578.72
Current children cumulated vsize (KiB) 99724

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.26 3/81 9748
/proc/meminfo: memFree=1869984/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=638.69
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1477 0 1 0 63865 4 0 0 25 0 1 0 146846010 102117376 847 996147200 134512640 135477443 4294956224 18446744073709551615 134880417 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 847 518 235 0 23632 0
Current children cumulated CPU time (s) 638.69
Current children cumulated vsize (KiB) 99724


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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.19 3/81 9750
/proc/meminfo: memFree=1869792/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=878.55
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1477 0 1 0 87851 4 0 0 25 0 1 0 146846010 102117376 847 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 847 518 235 0 23632 0
Current children cumulated CPU time (s) 878.55
Current children cumulated vsize (KiB) 99724

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.17 3/81 9750
/proc/meminfo: memFree=1869728/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=938.51
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1486 0 1 0 93847 4 0 0 25 0 1 0 146846010 102117376 856 996147200 134512640 135477443 4294956224 18446744073709551615 134942430 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 856 518 235 0 23632 0
Current children cumulated CPU time (s) 938.51
Current children cumulated vsize (KiB) 99724

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.16 3/81 9750
/proc/meminfo: memFree=1869536/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=998.48
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1491 0 1 0 99844 4 0 0 25 0 1 0 146846010 102117376 861 996147200 134512640 135477443 4294956224 18446744073709551615 134879571 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 861 518 235 0 23632 0
Current children cumulated CPU time (s) 998.48
Current children cumulated vsize (KiB) 99724

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.15 3/81 9750
/proc/meminfo: memFree=1869472/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=1058.44
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1491 0 1 0 105840 4 0 0 25 0 1 0 146846010 102117376 861 996147200 134512640 135477443 4294956224 18446744073709551615 134879498 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 861 518 235 0 23632 0
Current children cumulated CPU time (s) 1058.44
Current children cumulated vsize (KiB) 99724

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.14 3/81 9750
/proc/meminfo: memFree=1869536/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=1118.41
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1495 0 1 0 111837 4 0 0 25 0 1 0 146846010 102117376 865 996147200 134512640 135477443 4294956224 18446744073709551615 134879857 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 865 518 235 0 23632 0
Current children cumulated CPU time (s) 1118.41
Current children cumulated vsize (KiB) 99724

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/81 9750
/proc/meminfo: memFree=1869408/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=1178.37
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1495 0 1 0 117833 4 0 0 25 0 1 0 146846010 102117376 865 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 865 518 235 0 23632 0
Current children cumulated CPU time (s) 1178.37
Current children cumulated vsize (KiB) 99724

[startup+1242.3 s]
/proc/loadavg: 2.17 2.04 2.13 3/81 9750
/proc/meminfo: memFree=1869152/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=1238.33
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1495 0 1 0 123829 4 0 0 25 0 1 0 146846010 102117376 865 996147200 134512640 135477443 4294956224 18446744073709551615 135235247 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 865 518 235 0 23632 0
Current children cumulated CPU time (s) 1238.33
Current children cumulated vsize (KiB) 99724

[startup+1302.3 s]
/proc/loadavg: 2.12 2.05 2.12 3/81 9750
/proc/meminfo: memFree=1869088/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=1298.3
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1495 0 1 0 129826 4 0 0 25 0 1 0 146846010 102117376 865 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 865 518 235 0 23632 0
Current children cumulated CPU time (s) 1298.3
Current children cumulated vsize (KiB) 99724

[startup+1362.3 s]
/proc/loadavg: 2.05 2.04 2.11 3/81 9750
/proc/meminfo: memFree=1869024/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=1358.26
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1495 0 1 0 135822 4 0 0 25 0 1 0 146846010 102117376 865 996147200 134512640 135477443 4294956224 18446744073709551615 134879498 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 865 518 235 0 23632 0
Current children cumulated CPU time (s) 1358.26
Current children cumulated vsize (KiB) 99724

[startup+1422.31 s]
/proc/loadavg: 2.01 2.03 2.10 3/81 9750
/proc/meminfo: memFree=1869024/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=1418.24
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1495 0 1 0 141819 5 0 0 25 0 1 0 146846010 102117376 865 996147200 134512640 135477443 4294956224 18446744073709551615 134695368 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 865 518 235 0 23632 0
Current children cumulated CPU time (s) 1418.24
Current children cumulated vsize (KiB) 99724

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.09 4/81 9750
/proc/meminfo: memFree=1868960/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=1478.2
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1495 0 1 0 147815 5 0 0 25 0 1 0 146846010 102117376 865 996147200 134512640 135477443 4294956224 18446744073709551615 134673680 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 865 518 235 0 23632 0
Current children cumulated CPU time (s) 1478.2
Current children cumulated vsize (KiB) 99724

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.08 3/81 9750
/proc/meminfo: memFree=1868896/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=1538.17
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1495 0 1 0 153812 5 0 0 25 0 1 0 146846010 102117376 865 996147200 134512640 135477443 4294956224 18446744073709551615 134585520 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 865 518 235 0 23632 0
Current children cumulated CPU time (s) 1538.17
Current children cumulated vsize (KiB) 99724

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.08 3/81 9750
/proc/meminfo: memFree=1868768/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=1598.13
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1495 0 1 0 159808 5 0 0 25 0 1 0 146846010 102117376 865 996147200 134512640 135477443 4294956224 18446744073709551615 134879775 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 865 518 235 0 23632 0
Current children cumulated CPU time (s) 1598.13
Current children cumulated vsize (KiB) 99724

[startup+1662.3 s]
/proc/loadavg: 2.04 2.02 2.08 3/81 9750
/proc/meminfo: memFree=1868640/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=1658.1
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1495 0 1 0 165805 5 0 0 25 0 1 0 146846010 102117376 865 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 865 518 235 0 23632 0
Current children cumulated CPU time (s) 1658.1
Current children cumulated vsize (KiB) 99724

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.07 3/81 9750
/proc/meminfo: memFree=1868768/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=1718.06
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1495 0 1 0 171801 5 0 0 25 0 1 0 146846010 102117376 865 996147200 134512640 135477443 4294956224 18446744073709551615 134585563 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 865 518 235 0 23632 0
Current children cumulated CPU time (s) 1718.06
Current children cumulated vsize (KiB) 99724

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/81 9750
/proc/meminfo: memFree=1868576/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=1778.03
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1495 0 1 0 177798 5 0 0 25 0 1 0 146846010 102117376 865 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 865 518 235 0 23632 0
Current children cumulated CPU time (s) 1778.03
Current children cumulated vsize (KiB) 99724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/81 9750
/proc/meminfo: memFree=1868576/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=1800.02
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1495 0 1 0 179997 5 0 0 25 0 1 0 146846010 102117376 865 996147200 134512640 135477443 4294956224 18446744073709551615 134942577 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 865 518 235 0 23632 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 99724

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

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

[startup+1804.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/81 9750
/proc/meminfo: memFree=1868576/2055920 swapFree=4192812/4192956
[pid=9705] ppid=9703 vsize=99724 CPUtime=1800.02
/proc/9705/stat : 9705 (casperzao) R 9703 9705 7285 0 -1 4194304 1495 0 1 0 179997 5 0 0 25 0 1 0 146846010 102117376 865 996147200 134512640 135477443 4294956224 18446744073709551615 134942577 0 0 4096 0 0 0 0 17 0 0 0
/proc/9705/statm: 24931 865 518 235 0 23632 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 99724

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.31
CPU time (s): 1800.03
CPU user time (s): 1799.98
CPU system time (s): 0.053991
CPU usage (%): 99.7629
Max. virtual memory (cumulated for all children) (KiB): 287108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.053991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1495
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26
involuntary context switches= 47511

runsolver used 1.82872 second user time and 4.78727 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-04 20:03:27
IDJOB=1077757
IDBENCH=56708
IDSOLVER=361
FILE ID=node28/1077757-1215194607
PBS_JOBID= 7881557
Free space on /tmp= 66504 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 502e8fd02fd7f6c0b17a69b6739e9cc7
RANDOM SEED=1239132430

node28.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.231
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.231
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:       1429368 kB
Buffers:          4416 kB
Cached:          74464 kB
SwapCached:          0 kB
Active:         536516 kB
Inactive:        38380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1429368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2880 kB
Writeback:           0 kB
Mapped:         516224 kB
Slab:            35160 kB
Committed_AS:   822824 kB
PageTables:       3456 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= 66500 MiB
End job on node28 at 2008-07-04 20:33:33