Trace number 1061280

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.07 1805.81

General information on the benchmark

Namecsp/pseudo/ii/
normalized-ii-32a1.xml
MD5SUM72ae0cb88dda6e556de340f4a34c407f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.11792
Satisfiable
(Un)Satisfiability was proved
Number of variables918
Number of constraints9671
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9671
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.28/0.38	c Building = 1
0.39/0.43	c [ NumberOfVariables = 918 ]
0.39/0.43	c [ NumberOfConstraints = 9671 ]
0.39/0.43	c [ SizeOfSearchSpace(log2) = 918 ]
0.39/0.43	c SymmetrySearch = 1
0.58/0.68	c [ Found 6 symmetries ]
0.69/0.71	c InitialPropagation = 1
0.69/0.72	c [ SizeOfSearchSpace(log2) = 918 ]
0.69/0.72	c InitialSAC = (Timeout)
4.15/4.24	c [ SizeOfSearchSpace(log2) = 912 ]
4.15/4.24	c Search(SampleFF) : 
85.03/85.83	c [ Sampling domwdeg ]
85.03/85.83	c [ Sampling impacts ]
85.03/85.83	c [ SamplingScores: ]
85.03/85.83	c [ domwdeg+min = 3.33135e-18 | domwdeg+rnd = 0.152186 ]
85.03/85.83	c [ impacts+min = 1.47029e-08 | impacts+rnd = 0.00565025 ]
85.03/85.83	c [ la+min = 0 | la+rnd = 0 ]
85.03/85.83	c [ domwdeg = 0.076093 | impacts = 0.00282513 | la = 0 ]
85.03/85.83	c [ min = 4.90097e-09 | rand = 0.00282513 ]
85.03/85.83	c [ restarting at (3.96356,3.49144e-23) ]
95.53/96.45	c [ restarting at (9.9089,8.73982e-21) ]
121.89/123.00	c [ restarting at (24.7722,2.11121e-18) ]
187.70/189.41	c [ restarting at (61.9306,4.17383e-15) ]
352.14/355.35	c [ restarting at (154.827,3.26367e-11) ]
528.66/533.47	c [ restarting at (387.066,3.13151e-15) ]
1495.89/1501.50	c [ restarting at (967.666,1.60794e-05) ]

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

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 1.98 4/72 32482
/proc/meminfo: memFree=1507144/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=1052 CPUtime=0
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1992162172 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 7017252 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/32482/statm: 263 26 20 234 0 3 0

[startup+0.086749 s]
/proc/loadavg: 2.00 2.00 1.98 4/72 32482
/proc/meminfo: memFree=1507144/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=6236 CPUtime=0.07
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 684 0 0 0 7 0 0 0 18 0 1 0 1992162172 6385664 644 996147200 134512640 135472138 4294956224 18446744073709551615 4159750871 0 0 4096 0 0 0 0 17 1 0 0
/proc/32482/statm: 1559 644 368 234 0 261 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6236

[startup+0.102749 s]
/proc/loadavg: 2.00 2.00 1.98 4/72 32482
/proc/meminfo: memFree=1507144/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=6500 CPUtime=0.09
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 725 0 0 0 9 0 0 0 18 0 1 0 1992162172 6656000 685 996147200 134512640 135472138 4294956224 18446744073709551615 4158762537 0 0 4096 0 0 0 0 17 1 0 0
/proc/32482/statm: 1625 685 368 234 0 327 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6500

[startup+0.301762 s]
/proc/loadavg: 2.00 2.00 1.98 4/72 32482
/proc/meminfo: memFree=1507144/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=8480 CPUtime=0.28
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 1230 0 0 0 28 0 0 0 19 0 1 0 1992162172 8683520 1190 996147200 134512640 135472138 4294956224 18446744073709551615 7458533 0 0 4096 0 0 0 0 17 1 0 0
/proc/32482/statm: 2120 1190 368 234 0 822 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8480

[startup+0.702806 s]
/proc/loadavg: 2.00 2.00 1.98 4/72 32482
/proc/meminfo: memFree=1507144/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=111544 CPUtime=0.69
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 4970 0 0 0 67 2 0 0 23 0 1 0 1992162172 114221056 4464 996147200 134512640 135472138 4294956224 18446744073709551615 7446620 0 0 4096 0 0 0 0 17 1 0 0
/proc/32482/statm: 27886 4464 460 234 0 26588 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 111544

[startup+1.50286 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 32483
/proc/meminfo: memFree=1493568/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=1.48
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 4991 0 0 0 146 2 0 0 25 0 1 0 1992162172 111157248 3817 996147200 134512640 135472138 4294956224 18446744073709551615 134581005 0 0 4096 0 0 0 0 17 1 0 0
/proc/32482/statm: 27138 3817 472 234 0 25840 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 108552

[startup+3.10194 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 32483
/proc/meminfo: memFree=1493568/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=3.06
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 4996 0 0 0 304 2 0 0 25 0 1 0 1992162172 111157248 3822 996147200 134512640 135472138 4294956224 18446744073709551615 134581005 0 0 4096 0 0 0 0 17 1 0 0
/proc/32482/statm: 27138 3822 472 234 0 25840 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 108552

[startup+6.30116 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 32483
/proc/meminfo: memFree=1493248/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=6.23
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5061 0 0 0 621 2 0 0 25 0 1 0 1992162172 111157248 3887 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/32482/statm: 27138 3887 502 234 0 25840 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 108552

[startup+12.7016 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 32483
/proc/meminfo: memFree=1493312/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=12.57
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5062 0 0 0 1255 2 0 0 25 0 1 0 1992162172 111157248 3888 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/32482/statm: 27138 3888 502 234 0 25840 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 108552

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 32483
/proc/meminfo: memFree=1493248/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=25.25
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5073 0 0 0 2523 2 0 0 25 0 1 0 1992162172 111157248 3899 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/32482/statm: 27138 3899 509 234 0 25840 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 108552

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 32483
/proc/meminfo: memFree=1493184/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=50.64
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5116 0 0 0 5061 3 0 0 25 0 1 0 1992162172 111157248 3942 996147200 134512640 135472138 4294956224 18446744073709551615 134691617 0 0 4096 0 0 0 0 17 1 0 0
/proc/32482/statm: 27138 3942 511 234 0 25840 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 108552

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 32483
/proc/meminfo: memFree=1493120/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=101.38
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5129 0 0 0 10135 3 0 0 25 0 1 0 1992162172 111157248 3955 996147200 134512640 135472138 4294956224 18446744073709551615 134581043 0 0 4096 0 0 0 0 17 1 0 0
/proc/32482/statm: 27138 3955 512 234 0 25840 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 108552

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 32483
/proc/meminfo: memFree=1493056/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=160.84
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5136 0 0 0 16080 4 0 0 25 0 1 0 1992162172 111157248 3962 996147200 134512640 135472138 4294956224 18446744073709551615 134672493 0 0 4096 0 0 0 0 17 1 0 0
/proc/32482/statm: 27138 3962 512 234 0 25840 0
Current children cumulated CPU time (s) 160.84
Current children cumulated vsize (KiB) 108552

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 32483
/proc/meminfo: memFree=1493056/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=220.3
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5141 0 0 0 22026 4 0 0 25 0 1 0 1992162172 111157248 3967 996147200 134512640 135472138 4294956224 18446744073709551615 135202764 0 0 4096 0 0 0 0 17 1 0 0
/proc/32482/statm: 27138 3967 512 234 0 25840 0
Current children cumulated CPU time (s) 220.3
Current children cumulated vsize (KiB) 108552

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 32483
/proc/meminfo: memFree=1493056/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=279.78
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5143 0 0 0 27973 5 0 0 25 0 1 0 1992162172 111157248 3969 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 1 0 0
/proc/32482/statm: 27138 3969 512 234 0 25840 0
Current children cumulated CPU time (s) 279.78
Current children cumulated vsize (KiB) 108552

[startup+342.303 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 32483
/proc/meminfo: memFree=1493056/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=339.25
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5143 0 0 0 33920 5 0 0 25 0 1 0 1992162172 111157248 3969 996147200 134512640 135472138 4294956224 18446744073709551615 134580945 0 0 4096 0 0 0 0 17 1 0 0
/proc/32482/statm: 27138 3969 512 234 0 25840 0
Current children cumulated CPU time (s) 339.25
Current children cumulated vsize (KiB) 108552

[startup+402.303 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 32483
/proc/meminfo: memFree=1493120/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=398.72
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5148 0 0 0 39867 5 0 0 25 0 1 0 1992162172 111157248 3974 996147200 134512640 135472138 4294956224 18446744073709551615 134580913 0 0 4096 0 0 0 0 17 1 0 0
/proc/32482/statm: 27138 3974 512 234 0 25840 0
Current children cumulated CPU time (s) 398.72
Current children cumulated vsize (KiB) 108552

[startup+462.303 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 32483
/proc/meminfo: memFree=1493120/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=458.19
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5149 0 0 0 45814 5 0 0 25 0 1 0 1992162172 111157248 3975 996147200 134512640 135472138 4294956224 18446744073709551615 134580881 0 0 4096 0 0 0 0 17 1 0 0
/proc/32482/statm: 27138 3975 512 234 0 25840 0
Current children cumulated CPU time (s) 458.19
Current children cumulated vsize (KiB) 108552

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 1.98 3/73 32483
/proc/meminfo: memFree=1492992/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=517.66
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5149 0 0 0 51760 6 0 0 25 0 1 0 1992162172 111157248 3975 996147200 134512640 135472138 4294956224 18446744073709551615 134580945 0 0 4096 0 0 0 0 17 1 0 0
/proc/32482/statm: 27138 3975 512 234 0 25840 0
Current children cumulated CPU time (s) 517.66
Current children cumulated vsize (KiB) 108552

[startup+582.302 s]
/proc/loadavg: 2.02 2.00 1.98 3/81 32550
/proc/meminfo: memFree=1426744/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=577.5
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5155 0 0 0 57742 8 0 0 25 0 1 0 1992162172 111157248 3981 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 0 0 0
/proc/32482/statm: 27138 3981 512 234 0 25840 0
Current children cumulated CPU time (s) 577.5
Current children cumulated vsize (KiB) 108552

[startup+642.302 s]
/proc/loadavg: 2.04 2.01 1.98 3/81 32550
/proc/meminfo: memFree=1426680/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=637.46
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5155 0 0 0 63738 8 0 0 25 0 1 0 1992162172 111157248 3981 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/32482/statm: 27138 3981 512 234 0 25840 0
Current children cumulated CPU time (s) 637.46
Current children cumulated vsize (KiB) 108552


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

[startup+822.303 s]
/proc/loadavg: 2.00 2.01 1.99 3/81 32550
/proc/meminfo: memFree=1426616/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=817.31
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5155 0 0 0 81723 8 0 0 25 0 1 0 1992162172 111157248 3981 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/32482/statm: 27138 3981 512 234 0 25840 0
Current children cumulated CPU time (s) 817.31
Current children cumulated vsize (KiB) 108552

[startup+882.303 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 32550
/proc/meminfo: memFree=1426552/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=877.27
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5155 0 0 0 87719 8 0 0 25 0 1 0 1992162172 111157248 3981 996147200 134512640 135472138 4294956224 18446744073709551615 134580900 0 0 4096 0 0 0 0 17 0 0 0
/proc/32482/statm: 27138 3981 512 234 0 25840 0
Current children cumulated CPU time (s) 877.27
Current children cumulated vsize (KiB) 108552

[startup+942.303 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 32550
/proc/meminfo: memFree=1426552/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=937.22
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5156 0 0 0 93713 9 0 0 25 0 1 0 1992162172 111157248 3982 996147200 134512640 135472138 4294956224 18446744073709551615 135263600 0 0 4096 0 0 0 0 17 0 0 0
/proc/32482/statm: 27138 3982 512 234 0 25840 0
Current children cumulated CPU time (s) 937.22
Current children cumulated vsize (KiB) 108552

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 32550
/proc/meminfo: memFree=1426552/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=997.18
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5156 0 0 0 99709 9 0 0 25 0 1 0 1992162172 111157248 3982 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/32482/statm: 27138 3982 512 234 0 25840 0
Current children cumulated CPU time (s) 997.18
Current children cumulated vsize (KiB) 108552

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 32550
/proc/meminfo: memFree=1426552/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=1057.13
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5156 0 0 0 105704 9 0 0 25 0 1 0 1992162172 111157248 3982 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 0 0 0
/proc/32482/statm: 27138 3982 512 234 0 25840 0
Current children cumulated CPU time (s) 1057.13
Current children cumulated vsize (KiB) 108552

[startup+1122.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/81 32550
/proc/meminfo: memFree=1426488/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=1117.08
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5156 0 0 0 111699 9 0 0 25 0 1 0 1992162172 111157248 3982 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/32482/statm: 27138 3982 512 234 0 25840 0
Current children cumulated CPU time (s) 1117.08
Current children cumulated vsize (KiB) 108552

[startup+1182.3 s]
/proc/loadavg: 2.23 2.06 2.01 3/81 32550
/proc/meminfo: memFree=1426488/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=1177.03
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5156 0 0 0 117694 9 0 0 25 0 1 0 1992162172 111157248 3982 996147200 134512640 135472138 4294956224 18446744073709551615 134580919 0 0 4096 0 0 0 0 17 0 0 0
/proc/32482/statm: 27138 3982 512 234 0 25840 0
Current children cumulated CPU time (s) 1177.03
Current children cumulated vsize (KiB) 108552

[startup+1242.3 s]
/proc/loadavg: 2.08 2.05 2.00 3/81 32550
/proc/meminfo: memFree=1426232/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=1236.99
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5156 0 0 0 123690 9 0 0 25 0 1 0 1992162172 111157248 3982 996147200 134512640 135472138 4294956224 18446744073709551615 134672496 0 0 4096 0 0 0 0 17 0 0 0
/proc/32482/statm: 27138 3982 512 234 0 25840 0
Current children cumulated CPU time (s) 1236.99
Current children cumulated vsize (KiB) 108552

[startup+1302.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/81 32550
/proc/meminfo: memFree=1426232/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=1296.94
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5156 0 0 0 129685 9 0 0 25 0 1 0 1992162172 111157248 3982 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/32482/statm: 27138 3982 512 234 0 25840 0
Current children cumulated CPU time (s) 1296.94
Current children cumulated vsize (KiB) 108552

[startup+1362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/81 32550
/proc/meminfo: memFree=1426296/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=1356.89
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5156 0 0 0 135680 9 0 0 25 0 1 0 1992162172 111157248 3982 996147200 134512640 135472138 4294956224 18446744073709551615 134580908 0 0 4096 0 0 0 0 17 0 0 0
/proc/32482/statm: 27138 3982 512 234 0 25840 0
Current children cumulated CPU time (s) 1356.89
Current children cumulated vsize (KiB) 108552

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 32556
/proc/meminfo: memFree=1426296/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=1416.85
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5156 0 0 0 141676 9 0 0 25 0 1 0 1992162172 111157248 3982 996147200 134512640 135472138 4294956224 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 0 0 0
/proc/32482/statm: 27138 3982 512 234 0 25840 0
Current children cumulated CPU time (s) 1416.85
Current children cumulated vsize (KiB) 108552

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 32556
/proc/meminfo: memFree=1426296/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=1476.79
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5156 0 0 0 147670 9 0 0 25 0 1 0 1992162172 111157248 3982 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/32482/statm: 27138 3982 512 234 0 25840 0
Current children cumulated CPU time (s) 1476.79
Current children cumulated vsize (KiB) 108552

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 32556
/proc/meminfo: memFree=1426296/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=1536.76
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5162 0 0 0 153666 10 0 0 25 0 1 0 1992162172 111157248 3988 996147200 134512640 135472138 4294956224 18446744073709551615 135265508 0 0 4096 0 0 0 0 17 0 0 0
/proc/32482/statm: 27138 3988 512 234 0 25840 0
Current children cumulated CPU time (s) 1536.76
Current children cumulated vsize (KiB) 108552

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32556
/proc/meminfo: memFree=1426296/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=1596.71
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5162 0 0 0 159661 10 0 0 25 0 1 0 1992162172 111157248 3988 996147200 134512640 135472138 4294956224 18446744073709551615 134936113 0 0 4096 0 0 0 0 17 0 0 0
/proc/32482/statm: 27138 3988 512 234 0 25840 0
Current children cumulated CPU time (s) 1596.71
Current children cumulated vsize (KiB) 108552

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32556
/proc/meminfo: memFree=1426296/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=1656.66
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5162 0 0 0 165656 10 0 0 25 0 1 0 1992162172 111157248 3988 996147200 134512640 135472138 4294956224 18446744073709551615 134580996 0 0 4096 0 0 0 0 17 0 0 0
/proc/32482/statm: 27138 3988 512 234 0 25840 0
Current children cumulated CPU time (s) 1656.66
Current children cumulated vsize (KiB) 108552

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32556
/proc/meminfo: memFree=1426296/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=1716.61
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5162 0 0 0 171651 10 0 0 25 0 1 0 1992162172 111157248 3988 996147200 134512640 135472138 4294956224 18446744073709551615 134580880 0 0 4096 0 0 0 0 17 0 0 0
/proc/32482/statm: 27138 3988 512 234 0 25840 0
Current children cumulated CPU time (s) 1716.61
Current children cumulated vsize (KiB) 108552

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32556
/proc/meminfo: memFree=1426040/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=1776.56
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5162 0 0 0 177646 10 0 0 25 0 1 0 1992162172 111157248 3988 996147200 134512640 135472138 4294956224 18446744073709551615 135201119 0 0 4096 0 0 0 0 17 0 0 0
/proc/32482/statm: 27138 3988 512 234 0 25840 0
Current children cumulated CPU time (s) 1776.56
Current children cumulated vsize (KiB) 108552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 32556
/proc/meminfo: memFree=1426104/2055920 swapFree=4117436/4192956
[pid=32482] ppid=32480 vsize=108552 CPUtime=1800.06
/proc/32482/stat : 32482 (casperzito) R 32480 32482 30671 0 -1 4194304 5162 0 0 0 179996 10 0 0 25 0 1 0 1992162172 111157248 3988 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/32482/statm: 27138 3988 512 234 0 25840 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 108552

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.81
CPU time (s): 1800.07
CPU user time (s): 1799.97
CPU system time (s): 0.106983
CPU usage (%): 99.6823
Max. virtual memory (cumulated for all children) (KiB): 111808

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

runsolver used 2.14167 second user time and 5.31419 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-04 02:38:05
IDJOB=1061280
IDBENCH=54535
IDSOLVER=362
FILE ID=node30/1061280-1215131885
PBS_JOBID= 7877144
Free space on /tmp= 66552 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/pseudo/ii/normalized-ii-32a1.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1061280-1215131885/watcher-1061280-1215131885 -o /tmp/evaluation-result-1061280-1215131885/solver-1061280-1215131885 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1061280-1215131885.xml 63514548 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 72ae0cb88dda6e556de340f4a34c407f
RANDOM SEED=63514548

node30.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.218
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.218
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:       1507624 kB
Buffers:         78380 kB
Cached:         282364 kB
SwapCached:      69492 kB
Active:         288352 kB
Inactive:       181816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1507624 kB
SwapTotal:     4192956 kB
SwapFree:      4117436 kB
Dirty:            4604 kB
Writeback:           0 kB
Mapped:         116872 kB
Slab:            63336 kB
Committed_AS:  3550016 kB
PageTables:       1852 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= 66548 MiB
End job on node30 at 2008-07-04 03:08:13