Trace number 1072071

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 1813.41

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-39_ext.xml
MD5SUMa2ca505c65f27aec8f66eb6ea121ac28
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark877.917
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.21	c Parsing = 1
0.27/0.36	c Building = 1
0.38/0.44	c [ NumberOfVariables = 24 ]
0.38/0.44	c [ NumberOfConstraints = 75 ]
0.38/0.44	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.38/0.44	c SymmetrySearch = 1
1.66/1.73	c InitialPropagation = 1
1.66/1.75	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.66/1.75	c InitialSAC = 1
1.96/2.02	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.96/2.02	c Search(SampleFF) : 
81.11/81.85	c [ Sampling domwdeg ]
81.11/81.85	c [ Sampling impacts ]
81.11/81.85	c [ SamplingScores: ]
81.11/81.85	c [ domwdeg+min = 1.38063e-07 | domwdeg+rnd = 4.48565e-07 ]
81.11/81.85	c [ impacts+min = 9.78899e-08 | impacts+rnd = 3.7375e-08 ]
81.11/81.85	c [ la+min = 0 | la+rnd = 0 ]
81.11/81.85	c [ domwdeg = 2.93314e-07 | impacts = 6.76325e-08 | la = 0 ]
81.11/81.85	c [ min = 7.86511e-08 | rand = 6.76325e-08 ]
81.11/81.85	c [ restarting at (3.96356,1.47172e-07) ]
91.63/92.48	c [ restarting at (9.9089,3.27137e-06) ]
118.01/119.05	c [ restarting at (24.7722,1.67894e-07) ]
183.87/185.45	c [ restarting at (61.9306,7.85028e-05) ]
348.43/351.34	c [ restarting at (154.827,7.23715e-05) ]
759.76/766.09	c [ restarting at (387.066,0.00175432) ]
899.62/907.03	c [ restarting at (967.666,2.73786e-05) ]

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

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.14 1.99 1.78 4/73 19621
/proc/meminfo: memFree=1684880/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=1052 CPUtime=0
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1996103383 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 7205668 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 263 26 20 234 0 3 0

[startup+0.215526 s]
/proc/loadavg: 2.14 1.99 1.78 4/73 19621
/proc/meminfo: memFree=1684880/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=9676 CPUtime=0.19
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 1540 0 0 0 19 0 0 0 19 0 1 0 1996103383 9908224 1500 996147200 134512640 135472138 4294956224 18446744073709551615 134774679 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 2419 1500 365 234 0 1121 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9676

[startup+0.301378 s]
/proc/loadavg: 2.14 1.99 1.78 4/73 19621
/proc/meminfo: memFree=1684880/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=11668 CPUtime=0.27
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 2012 0 0 0 27 0 0 0 19 0 1 0 1996103383 11948032 1972 996147200 134512640 135472138 4294956224 18446744073709551615 134793598 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 2917 1972 365 234 0 1619 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 11668

[startup+0.401355 s]
/proc/loadavg: 2.14 1.99 1.78 4/73 19621
/proc/meminfo: memFree=1684880/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121504 CPUtime=0.38
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 4954 0 0 0 36 2 0 0 20 0 1 0 1996103383 124420096 4914 996147200 134512640 135472138 4294956224 18446744073709551615 134606250 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30376 4914 404 234 0 29078 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 121504

[startup+0.701275 s]
/proc/loadavg: 2.14 1.99 1.78 4/73 19621
/proc/meminfo: memFree=1684880/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=146056 CPUtime=0.68
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 11151 0 0 0 63 5 0 0 23 0 1 0 1996103383 149561344 11111 996147200 134512640 135472138 4294956224 18446744073709551615 134641677 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 36514 11111 433 234 0 35216 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 146056

[startup+1.50107 s]
/proc/loadavg: 2.14 1.99 1.78 3/74 19622
/proc/meminfo: memFree=1593928/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=214112 CPUtime=1.47
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 24077 0 0 0 136 11 0 0 25 0 1 0 1996103383 219250688 23871 996147200 134512640 135472138 4294956224 18446744073709551615 134536516 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 53528 23871 440 234 0 52230 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 214112

[startup+3.10266 s]
/proc/loadavg: 2.13 1.99 1.78 4/74 19622
/proc/meminfo: memFree=1664200/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=3.06
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 24984 0 0 0 293 13 0 0 25 0 1 0 1996103383 124510208 5545 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 5545 477 234 0 29100 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 121592

[startup+6.30182 s]
/proc/loadavg: 2.13 1.99 1.78 3/74 19622
/proc/meminfo: memFree=1663752/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=6.24
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25053 0 0 0 611 13 0 0 25 0 1 0 1996103383 124510208 5614 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 5614 477 234 0 29100 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 121592

[startup+12.7011 s]
/proc/loadavg: 2.11 1.99 1.78 3/74 19622
/proc/meminfo: memFree=1663432/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=12.58
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25132 0 0 0 1245 13 0 0 25 0 1 0 1996103383 124510208 5693 996147200 134512640 135472138 4294956224 18446744073709551615 134585028 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 5693 477 234 0 29100 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 121592

[startup+25.5118 s]
/proc/loadavg: 2.09 1.99 1.79 4/75 19623
/proc/meminfo: memFree=1663488/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=25.29
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25146 0 0 0 2516 13 0 0 25 0 1 0 1996103383 124510208 5707 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 5707 477 234 0 29100 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 121592

[startup+51.1012 s]
/proc/loadavg: 2.06 1.99 1.79 3/75 19623
/proc/meminfo: memFree=1663488/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=50.66
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25148 0 0 0 5053 13 0 0 25 0 1 0 1996103383 124510208 5709 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 5709 479 234 0 29100 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 121592

[startup+102.302 s]
/proc/loadavg: 2.02 1.99 1.80 3/75 19623
/proc/meminfo: memFree=1662976/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=101.45
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25258 0 0 0 10132 13 0 0 25 0 1 0 1996103383 124510208 5819 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 5819 480 234 0 29100 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 121592

[startup+162.301 s]
/proc/loadavg: 2.01 1.99 1.81 3/75 19623
/proc/meminfo: memFree=1662912/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=160.96
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25258 0 0 0 16083 13 0 0 25 0 1 0 1996103383 124510208 5819 996147200 134512640 135472138 4294956224 18446744073709551615 134605013 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 5819 480 234 0 29100 0
Current children cumulated CPU time (s) 160.96
Current children cumulated vsize (KiB) 121592

[startup+222.302 s]
/proc/loadavg: 2.00 1.99 1.82 4/75 19623
/proc/meminfo: memFree=1662912/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=220.47
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25258 0 0 0 22034 13 0 0 25 0 1 0 1996103383 124510208 5819 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 5819 480 234 0 29100 0
Current children cumulated CPU time (s) 220.47
Current children cumulated vsize (KiB) 121592

[startup+282.302 s]
/proc/loadavg: 2.00 1.99 1.83 3/75 19623
/proc/meminfo: memFree=1662464/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=279.99
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25363 0 0 0 27985 14 0 0 25 0 1 0 1996103383 124510208 5924 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 5924 480 234 0 29100 0
Current children cumulated CPU time (s) 279.99
Current children cumulated vsize (KiB) 121592

[startup+342.306 s]
/proc/loadavg: 2.00 1.99 1.83 3/75 19623
/proc/meminfo: memFree=1662336/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=339.5
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25363 0 0 0 33936 14 0 0 25 0 1 0 1996103383 124510208 5924 996147200 134512640 135472138 4294956224 18446744073709551615 134584999 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 5924 480 234 0 29100 0
Current children cumulated CPU time (s) 339.5
Current children cumulated vsize (KiB) 121592

[startup+402.302 s]
/proc/loadavg: 2.00 1.99 1.84 3/75 19623
/proc/meminfo: memFree=1662336/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=399.02
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25363 0 0 0 39888 14 0 0 25 0 1 0 1996103383 124510208 5924 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 5924 480 234 0 29100 0
Current children cumulated CPU time (s) 399.02
Current children cumulated vsize (KiB) 121592

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 1.85 3/75 19623
/proc/meminfo: memFree=1662336/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=458.52
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25363 0 0 0 45838 14 0 0 25 0 1 0 1996103383 124510208 5924 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 5924 480 234 0 29100 0
Current children cumulated CPU time (s) 458.52
Current children cumulated vsize (KiB) 121592

[startup+522.301 s]
/proc/loadavg: 2.00 1.99 1.85 4/76 19624
/proc/meminfo: memFree=1662392/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=518.04
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25363 0 0 0 51790 14 0 0 25 0 1 0 1996103383 124510208 5924 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 5924 480 234 0 29100 0
Current children cumulated CPU time (s) 518.04
Current children cumulated vsize (KiB) 121592

[startup+582.302 s]
/proc/loadavg: 2.00 1.99 1.86 4/76 19624
/proc/meminfo: memFree=1662328/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=577.55
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25369 0 0 0 57740 15 0 0 25 0 1 0 1996103383 124510208 5930 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 5930 480 234 0 29100 0
Current children cumulated CPU time (s) 577.55
Current children cumulated vsize (KiB) 121592

[startup+642.301 s]
/proc/loadavg: 2.00 1.99 1.86 3/76 19624
/proc/meminfo: memFree=1662264/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=637.07
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25381 0 0 0 63692 15 0 0 25 0 1 0 1996103383 124510208 5942 996147200 134512640 135472138 4294956224 18446744073709551615 134585110 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 5942 480 234 0 29100 0
Current children cumulated CPU time (s) 637.07
Current children cumulated vsize (KiB) 121592


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

[startup+822.301 s]
/proc/loadavg: 2.01 2.00 1.89 3/77 19625
/proc/meminfo: memFree=1662000/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=815.6
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25404 0 0 0 81545 15 0 0 25 0 1 0 1996103383 124510208 5965 996147200 134512640 135472138 4294956224 18446744073709551615 134585010 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 5965 480 234 0 29100 0
Current children cumulated CPU time (s) 815.6
Current children cumulated vsize (KiB) 121592

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 1.89 3/77 19625
/proc/meminfo: memFree=1661808/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=875.13
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25404 0 0 0 87497 16 0 0 25 0 1 0 1996103383 124510208 5965 996147200 134512640 135472138 4294956224 18446744073709551615 134604918 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 5965 480 234 0 29100 0
Current children cumulated CPU time (s) 875.13
Current children cumulated vsize (KiB) 121592

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.90 3/73 19653
/proc/meminfo: memFree=1739792/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=934.91
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25404 0 0 0 93475 16 0 0 25 0 1 0 1996103383 124510208 5965 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/19621/statm: 30398 5965 480 234 0 29100 0
Current children cumulated CPU time (s) 934.91
Current children cumulated vsize (KiB) 121592

[startup+1002.31 s]
/proc/loadavg: 2.00 2.00 1.90 3/73 19653
/proc/meminfo: memFree=1739664/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=994.91
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25404 0 0 0 99475 16 0 0 25 0 1 0 1996103383 124510208 5965 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/19621/statm: 30398 5965 480 234 0 29100 0
Current children cumulated CPU time (s) 994.91
Current children cumulated vsize (KiB) 121592

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/73 19654
/proc/meminfo: memFree=1739664/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=1054.9
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25404 0 0 0 105474 16 0 0 25 0 1 0 1996103383 124510208 5965 996147200 134512640 135472138 4294956224 18446744073709551615 134604930 0 0 4096 0 0 0 0 17 0 0 0
/proc/19621/statm: 30398 5965 480 234 0 29100 0
Current children cumulated CPU time (s) 1054.9
Current children cumulated vsize (KiB) 121592

[startup+1122.3 s]
/proc/loadavg: 1.95 1.98 1.91 3/81 19690
/proc/meminfo: memFree=1642128/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=1114.65
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25434 0 0 0 111447 18 0 0 25 0 1 0 1996103383 124510208 5995 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 5995 480 234 0 29100 0
Current children cumulated CPU time (s) 1114.65
Current children cumulated vsize (KiB) 121592

[startup+1182.3 s]
/proc/loadavg: 1.98 1.98 1.91 3/81 19690
/proc/meminfo: memFree=1636048/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=1174.16
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25434 0 0 0 117398 18 0 0 25 0 1 0 1996103383 124510208 5995 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 5995 480 234 0 29100 0
Current children cumulated CPU time (s) 1174.16
Current children cumulated vsize (KiB) 121592

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 19690
/proc/meminfo: memFree=1636048/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=1233.67
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25435 0 0 0 123349 18 0 0 25 0 1 0 1996103383 124510208 5996 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 5996 480 234 0 29100 0
Current children cumulated CPU time (s) 1233.67
Current children cumulated vsize (KiB) 121592

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 19690
/proc/meminfo: memFree=1635920/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=1293.18
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25439 0 0 0 129300 18 0 0 25 0 1 0 1996103383 124510208 6000 996147200 134512640 135472138 4294956224 18446744073709551615 134593696 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 6000 480 234 0 29100 0
Current children cumulated CPU time (s) 1293.18
Current children cumulated vsize (KiB) 121592

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 19690
/proc/meminfo: memFree=1635792/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=1352.69
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25481 0 0 0 135251 18 0 0 25 0 1 0 1996103383 124510208 6042 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 6042 480 234 0 29100 0
Current children cumulated CPU time (s) 1352.69
Current children cumulated vsize (KiB) 121592

[startup+1422.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 19690
/proc/meminfo: memFree=1635728/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=1412.2
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25481 0 0 0 141202 18 0 0 25 0 1 0 1996103383 124510208 6042 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 6042 480 234 0 29100 0
Current children cumulated CPU time (s) 1412.2
Current children cumulated vsize (KiB) 121592

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 19690
/proc/meminfo: memFree=1635792/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=1471.71
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25481 0 0 0 147153 18 0 0 25 0 1 0 1996103383 124510208 6042 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 6042 480 234 0 29100 0
Current children cumulated CPU time (s) 1471.71
Current children cumulated vsize (KiB) 121592

[startup+1542.3 s]
/proc/loadavg: 2.05 2.00 1.91 3/81 19690
/proc/meminfo: memFree=1635728/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=1531.22
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25481 0 0 0 153104 18 0 0 25 0 1 0 1996103383 124510208 6042 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 6042 480 234 0 29100 0
Current children cumulated CPU time (s) 1531.22
Current children cumulated vsize (KiB) 121592

[startup+1602.3 s]
/proc/loadavg: 2.02 2.00 1.91 3/81 19696
/proc/meminfo: memFree=1635592/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=1590.71
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25481 0 0 0 159053 18 0 0 25 0 1 0 1996103383 124510208 6042 996147200 134512640 135472138 4294956224 18446744073709551615 134586229 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 6042 480 234 0 29100 0
Current children cumulated CPU time (s) 1590.71
Current children cumulated vsize (KiB) 121592

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 19696
/proc/meminfo: memFree=1635592/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=1650.22
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25481 0 0 0 165004 18 0 0 25 0 1 0 1996103383 124510208 6042 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 6042 480 234 0 29100 0
Current children cumulated CPU time (s) 1650.22
Current children cumulated vsize (KiB) 121592

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 19696
/proc/meminfo: memFree=1635592/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=1709.73
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25481 0 0 0 170955 18 0 0 25 0 1 0 1996103383 124510208 6042 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 6042 480 234 0 29100 0
Current children cumulated CPU time (s) 1709.73
Current children cumulated vsize (KiB) 121592

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 19696
/proc/meminfo: memFree=1635528/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=1769.24
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25481 0 0 0 176906 18 0 0 25 0 1 0 1996103383 124510208 6042 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 6042 480 234 0 29100 0
Current children cumulated CPU time (s) 1769.24
Current children cumulated vsize (KiB) 121592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.4 s]
/proc/loadavg: 2.06 2.02 1.92 3/81 19696
/proc/meminfo: memFree=1635464/2055920 swapFree=4180112/4192956
[pid=19621] ppid=19619 vsize=121592 CPUtime=1800.09
/proc/19621/stat : 19621 (casperzito) R 19619 19621 19508 0 -1 4194304 25481 0 0 0 179991 18 0 0 25 0 1 0 1996103383 124510208 6042 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30398 6042 480 234 0 29100 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 121592

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): 1813.41
CPU time (s): 1800.1
CPU user time (s): 1799.91
CPU system time (s): 0.187971
CPU usage (%): 99.2661
Max. virtual memory (cumulated for all children) (KiB): 214112

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

runsolver used 1.9437 second user time and 4.91725 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-04 13:34:48
IDJOB=1072071
IDBENCH=56226
IDSOLVER=362
FILE ID=node16/1072071-1215171287
PBS_JOBID= 7881532
Free space on /tmp= 66552 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-39_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072071-1215171287/watcher-1072071-1215171287 -o /tmp/evaluation-result-1072071-1215171287/solver-1072071-1215171287 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1072071-1215171287.xml 285705448 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a2ca505c65f27aec8f66eb6ea121ac28
RANDOM SEED=285705448

node16.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.213
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.213
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:       1685360 kB
Buffers:         50292 kB
Cached:         174012 kB
SwapCached:       7100 kB
Active:         218108 kB
Inactive:        98884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1685360 kB
SwapTotal:     4192956 kB
SwapFree:      4180112 kB
Dirty:            5744 kB
Writeback:           0 kB
Mapped:          98832 kB
Slab:            38620 kB
Committed_AS:  3580812 kB
PageTables:       2088 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= 66548 MiB
End job on node16 at 2008-07-04 14:05:03