Trace number 1058207

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
casper zito? (TO) 1800.1 1802.24

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-14.xml
MD5SUM11f6902a1becd1ad9a2f18db7aea4eb7
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark58.7261
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints33340
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32990
Global constraints used (with number of constraints)alldifferent(350)

Solver Data (download as text)

0.17/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.17/0.21	c Parsing = 1
1.36/1.44	c Building = 1
1.56/1.63	c [ NumberOfVariables = 700 ]
1.56/1.63	c [ NumberOfConstraints = 33340 ]
1.56/1.63	c [ SizeOfSearchSpace(log2) = 2367.64 ]
1.56/1.63	c SymmetrySearch = 1
2.75/2.83	c [ Found 24 symmetries ]
2.75/2.89	c InitialPropagation = 1
2.84/2.95	c [ SizeOfSearchSpace(log2) = 2367.64 ]
2.84/2.95	c InitialSAC = (Timeout)
6.42/6.57	c [ SizeOfSearchSpace(log2) = 2367.64 ]
6.42/6.57	c Search(DomWDeg) = 

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

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.92 1.98 1.99 4/77 25370
/proc/meminfo: memFree=1811288/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=1052 CPUtime=0
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 235444549 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 9716516 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/25370/statm: 263 26 20 234 0 3 0

[startup+0.0628319 s]
/proc/loadavg: 1.92 1.98 1.99 4/77 25370
/proc/meminfo: memFree=1811288/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=5964 CPUtime=0.04
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 617 0 1 0 4 0 0 0 18 0 1 0 235444549 6107136 578 996147200 134512640 135472138 4294956224 18446744073709551615 134799355 0 0 4096 0 0 0 0 17 1 0 0
/proc/25370/statm: 1491 578 368 234 0 193 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5964

[startup+0.101831 s]
/proc/loadavg: 1.92 1.98 1.99 4/77 25370
/proc/meminfo: memFree=1811288/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=6360 CPUtime=0.08
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 715 0 1 0 8 0 0 0 18 0 1 0 235444549 6512640 676 996147200 134512640 135472138 4294956224 18446744073709551615 134749013 0 0 4096 0 0 0 0 17 1 0 0
/proc/25370/statm: 1590 676 368 234 0 292 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6360

[startup+0.301853 s]
/proc/loadavg: 1.92 1.98 1.99 4/77 25370
/proc/meminfo: memFree=1811288/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=8340 CPUtime=0.28
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 1208 0 1 0 27 1 0 0 19 0 1 0 235444549 8540160 1169 996147200 134512640 135472138 4294956224 18446744073709551615 9833588 0 0 4096 0 0 0 0 17 1 0 0
/proc/25370/statm: 2085 1169 368 234 0 787 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8340

[startup+0.701894 s]
/proc/loadavg: 1.92 1.98 1.99 4/77 25370
/proc/meminfo: memFree=1811288/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=12036 CPUtime=0.67
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 2126 0 1 0 66 1 0 0 23 0 1 0 235444549 12324864 2087 996147200 134512640 135472138 4294956224 18446744073709551615 134749046 0 0 4096 0 0 0 0 17 1 0 0
/proc/25370/statm: 3009 2087 368 234 0 1711 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 12036

[startup+1.50199 s]
/proc/loadavg: 1.92 1.98 1.99 3/78 25371
/proc/meminfo: memFree=1800656/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=112660 CPUtime=1.46
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 5874 0 1 0 142 4 0 0 25 0 1 0 235444549 115363840 5835 996147200 134512640 135472138 4294956224 18446744073709551615 10150346 0 0 4096 0 0 0 0 17 1 0 0
/proc/25370/statm: 28165 5835 414 234 0 26867 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 112660

[startup+3.10117 s]
/proc/loadavg: 1.92 1.98 1.99 3/78 25371
/proc/meminfo: memFree=1751824/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=189068 CPUtime=3.05
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 18208 0 1 0 294 11 0 0 25 0 1 0 235444549 193605632 16400 996147200 134512640 135472138 4294956224 18446744073709551615 134899440 0 0 4096 0 0 0 0 17 1 0 0
/proc/25370/statm: 47267 16400 496 234 0 45969 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 189068

[startup+6.30251 s]
/proc/loadavg: 1.93 1.98 1.99 3/78 25371
/proc/meminfo: memFree=1746064/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=189068 CPUtime=6.22
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 18254 0 1 0 611 11 0 0 25 0 1 0 235444549 193605632 16446 996147200 134512640 135472138 4294956224 18446744073709551615 134965414 0 0 4096 0 0 0 0 17 1 0 0
/proc/25370/statm: 47267 16446 497 234 0 45969 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 189068

[startup+12.7012 s]
/proc/loadavg: 1.93 1.98 1.99 3/78 25371
/proc/meminfo: memFree=1746128/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=189068 CPUtime=12.55
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 18281 0 1 0 1244 11 0 0 25 0 1 0 235444549 193605632 16473 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 1 0 0
/proc/25370/statm: 47267 16473 524 234 0 45969 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 189068

[startup+25.5015 s]
/proc/loadavg: 1.95 1.98 1.99 3/78 25371
/proc/meminfo: memFree=1681488/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=25.23
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 34461 0 1 0 2505 18 0 0 25 0 1 0 235444549 321622016 32653 996147200 134512640 135472138 4294956224 18446744073709551615 134959935 0 0 4096 0 0 0 0 17 1 0 0
/proc/25370/statm: 78521 32653 528 234 0 77223 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 314084

[startup+51.1012 s]
/proc/loadavg: 1.96 1.98 1.99 3/78 25371
/proc/meminfo: memFree=1666064/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=50.59
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 38298 0 1 0 5039 20 0 0 25 0 1 0 235444549 321622016 36490 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/25370/statm: 78521 36490 528 234 0 77223 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 314084

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/78 25371
/proc/meminfo: memFree=1624400/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=101.32
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 48666 0 1 0 10107 25 0 0 25 0 1 0 235444549 321622016 46858 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/25370/statm: 78521 46858 528 234 0 77223 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 314084

[startup+162.302 s]
/proc/loadavg: 1.92 1.97 1.99 3/82 25407
/proc/meminfo: memFree=1608112/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=160.82
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 48666 0 1 0 16056 26 0 0 25 0 1 0 235444549 321622016 46858 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 46858 528 234 0 77223 0
Current children cumulated CPU time (s) 160.82
Current children cumulated vsize (KiB) 314084

[startup+222.301 s]
/proc/loadavg: 1.97 1.97 1.99 3/82 25407
/proc/meminfo: memFree=1565488/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=220.79
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 48666 0 1 0 22053 26 0 0 25 0 1 0 235444549 321622016 46858 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 46858 528 234 0 77223 0
Current children cumulated CPU time (s) 220.79
Current children cumulated vsize (KiB) 314084

[startup+282.302 s]
/proc/loadavg: 2.02 1.99 1.99 3/82 25407
/proc/meminfo: memFree=1554864/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=280.77
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 48666 0 1 0 28051 26 0 0 25 0 1 0 235444549 321622016 46858 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 46858 528 234 0 77223 0
Current children cumulated CPU time (s) 280.77
Current children cumulated vsize (KiB) 314084

[startup+342.302 s]
/proc/loadavg: 2.01 1.99 1.99 3/82 25409
/proc/meminfo: memFree=1552304/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=340.74
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 48666 0 1 0 34048 26 0 0 25 0 1 0 235444549 321622016 46858 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 46858 528 234 0 77223 0
Current children cumulated CPU time (s) 340.74
Current children cumulated vsize (KiB) 314084

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25409
/proc/meminfo: memFree=1552304/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=400.71
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 48666 0 1 0 40045 26 0 0 25 0 1 0 235444549 321622016 46858 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 46858 528 234 0 77223 0
Current children cumulated CPU time (s) 400.71
Current children cumulated vsize (KiB) 314084

[startup+462.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25409
/proc/meminfo: memFree=1552304/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=460.7
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 48666 0 1 0 46043 27 0 0 25 0 1 0 235444549 321622016 46858 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 46858 528 234 0 77223 0
Current children cumulated CPU time (s) 460.7
Current children cumulated vsize (KiB) 314084

[startup+522.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25409
/proc/meminfo: memFree=1552304/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=520.67
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 48666 0 1 0 52040 27 0 0 25 0 1 0 235444549 321622016 46858 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 46858 528 234 0 77223 0
Current children cumulated CPU time (s) 520.67
Current children cumulated vsize (KiB) 314084

[startup+582.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25409
/proc/meminfo: memFree=1552304/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=580.65
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 48666 0 1 0 58038 27 0 0 25 0 1 0 235444549 321622016 46858 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 46858 528 234 0 77223 0
Current children cumulated CPU time (s) 580.65
Current children cumulated vsize (KiB) 314084

[startup+642.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25409
/proc/meminfo: memFree=1552304/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=640.63
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 48666 0 1 0 64036 27 0 0 25 0 1 0 235444549 321622016 46858 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 46858 528 234 0 77223 0
Current children cumulated CPU time (s) 640.63
Current children cumulated vsize (KiB) 314084


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

[startup+822.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25409
/proc/meminfo: memFree=1552048/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=820.55
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 48666 0 1 0 82028 27 0 0 25 0 1 0 235444549 321622016 46858 996147200 134512640 135472138 4294956224 18446744073709551615 135263204 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 46858 528 234 0 77223 0
Current children cumulated CPU time (s) 820.55
Current children cumulated vsize (KiB) 314084

[startup+882.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25409
/proc/meminfo: memFree=1551984/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=880.53
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 48666 0 1 0 88026 27 0 0 25 0 1 0 235444549 321622016 46858 996147200 134512640 135472138 4294956224 18446744073709551615 135267074 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 46858 528 234 0 77223 0
Current children cumulated CPU time (s) 880.53
Current children cumulated vsize (KiB) 314084

[startup+942.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25409
/proc/meminfo: memFree=1551984/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=940.5
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 48666 0 1 0 94023 27 0 0 25 0 1 0 235444549 321622016 46858 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 46858 528 234 0 77223 0
Current children cumulated CPU time (s) 940.5
Current children cumulated vsize (KiB) 314084

[startup+1002.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25409
/proc/meminfo: memFree=1551856/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=1000.47
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 48731 0 1 0 100020 27 0 0 25 0 1 0 235444549 321622016 46923 996147200 134512640 135472138 4294956224 18446744073709551615 134904455 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 46923 528 234 0 77223 0
Current children cumulated CPU time (s) 1000.47
Current children cumulated vsize (KiB) 314084

[startup+1062.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25409
/proc/meminfo: memFree=1551856/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=1060.46
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 48731 0 1 0 106018 28 0 0 25 0 1 0 235444549 321622016 46923 996147200 134512640 135472138 4294956224 18446744073709551615 134905662 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 46923 528 234 0 77223 0
Current children cumulated CPU time (s) 1060.46
Current children cumulated vsize (KiB) 314084

[startup+1122.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25409
/proc/meminfo: memFree=1551856/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=1120.43
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 48731 0 1 0 112015 28 0 0 25 0 1 0 235444549 321622016 46923 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 46923 528 234 0 77223 0
Current children cumulated CPU time (s) 1120.43
Current children cumulated vsize (KiB) 314084

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25409
/proc/meminfo: memFree=1551792/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=1180.41
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 48731 0 1 0 118013 28 0 0 25 0 1 0 235444549 321622016 46923 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 46923 528 234 0 77223 0
Current children cumulated CPU time (s) 1180.41
Current children cumulated vsize (KiB) 314084

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25409
/proc/meminfo: memFree=1548720/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=1240.38
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 49468 0 1 0 124010 28 0 0 25 0 1 0 235444549 321622016 47660 996147200 134512640 135472138 4294956224 18446744073709551615 135010679 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 47660 528 234 0 77223 0
Current children cumulated CPU time (s) 1240.38
Current children cumulated vsize (KiB) 314084

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25409
/proc/meminfo: memFree=1548656/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=1300.35
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 49468 0 1 0 130007 28 0 0 25 0 1 0 235444549 321622016 47660 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 47660 528 234 0 77223 0
Current children cumulated CPU time (s) 1300.35
Current children cumulated vsize (KiB) 314084

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25409
/proc/meminfo: memFree=1547056/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=1360.33
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 49502 0 1 0 136005 28 0 0 25 0 1 0 235444549 321622016 47694 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 47694 528 234 0 77223 0
Current children cumulated CPU time (s) 1360.33
Current children cumulated vsize (KiB) 314084

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25409
/proc/meminfo: memFree=1543792/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=1420.32
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 50276 0 1 0 142003 29 0 0 25 0 1 0 235444549 321622016 48468 996147200 134512640 135472138 4294956224 18446744073709551615 135012486 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 48468 528 234 0 77223 0
Current children cumulated CPU time (s) 1420.32
Current children cumulated vsize (KiB) 314084

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25409
/proc/meminfo: memFree=1543664/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=1480.29
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 50276 0 1 0 148000 29 0 0 25 0 1 0 235444549 321622016 48468 996147200 134512640 135472138 4294956224 18446744073709551615 135264245 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 48468 528 234 0 77223 0
Current children cumulated CPU time (s) 1480.29
Current children cumulated vsize (KiB) 314084

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25409
/proc/meminfo: memFree=1543664/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=1540.26
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 50276 0 1 0 153997 29 0 0 25 0 1 0 235444549 321622016 48468 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 48468 528 234 0 77223 0
Current children cumulated CPU time (s) 1540.26
Current children cumulated vsize (KiB) 314084

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25409
/proc/meminfo: memFree=1543664/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=1600.24
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 50276 0 1 0 159995 29 0 0 25 0 1 0 235444549 321622016 48468 996147200 134512640 135472138 4294956224 18446744073709551615 134577393 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 48468 528 234 0 77223 0
Current children cumulated CPU time (s) 1600.24
Current children cumulated vsize (KiB) 314084

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25409
/proc/meminfo: memFree=1543664/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=1660.21
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 50276 0 1 0 165992 29 0 0 25 0 1 0 235444549 321622016 48468 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 48468 528 234 0 77223 0
Current children cumulated CPU time (s) 1660.21
Current children cumulated vsize (KiB) 314084

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25409
/proc/meminfo: memFree=1543536/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=1720.19
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 50276 0 1 0 171990 29 0 0 25 0 1 0 235444549 321622016 48468 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 48468 528 234 0 77223 0
Current children cumulated CPU time (s) 1720.19
Current children cumulated vsize (KiB) 314084

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25415
/proc/meminfo: memFree=1543336/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=1780.16
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 50276 0 1 0 177987 29 0 0 25 0 1 0 235444549 321622016 48468 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 48468 528 234 0 77223 0
Current children cumulated CPU time (s) 1780.16
Current children cumulated vsize (KiB) 314084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.2 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 25415
/proc/meminfo: memFree=1543336/2055912 swapFree=4178528/4192956
[pid=25370] ppid=25368 vsize=314084 CPUtime=1800.05
/proc/25370/stat : 25370 (casperzito) R 25368 25370 24584 0 -1 4194304 50276 0 1 0 179976 29 0 0 25 0 1 0 235444549 321622016 48468 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/25370/statm: 78521 48468 528 234 0 77223 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 314084

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): 1802.24
CPU time (s): 1800.1
CPU user time (s): 1799.77
CPU system time (s): 0.329949
CPU usage (%): 99.8811
Max. virtual memory (cumulated for all children) (KiB): 314084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.329949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50276
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25
involuntary context switches= 7925

runsolver used 2.43763 second user time and 5.47817 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-03 21:31:35
IDJOB=1058207
IDBENCH=54113
IDSOLVER=362
FILE ID=node78/1058207-1215113495
PBS_JOBID= 7877051
Free space on /tmp= 126844 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-14.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058207-1215113495/watcher-1058207-1215113495 -o /tmp/evaluation-result-1058207-1215113495/solver-1058207-1215113495 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1058207-1215113495.xml 250661304 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 11f6902a1becd1ad9a2f18db7aea4eb7
RANDOM SEED=250661304

node78.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.247
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.247
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:      2055912 kB
MemFree:       1811768 kB
Buffers:          5360 kB
Cached:         101080 kB
SwapCached:       7188 kB
Active:         165284 kB
Inactive:        28280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1811768 kB
SwapTotal:     4192956 kB
SwapFree:      4178528 kB
Dirty:            7556 kB
Writeback:           0 kB
Mapped:          94812 kB
Slab:            35940 kB
Committed_AS:   675432 kB
PageTables:       1728 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= 126844 MiB
End job on node78 at 2008-07-03 22:01:40