Trace number 1046946

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.08 1801.21

General information on the benchmark

Namecsp/pret/
normalized-pret-150-60_ext.xml
MD5SUM1eff2001584f49c58e7ecc635bd9d2e7
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.6479
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints100
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension100
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.00/0.00	c Building = 1
0.00/0.01	c [ NumberOfVariables = 150 ]
0.00/0.01	c [ NumberOfConstraints = 100 ]
0.00/0.01	c [ SizeOfSearchSpace(log2) = 150 ]
0.00/0.01	c SymmetrySearch = 1
0.00/0.01	c InitialPropagation = 1
0.00/0.01	c [ SizeOfSearchSpace(log2) = 150 ]
0.00/0.01	c InitialSAC = 1
0.00/0.01	c [ SizeOfSearchSpace(log2) = 150 ]
0.00/0.01	c Search(SampleFF) : 
68.33/68.61	c [ Sampling domwdeg ]
68.33/68.61	c [ Sampling impacts ]
68.33/68.61	c [ SamplingScores: ]
68.33/68.61	c [ domwdeg+min = 3.47568e-05 | domwdeg+rnd = 2.26121e-05 ]
68.33/68.61	c [ impacts+min = 3.04159e-11 | impacts+rnd = 2.86342e-11 ]
68.33/68.61	c [ la+min = 0 | la+rnd = 0 ]
68.33/68.61	c [ domwdeg = 2.86845e-05 | impacts = 2.95251e-11 | la = 0 ]
68.33/68.61	c [ min = 1.15856e-05 | rand = 2.95251e-11 ]
68.33/68.61	c [ restarting at (3.96356,1.07048e-09) ]
78.33/78.65	c [ restarting at (9.9089,1.90863e-06) ]
103.42/103.75	c [ restarting at (24.7722,0.000978475) ]
166.19/166.51	c [ restarting at (61.9306,1.5275e-09) ]
322.92/323.35	c [ restarting at (154.827,0.000488287) ]
714.94/715.54	c [ restarting at (387.066,2.61055e-07) ]
1692.12/1693.16	c [ restarting at (967.666,5.57113e-07) ]

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

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: 0.27 0.09 0.03 3/68 12300
/proc/meminfo: memFree=1800184/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=5348 CPUtime=0
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 236935757 5476352 190 996147200 134512640 135472138 4294956224 18446744073709551615 5536632 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 1337 190 156 234 0 27 0

[startup+0.0717881 s]
/proc/loadavg: 0.27 0.09 0.03 3/68 12300
/proc/meminfo: memFree=1800184/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=0.06
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 690 0 0 0 6 0 0 0 18 0 1 0 236935757 101666816 643 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 643 475 234 0 23523 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99284

[startup+0.102786 s]
/proc/loadavg: 0.27 0.09 0.03 3/68 12300
/proc/meminfo: memFree=1800184/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=0.09
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 690 0 0 0 9 0 0 0 18 0 1 0 236935757 101666816 643 996147200 134512640 135472138 4294956224 18446744073709551615 135202788 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 643 475 234 0 23523 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 99284

[startup+0.301804 s]
/proc/loadavg: 0.27 0.09 0.03 3/68 12300
/proc/meminfo: memFree=1800184/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=0.29
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 692 0 0 0 28 1 0 0 19 0 1 0 236935757 101666816 645 996147200 134512640 135472138 4294956224 18446744073709551615 135263620 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 645 476 234 0 23523 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99284

[startup+0.701839 s]
/proc/loadavg: 0.27 0.09 0.03 3/68 12300
/proc/meminfo: memFree=1800184/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=0.69
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 692 0 0 0 68 1 0 0 23 0 1 0 236935757 101666816 645 996147200 134512640 135472138 4294956224 18446744073709551615 134617024 0 0 4096 0 0 0 0 17 1 0 0
/proc/12300/statm: 24821 645 476 234 0 23523 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99284

[startup+1.50293 s]
/proc/loadavg: 0.27 0.09 0.03 3/75 12314
/proc/meminfo: memFree=1772672/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=1.49
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 693 0 0 0 148 1 0 0 25 0 1 0 236935757 101666816 646 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/12300/statm: 24821 646 476 234 0 23523 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99284

[startup+3.10109 s]
/proc/loadavg: 0.27 0.09 0.03 4/83 12326
/proc/meminfo: memFree=1766976/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=3.07
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 693 0 0 0 305 2 0 0 25 0 1 0 236935757 101666816 646 996147200 134512640 135472138 4294956224 18446744073709551615 135266324 0 0 4096 0 0 0 0 17 1 0 0
/proc/12300/statm: 24821 646 476 234 0 23523 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 99284

[startup+6.30143 s]
/proc/loadavg: 0.48 0.13 0.04 3/83 12326
/proc/meminfo: memFree=1752512/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=6.26
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 693 0 0 0 624 2 0 0 25 0 1 0 236935757 101666816 646 996147200 134512640 135472138 4294956224 18446744073709551615 135264453 0 0 4096 0 0 0 0 17 1 0 0
/proc/12300/statm: 24821 646 476 234 0 23523 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 99284

[startup+12.7011 s]
/proc/loadavg: 0.61 0.17 0.05 3/95 12338
/proc/meminfo: memFree=1704872/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=12.64
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 693 0 0 0 1262 2 0 0 25 0 1 0 236935757 101666816 646 996147200 134512640 135472138 4294956224 18446744073709551615 134585015 0 0 4096 0 0 0 0 17 1 0 0
/proc/12300/statm: 24821 646 476 234 0 23523 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 99284

[startup+25.5015 s]
/proc/loadavg: 0.91 0.25 0.08 3/95 12338
/proc/meminfo: memFree=1690152/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=25.38
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 696 0 0 0 2536 2 0 0 25 0 1 0 236935757 101666816 649 996147200 134512640 135472138 4294956224 18446744073709551615 135263348 0 0 4096 0 0 0 0 17 1 0 0
/proc/12300/statm: 24821 649 476 234 0 23523 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 99284

[startup+51.1012 s]
/proc/loadavg: 1.28 0.39 0.13 3/83 12413
/proc/meminfo: memFree=1705800/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=50.84
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 701 0 0 0 5082 2 0 0 25 0 1 0 236935757 101666816 654 996147200 134512640 135472138 4294956224 18446744073709551615 135214408 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 654 478 234 0 23523 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 99284

[startup+102.307 s]
/proc/loadavg: 1.69 0.64 0.23 3/83 12413
/proc/meminfo: memFree=1674312/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=102.02
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 706 0 0 0 10200 2 0 0 25 0 1 0 236935757 101666816 659 996147200 134512640 135472138 4294956224 18446744073709551615 134577882 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 659 479 234 0 23523 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 99284

[startup+162.301 s]
/proc/loadavg: 1.96 0.90 0.34 3/83 12413
/proc/meminfo: memFree=1637320/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=161.99
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 708 0 0 0 16197 2 0 0 25 0 1 0 236935757 101666816 661 996147200 134512640 135472138 4294956224 18446744073709551615 134616387 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 661 479 234 0 23523 0
Current children cumulated CPU time (s) 161.99
Current children cumulated vsize (KiB) 99284

[startup+222.301 s]
/proc/loadavg: 2.05 1.13 0.45 3/83 12419
/proc/meminfo: memFree=1595848/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=221.96
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 709 0 0 0 22194 2 0 0 25 0 1 0 236935757 101666816 662 996147200 134512640 135472138 4294956224 18446744073709551615 134605516 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 662 479 234 0 23523 0
Current children cumulated CPU time (s) 221.96
Current children cumulated vsize (KiB) 99284

[startup+282.302 s]
/proc/loadavg: 2.02 1.28 0.55 3/83 12419
/proc/meminfo: memFree=1555144/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=281.94
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 709 0 0 0 28191 3 0 0 25 0 1 0 236935757 101666816 662 996147200 134512640 135472138 4294956224 18446744073709551615 134593347 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 662 479 234 0 23523 0
Current children cumulated CPU time (s) 281.94
Current children cumulated vsize (KiB) 99284

[startup+342.301 s]
/proc/loadavg: 2.00 1.41 0.64 3/83 12419
/proc/meminfo: memFree=1513992/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=341.91
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 709 0 0 0 34188 3 0 0 25 0 1 0 236935757 101666816 662 996147200 134512640 135472138 4294956224 18446744073709551615 135265376 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 662 479 234 0 23523 0
Current children cumulated CPU time (s) 341.91
Current children cumulated vsize (KiB) 99284

[startup+402.302 s]
/proc/loadavg: 2.00 1.52 0.72 3/83 12419
/proc/meminfo: memFree=1473544/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=401.88
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 709 0 0 0 40185 3 0 0 25 0 1 0 236935757 101666816 662 996147200 134512640 135472138 4294956224 18446744073709551615 134588449 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 662 479 234 0 23523 0
Current children cumulated CPU time (s) 401.88
Current children cumulated vsize (KiB) 99284

[startup+462.301 s]
/proc/loadavg: 2.00 1.60 0.80 3/83 12419
/proc/meminfo: memFree=1432200/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=461.86
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 710 0 0 0 46183 3 0 0 25 0 1 0 236935757 101666816 663 996147200 134512640 135472138 4294956224 18446744073709551615 134577440 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 663 479 234 0 23523 0
Current children cumulated CPU time (s) 461.86
Current children cumulated vsize (KiB) 99284

[startup+522.302 s]
/proc/loadavg: 2.04 1.69 0.87 3/83 12419
/proc/meminfo: memFree=1391560/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=521.83
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 710 0 0 0 52180 3 0 0 25 0 1 0 236935757 101666816 663 996147200 134512640 135472138 4294956224 18446744073709551615 134616176 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 663 479 234 0 23523 0
Current children cumulated CPU time (s) 521.83
Current children cumulated vsize (KiB) 99284

[startup+582.302 s]
/proc/loadavg: 2.01 1.74 0.94 3/83 12419
/proc/meminfo: memFree=1349896/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=581.8
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 710 0 0 0 58176 4 0 0 25 0 1 0 236935757 101666816 663 996147200 134512640 135472138 4294956224 18446744073709551615 135266760 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 663 479 234 0 23523 0
Current children cumulated CPU time (s) 581.8
Current children cumulated vsize (KiB) 99284

[startup+642.301 s]
/proc/loadavg: 2.05 1.80 1.01 3/83 12419
/proc/meminfo: memFree=1308424/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=641.78
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 710 0 0 0 64173 5 0 0 25 0 1 0 236935757 101666816 663 996147200 134512640 135472138 4294956224 18446744073709551615 134617619 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 663 479 234 0 23523 0
Current children cumulated CPU time (s) 641.78
Current children cumulated vsize (KiB) 99284


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

[startup+822.302 s]
/proc/loadavg: 2.05 1.91 1.19 3/83 12419
/proc/meminfo: memFree=1185480/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=821.7
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 711 0 0 0 82164 6 0 0 25 0 1 0 236935757 101666816 664 996147200 134512640 135472138 4294956224 18446744073709551615 134604918 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 664 479 234 0 23523 0
Current children cumulated CPU time (s) 821.7
Current children cumulated vsize (KiB) 99284

[startup+882.303 s]
/proc/loadavg: 2.06 1.94 1.24 3/83 12419
/proc/meminfo: memFree=1144072/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=881.68
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 711 0 0 0 88161 7 0 0 25 0 1 0 236935757 101666816 664 996147200 134512640 135472138 4294956224 18446744073709551615 134578849 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 664 479 234 0 23523 0
Current children cumulated CPU time (s) 881.68
Current children cumulated vsize (KiB) 99284

[startup+942.302 s]
/proc/loadavg: 2.08 1.96 1.29 3/83 12419
/proc/meminfo: memFree=1103304/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=941.65
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 711 0 0 0 94157 8 0 0 25 0 1 0 236935757 101666816 664 996147200 134512640 135472138 4294956224 18446744073709551615 135202017 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 664 479 234 0 23523 0
Current children cumulated CPU time (s) 941.65
Current children cumulated vsize (KiB) 99284

[startup+1002.3 s]
/proc/loadavg: 2.03 1.97 1.33 3/83 12419
/proc/meminfo: memFree=1062024/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=1001.62
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 711 0 0 0 100154 8 0 0 25 0 1 0 236935757 101666816 664 996147200 134512640 135472138 4294956224 18446744073709551615 134593642 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 664 479 234 0 23523 0
Current children cumulated CPU time (s) 1001.62
Current children cumulated vsize (KiB) 99284

[startup+1062.3 s]
/proc/loadavg: 2.01 1.97 1.37 3/83 12419
/proc/meminfo: memFree=1021384/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=1061.6
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 711 0 0 0 106152 8 0 0 25 0 1 0 236935757 101666816 664 996147200 134512640 135472138 4294956224 18446744073709551615 134617389 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 664 479 234 0 23523 0
Current children cumulated CPU time (s) 1061.6
Current children cumulated vsize (KiB) 99284

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.41 3/83 12419
/proc/meminfo: memFree=980040/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=1121.57
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 711 0 0 0 112148 9 0 0 25 0 1 0 236935757 101666816 664 996147200 134512640 135472138 4294956224 18446744073709551615 134588404 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 664 479 234 0 23523 0
Current children cumulated CPU time (s) 1121.57
Current children cumulated vsize (KiB) 99284

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.44 3/83 12419
/proc/meminfo: memFree=939400/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=1181.54
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 711 0 0 0 118145 9 0 0 25 0 1 0 236935757 101666816 664 996147200 134512640 135472138 4294956224 18446744073709551615 134577937 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 664 479 234 0 23523 0
Current children cumulated CPU time (s) 1181.54
Current children cumulated vsize (KiB) 99284

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.47 3/83 12419
/proc/meminfo: memFree=896456/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=1241.51
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 711 0 0 0 124141 10 0 0 25 0 1 0 236935757 101666816 664 996147200 134512640 135472138 4294956224 18446744073709551615 135263634 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 664 479 234 0 23523 0
Current children cumulated CPU time (s) 1241.51
Current children cumulated vsize (KiB) 99284

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.50 3/83 12419
/proc/meminfo: memFree=851144/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=1301.49
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 711 0 0 0 130138 11 0 0 25 0 1 0 236935757 101666816 664 996147200 134512640 135472138 4294956224 18446744073709551615 135263637 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 664 479 234 0 23523 0
Current children cumulated CPU time (s) 1301.49
Current children cumulated vsize (KiB) 99284

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.53 3/83 12419
/proc/meminfo: memFree=807176/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=1361.47
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 711 0 0 0 136135 12 0 0 25 0 1 0 236935757 101666816 664 996147200 134512640 135472138 4294956224 18446744073709551615 135263616 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 664 479 234 0 23523 0
Current children cumulated CPU time (s) 1361.47
Current children cumulated vsize (KiB) 99284

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.56 3/83 12419
/proc/meminfo: memFree=762184/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=1421.44
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 711 0 0 0 142132 12 0 0 25 0 1 0 236935757 101666816 664 996147200 134512640 135472138 4294956224 18446744073709551615 134605040 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 664 479 234 0 23523 0
Current children cumulated CPU time (s) 1421.44
Current children cumulated vsize (KiB) 99284

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.58 3/83 12419
/proc/meminfo: memFree=717896/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=1481.41
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 711 0 0 0 148128 13 0 0 25 0 1 0 236935757 101666816 664 996147200 134512640 135472138 4294956224 18446744073709551615 134585058 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 664 479 234 0 23523 0
Current children cumulated CPU time (s) 1481.41
Current children cumulated vsize (KiB) 99284

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.60 3/83 12419
/proc/meminfo: memFree=672776/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=1541.39
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 711 0 0 0 154125 14 0 0 25 0 1 0 236935757 101666816 664 996147200 134512640 135472138 4294956224 18446744073709551615 134578857 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 664 479 234 0 23523 0
Current children cumulated CPU time (s) 1541.39
Current children cumulated vsize (KiB) 99284

[startup+1602.3 s]
/proc/loadavg: 2.10 2.00 1.64 3/83 12419
/proc/meminfo: memFree=628488/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=1601.37
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 711 0 0 0 160122 15 0 0 25 0 1 0 236935757 101666816 664 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 664 479 234 0 23523 0
Current children cumulated CPU time (s) 1601.37
Current children cumulated vsize (KiB) 99284

[startup+1662.3 s]
/proc/loadavg: 2.10 2.02 1.66 3/83 12419
/proc/meminfo: memFree=583304/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=1661.33
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 711 0 0 0 166118 15 0 0 25 0 1 0 236935757 101666816 664 996147200 134512640 135472138 4294956224 18446744073709551615 135264971 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 664 479 234 0 23523 0
Current children cumulated CPU time (s) 1661.33
Current children cumulated vsize (KiB) 99284

[startup+1722.3 s]
/proc/loadavg: 2.15 2.04 1.69 3/83 12419
/proc/meminfo: memFree=538952/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=1721.31
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 712 0 0 0 172114 17 0 0 25 0 1 0 236935757 101666816 665 996147200 134512640 135472138 4294956224 18446744073709551615 135263006 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 665 479 234 0 23523 0
Current children cumulated CPU time (s) 1721.31
Current children cumulated vsize (KiB) 99284

[startup+1782.3 s]
/proc/loadavg: 2.11 2.05 1.71 3/75 12420
/proc/meminfo: memFree=545736/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=1781.28
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 712 0 0 0 178111 17 0 0 25 0 1 0 236935757 101666816 665 996147200 134512640 135472138 4294956224 18446744073709551615 135202654 0 0 4096 0 0 0 0 17 1 0 0
/proc/12300/statm: 24821 665 479 234 0 23523 0
Current children cumulated CPU time (s) 1781.28
Current children cumulated vsize (KiB) 99284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 2.07 2.04 1.72 3/82 12460
/proc/meminfo: memFree=1682832/2055920 swapFree=4154836/4192956
[pid=12300] ppid=12298 vsize=99284 CPUtime=1800.07
/proc/12300/stat : 12300 (casperzito) R 12298 12300 11585 0 -1 4194304 712 0 0 0 179984 23 0 0 25 0 1 0 236935757 101666816 665 996147200 134512640 135472138 4294956224 18446744073709551615 134616869 0 0 4096 0 0 0 0 17 0 0 0
/proc/12300/statm: 24821 665 479 234 0 23523 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 99284

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): 1801.21
CPU time (s): 1800.08
CPU user time (s): 1799.84
CPU system time (s): 0.238963
CPU usage (%): 99.9375
Max. virtual memory (cumulated for all children) (KiB): 99284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.238963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 712
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= 13
involuntary context switches= 38641

runsolver used 1.48077 second user time and 5.08823 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-03 00:57:58
IDJOB=1046946
IDBENCH=54007
IDSOLVER=362
FILE ID=node81/1046946-1215039478
PBS_JOBID= 7875016
Free space on /tmp= 126852 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/pret/normalized-pret-150-60_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1046946-1215039478/watcher-1046946-1215039478 -o /tmp/evaluation-result-1046946-1215039478/solver-1046946-1215039478 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1046946-1215039478.xml 1651778731 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1eff2001584f49c58e7ecc635bd9d2e7
RANDOM SEED=1651778731

node81.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1800664 kB
Buffers:         30296 kB
Cached:         135980 kB
SwapCached:      30856 kB
Active:         149668 kB
Inactive:        50920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1800664 kB
SwapTotal:     4192956 kB
SwapFree:      4154836 kB
Dirty:            3152 kB
Writeback:           0 kB
Mapped:          15768 kB
Slab:            40484 kB
Committed_AS:   426068 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126848 MiB
End job on node81 at 2008-07-03 01:28:01