Trace number 1056671

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.05 1801.71

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-7_ext.xml
MD5SUM9ce4933c2cbf08d2a4c68a0c6ef00b84
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 benchmark100.636
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.20	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.19/0.20	c Parsing = 1
0.29/0.34	c Building = 1
0.39/0.42	c [ NumberOfVariables = 24 ]
0.39/0.42	c [ NumberOfConstraints = 74 ]
0.39/0.42	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.39/0.42	c SymmetrySearch = 1
1.57/1.67	c InitialPropagation = 1
1.57/1.69	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.57/1.69	c InitialSAC = 1
1.78/1.87	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.78/1.87	c Search(SampleFF) : 
81.56/81.93	c [ Sampling domwdeg ]
81.56/81.93	c [ Sampling impacts ]
81.56/81.93	c [ SamplingScores: ]
81.56/81.93	c [ domwdeg+min = 5.11609e-06 | domwdeg+rnd = 2.63991e-05 ]
81.56/81.93	c [ impacts+min = 1.18456e-06 | impacts+rnd = 2.48702e-06 ]
81.56/81.93	c [ la+min = 0 | la+rnd = 0 ]
81.56/81.93	c [ domwdeg = 1.57576e-05 | impacts = 1.83579e-06 | la = 0 ]
81.56/81.93	c [ min = 2.10022e-06 | rand = 1.83579e-06 ]
81.56/81.93	c [ restarting at (3.96356,7.23432e-05) ]
92.21/92.62	c [ restarting at (9.9089,7.56034e-05) ]
118.71/119.20	c [ restarting at (24.7722,0.000154346) ]
133.35/133.95	c [ restarting at (61.9306,8.50434e-05) ]
287.77/288.84	c [ restarting at (154.827,0.00521175) ]
674.80/676.04	c [ restarting at (387.066,0.012391) ]
1642.40/1644.01	c [ restarting at (967.666,0.0418329) ]

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

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.16 0.03 0.01 4/72 17568
/proc/meminfo: memFree=1510800/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=18572 CPUtime=0
/proc/17568/stat : 17568 (runsolver) R 17566 17568 17521 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1989536340 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17568/statm: 4643 292 257 25 0 2626 0

[startup+0.107565 s]
/proc/loadavg: 0.16 0.03 0.01 4/72 17568
/proc/meminfo: memFree=1510800/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=7556 CPUtime=0.09
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 993 0 0 0 9 0 0 0 18 0 1 0 1989536340 7737344 953 996147200 134512640 135472138 4294956224 18446744073709551615 134794366 0 0 4096 0 0 0 0 17 1 0 0
/proc/17568/statm: 1889 953 365 234 0 591 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7556

[startup+0.202579 s]
/proc/loadavg: 0.16 0.03 0.01 4/72 17568
/proc/meminfo: memFree=1510800/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=9676 CPUtime=0.19
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 1515 0 0 0 18 1 0 0 18 0 1 0 1989536340 9908224 1475 996147200 134512640 135472138 4294956224 18446744073709551615 134774676 0 0 4096 0 0 0 0 17 1 0 0
/proc/17568/statm: 2419 1475 365 234 0 1121 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9676

[startup+0.302592 s]
/proc/loadavg: 0.16 0.03 0.01 4/72 17568
/proc/meminfo: memFree=1510800/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=11804 CPUtime=0.29
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 2046 0 0 0 28 1 0 0 19 0 1 0 1989536340 12087296 2006 996147200 134512640 135472138 4294956224 18446744073709551615 134774662 0 0 4096 0 0 0 0 17 1 0 0
/proc/17568/statm: 2951 2006 365 234 0 1653 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11804

[startup+0.701646 s]
/proc/loadavg: 0.16 0.03 0.01 4/72 17568
/proc/meminfo: memFree=1510800/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=149016 CPUtime=0.69
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 11819 0 0 0 64 5 0 0 23 0 1 0 1989536340 152592384 11779 996147200 134512640 135472138 4294956224 18446744073709551615 7646949 0 0 4096 0 0 0 0 17 1 0 0
/proc/17568/statm: 37254 11779 432 234 0 35956 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 149016

[startup+1.50175 s]
/proc/loadavg: 0.16 0.03 0.01 3/73 17569
/proc/meminfo: memFree=1424200/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=212012 CPUtime=1.48
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 23556 0 0 0 139 9 0 0 25 0 1 0 1989536340 217100288 23360 996147200 134512640 135472138 4294956224 18446744073709551615 134536325 0 0 4096 0 0 0 0 17 1 0 0
/proc/17568/statm: 53003 23360 439 234 0 51705 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 212012

[startup+3.10197 s]
/proc/loadavg: 0.16 0.03 0.01 3/73 17569
/proc/meminfo: memFree=1490312/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=3.08
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 24522 0 0 0 297 11 0 0 25 0 1 0 1989536340 124338176 5516 996147200 134512640 135472138 4294956224 18446744073709551615 134604893 0 0 4096 0 0 0 0 17 1 0 0
/proc/17568/statm: 30356 5516 476 234 0 29058 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 121424

[startup+6.3014 s]
/proc/loadavg: 0.31 0.07 0.02 3/73 17569
/proc/meminfo: memFree=1489928/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=6.27
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 24524 0 0 0 616 11 0 0 25 0 1 0 1989536340 124338176 5518 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/17568/statm: 30356 5518 476 234 0 29058 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 121424

[startup+12.7013 s]
/proc/loadavg: 0.44 0.10 0.03 3/73 17569
/proc/meminfo: memFree=1489672/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=12.64
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 24565 0 0 0 1253 11 0 0 25 0 1 0 1989536340 124338176 5559 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/17568/statm: 30356 5559 476 234 0 29058 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 121424

[startup+25.503 s]
/proc/loadavg: 0.79 0.19 0.06 3/73 17569
/proc/meminfo: memFree=1489608/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=25.39
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 24613 0 0 0 2528 11 0 0 25 0 1 0 1989536340 124338176 5607 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/17568/statm: 30356 5607 476 234 0 29058 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 121424

[startup+51.1025 s]
/proc/loadavg: 1.20 0.33 0.11 3/73 17569
/proc/meminfo: memFree=1489352/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=50.88
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 24635 0 0 0 5077 11 0 0 25 0 1 0 1989536340 124338176 5629 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/17568/statm: 30356 5629 478 234 0 29058 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 121424

[startup+102.302 s]
/proc/loadavg: 1.65 0.59 0.21 3/73 17569
/proc/meminfo: memFree=1489288/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=101.88
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 24641 0 0 0 10177 11 0 0 25 0 1 0 1989536340 124338176 5635 996147200 134512640 135472138 4294956224 18446744073709551615 134604893 0 0 4096 0 0 0 0 17 1 0 0
/proc/17568/statm: 30356 5635 479 234 0 29058 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 121424

[startup+162.301 s]
/proc/loadavg: 1.82 0.83 0.31 3/85 17626
/proc/meminfo: memFree=1442208/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=161.32
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 24705 0 0 0 16119 13 0 0 25 0 1 0 1989536340 124338176 5699 996147200 134512640 135472138 4294956224 18446744073709551615 134604967 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 5699 479 234 0 29058 0
Current children cumulated CPU time (s) 161.32
Current children cumulated vsize (KiB) 121424

[startup+222.307 s]
/proc/loadavg: 1.93 1.04 0.42 3/85 17626
/proc/meminfo: memFree=1435808/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=221.3
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 24709 0 0 0 22116 14 0 0 25 0 1 0 1989536340 124338176 5703 996147200 134512640 135472138 4294956224 18446744073709551615 134604986 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 5703 479 234 0 29058 0
Current children cumulated CPU time (s) 221.3
Current children cumulated vsize (KiB) 121424

[startup+282.303 s]
/proc/loadavg: 1.97 1.21 0.51 3/85 17626
/proc/meminfo: memFree=1435744/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=281.27
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 24741 0 0 0 28113 14 0 0 25 0 1 0 1989536340 124338176 5735 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 5735 479 234 0 29058 0
Current children cumulated CPU time (s) 281.27
Current children cumulated vsize (KiB) 121424

[startup+342.303 s]
/proc/loadavg: 1.99 1.35 0.60 3/85 17626
/proc/meminfo: memFree=1435616/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=341.24
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 24758 0 0 0 34110 14 0 0 25 0 1 0 1989536340 124338176 5752 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 5752 479 234 0 29058 0
Current children cumulated CPU time (s) 341.24
Current children cumulated vsize (KiB) 121424

[startup+402.303 s]
/proc/loadavg: 1.99 1.47 0.69 3/85 17626
/proc/meminfo: memFree=1435616/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=401.21
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 24758 0 0 0 40107 14 0 0 25 0 1 0 1989536340 124338176 5752 996147200 134512640 135472138 4294956224 18446744073709551615 134604964 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 5752 479 234 0 29058 0
Current children cumulated CPU time (s) 401.21
Current children cumulated vsize (KiB) 121424

[startup+462.303 s]
/proc/loadavg: 1.99 1.56 0.77 3/85 17626
/proc/meminfo: memFree=1435680/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=461.19
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 24758 0 0 0 46105 14 0 0 25 0 1 0 1989536340 124338176 5752 996147200 134512640 135472138 4294956224 18446744073709551615 134585013 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 5752 479 234 0 29058 0
Current children cumulated CPU time (s) 461.19
Current children cumulated vsize (KiB) 121424

[startup+522.302 s]
/proc/loadavg: 1.99 1.64 0.84 3/85 17626
/proc/meminfo: memFree=1435680/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=521.16
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 24763 0 0 0 52102 14 0 0 25 0 1 0 1989536340 124338176 5757 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 5757 479 234 0 29058 0
Current children cumulated CPU time (s) 521.16
Current children cumulated vsize (KiB) 121424

[startup+582.302 s]
/proc/loadavg: 1.99 1.70 0.91 3/85 17626
/proc/meminfo: memFree=1435296/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=581.14
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 24854 0 0 0 58099 15 0 0 25 0 1 0 1989536340 124338176 5848 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 5848 479 234 0 29058 0
Current children cumulated CPU time (s) 581.14
Current children cumulated vsize (KiB) 121424

[startup+642.301 s]
/proc/loadavg: 1.99 1.75 0.97 3/85 17626
/proc/meminfo: memFree=1435232/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=641.12
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 24854 0 0 0 64097 15 0 0 25 0 1 0 1989536340 124338176 5848 996147200 134512640 135472138 4294956224 18446744073709551615 134605040 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 5848 479 234 0 29058 0
Current children cumulated CPU time (s) 641.12
Current children cumulated vsize (KiB) 121424


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

[startup+822.302 s]
/proc/loadavg: 1.99 1.86 1.15 3/85 17626
/proc/meminfo: memFree=1434976/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=821.04
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 24854 0 0 0 82089 15 0 0 25 0 1 0 1989536340 124338176 5848 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 5848 479 234 0 29058 0
Current children cumulated CPU time (s) 821.04
Current children cumulated vsize (KiB) 121424

[startup+882.306 s]
/proc/loadavg: 1.99 1.88 1.20 3/85 17626
/proc/meminfo: memFree=1434912/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=881.03
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 24854 0 0 0 88087 16 0 0 25 0 1 0 1989536340 124338176 5848 996147200 134512640 135472138 4294956224 18446744073709551615 134604992 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 5848 479 234 0 29058 0
Current children cumulated CPU time (s) 881.03
Current children cumulated vsize (KiB) 121424

[startup+942.302 s]
/proc/loadavg: 1.99 1.90 1.25 3/85 17626
/proc/meminfo: memFree=1434912/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=940.99
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 24854 0 0 0 94083 16 0 0 25 0 1 0 1989536340 124338176 5848 996147200 134512640 135472138 4294956224 18446744073709551615 134605049 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 5848 479 234 0 29058 0
Current children cumulated CPU time (s) 940.99
Current children cumulated vsize (KiB) 121424

[startup+1002.3 s]
/proc/loadavg: 1.99 1.92 1.29 3/85 17626
/proc/meminfo: memFree=1434912/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=1000.97
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 24854 0 0 0 100081 16 0 0 25 0 1 0 1989536340 124338176 5848 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 5848 479 234 0 29058 0
Current children cumulated CPU time (s) 1000.97
Current children cumulated vsize (KiB) 121424

[startup+1062.3 s]
/proc/loadavg: 1.99 1.93 1.33 3/85 17626
/proc/meminfo: memFree=1434912/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=1060.94
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 24877 0 0 0 106078 16 0 0 25 0 1 0 1989536340 124338176 5871 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 5871 479 234 0 29058 0
Current children cumulated CPU time (s) 1060.94
Current children cumulated vsize (KiB) 121424

[startup+1122.3 s]
/proc/loadavg: 1.99 1.94 1.37 3/85 17626
/proc/meminfo: memFree=1434656/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=1120.91
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 24936 0 0 0 112075 16 0 0 25 0 1 0 1989536340 124338176 5930 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 5930 479 234 0 29058 0
Current children cumulated CPU time (s) 1120.91
Current children cumulated vsize (KiB) 121424

[startup+1182.3 s]
/proc/loadavg: 1.99 1.95 1.41 3/85 17626
/proc/meminfo: memFree=1434336/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=1180.89
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 25003 0 0 0 118073 16 0 0 25 0 1 0 1989536340 124338176 5997 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 5997 479 234 0 29058 0
Current children cumulated CPU time (s) 1180.89
Current children cumulated vsize (KiB) 121424

[startup+1242.3 s]
/proc/loadavg: 1.99 1.95 1.44 3/85 17626
/proc/meminfo: memFree=1434144/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=1240.87
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 25003 0 0 0 124070 17 0 0 25 0 1 0 1989536340 124338176 5997 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 5997 479 234 0 29058 0
Current children cumulated CPU time (s) 1240.87
Current children cumulated vsize (KiB) 121424

[startup+1302.3 s]
/proc/loadavg: 1.99 1.96 1.47 3/85 17626
/proc/meminfo: memFree=1434080/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=1300.84
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 25007 0 0 0 130067 17 0 0 25 0 1 0 1989536340 124338176 6001 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 6001 479 234 0 29058 0
Current children cumulated CPU time (s) 1300.84
Current children cumulated vsize (KiB) 121424

[startup+1362.3 s]
/proc/loadavg: 1.99 1.96 1.50 3/85 17626
/proc/meminfo: memFree=1433632/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=1360.81
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 25097 0 0 0 136064 17 0 0 25 0 1 0 1989536340 124338176 6091 996147200 134512640 135472138 4294956224 18446744073709551615 134585020 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 6091 479 234 0 29058 0
Current children cumulated CPU time (s) 1360.81
Current children cumulated vsize (KiB) 121424

[startup+1422.3 s]
/proc/loadavg: 1.99 1.97 1.53 4/85 17626
/proc/meminfo: memFree=1433440/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=1420.79
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 25131 0 0 0 142062 17 0 0 25 0 1 0 1989536340 124338176 6125 996147200 134512640 135472138 4294956224 18446744073709551615 134585145 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 6125 479 234 0 29058 0
Current children cumulated CPU time (s) 1420.79
Current children cumulated vsize (KiB) 121424

[startup+1482.3 s]
/proc/loadavg: 2.30 2.05 1.58 3/85 17626
/proc/meminfo: memFree=1433376/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=1480.76
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 25152 0 0 0 148059 17 0 0 25 0 1 0 1989536340 124338176 6146 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 6146 479 234 0 29058 0
Current children cumulated CPU time (s) 1480.76
Current children cumulated vsize (KiB) 121424

[startup+1542.31 s]
/proc/loadavg: 2.23 2.08 1.62 3/85 17626
/proc/meminfo: memFree=1433248/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=1540.73
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 25194 0 0 0 154056 17 0 0 25 0 1 0 1989536340 124338176 6188 996147200 134512640 135472138 4294956224 18446744073709551615 134604951 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 6188 479 234 0 29058 0
Current children cumulated CPU time (s) 1540.73
Current children cumulated vsize (KiB) 121424

[startup+1602.3 s]
/proc/loadavg: 2.13 2.08 1.65 3/85 17626
/proc/meminfo: memFree=1432864/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=1600.7
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 25279 0 0 0 160053 17 0 0 25 0 1 0 1989536340 124338176 6273 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 6273 479 234 0 29058 0
Current children cumulated CPU time (s) 1600.7
Current children cumulated vsize (KiB) 121424

[startup+1662.3 s]
/proc/loadavg: 2.09 2.08 1.67 3/85 17626
/proc/meminfo: memFree=1432672/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=1660.68
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 25330 0 0 0 166050 18 0 0 25 0 1 0 1989536340 124338176 6324 996147200 134512640 135472138 4294956224 18446744073709551615 134616908 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 6324 479 234 0 29058 0
Current children cumulated CPU time (s) 1660.68
Current children cumulated vsize (KiB) 121424

[startup+1722.3 s]
/proc/loadavg: 2.07 2.08 1.70 3/85 17626
/proc/meminfo: memFree=1432672/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=1720.66
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 25330 0 0 0 172048 18 0 0 25 0 1 0 1989536340 124338176 6324 996147200 134512640 135472138 4294956224 18446744073709551615 134604841 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 6324 479 234 0 29058 0
Current children cumulated CPU time (s) 1720.66
Current children cumulated vsize (KiB) 121424

[startup+1782.3 s]
/proc/loadavg: 2.02 2.06 1.71 3/85 17628
/proc/meminfo: memFree=1432480/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=1780.63
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 25330 0 0 0 178045 18 0 0 25 0 1 0 1989536340 124338176 6324 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 6324 479 234 0 29058 0
Current children cumulated CPU time (s) 1780.63
Current children cumulated vsize (KiB) 121424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 2.02 2.05 1.72 3/85 17628
/proc/meminfo: memFree=1432480/2055920 swapFree=4180436/4192956
[pid=17568] ppid=17566 vsize=121424 CPUtime=1800.03
/proc/17568/stat : 17568 (casperzito) R 17566 17568 17521 0 -1 4194304 25330 0 0 0 179985 18 0 0 25 0 1 0 1989536340 124338176 6324 996147200 134512640 135472138 4294956224 18446744073709551615 134604871 0 0 4096 0 0 0 0 17 0 0 0
/proc/17568/statm: 30356 6324 479 234 0 29058 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 121424

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.71
CPU time (s): 1800.05
CPU user time (s): 1799.85
CPU system time (s): 0.19197
CPU usage (%): 99.9076
Max. virtual memory (cumulated for all children) (KiB): 212012

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

runsolver used 1.79673 second user time and 4.79727 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-03 19:21:16
IDJOB=1056671
IDBENCH=53961
IDSOLVER=362
FILE ID=node71/1056671-1215105676
PBS_JOBID= 7877064
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9ce4933c2cbf08d2a4c68a0c6ef00b84
RANDOM SEED=618406684

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:       1511344 kB
Buffers:         40872 kB
Cached:         425352 kB
SwapCached:       6784 kB
Active:         240708 kB
Inactive:       243432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1511344 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            9656 kB
Writeback:           0 kB
Mapped:          25020 kB
Slab:            45868 kB
Committed_AS:  4152916 kB
PageTables:       1824 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= 66516 MiB
End job on node71 at 2008-07-03 19:51:20