Trace number 1064493

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 1806.31

General information on the benchmark

Namecsp/tdsp/
normalized-C6-1-121.xml
MD5SUM14eeb14f153960144e310df78169dca3
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables293
Number of constraints4850
Maximum constraint arity6
Maximum domain size122
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4850
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.18/0.24	c Building = 1
0.28/0.35	c [ NumberOfVariables = 293 ]
0.28/0.35	c [ NumberOfConstraints = 4850 ]
0.28/0.35	c [ SizeOfSearchSpace(log2) = 1384.25 ]
0.28/0.35	c SymmetrySearch = 1
2.46/2.54	c [ Found 589824 symmetries ]
2.46/2.58	c InitialPropagation = 1
2.55/2.61	c [ SizeOfSearchSpace(log2) = 1367.21 ]
2.55/2.61	c InitialSAC = 1
2.65/2.77	c [ SizeOfSearchSpace(log2) = 1367.21 ]
2.65/2.77	c Search(SampleFF) : 
89.51/90.32	c [ Sampling domwdeg ]
89.51/90.32	c [ Sampling impacts ]
89.51/90.32	c [ SamplingScores: ]
89.51/90.32	c [ domwdeg+min = 0 | domwdeg+rnd = 2.55055e-242 ]
89.51/90.32	c [ impacts+min = 1.98896e-63 | impacts+rnd = 8.2862e-15 ]
89.51/90.32	c [ la+min = 0 | la+rnd = 0 ]
89.51/90.32	c [ domwdeg = 1.27528e-242 | impacts = 4.1431e-15 | la = 0 ]
89.51/90.32	c [ min = 6.62986e-64 | rand = 4.1431e-15 ]
89.51/90.32	c [ restarting at (3.96356,9.26269e-113) ]
100.02/100.94	c [ restarting at (9.9089,4.92104e-107) ]
126.39/127.51	c [ restarting at (24.7722,3.36819e-71) ]
192.22/193.90	c [ restarting at (61.9306,5.73564e-89) ]
356.70/359.88	c [ restarting at (154.827,1.13877e-94) ]
651.44/657.10	c [ restarting at (387.066,1.72334e-96) ]
1619.17/1625.38	c [ restarting at (967.666,4.84684e-82) ]

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

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: 2.00 2.00 2.00 4/80 14847
/proc/meminfo: memFree=1713104/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=1052 CPUtime=0
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1993171028 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 5829412 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/14847/statm: 263 26 20 234 0 3 0

[startup+0.0508769 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 14847
/proc/meminfo: memFree=1713104/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=5964 CPUtime=0.04
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 605 0 0 0 4 0 0 0 18 0 1 0 1993171028 6107136 565 996147200 134512640 135472138 4294956224 18446744073709551615 134749044 0 0 4096 0 0 0 0 17 1 0 0
/proc/14847/statm: 1491 565 373 234 0 193 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5964

[startup+0.101884 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 14847
/proc/meminfo: memFree=1713104/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=6624 CPUtime=0.08
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 770 0 0 0 8 0 0 0 18 0 1 0 1993171028 6782976 730 996147200 134512640 135472138 4294956224 18446744073709551615 6270721 0 0 4096 0 0 0 0 17 1 0 0
/proc/14847/statm: 1656 730 373 234 0 358 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6624

[startup+0.301931 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 14847
/proc/meminfo: memFree=1713104/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=104608 CPUtime=0.28
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 3604 0 0 0 27 1 0 0 19 0 1 0 1993171028 107118592 3564 996147200 134512640 135472138 4294956224 18446744073709551615 6264443 0 0 4096 0 0 0 0 17 1 0 0
/proc/14847/statm: 26152 3564 424 234 0 24854 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 104608

[startup+0.702009 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 14847
/proc/meminfo: memFree=1713104/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=136564 CPUtime=0.68
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 11034 0 0 0 63 5 0 0 23 0 1 0 1993171028 139841536 10758 996147200 134512640 135472138 4294956224 18446744073709551615 134535892 0 0 4096 0 0 0 0 17 1 0 0
/proc/14847/statm: 34141 10758 459 234 0 32843 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 136564

[startup+1.50116 s]
/proc/loadavg: 2.08 2.02 2.01 3/81 14848
/proc/meminfo: memFree=1670984/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=136564 CPUtime=1.47
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 11278 0 0 0 142 5 0 0 25 0 1 0 1993171028 139841536 10994 996147200 134512640 135472138 4294956224 18446744073709551615 134535830 0 0 4096 0 0 0 0 17 1 0 0
/proc/14847/statm: 34141 10994 459 234 0 32843 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 136564

[startup+3.10148 s]
/proc/loadavg: 2.08 2.02 2.01 3/81 14848
/proc/meminfo: memFree=1666184/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121672 CPUtime=3.05
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13215 0 0 0 300 5 0 0 25 0 1 0 1993171028 124592128 9525 996147200 134512640 135472138 4294956224 18446744073709551615 135202754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14847/statm: 30418 9525 496 234 0 29120 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 121672

[startup+6.30111 s]
/proc/loadavg: 2.08 2.02 2.01 3/81 14848
/proc/meminfo: memFree=1676552/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=6.22
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13241 0 0 0 617 5 0 0 25 0 1 0 1993171028 124596224 9551 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/14847/statm: 30419 9551 498 234 0 29121 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 121676

[startup+12.7014 s]
/proc/loadavg: 2.07 2.02 2.00 3/81 14848
/proc/meminfo: memFree=1676488/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=12.57
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13252 0 0 0 1252 5 0 0 25 0 1 0 1993171028 124596224 9562 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 1 0 0
/proc/14847/statm: 30419 9562 502 234 0 29121 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 121676

[startup+25.5019 s]
/proc/loadavg: 2.06 2.01 2.00 3/81 14848
/proc/meminfo: memFree=1676680/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=25.27
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13256 0 0 0 2521 6 0 0 25 0 1 0 1993171028 124596224 9566 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/14847/statm: 30419 9566 502 234 0 29121 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 121676

[startup+51.1019 s]
/proc/loadavg: 2.04 2.01 2.00 3/81 14848
/proc/meminfo: memFree=1676360/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=50.64
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13329 0 0 0 5058 6 0 0 25 0 1 0 1993171028 124596224 9639 996147200 134512640 135472138 4294956224 18446744073709551615 134984285 0 0 4096 0 0 0 0 17 1 0 0
/proc/14847/statm: 30419 9639 503 234 0 29121 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 121676

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/81 14848
/proc/meminfo: memFree=1675976/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=101.41
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13397 0 0 0 10135 6 0 0 25 0 1 0 1993171028 124596224 9707 996147200 134512640 135472138 4294956224 18446744073709551615 134672480 0 0 4096 0 0 0 0 17 1 0 0
/proc/14847/statm: 30419 9707 504 234 0 29121 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 121676

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14848
/proc/meminfo: memFree=1675784/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=160.89
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13397 0 0 0 16083 6 0 0 25 0 1 0 1993171028 124596224 9707 996147200 134512640 135472138 4294956224 18446744073709551615 135263168 0 0 4096 0 0 0 0 17 1 0 0
/proc/14847/statm: 30419 9707 504 234 0 29121 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 121676

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14848
/proc/meminfo: memFree=1675784/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=220.37
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13397 0 0 0 22031 6 0 0 25 0 1 0 1993171028 124596224 9707 996147200 134512640 135472138 4294956224 18446744073709551615 134984346 0 0 4096 0 0 0 0 17 1 0 0
/proc/14847/statm: 30419 9707 504 234 0 29121 0
Current children cumulated CPU time (s) 220.37
Current children cumulated vsize (KiB) 121676

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14848
/proc/meminfo: memFree=1675784/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=279.86
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13397 0 0 0 27980 6 0 0 25 0 1 0 1993171028 124596224 9707 996147200 134512640 135472138 4294956224 18446744073709551615 134984318 0 0 4096 0 0 0 0 17 1 0 0
/proc/14847/statm: 30419 9707 504 234 0 29121 0
Current children cumulated CPU time (s) 279.86
Current children cumulated vsize (KiB) 121676

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14848
/proc/meminfo: memFree=1675784/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=339.35
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13397 0 0 0 33929 6 0 0 25 0 1 0 1993171028 124596224 9707 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 1 0 0
/proc/14847/statm: 30419 9707 504 234 0 29121 0
Current children cumulated CPU time (s) 339.35
Current children cumulated vsize (KiB) 121676

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14848
/proc/meminfo: memFree=1675784/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=398.83
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13398 0 0 0 39877 6 0 0 25 0 1 0 1993171028 124596224 9708 996147200 134512640 135472138 4294956224 18446744073709551615 134916290 0 0 4096 0 0 0 0 17 1 0 0
/proc/14847/statm: 30419 9708 504 234 0 29121 0
Current children cumulated CPU time (s) 398.83
Current children cumulated vsize (KiB) 121676

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14848
/proc/meminfo: memFree=1675784/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=458.32
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13398 0 0 0 45826 6 0 0 25 0 1 0 1993171028 124596224 9708 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 1 0 0
/proc/14847/statm: 30419 9708 504 234 0 29121 0
Current children cumulated CPU time (s) 458.32
Current children cumulated vsize (KiB) 121676

[startup+522.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14848
/proc/meminfo: memFree=1675784/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=517.81
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13398 0 0 0 51775 6 0 0 25 0 1 0 1993171028 124596224 9708 996147200 134512640 135472138 4294956224 18446744073709551615 134984225 0 0 4096 0 0 0 0 17 1 0 0
/proc/14847/statm: 30419 9708 504 234 0 29121 0
Current children cumulated CPU time (s) 517.81
Current children cumulated vsize (KiB) 121676

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14848
/proc/meminfo: memFree=1675784/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=577.29
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13398 0 0 0 57723 6 0 0 25 0 1 0 1993171028 124596224 9708 996147200 134512640 135472138 4294956224 18446744073709551615 134921371 0 0 4096 0 0 0 0 17 1 0 0
/proc/14847/statm: 30419 9708 504 234 0 29121 0
Current children cumulated CPU time (s) 577.29
Current children cumulated vsize (KiB) 121676

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14848
/proc/meminfo: memFree=1675720/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=636.78
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13399 0 0 0 63672 6 0 0 25 0 1 0 1993171028 124596224 9709 996147200 134512640 135472138 4294956224 18446744073709551615 134905502 0 0 4096 0 0 0 0 17 1 0 0
/proc/14847/statm: 30419 9709 504 234 0 29121 0
Current children cumulated CPU time (s) 636.78
Current children cumulated vsize (KiB) 121676


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

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14877
/proc/meminfo: memFree=1771152/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=876.53
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13399 0 0 0 87647 6 0 0 25 0 1 0 1993171028 124596224 9709 996147200 134512640 135472138 4294956224 18446744073709551615 134984326 0 0 4096 0 0 0 0 17 0 0 0
/proc/14847/statm: 30419 9709 504 234 0 29121 0
Current children cumulated CPU time (s) 876.53
Current children cumulated vsize (KiB) 121676

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14877
/proc/meminfo: memFree=1771152/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=936.51
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13399 0 0 0 93644 7 0 0 25 0 1 0 1993171028 124596224 9709 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 0 0 0
/proc/14847/statm: 30419 9709 504 234 0 29121 0
Current children cumulated CPU time (s) 936.51
Current children cumulated vsize (KiB) 121676

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14877
/proc/meminfo: memFree=1771152/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=996.48
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13399 0 0 0 99641 7 0 0 25 0 1 0 1993171028 124596224 9709 996147200 134512640 135472138 4294956224 18446744073709551615 134672509 0 0 4096 0 0 0 0 17 0 0 0
/proc/14847/statm: 30419 9709 504 234 0 29121 0
Current children cumulated CPU time (s) 996.48
Current children cumulated vsize (KiB) 121676

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14877
/proc/meminfo: memFree=1771152/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=1056.45
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13399 0 0 0 105638 7 0 0 25 0 1 0 1993171028 124596224 9709 996147200 134512640 135472138 4294956224 18446744073709551615 134984224 0 0 4096 0 0 0 0 17 0 0 0
/proc/14847/statm: 30419 9709 504 234 0 29121 0
Current children cumulated CPU time (s) 1056.45
Current children cumulated vsize (KiB) 121676

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14879
/proc/meminfo: memFree=1770832/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=1116.42
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13399 0 0 0 111635 7 0 0 25 0 1 0 1993171028 124596224 9709 996147200 134512640 135472138 4294956224 18446744073709551615 134580929 0 0 4096 0 0 0 0 17 0 0 0
/proc/14847/statm: 30419 9709 504 234 0 29121 0
Current children cumulated CPU time (s) 1116.42
Current children cumulated vsize (KiB) 121676

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14879
/proc/meminfo: memFree=1770896/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=1176.38
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13399 0 0 0 117631 7 0 0 25 0 1 0 1993171028 124596224 9709 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 0 0 0
/proc/14847/statm: 30419 9709 504 234 0 29121 0
Current children cumulated CPU time (s) 1176.38
Current children cumulated vsize (KiB) 121676

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14879
/proc/meminfo: memFree=1770896/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=1236.36
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13399 0 0 0 123629 7 0 0 25 0 1 0 1993171028 124596224 9709 996147200 134512640 135472138 4294956224 18446744073709551615 134906044 0 0 4096 0 0 0 0 17 0 0 0
/proc/14847/statm: 30419 9709 504 234 0 29121 0
Current children cumulated CPU time (s) 1236.36
Current children cumulated vsize (KiB) 121676

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14879
/proc/meminfo: memFree=1770896/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=1296.33
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13399 0 0 0 129626 7 0 0 25 0 1 0 1993171028 124596224 9709 996147200 134512640 135472138 4294956224 18446744073709551615 134921371 0 0 4096 0 0 0 0 17 0 0 0
/proc/14847/statm: 30419 9709 504 234 0 29121 0
Current children cumulated CPU time (s) 1296.33
Current children cumulated vsize (KiB) 121676

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14879
/proc/meminfo: memFree=1770896/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=1356.29
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13399 0 0 0 135622 7 0 0 25 0 1 0 1993171028 124596224 9709 996147200 134512640 135472138 4294956224 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 0 0 0
/proc/14847/statm: 30419 9709 504 234 0 29121 0
Current children cumulated CPU time (s) 1356.29
Current children cumulated vsize (KiB) 121676

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14879
/proc/meminfo: memFree=1770896/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=1416.27
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13399 0 0 0 141620 7 0 0 25 0 1 0 1993171028 124596224 9709 996147200 134512640 135472138 4294956224 18446744073709551615 135264400 0 0 4096 0 0 0 0 17 0 0 0
/proc/14847/statm: 30419 9709 504 234 0 29121 0
Current children cumulated CPU time (s) 1416.27
Current children cumulated vsize (KiB) 121676

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14879
/proc/meminfo: memFree=1770896/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=1476.24
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13399 0 0 0 147617 7 0 0 25 0 1 0 1993171028 124596224 9709 996147200 134512640 135472138 4294956224 18446744073709551615 134578209 0 0 4096 0 0 0 0 17 0 0 0
/proc/14847/statm: 30419 9709 504 234 0 29121 0
Current children cumulated CPU time (s) 1476.24
Current children cumulated vsize (KiB) 121676

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14879
/proc/meminfo: memFree=1770896/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=1536.21
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13400 0 0 0 153614 7 0 0 25 0 1 0 1993171028 124596224 9710 996147200 134512640 135472138 4294956224 18446744073709551615 135262992 0 0 4096 0 0 0 0 17 0 0 0
/proc/14847/statm: 30419 9710 504 234 0 29121 0
Current children cumulated CPU time (s) 1536.21
Current children cumulated vsize (KiB) 121676

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14879
/proc/meminfo: memFree=1770896/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=1596.18
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13401 0 0 0 159611 7 0 0 25 0 1 0 1993171028 124596224 9711 996147200 134512640 135472138 4294956224 18446744073709551615 134578209 0 0 4096 0 0 0 0 17 0 0 0
/proc/14847/statm: 30419 9711 504 234 0 29121 0
Current children cumulated CPU time (s) 1596.18
Current children cumulated vsize (KiB) 121676

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14879
/proc/meminfo: memFree=1770896/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=1656.15
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13402 0 0 0 165608 7 0 0 25 0 1 0 1993171028 124596224 9712 996147200 134512640 135472138 4294956224 18446744073709551615 134921343 0 0 4096 0 0 0 0 17 0 0 0
/proc/14847/statm: 30419 9712 504 234 0 29121 0
Current children cumulated CPU time (s) 1656.15
Current children cumulated vsize (KiB) 121676

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14879
/proc/meminfo: memFree=1770896/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=1716.12
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13402 0 0 0 171605 7 0 0 25 0 1 0 1993171028 124596224 9712 996147200 134512640 135472138 4294956224 18446744073709551615 134921371 0 0 4096 0 0 0 0 17 0 0 0
/proc/14847/statm: 30419 9712 504 234 0 29121 0
Current children cumulated CPU time (s) 1716.12
Current children cumulated vsize (KiB) 121676

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14879
/proc/meminfo: memFree=1770896/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=1776.09
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13402 0 0 0 177602 7 0 0 25 0 1 0 1993171028 124596224 9712 996147200 134512640 135472138 4294956224 18446744073709551615 134921346 0 0 4096 0 0 0 0 17 0 0 0
/proc/14847/statm: 30419 9712 504 234 0 29121 0
Current children cumulated CPU time (s) 1776.09
Current children cumulated vsize (KiB) 121676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14879
/proc/meminfo: memFree=1770896/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=1800.08
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13402 0 0 0 180001 7 0 0 25 0 1 0 1993171028 124596224 9712 996147200 134512640 135472138 4294956224 18446744073709551615 135265500 0 0 4096 0 0 0 0 17 0 0 0
/proc/14847/statm: 30419 9712 504 234 0 29121 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 121676

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1806.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14879
/proc/meminfo: memFree=1770896/2055920 swapFree=4179472/4192956
[pid=14847] ppid=14845 vsize=121676 CPUtime=1800.08
/proc/14847/stat : 14847 (casperzito) R 14845 14847 11984 0 -1 4194304 13402 0 0 0 180001 7 0 0 25 0 1 0 1993171028 124596224 9712 996147200 134512640 135472138 4294956224 18446744073709551615 135265500 0 0 4096 0 0 0 0 17 0 0 0
/proc/14847/statm: 30419 9712 504 234 0 29121 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 121676

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1806.31
CPU time (s): 1800.1
CPU user time (s): 1800.02
CPU system time (s): 0.084987
CPU usage (%): 99.6562
Max. virtual memory (cumulated for all children) (KiB): 142408

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

runsolver used 1.74873 second user time and 4.86126 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-04 05:25:54
IDJOB=1064493
IDBENCH=54958
IDSOLVER=362
FILE ID=node1/1064493-1215141954
PBS_JOBID= 7877229
Free space on /tmp= 66556 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/tdsp/normalized-C6-1-121.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064493-1215141954/watcher-1064493-1215141954 -o /tmp/evaluation-result-1064493-1215141954/solver-1064493-1215141954 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1064493-1215141954.xml 419489234 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 14eeb14f153960144e310df78169dca3
RANDOM SEED=419489234

node1.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.265
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.265
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:       1713584 kB
Buffers:         36740 kB
Cached:         142644 kB
SwapCached:       7548 kB
Active:         216252 kB
Inactive:        74336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713584 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            3768 kB
Writeback:           0 kB
Mapped:         127580 kB
Slab:            36772 kB
Committed_AS:  3901716 kB
PageTables:       2048 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= 66552 MiB
End job on node1 at 2008-07-04 05:56:02