Trace number 1057131

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.03 1805.21

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-19_ext.xml
MD5SUMca3285858b860f401a71f5aeccf43e5c
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
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 variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.29/0.37	c Building = 1
0.38/0.45	c [ NumberOfVariables = 24 ]
0.38/0.45	c [ NumberOfConstraints = 76 ]
0.38/0.45	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.38/0.45	c SymmetrySearch = 1
1.77/1.83	c InitialPropagation = 1
1.77/1.85	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.77/1.85	c InitialSAC = 1
2.07/2.12	c [ SizeOfSearchSpace(log2) = 110.039 ]
2.07/2.12	c Search(SampleFF) : 
81.44/82.19	c [ Sampling domwdeg ]
81.44/82.19	c [ Sampling impacts ]
81.44/82.19	c [ SamplingScores: ]
81.44/82.19	c [ domwdeg+min = 5.35239e-06 | domwdeg+rnd = 2.02901e-05 ]
81.44/82.19	c [ impacts+min = 3.09341e-08 | impacts+rnd = 3.6302e-08 ]
81.44/82.19	c [ la+min = 0 | la+rnd = 0 ]
81.44/82.19	c [ domwdeg = 1.28212e-05 | impacts = 3.36181e-08 | la = 0 ]
81.44/82.19	c [ min = 1.79444e-06 | rand = 3.36181e-08 ]
81.44/82.19	c [ restarting at (3.96356,3.0143e-06) ]
92.06/92.81	c [ restarting at (9.9089,7.32589e-08) ]
118.35/119.38	c [ restarting at (24.7722,2.18573e-05) ]
184.25/185.78	c [ restarting at (61.9306,7.83766e-05) ]
348.97/351.71	c [ restarting at (154.827,7.57709e-05) ]
535.83/540.08	c [ restarting at (387.066,0.000226182) ]
1503.35/1508.00	c [ restarting at (967.666,0.00219427) ]

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

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.91 1.95 1.90 4/72 18365
/proc/meminfo: memFree=1171952/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=1052 CPUtime=0
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1989905349 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 1979172 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/18365/statm: 263 26 20 234 0 3 0

[startup+0.0955889 s]
/proc/loadavg: 1.91 1.95 1.90 4/72 18365
/proc/meminfo: memFree=1171952/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=7152 CPUtime=0.08
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 909 0 0 0 8 0 0 0 18 0 1 0 1989905349 7323648 869 996147200 134512640 135472138 4294956224 18446744073709551615 134774676 0 0 4096 0 0 0 0 17 1 0 0
/proc/18365/statm: 1788 869 365 234 0 490 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7152

[startup+0.10158 s]
/proc/loadavg: 1.91 1.95 1.90 4/72 18365
/proc/meminfo: memFree=1171952/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=7288 CPUtime=0.08
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 934 0 0 0 8 0 0 0 18 0 1 0 1989905349 7462912 894 996147200 134512640 135472138 4294956224 18446744073709551615 2420453 0 0 4096 0 0 0 0 17 1 0 0
/proc/18365/statm: 1822 894 365 234 0 524 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7288

[startup+0.301607 s]
/proc/loadavg: 1.91 1.95 1.90 4/72 18365
/proc/meminfo: memFree=1171952/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=11532 CPUtime=0.29
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 1978 0 0 0 28 1 0 0 19 0 1 0 1989905349 11808768 1938 996147200 134512640 135472138 4294956224 18446744073709551615 134774679 0 0 4096 0 0 0 0 17 1 0 0
/proc/18365/statm: 2883 1938 365 234 0 1585 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11532

[startup+0.701646 s]
/proc/loadavg: 1.91 1.95 1.90 4/72 18365
/proc/meminfo: memFree=1171952/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=144324 CPUtime=0.68
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 10757 0 0 0 64 4 0 0 23 0 1 0 1989905349 147787776 10717 996147200 134512640 135472138 4294956224 18446744073709551615 134629026 0 0 4096 0 0 0 0 17 1 0 0
/proc/18365/statm: 36081 10717 432 234 0 34783 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 144324

[startup+1.50172 s]
/proc/loadavg: 1.91 1.95 1.90 3/73 18366
/proc/meminfo: memFree=1104744/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=216396 CPUtime=1.47
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 24563 0 0 0 137 10 0 0 25 0 1 0 1989905349 221589504 24363 996147200 134512640 135472138 4294956224 18446744073709551615 134536227 0 0 4096 0 0 0 0 17 1 0 0
/proc/18365/statm: 54099 24363 439 234 0 52801 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 216396

[startup+3.10186 s]
/proc/loadavg: 1.92 1.95 1.90 3/73 18366
/proc/meminfo: memFree=1151848/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=3.06
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 25523 0 0 0 294 12 0 0 25 0 1 0 1989905349 124674048 5668 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/18365/statm: 30438 5668 476 234 0 29140 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 121752

[startup+6.30115 s]
/proc/loadavg: 1.92 1.95 1.90 3/73 18366
/proc/meminfo: memFree=1150504/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=6.24
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 25580 0 0 0 612 12 0 0 25 0 1 0 1989905349 124674048 5725 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/18365/statm: 30438 5725 476 234 0 29140 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 121752

[startup+12.7017 s]
/proc/loadavg: 1.93 1.96 1.91 3/73 18366
/proc/meminfo: memFree=1150184/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=12.59
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 25707 0 0 0 1247 12 0 0 25 0 1 0 1989905349 124674048 5852 996147200 134512640 135472138 4294956224 18446744073709551615 134585083 0 0 4096 0 0 0 0 17 1 0 0
/proc/18365/statm: 30438 5852 476 234 0 29140 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 121752

[startup+25.5019 s]
/proc/loadavg: 1.94 1.96 1.91 3/73 18366
/proc/meminfo: memFree=1149928/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=25.28
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 25710 0 0 0 2516 12 0 0 25 0 1 0 1989905349 124674048 5855 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/18365/statm: 30438 5855 476 234 0 29140 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 121752

[startup+51.1012 s]
/proc/loadavg: 1.96 1.96 1.91 3/73 18366
/proc/meminfo: memFree=1149864/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=50.68
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 25712 0 0 0 5056 12 0 0 25 0 1 0 1989905349 124674048 5857 996147200 134512640 135472138 4294956224 18446744073709551615 134581734 0 0 4096 0 0 0 0 17 1 0 0
/proc/18365/statm: 30438 5857 478 234 0 29140 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 121752

[startup+102.307 s]
/proc/loadavg: 1.98 1.96 1.91 3/73 18366
/proc/meminfo: memFree=1149480/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=101.49
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 25808 0 0 0 10137 12 0 0 25 0 1 0 1989905349 124674048 5953 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/18365/statm: 30438 5953 479 234 0 29140 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 121752

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/73 18366
/proc/meminfo: memFree=1149416/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=161.03
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 25808 0 0 0 16091 12 0 0 25 0 1 0 1989905349 124674048 5953 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/18365/statm: 30438 5953 479 234 0 29140 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 121752

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/73 18366
/proc/meminfo: memFree=1149480/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=220.57
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 25808 0 0 0 22045 12 0 0 25 0 1 0 1989905349 124674048 5953 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/18365/statm: 30438 5953 479 234 0 29140 0
Current children cumulated CPU time (s) 220.57
Current children cumulated vsize (KiB) 121752

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/73 18366
/proc/meminfo: memFree=1149288/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=280.1
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 25877 0 0 0 27998 12 0 0 25 0 1 0 1989905349 124674048 6022 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/18365/statm: 30438 6022 479 234 0 29140 0
Current children cumulated CPU time (s) 280.1
Current children cumulated vsize (KiB) 121752

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/73 18366
/proc/meminfo: memFree=1149288/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=339.64
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 25886 0 0 0 33952 12 0 0 25 0 1 0 1989905349 124674048 6031 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/18365/statm: 30438 6031 479 234 0 29140 0
Current children cumulated CPU time (s) 339.64
Current children cumulated vsize (KiB) 121752

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/73 18366
/proc/meminfo: memFree=1149352/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=399.19
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 25886 0 0 0 39906 13 0 0 25 0 1 0 1989905349 124674048 6031 996147200 134512640 135472138 4294956224 18446744073709551615 134593642 0 0 4096 0 0 0 0 17 1 0 0
/proc/18365/statm: 30438 6031 479 234 0 29140 0
Current children cumulated CPU time (s) 399.19
Current children cumulated vsize (KiB) 121752

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/73 18366
/proc/meminfo: memFree=1149224/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=458.73
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 25886 0 0 0 45860 13 0 0 25 0 1 0 1989905349 124674048 6031 996147200 134512640 135472138 4294956224 18446744073709551615 134616905 0 0 4096 0 0 0 0 17 1 0 0
/proc/18365/statm: 30438 6031 479 234 0 29140 0
Current children cumulated CPU time (s) 458.73
Current children cumulated vsize (KiB) 121752

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/73 18366
/proc/meminfo: memFree=1149160/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=518.27
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 25886 0 0 0 51814 13 0 0 25 0 1 0 1989905349 124674048 6031 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/18365/statm: 30438 6031 479 234 0 29140 0
Current children cumulated CPU time (s) 518.27
Current children cumulated vsize (KiB) 121752

[startup+582.302 s]
/proc/loadavg: 1.95 1.96 1.91 3/81 18402
/proc/meminfo: memFree=1113128/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=578.11
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 25886 0 0 0 57797 14 0 0 25 0 1 0 1989905349 124674048 6031 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 0 0 0
/proc/18365/statm: 30438 6031 479 234 0 29140 0
Current children cumulated CPU time (s) 578.11
Current children cumulated vsize (KiB) 121752

[startup+642.301 s]
/proc/loadavg: 1.98 1.96 1.91 3/81 18402
/proc/meminfo: memFree=1111720/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=638.08
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 25886 0 0 0 63794 14 0 0 25 0 1 0 1989905349 124674048 6031 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/18365/statm: 30438 6031 479 234 0 29140 0
Current children cumulated CPU time (s) 638.08
Current children cumulated vsize (KiB) 121752


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

[startup+822.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 18404
/proc/meminfo: memFree=1111592/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=818.01
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 25886 0 0 0 81787 14 0 0 25 0 1 0 1989905349 124674048 6031 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/18365/statm: 30438 6031 479 234 0 29140 0
Current children cumulated CPU time (s) 818.01
Current children cumulated vsize (KiB) 121752

[startup+882.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 18404
/proc/meminfo: memFree=1111592/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=877.99
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 25913 0 0 0 87785 14 0 0 25 0 1 0 1989905349 124674048 6058 996147200 134512640 135472138 4294956224 18446744073709551615 134585013 0 0 4096 0 0 0 0 17 0 0 0
/proc/18365/statm: 30438 6058 479 234 0 29140 0
Current children cumulated CPU time (s) 877.99
Current children cumulated vsize (KiB) 121752

[startup+942.304 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 18404
/proc/meminfo: memFree=1111016/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=937.96
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 26081 0 0 0 93782 14 0 0 25 0 1 0 1989905349 124674048 6226 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/18365/statm: 30438 6226 479 234 0 29140 0
Current children cumulated CPU time (s) 937.96
Current children cumulated vsize (KiB) 121752

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 18404
/proc/meminfo: memFree=1110952/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=997.94
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 26081 0 0 0 99780 14 0 0 25 0 1 0 1989905349 124674048 6226 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 0 0 0
/proc/18365/statm: 30438 6226 479 234 0 29140 0
Current children cumulated CPU time (s) 997.94
Current children cumulated vsize (KiB) 121752

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 18404
/proc/meminfo: memFree=1110952/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=1057.91
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 26081 0 0 0 105777 14 0 0 25 0 1 0 1989905349 124674048 6226 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/18365/statm: 30438 6226 479 234 0 29140 0
Current children cumulated CPU time (s) 1057.91
Current children cumulated vsize (KiB) 121752

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 18404
/proc/meminfo: memFree=1110888/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=1117.89
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 26081 0 0 0 111775 14 0 0 25 0 1 0 1989905349 124674048 6226 996147200 134512640 135472138 4294956224 18446744073709551615 135263362 0 0 4096 0 0 0 0 17 0 0 0
/proc/18365/statm: 30438 6226 479 234 0 29140 0
Current children cumulated CPU time (s) 1117.89
Current children cumulated vsize (KiB) 121752

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 18404
/proc/meminfo: memFree=1110824/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=1177.86
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 26096 0 0 0 117772 14 0 0 25 0 1 0 1989905349 124674048 6241 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/18365/statm: 30438 6241 479 234 0 29140 0
Current children cumulated CPU time (s) 1177.86
Current children cumulated vsize (KiB) 121752

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 18404
/proc/meminfo: memFree=1110632/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=1237.84
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 26096 0 0 0 123770 14 0 0 25 0 1 0 1989905349 124674048 6241 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/18365/statm: 30438 6241 479 234 0 29140 0
Current children cumulated CPU time (s) 1237.84
Current children cumulated vsize (KiB) 121752

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 18404
/proc/meminfo: memFree=1110632/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=1297.82
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 26096 0 0 0 129768 14 0 0 25 0 1 0 1989905349 124674048 6241 996147200 134512640 135472138 4294956224 18446744073709551615 134585086 0 0 4096 0 0 0 0 17 0 0 0
/proc/18365/statm: 30438 6241 479 234 0 29140 0
Current children cumulated CPU time (s) 1297.82
Current children cumulated vsize (KiB) 121752

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 18404
/proc/meminfo: memFree=1110632/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=1357.8
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 26096 0 0 0 135766 14 0 0 25 0 1 0 1989905349 124674048 6241 996147200 134512640 135472138 4294956224 18446744073709551615 134585183 0 0 4096 0 0 0 0 17 0 0 0
/proc/18365/statm: 30438 6241 479 234 0 29140 0
Current children cumulated CPU time (s) 1357.8
Current children cumulated vsize (KiB) 121752

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 18404
/proc/meminfo: memFree=1110632/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=1417.78
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 26096 0 0 0 141764 14 0 0 25 0 1 0 1989905349 124674048 6241 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/18365/statm: 30438 6241 479 234 0 29140 0
Current children cumulated CPU time (s) 1417.78
Current children cumulated vsize (KiB) 121752

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 18404
/proc/meminfo: memFree=1110632/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=1477.76
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 26096 0 0 0 147761 15 0 0 25 0 1 0 1989905349 124674048 6241 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/18365/statm: 30438 6241 479 234 0 29140 0
Current children cumulated CPU time (s) 1477.76
Current children cumulated vsize (KiB) 121752

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 18404
/proc/meminfo: memFree=1110696/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=1537.73
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 26096 0 0 0 153758 15 0 0 25 0 1 0 1989905349 124674048 6241 996147200 134512640 135472138 4294956224 18446744073709551615 134604935 0 0 4096 0 0 0 0 17 0 0 0
/proc/18365/statm: 30438 6241 479 234 0 29140 0
Current children cumulated CPU time (s) 1537.73
Current children cumulated vsize (KiB) 121752

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 18404
/proc/meminfo: memFree=1110696/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=1597.71
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 26096 0 0 0 159756 15 0 0 25 0 1 0 1989905349 124674048 6241 996147200 134512640 135472138 4294956224 18446744073709551615 134585092 0 0 4096 0 0 0 0 17 0 0 0
/proc/18365/statm: 30438 6241 479 234 0 29140 0
Current children cumulated CPU time (s) 1597.71
Current children cumulated vsize (KiB) 121752

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 18404
/proc/meminfo: memFree=1110696/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=1657.68
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 26096 0 0 0 165753 15 0 0 25 0 1 0 1989905349 124674048 6241 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/18365/statm: 30438 6241 479 234 0 29140 0
Current children cumulated CPU time (s) 1657.68
Current children cumulated vsize (KiB) 121752

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 18404
/proc/meminfo: memFree=1110696/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=1717.44
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 26096 0 0 0 171729 15 0 0 25 0 1 0 1989905349 124674048 6241 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/18365/statm: 30438 6241 479 234 0 29140 0
Current children cumulated CPU time (s) 1717.44
Current children cumulated vsize (KiB) 121752

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 18404
/proc/meminfo: memFree=1110568/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=1777.2
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 26096 0 0 0 177704 16 0 0 25 0 1 0 1989905349 124674048 6241 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/18365/statm: 30438 6241 479 234 0 29140 0
Current children cumulated CPU time (s) 1777.2
Current children cumulated vsize (KiB) 121752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.2 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 18404
/proc/meminfo: memFree=1110568/2055920 swapFree=4179484/4192956
[pid=18365] ppid=18363 vsize=121752 CPUtime=1800.02
/proc/18365/stat : 18365 (casperzito) R 18363 18365 18110 0 -1 4194304 26096 0 0 0 179986 16 0 0 25 0 1 0 1989905349 124674048 6241 996147200 134512640 135472138 4294956224 18446744073709551615 134585089 0 0 4096 0 0 0 0 17 0 0 0
/proc/18365/statm: 30438 6241 479 234 0 29140 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 121752

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): 1805.21
CPU time (s): 1800.03
CPU user time (s): 1799.86
CPU system time (s): 0.164974
CPU usage (%): 99.7128
Max. virtual memory (cumulated for all children) (KiB): 216396

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

runsolver used 1.62975 second user time and 4.98724 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-03 20:22:09
IDJOB=1057131
IDBENCH=54000
IDSOLVER=362
FILE ID=node43/1057131-1215109328
PBS_JOBID= 7877119
Free space on /tmp= 66520 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ca3285858b860f401a71f5aeccf43e5c
RANDOM SEED=639566659

node43.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.230
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.230
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:       1172432 kB
Buffers:         81400 kB
Cached:         689120 kB
SwapCached:       7332 kB
Active:         293256 kB
Inactive:       511748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1172432 kB
SwapTotal:     4192956 kB
SwapFree:      4179484 kB
Dirty:            5812 kB
Writeback:           0 kB
Mapped:          41888 kB
Slab:            63496 kB
Committed_AS:  3750372 kB
PageTables:       2060 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 node43 at 2008-07-03 20:52:16