Trace number 1060860

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.11 1815.81

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-1.xml
MD5SUMf0ac043490c99c87c4cf60cd6584d033
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 variables6352
Number of constraints13312
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13312
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.19/0.21	c Parsing = 1
0.48/0.53	c Building = 1
0.48/0.60	c [ NumberOfVariables = 6352 ]
0.48/0.60	c [ NumberOfConstraints = 13312 ]
0.58/0.60	c [ SizeOfSearchSpace(log2) = 6211 ]
0.58/0.60	c SymmetrySearch = (Timeout)
10.59/10.76	c [ Proceeding without symmetry breaking ]
10.59/10.78	c InitialPropagation = 1
10.69/10.80	c [ SizeOfSearchSpace(log2) = 4836 ]
10.69/10.80	c InitialSAC = 1
11.39/11.58	c [ SizeOfSearchSpace(log2) = 4832 ]
11.39/11.58	c Search(SampleFF) : 
103.09/104.07	c [ Sampling domwdeg ]
103.09/104.07	c [ Sampling impacts ]
103.09/104.07	c [ SamplingScores: ]
103.09/104.07	c [ domwdeg+min = 0.0252843 | domwdeg+rnd = 3.53857e-07 ]
103.09/104.07	c [ impacts+min = 1.34335e-10 | impacts+rnd = 4.03723e-09 ]
103.09/104.07	c [ la+min = 0 | la+rnd = 0 ]
103.09/104.07	c [ domwdeg = 0.0126423 | impacts = 2.08578e-09 | la = 0 ]
103.09/104.07	c [ min = 0.00842811 | rand = 2.08578e-09 ]
103.09/104.07	c [ restarting at (3.96356,4.12253e-07) ]
113.70/114.71	c [ restarting at (9.9089,2.27481e-07) ]
139.97/141.27	c [ restarting at (24.7722,0.202272) ]
205.80/207.65	c [ restarting at (61.9306,3.12607e-06) ]
370.29/373.59	c [ restarting at (154.827,4.78417e-06) ]
781.65/788.45	c [ restarting at (387.066,0.059186) ]
1210.46/1220.99	c [ restarting at (967.666,1.38115e-06) ]

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060860-1215128855/watcher-1060860-1215128855 -o /tmp/evaluation-result-1060860-1215128855/solver-1060860-1215128855 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1060860-1215128855.xml 496163541 

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.91 4/80 19729
/proc/meminfo: memFree=1479032/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=18572 CPUtime=0
/proc/19729/stat : 19729 (runsolver) R 19727 19729 17521 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1991854270 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19729/statm: 4643 292 257 25 0 2626 0

[startup+0.059417 s]
/proc/loadavg: 1.99 1.98 1.91 4/80 19729
/proc/meminfo: memFree=1479032/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=6096 CPUtime=0.04
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 643 0 0 0 4 0 0 0 18 0 1 0 1991854270 6242304 603 996147200 134512640 135472138 4294956224 18446744073709551615 4159732956 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 1524 603 368 234 0 226 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6096

[startup+0.102425 s]
/proc/loadavg: 1.99 1.98 1.91 4/80 19729
/proc/meminfo: memFree=1479032/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=6624 CPUtime=0.09
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 777 0 0 0 9 0 0 0 18 0 1 0 1991854270 6782976 737 996147200 134512640 135472138 4294956224 18446744073709551615 134749067 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 1656 737 368 234 0 358 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6624

[startup+0.302454 s]
/proc/loadavg: 1.99 1.98 1.91 4/80 19729
/proc/meminfo: memFree=1479032/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=9000 CPUtime=0.28
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 1360 0 0 0 28 0 0 0 19 0 1 0 1991854270 9216000 1320 996147200 134512640 135472138 4294956224 18446744073709551615 134807028 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 2250 1320 368 234 0 952 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9000

[startup+0.701507 s]
/proc/loadavg: 1.99 1.98 1.91 4/80 19729
/proc/meminfo: memFree=1479032/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=117680 CPUtime=0.68
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 5745 0 0 0 66 2 0 0 23 0 1 0 1991854270 120504320 5685 996147200 134512640 135472138 4294956224 18446744073709551615 134535920 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 29420 5685 448 234 0 28122 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 117680

[startup+1.50161 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 19730
/proc/meminfo: memFree=1457200/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=117680 CPUtime=1.48
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 5987 0 0 0 146 2 0 0 25 0 1 0 1991854270 120504320 5907 996147200 134512640 135472138 4294956224 18446744073709551615 134534364 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 29420 5907 448 234 0 28122 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 117680

[startup+3.10184 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 19730
/proc/meminfo: memFree=1456432/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=117680 CPUtime=3.06
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6105 0 0 0 304 2 0 0 25 0 1 0 1991854270 120504320 6025 996147200 134512640 135472138 4294956224 18446744073709551615 134535836 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 29420 6025 448 234 0 28122 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 117680

[startup+6.30127 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 19730
/proc/meminfo: memFree=1456368/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=117680 CPUtime=6.23
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6105 0 0 0 621 2 0 0 25 0 1 0 1991854270 120504320 6025 996147200 134512640 135472138 4294956224 18446744073709551615 134532225 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 29420 6025 448 234 0 28122 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 117680

[startup+12.7011 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 19730
/proc/meminfo: memFree=1463280/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=12.57
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6393 0 0 0 1254 3 0 0 25 0 1 0 1991854270 109457408 4325 996147200 134512640 135472138 4294956224 18446744073709551615 134874274 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4325 495 234 0 25425 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 106892

[startup+25.5029 s]
/proc/loadavg: 2.07 2.00 1.91 3/81 19730
/proc/meminfo: memFree=1463216/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=25.26
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6435 0 0 0 2523 3 0 0 25 0 1 0 1991854270 109457408 4367 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4367 495 234 0 25425 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 106892

[startup+51.1024 s]
/proc/loadavg: 2.05 2.00 1.91 3/81 19730
/proc/meminfo: memFree=1462896/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=50.65
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6532 0 0 0 5062 3 0 0 25 0 1 0 1991854270 109457408 4464 996147200 134512640 135472138 4294956224 18446744073709551615 8507122 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4464 497 234 0 25425 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 106892

[startup+102.306 s]
/proc/loadavg: 2.07 2.01 1.92 3/81 19730
/proc/meminfo: memFree=1462192/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=101.41
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6674 0 0 0 10138 3 0 0 25 0 1 0 1991854270 109457408 4606 996147200 134512640 135472138 4294956224 18446744073709551615 134580913 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4606 498 234 0 25425 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 106892

[startup+162.302 s]
/proc/loadavg: 2.02 2.01 1.92 3/81 19731
/proc/meminfo: memFree=1461488/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=160.89
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6806 0 0 0 16086 3 0 0 25 0 1 0 1991854270 109457408 4738 996147200 134512640 135472138 4294956224 18446744073709551615 134672509 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4738 498 234 0 25425 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 106892

[startup+222.303 s]
/proc/loadavg: 2.01 2.00 1.92 3/81 19732
/proc/meminfo: memFree=1461424/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=220.38
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6850 0 0 0 22034 4 0 0 25 0 1 0 1991854270 109457408 4782 996147200 134512640 135472138 4294956224 18446744073709551615 134578218 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4782 498 234 0 25425 0
Current children cumulated CPU time (s) 220.38
Current children cumulated vsize (KiB) 106892

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 1.92 3/81 19732
/proc/meminfo: memFree=1461424/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=279.87
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6851 0 0 0 27983 4 0 0 25 0 1 0 1991854270 109457408 4783 996147200 134512640 135472138 4294956224 18446744073709551615 135263224 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4783 498 234 0 25425 0
Current children cumulated CPU time (s) 279.87
Current children cumulated vsize (KiB) 106892

[startup+342.303 s]
/proc/loadavg: 2.00 2.00 1.92 3/81 19732
/proc/meminfo: memFree=1461424/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=339.36
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6851 0 0 0 33932 4 0 0 25 0 1 0 1991854270 109457408 4783 996147200 134512640 135472138 4294956224 18446744073709551615 134873841 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4783 498 234 0 25425 0
Current children cumulated CPU time (s) 339.36
Current children cumulated vsize (KiB) 106892

[startup+402.303 s]
/proc/loadavg: 2.00 2.00 1.92 3/81 19732
/proc/meminfo: memFree=1461232/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=398.85
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6894 0 0 0 39881 4 0 0 25 0 1 0 1991854270 109457408 4826 996147200 134512640 135472138 4294956224 18446744073709551615 134580963 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4826 498 234 0 25425 0
Current children cumulated CPU time (s) 398.85
Current children cumulated vsize (KiB) 106892

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 1.92 3/81 19732
/proc/meminfo: memFree=1461168/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=458.33
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6894 0 0 0 45829 4 0 0 25 0 1 0 1991854270 109457408 4826 996147200 134512640 135472138 4294956224 18446744073709551615 135201119 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4826 498 234 0 25425 0
Current children cumulated CPU time (s) 458.33
Current children cumulated vsize (KiB) 106892

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 1.92 3/81 19732
/proc/meminfo: memFree=1461168/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=517.82
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6894 0 0 0 51778 4 0 0 25 0 1 0 1991854270 109457408 4826 996147200 134512640 135472138 4294956224 18446744073709551615 134578081 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4826 498 234 0 25425 0
Current children cumulated CPU time (s) 517.82
Current children cumulated vsize (KiB) 106892

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/81 19732
/proc/meminfo: memFree=1461168/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=577.31
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6894 0 0 0 57727 4 0 0 25 0 1 0 1991854270 109457408 4826 996147200 134512640 135472138 4294956224 18446744073709551615 134581606 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4826 498 234 0 25425 0
Current children cumulated CPU time (s) 577.31
Current children cumulated vsize (KiB) 106892

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 1.92 3/81 19732
/proc/meminfo: memFree=1461040/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=636.8
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6894 0 0 0 63676 4 0 0 25 0 1 0 1991854270 109457408 4826 996147200 134512640 135472138 4294956224 18446744073709551615 134580984 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4826 498 234 0 25425 0
Current children cumulated CPU time (s) 636.8
Current children cumulated vsize (KiB) 106892


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

[startup+822.301 s]
/proc/loadavg: 2.06 2.02 1.93 3/81 19738
/proc/meminfo: memFree=1460848/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=815.25
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6938 0 0 0 81520 5 0 0 25 0 1 0 1991854270 109457408 4870 996147200 134512640 135472138 4294956224 18446744073709551615 134936113 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4870 498 234 0 25425 0
Current children cumulated CPU time (s) 815.25
Current children cumulated vsize (KiB) 106892

[startup+882.301 s]
/proc/loadavg: 2.02 2.01 1.93 3/81 19738
/proc/meminfo: memFree=1460848/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=874.74
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6938 0 0 0 87469 5 0 0 25 0 1 0 1991854270 109457408 4870 996147200 134512640 135472138 4294956224 18446744073709551615 134581606 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4870 498 234 0 25425 0
Current children cumulated CPU time (s) 874.74
Current children cumulated vsize (KiB) 106892

[startup+942.301 s]
/proc/loadavg: 2.01 2.00 1.93 3/81 19738
/proc/meminfo: memFree=1460848/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=934.23
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6938 0 0 0 93418 5 0 0 25 0 1 0 1991854270 109457408 4870 996147200 134512640 135472138 4294956224 18446744073709551615 134578192 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4870 498 234 0 25425 0
Current children cumulated CPU time (s) 934.23
Current children cumulated vsize (KiB) 106892

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 19738
/proc/meminfo: memFree=1460784/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=993.72
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6938 0 0 0 99367 5 0 0 25 0 1 0 1991854270 109457408 4870 996147200 134512640 135472138 4294956224 18446744073709551615 135263758 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4870 498 234 0 25425 0
Current children cumulated CPU time (s) 993.72
Current children cumulated vsize (KiB) 106892

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 19738
/proc/meminfo: memFree=1460720/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=1053.21
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6938 0 0 0 105316 5 0 0 25 0 1 0 1991854270 109457408 4870 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4870 498 234 0 25425 0
Current children cumulated CPU time (s) 1053.21
Current children cumulated vsize (KiB) 106892

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 19738
/proc/meminfo: memFree=1460720/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=1112.7
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6938 0 0 0 111265 5 0 0 25 0 1 0 1991854270 109457408 4870 996147200 134512640 135472138 4294956224 18446744073709551615 134578208 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4870 498 234 0 25425 0
Current children cumulated CPU time (s) 1112.7
Current children cumulated vsize (KiB) 106892

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 19738
/proc/meminfo: memFree=1460720/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=1172.19
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6938 0 0 0 117214 5 0 0 25 0 1 0 1991854270 109457408 4870 996147200 134512640 135472138 4294956224 18446744073709551615 135265490 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4870 498 234 0 25425 0
Current children cumulated CPU time (s) 1172.19
Current children cumulated vsize (KiB) 106892

[startup+1242.3 s]
/proc/loadavg: 2.06 2.02 1.93 3/84 19778
/proc/meminfo: memFree=1433512/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=1231.47
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6980 0 0 0 123142 5 0 0 25 0 1 0 1991854270 109457408 4912 996147200 134512640 135472138 4294956224 18446744073709551615 134578218 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4912 498 234 0 25425 0
Current children cumulated CPU time (s) 1231.47
Current children cumulated vsize (KiB) 106892

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/84 19778
/proc/meminfo: memFree=1430760/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=1290.96
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6980 0 0 0 129091 5 0 0 25 0 1 0 1991854270 109457408 4912 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4912 498 234 0 25425 0
Current children cumulated CPU time (s) 1290.96
Current children cumulated vsize (KiB) 106892

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/84 19778
/proc/meminfo: memFree=1430440/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=1350.46
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6980 0 0 0 135040 6 0 0 25 0 1 0 1991854270 109457408 4912 996147200 134512640 135472138 4294956224 18446744073709551615 134936113 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4912 498 234 0 25425 0
Current children cumulated CPU time (s) 1350.46
Current children cumulated vsize (KiB) 106892

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 19778
/proc/meminfo: memFree=1430184/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=1409.95
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6980 0 0 0 140989 6 0 0 25 0 1 0 1991854270 109457408 4912 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4912 498 234 0 25425 0
Current children cumulated CPU time (s) 1409.95
Current children cumulated vsize (KiB) 106892

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 19778
/proc/meminfo: memFree=1429992/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=1469.43
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6981 0 0 0 146937 6 0 0 25 0 1 0 1991854270 109457408 4913 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4913 498 234 0 25425 0
Current children cumulated CPU time (s) 1469.43
Current children cumulated vsize (KiB) 106892

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 19778
/proc/meminfo: memFree=1429800/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=1528.92
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6981 0 0 0 152886 6 0 0 25 0 1 0 1991854270 109457408 4913 996147200 134512640 135472138 4294956224 18446744073709551615 134936583 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4913 498 234 0 25425 0
Current children cumulated CPU time (s) 1528.92
Current children cumulated vsize (KiB) 106892

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 19778
/proc/meminfo: memFree=1429608/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=1588.41
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6981 0 0 0 158835 6 0 0 25 0 1 0 1991854270 109457408 4913 996147200 134512640 135472138 4294956224 18446744073709551615 134581606 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4913 498 234 0 25425 0
Current children cumulated CPU time (s) 1588.41
Current children cumulated vsize (KiB) 106892

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 19778
/proc/meminfo: memFree=1429416/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=1647.89
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6981 0 0 0 164783 6 0 0 25 0 1 0 1991854270 109457408 4913 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4913 498 234 0 25425 0
Current children cumulated CPU time (s) 1647.89
Current children cumulated vsize (KiB) 106892

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 19778
/proc/meminfo: memFree=1429224/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=1707.39
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6981 0 0 0 170732 7 0 0 25 0 1 0 1991854270 109457408 4913 996147200 134512640 135472138 4294956224 18446744073709551615 134874305 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4913 498 234 0 25425 0
Current children cumulated CPU time (s) 1707.39
Current children cumulated vsize (KiB) 106892

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 19778
/proc/meminfo: memFree=1428904/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=1766.87
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6981 0 0 0 176680 7 0 0 25 0 1 0 1991854270 109457408 4913 996147200 134512640 135472138 4294956224 18446744073709551615 134578209 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4913 498 234 0 25425 0
Current children cumulated CPU time (s) 1766.87
Current children cumulated vsize (KiB) 106892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.8 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 19778
/proc/meminfo: memFree=1428776/2055920 swapFree=4180436/4192956
[pid=19729] ppid=19727 vsize=106892 CPUtime=1800.09
/proc/19729/stat : 19729 (casperzito) R 19727 19729 17521 0 -1 4194304 6981 0 0 0 180002 7 0 0 25 0 1 0 1991854270 109457408 4913 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/19729/statm: 26723 4913 498 234 0 25425 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 106892

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): 1815.81
CPU time (s): 1800.11
CPU user time (s): 1800.03
CPU system time (s): 0.075988
CPU usage (%): 99.1351
Max. virtual memory (cumulated for all children) (KiB): 117680

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

runsolver used 1.68274 second user time and 4.98524 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-04 01:47:35
IDJOB=1060860
IDBENCH=54485
IDSOLVER=362
FILE ID=node71/1060860-1215128855
PBS_JOBID= 7877064
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f0ac043490c99c87c4cf60cd6584d033
RANDOM SEED=496163541

node71.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.209
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.209
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:       1479512 kB
Buffers:         40196 kB
Cached:         387096 kB
SwapCached:       6480 kB
Active:         169320 kB
Inactive:       346368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1479512 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            4852 kB
Writeback:           0 kB
Mapped:         104680 kB
Slab:            45684 kB
Committed_AS:  4971224 kB
PageTables:       2032 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 node71 at 2008-07-04 02:17:53