Trace number 1050262

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.04 1816.11

General information on the benchmark

Namecsp/pseudo/primesDimacs/
normalized-f1000.xml
MD5SUM22f4670f77f803db70d4885e1813f138
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 variables2000
Number of constraints5250
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5250
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.03	c Parsing = 1
0.00/0.21	c Building = 1
0.00/0.24	c [ NumberOfVariables = 2000 ]
0.00/0.24	c [ NumberOfConstraints = 5250 ]
0.00/0.24	c [ SizeOfSearchSpace(log2) = 2000 ]
0.00/0.24	c SymmetrySearch = 1
0.30/0.35	c InitialPropagation = 1
0.30/0.36	c [ SizeOfSearchSpace(log2) = 2000 ]
0.30/0.36	c InitialSAC = 1
0.30/0.38	c [ SizeOfSearchSpace(log2) = 2000 ]
0.30/0.38	c Search(SampleFF) : 
74.35/75.03	c [ Sampling domwdeg ]
74.35/75.03	c [ Sampling impacts ]
74.35/75.03	c [ SamplingScores: ]
74.35/75.03	c [ domwdeg+min = 6.24736e-13 | domwdeg+rnd = 3.0584e-13 ]
74.35/75.03	c [ impacts+min = 9.18327e-20 | impacts+rnd = 8.34645e-24 ]
74.35/75.03	c [ la+min = 0 | la+rnd = 0 ]
74.35/75.03	c [ domwdeg = 4.65288e-13 | impacts = 4.59205e-20 | la = 0 ]
74.35/75.03	c [ min = 2.08245e-13 | rand = 4.59205e-20 ]
74.35/75.03	c [ restarting at (3.96356,2.14405e-21) ]
84.86/85.66	c [ restarting at (9.9089,5.49724e-19) ]
111.22/112.22	c [ restarting at (24.7722,1.58727e-16) ]
177.04/178.61	c [ restarting at (61.9306,2.8276e-16) ]
341.49/344.58	c [ restarting at (154.827,2.18714e-14) ]
752.91/759.51	c [ restarting at (387.066,3.01842e-16) ]
1644.62/1659.00	c [ restarting at (967.666,3.02221e-18) ]

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 30807
/proc/meminfo: memFree=1729656/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=7548 CPUtime=0.2
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 1023 0 0 0 20 0 0 0 19 0 1 0 627818738 7729152 983 996147200 134512640 135472138 4294956224 18446744073709551615 11526231 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 1887 983 384 234 0 589 0

[startup+0.312831 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 30807
/proc/meminfo: memFree=1729656/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=106276 CPUtime=0.3
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2596 0 0 0 29 1 0 0 20 0 1 0 627818738 108826624 2555 996147200 134512640 135472138 4294956224 18446744073709551615 134535933 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 26569 2555 448 234 0 25271 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 106276

[startup+0.401848 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 30807
/proc/meminfo: memFree=1729656/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102272 CPUtime=0.39
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2704 0 0 0 38 1 0 0 20 0 1 0 627818738 104726528 1965 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25568 1965 475 234 0 24270 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 102272

[startup+0.501862 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 30807
/proc/meminfo: memFree=1729656/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102272 CPUtime=0.49
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2709 0 0 0 48 1 0 0 21 0 1 0 627818738 104726528 1970 996147200 134512640 135472138 4294956224 18446744073709551615 135202779 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25568 1970 475 234 0 24270 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 102272

[startup+0.701893 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 30807
/proc/meminfo: memFree=1729656/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102272 CPUtime=0.69
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2714 0 0 0 68 1 0 0 23 0 1 0 627818738 104726528 1975 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25568 1975 476 234 0 24270 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102272

[startup+1.50201 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 30808
/proc/meminfo: memFree=1723568/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102272 CPUtime=1.48
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2728 0 0 0 147 1 0 0 25 0 1 0 627818738 104726528 1989 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25568 1989 484 234 0 24270 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 102272

[startup+3.10125 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 30808
/proc/meminfo: memFree=1723376/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102272 CPUtime=3.06
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2728 0 0 0 305 1 0 0 25 0 1 0 627818738 104726528 1989 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25568 1989 484 234 0 24270 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 102272

[startup+6.30172 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 30808
/proc/meminfo: memFree=1723376/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102272 CPUtime=6.23
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2728 0 0 0 622 1 0 0 25 0 1 0 627818738 104726528 1989 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25568 1989 484 234 0 24270 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 102272

[startup+12.7027 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 30808
/proc/meminfo: memFree=1723312/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102272 CPUtime=12.58
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2729 0 0 0 1257 1 0 0 25 0 1 0 627818738 104726528 1990 996147200 134512640 135472138 4294956224 18446744073709551615 134677848 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25568 1990 484 234 0 24270 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 102272

[startup+25.5015 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 30808
/proc/meminfo: memFree=1723184/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102272 CPUtime=25.26
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2745 0 0 0 2525 1 0 0 25 0 1 0 627818738 104726528 2006 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25568 2006 484 234 0 24270 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 102272

[startup+51.1013 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 30808
/proc/meminfo: memFree=1722928/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102272 CPUtime=50.65
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2809 0 0 0 5064 1 0 0 25 0 1 0 627818738 104726528 2070 996147200 134512640 135472138 4294956224 18446744073709551615 135235251 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25568 2070 486 234 0 24270 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 102272

[startup+102.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 30808
/proc/meminfo: memFree=1722800/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=101.4
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2845 0 0 0 10139 1 0 0 25 0 1 0 627818738 104730624 2106 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2106 487 234 0 24271 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 102276

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 30808
/proc/meminfo: memFree=1722672/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=160.88
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2858 0 0 0 16087 1 0 0 25 0 1 0 627818738 104730624 2119 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2119 487 234 0 24271 0
Current children cumulated CPU time (s) 160.88
Current children cumulated vsize (KiB) 102276

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 30808
/proc/meminfo: memFree=1722608/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=220.37
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2872 0 0 0 22035 2 0 0 25 0 1 0 627818738 104730624 2133 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2133 487 234 0 24271 0
Current children cumulated CPU time (s) 220.37
Current children cumulated vsize (KiB) 102276

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 30808
/proc/meminfo: memFree=1722608/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=279.84
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2872 0 0 0 27982 2 0 0 25 0 1 0 627818738 104730624 2133 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2133 487 234 0 24271 0
Current children cumulated CPU time (s) 279.84
Current children cumulated vsize (KiB) 102276

[startup+342.301 s]
/proc/loadavg: 2.07 2.00 2.00 3/73 30808
/proc/meminfo: memFree=1722544/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=339.31
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2872 0 0 0 33929 2 0 0 25 0 1 0 627818738 104730624 2133 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2133 487 234 0 24271 0
Current children cumulated CPU time (s) 339.31
Current children cumulated vsize (KiB) 102276

[startup+402.301 s]
/proc/loadavg: 2.09 2.02 2.00 3/73 30808
/proc/meminfo: memFree=1722416/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=398.79
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2887 0 0 0 39876 3 0 0 25 0 1 0 627818738 104730624 2148 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2148 487 234 0 24271 0
Current children cumulated CPU time (s) 398.79
Current children cumulated vsize (KiB) 102276

[startup+462.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/73 30808
/proc/meminfo: memFree=1722416/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=458.27
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2887 0 0 0 45824 3 0 0 25 0 1 0 627818738 104730624 2148 996147200 134512640 135472138 4294956224 18446744073709551615 134691616 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2148 487 234 0 24271 0
Current children cumulated CPU time (s) 458.27
Current children cumulated vsize (KiB) 102276

[startup+522.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/73 30808
/proc/meminfo: memFree=1722288/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=517.74
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2888 0 0 0 51771 3 0 0 25 0 1 0 627818738 104730624 2149 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2149 487 234 0 24271 0
Current children cumulated CPU time (s) 517.74
Current children cumulated vsize (KiB) 102276

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 30808
/proc/meminfo: memFree=1722352/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=577.22
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2888 0 0 0 57718 4 0 0 25 0 1 0 627818738 104730624 2149 996147200 134512640 135472138 4294956224 18446744073709551615 134578094 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2149 487 234 0 24271 0
Current children cumulated CPU time (s) 577.22
Current children cumulated vsize (KiB) 102276

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 30808
/proc/meminfo: memFree=1722352/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=636.71
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2888 0 0 0 63667 4 0 0 25 0 1 0 627818738 104730624 2149 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2149 487 234 0 24271 0
Current children cumulated CPU time (s) 636.71
Current children cumulated vsize (KiB) 102276


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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 30808
/proc/meminfo: memFree=1722160/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=815.17
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2902 0 0 0 81511 6 0 0 25 0 1 0 627818738 104730624 2163 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2163 487 234 0 24271 0
Current children cumulated CPU time (s) 815.17
Current children cumulated vsize (KiB) 102276

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 30808
/proc/meminfo: memFree=1722160/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=874.65
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2902 0 0 0 87459 6 0 0 25 0 1 0 627818738 104730624 2163 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2163 487 234 0 24271 0
Current children cumulated CPU time (s) 874.65
Current children cumulated vsize (KiB) 102276

[startup+942.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 30809
/proc/meminfo: memFree=1722032/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=934.13
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2904 0 0 0 93406 7 0 0 25 0 1 0 627818738 104730624 2165 996147200 134512640 135472138 4294956224 18446744073709551615 135254768 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2165 487 234 0 24271 0
Current children cumulated CPU time (s) 934.13
Current children cumulated vsize (KiB) 102276

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 30810
/proc/meminfo: memFree=1722032/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=993.61
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2904 0 0 0 99354 7 0 0 25 0 1 0 627818738 104730624 2165 996147200 134512640 135472138 4294956224 18446744073709551615 135202788 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2165 487 234 0 24271 0
Current children cumulated CPU time (s) 993.61
Current children cumulated vsize (KiB) 102276

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 30810
/proc/meminfo: memFree=1722032/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=1053.08
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2904 0 0 0 105300 8 0 0 25 0 1 0 627818738 104730624 2165 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2165 487 234 0 24271 0
Current children cumulated CPU time (s) 1053.08
Current children cumulated vsize (KiB) 102276

[startup+1122.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 30810
/proc/meminfo: memFree=1721840/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=1112.57
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2904 0 0 0 111249 8 0 0 25 0 1 0 627818738 104730624 2165 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2165 487 234 0 24271 0
Current children cumulated CPU time (s) 1112.57
Current children cumulated vsize (KiB) 102276

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 30810
/proc/meminfo: memFree=1721776/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=1172.05
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2905 0 0 0 117197 8 0 0 25 0 1 0 627818738 104730624 2166 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2166 487 234 0 24271 0
Current children cumulated CPU time (s) 1172.05
Current children cumulated vsize (KiB) 102276

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 30810
/proc/meminfo: memFree=1721648/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=1231.54
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2905 0 0 0 123145 9 0 0 25 0 1 0 627818738 104730624 2166 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2166 487 234 0 24271 0
Current children cumulated CPU time (s) 1231.54
Current children cumulated vsize (KiB) 102276

[startup+1302.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/73 30810
/proc/meminfo: memFree=1721648/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=1291.01
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2907 0 0 0 129092 9 0 0 25 0 1 0 627818738 104730624 2168 996147200 134512640 135472138 4294956224 18446744073709551615 134922336 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2168 487 234 0 24271 0
Current children cumulated CPU time (s) 1291.01
Current children cumulated vsize (KiB) 102276

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/73 30810
/proc/meminfo: memFree=1721712/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=1350.48
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2907 0 0 0 135039 9 0 0 25 0 1 0 627818738 104730624 2168 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2168 487 234 0 24271 0
Current children cumulated CPU time (s) 1350.48
Current children cumulated vsize (KiB) 102276

[startup+1422.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/73 30810
/proc/meminfo: memFree=1721712/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=1409.97
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2907 0 0 0 140987 10 0 0 25 0 1 0 627818738 104730624 2168 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2168 487 234 0 24271 0
Current children cumulated CPU time (s) 1409.97
Current children cumulated vsize (KiB) 102276

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/73 30810
/proc/meminfo: memFree=1721712/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=1469.46
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2907 0 0 0 146936 10 0 0 25 0 1 0 627818738 104730624 2168 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2168 487 234 0 24271 0
Current children cumulated CPU time (s) 1469.46
Current children cumulated vsize (KiB) 102276

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/73 30810
/proc/meminfo: memFree=1721712/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=1528.93
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2907 0 0 0 152883 10 0 0 25 0 1 0 627818738 104730624 2168 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2168 487 234 0 24271 0
Current children cumulated CPU time (s) 1528.93
Current children cumulated vsize (KiB) 102276

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/73 30810
/proc/meminfo: memFree=1721648/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=1588.42
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2907 0 0 0 158831 11 0 0 25 0 1 0 627818738 104730624 2168 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2168 487 234 0 24271 0
Current children cumulated CPU time (s) 1588.42
Current children cumulated vsize (KiB) 102276

[startup+1662.3 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 30844
/proc/meminfo: memFree=1807216/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=1647.92
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2916 0 0 0 164781 11 0 0 25 0 1 0 627818738 104730624 2177 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 0 0 0
/proc/30807/statm: 25569 2177 487 234 0 24271 0
Current children cumulated CPU time (s) 1647.92
Current children cumulated vsize (KiB) 102276

[startup+1722.3 s]
/proc/loadavg: 2.24 2.07 2.02 3/75 31370
/proc/meminfo: memFree=1765584/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=1706.64
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2919 0 0 0 170651 13 0 0 25 0 1 0 627818738 104730624 2180 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/30807/statm: 25569 2180 487 234 0 24271 0
Current children cumulated CPU time (s) 1706.64
Current children cumulated vsize (KiB) 102276

[startup+1782.31 s]
/proc/loadavg: 2.09 2.06 2.02 3/82 31419
/proc/meminfo: memFree=1756632/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=1766.25
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2919 0 0 0 176611 14 0 0 25 0 1 0 627818738 104730624 2180 996147200 134512640 135472138 4294956224 18446744073709551615 134672496 0 0 4096 0 0 0 0 17 0 0 0
/proc/30807/statm: 25569 2180 487 234 0 24271 0
Current children cumulated CPU time (s) 1766.25
Current children cumulated vsize (KiB) 102276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.1 s]
/proc/loadavg: 2.05 2.05 2.01 3/82 31419
/proc/meminfo: memFree=1756632/2055920 swapFree=4180236/4192956
[pid=30807] ppid=30805 vsize=102276 CPUtime=1800.03
/proc/30807/stat : 30807 (casperzito) R 30805 30807 29591 0 -1 4194304 2919 0 0 0 179989 14 0 0 25 0 1 0 627818738 104730624 2180 996147200 134512640 135472138 4294956224 18446744073709551615 134580900 0 0 4096 0 0 0 0 17 0 0 0
/proc/30807/statm: 25569 2180 487 234 0 24271 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 102276

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): 1816.11
CPU time (s): 1800.04
CPU user time (s): 1799.9
CPU system time (s): 0.145977
CPU usage (%): 99.1153
Max. virtual memory (cumulated for all children) (KiB): 106276

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

runsolver used 2.41263 second user time and 5.29019 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-03 03:34:11
IDJOB=1050262
IDBENCH=54869
IDSOLVER=362
FILE ID=node39/1050262-1215048851
PBS_JOBID= 7875095
Free space on /tmp= 66536 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-f1000.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050262-1215048851/watcher-1050262-1215048851 -o /tmp/evaluation-result-1050262-1215048851/solver-1050262-1215048851 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1050262-1215048851.xml 1492749557 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 22f4670f77f803db70d4885e1813f138
RANDOM SEED=1492749557

node39.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.267
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.267
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:       1730136 kB
Buffers:         35728 kB
Cached:         132164 kB
SwapCached:       6528 kB
Active:         175580 kB
Inactive:        80088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730136 kB
SwapTotal:     4192956 kB
SwapFree:      4180236 kB
Dirty:            3660 kB
Writeback:           0 kB
Mapped:          94652 kB
Slab:            55416 kB
Committed_AS:   896076 kB
PageTables:       1868 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= 66544 MiB
End job on node39 at 2008-07-03 04:04:30