Trace number 1043646

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 1815.21

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-10_ext.xml
MD5SUM17234ef07ba087d786389b1270482cb7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.47
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints10142
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension10142
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.18/0.21	c Building = 1
0.18/0.23	c [ NumberOfVariables = 625 ]
0.18/0.23	c [ NumberOfConstraints = 10142 ]
0.18/0.23	c [ SizeOfSearchSpace(log2) = 1225.98 ]
0.18/0.23	c SymmetrySearch = 1
0.77/0.83	c InitialPropagation = 1
0.77/0.85	c [ SizeOfSearchSpace(log2) = 553.763 ]
0.77/0.85	c InitialSAC = 1
0.77/0.86	c [ SizeOfSearchSpace(log2) = 553.763 ]
0.77/0.87	c Search(SampleFF) : 
72.88/74.05	c [ Sampling domwdeg ]
72.88/74.05	c [ Sampling impacts ]
72.88/74.05	c [ SamplingScores: ]
72.88/74.05	c [ domwdeg+min = 0.00483483 | domwdeg+rnd = 0.0356953 ]
72.88/74.05	c [ impacts+min = 0.000105216 | impacts+rnd = 6.50658e-05 ]
72.88/74.05	c [ la+min = 0 | la+rnd = 0 ]
72.88/74.05	c [ domwdeg = 0.0202651 | impacts = 8.51411e-05 | la = 0 ]
72.88/74.05	c [ min = 0.00164668 | rand = 8.51411e-05 ]
72.88/74.05	c [ restarting at (3.96356,4.30837e-09) ]
83.32/84.67	c [ restarting at (9.9089,1.28019e-08) ]
109.53/111.24	c [ restarting at (24.7722,5.22808e-07) ]
174.94/177.64	c [ restarting at (61.9306,0.0106986) ]
338.49/343.65	c [ restarting at (154.827,0.000164591) ]
498.77/506.34	c [ restarting at (387.066,1.89293e-05) ]
1462.07/1474.66	c [ restarting at (967.666,9.78887e-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-1043646-1215022946/watcher-1043646-1215022946 -o /tmp/evaluation-result-1043646-1215022946/solver-1043646-1215022946 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1043646-1215022946.xml 1287116900 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.91 4/93 30255
/proc/meminfo: memFree=1711480/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=1052 CPUtime=0
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1981269427 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 7979812 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/30255/statm: 263 26 20 234 0 3 0

[startup+0.107342 s]
/proc/loadavg: 1.92 1.98 1.91 4/93 30255
/proc/meminfo: memFree=1711480/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=6892 CPUtime=0.09
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 844 0 0 0 9 0 0 0 18 0 1 0 1981269427 7057408 804 996147200 134512640 135472138 4294956224 18446744073709551615 8414843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30255/statm: 1723 804 367 234 0 425 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6892

[startup+0.202354 s]
/proc/loadavg: 1.92 1.98 1.91 4/93 30255
/proc/meminfo: memFree=1711480/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=102104 CPUtime=0.18
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 1435 0 0 0 18 0 0 0 18 0 1 0 1981269427 104554496 1395 996147200 134512640 135472138 4294956224 18446744073709551615 8414843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30255/statm: 25526 1397 403 234 0 24228 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 102104

[startup+0.302363 s]
/proc/loadavg: 1.92 1.98 1.91 4/93 30255
/proc/meminfo: memFree=1711480/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=109892 CPUtime=0.28
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 4333 0 0 0 26 2 0 0 19 0 1 0 1981269427 112529408 4293 996147200 134512640 135472138 4294956224 18446744073709551615 8414843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30255/statm: 27473 4294 432 234 0 26175 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 109892

[startup+0.702417 s]
/proc/loadavg: 1.92 1.98 1.91 4/93 30255
/proc/meminfo: memFree=1711480/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=122232 CPUtime=0.67
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6475 0 0 0 65 2 0 0 22 0 1 0 1981269427 125165568 6425 996147200 134512640 135472138 4294956224 18446744073709551615 134535933 0 0 4096 0 0 0 0 17 1 0 0
/proc/30255/statm: 30558 6425 439 234 0 29260 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 122232

[startup+1.5015 s]
/proc/loadavg: 1.92 1.98 1.91 3/94 30256
/proc/meminfo: memFree=1699888/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105216 CPUtime=1.46
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6803 0 0 0 144 2 0 0 25 0 1 0 1981269427 107741184 3337 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/30255/statm: 26304 3337 475 234 0 25006 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 105216

[startup+3.10169 s]
/proc/loadavg: 1.92 1.98 1.91 3/94 30256
/proc/meminfo: memFree=1699824/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105216 CPUtime=3.04
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6807 0 0 0 302 2 0 0 25 0 1 0 1981269427 107741184 3341 996147200 134512640 135472138 4294956224 18446744073709551615 134578975 0 0 4096 0 0 0 0 17 1 0 0
/proc/30255/statm: 26304 3341 475 234 0 25006 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 105216

[startup+6.30106 s]
/proc/loadavg: 1.93 1.98 1.91 3/94 30256
/proc/meminfo: memFree=1699824/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105216 CPUtime=6.19
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6807 0 0 0 617 2 0 0 25 0 1 0 1981269427 107741184 3341 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 1 0 0
/proc/30255/statm: 26304 3341 475 234 0 25006 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 105216

[startup+12.7018 s]
/proc/loadavg: 1.94 1.98 1.91 3/94 30256
/proc/meminfo: memFree=1699760/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105216 CPUtime=12.5
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6807 0 0 0 1248 2 0 0 25 0 1 0 1981269427 107741184 3341 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/30255/statm: 26304 3341 475 234 0 25006 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 105216

[startup+25.5023 s]
/proc/loadavg: 1.95 1.98 1.91 3/94 30256
/proc/meminfo: memFree=1699696/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105216 CPUtime=25.1
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6812 0 0 0 2508 2 0 0 25 0 1 0 1981269427 107741184 3346 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/30255/statm: 26304 3346 475 234 0 25006 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 105216

[startup+51.1023 s]
/proc/loadavg: 1.97 1.98 1.91 3/94 30256
/proc/meminfo: memFree=1699248/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=50.32
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6865 0 0 0 5030 2 0 0 25 0 1 0 1981269427 107876352 3399 996147200 134512640 135472138 4294956224 18446744073709551615 134595382 0 0 4096 0 0 0 0 17 1 0 0
/proc/30255/statm: 26337 3399 477 234 0 25039 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 105348

[startup+102.302 s]
/proc/loadavg: 1.98 1.98 1.91 3/94 30256
/proc/meminfo: memFree=1699120/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=100.76
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6888 0 0 0 10074 2 0 0 25 0 1 0 1981269427 107876352 3422 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/30255/statm: 26337 3422 478 234 0 25039 0
Current children cumulated CPU time (s) 100.76
Current children cumulated vsize (KiB) 105348

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.91 3/94 30256
/proc/meminfo: memFree=1698928/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=159.87
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6889 0 0 0 15985 2 0 0 25 0 1 0 1981269427 107876352 3423 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/30255/statm: 26337 3423 478 234 0 25039 0
Current children cumulated CPU time (s) 159.87
Current children cumulated vsize (KiB) 105348

[startup+222.306 s]
/proc/loadavg: 1.99 1.98 1.91 3/94 30256
/proc/meminfo: memFree=1698928/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=218.99
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6895 0 0 0 21896 3 0 0 25 0 1 0 1981269427 107876352 3429 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/30255/statm: 26337 3429 478 234 0 25039 0
Current children cumulated CPU time (s) 218.99
Current children cumulated vsize (KiB) 105348

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.91 3/94 30256
/proc/meminfo: memFree=1698864/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=278.09
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6895 0 0 0 27806 3 0 0 25 0 1 0 1981269427 107876352 3429 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 1 0 0
/proc/30255/statm: 26337 3429 478 234 0 25039 0
Current children cumulated CPU time (s) 278.09
Current children cumulated vsize (KiB) 105348

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.91 3/94 30256
/proc/meminfo: memFree=1698864/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=337.2
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6896 0 0 0 33717 3 0 0 25 0 1 0 1981269427 107876352 3430 996147200 134512640 135472138 4294956224 18446744073709551615 135269091 0 0 4096 0 0 0 0 17 1 0 0
/proc/30255/statm: 26337 3430 478 234 0 25039 0
Current children cumulated CPU time (s) 337.2
Current children cumulated vsize (KiB) 105348

[startup+402.302 s]
/proc/loadavg: 1.99 1.98 1.91 3/94 30256
/proc/meminfo: memFree=1698736/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=396.31
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6900 0 0 0 39628 3 0 0 25 0 1 0 1981269427 107876352 3434 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/30255/statm: 26337 3434 478 234 0 25039 0
Current children cumulated CPU time (s) 396.31
Current children cumulated vsize (KiB) 105348

[startup+462.302 s]
/proc/loadavg: 1.99 1.98 1.91 3/94 30256
/proc/meminfo: memFree=1698672/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=455.42
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6900 0 0 0 45539 3 0 0 25 0 1 0 1981269427 107876352 3434 996147200 134512640 135472138 4294956224 18446744073709551615 135269091 0 0 4096 0 0 0 0 17 1 0 0
/proc/30255/statm: 26337 3434 478 234 0 25039 0
Current children cumulated CPU time (s) 455.42
Current children cumulated vsize (KiB) 105348

[startup+522.302 s]
/proc/loadavg: 1.99 1.98 1.91 3/85 30259
/proc/meminfo: memFree=1763824/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=514.7
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6905 0 0 0 51467 3 0 0 25 0 1 0 1981269427 107876352 3439 996147200 134512640 135472138 4294956224 18446744073709551615 135264437 0 0 4096 0 0 0 0 17 0 0 0
/proc/30255/statm: 26337 3439 478 234 0 25039 0
Current children cumulated CPU time (s) 514.7
Current children cumulated vsize (KiB) 105348

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 1.91 3/85 30259
/proc/meminfo: memFree=1763760/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=574.46
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6905 0 0 0 57443 3 0 0 25 0 1 0 1981269427 107876352 3439 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 0 0 0
/proc/30255/statm: 26337 3439 478 234 0 25039 0
Current children cumulated CPU time (s) 574.46
Current children cumulated vsize (KiB) 105348

[startup+642.302 s]
/proc/loadavg: 1.99 1.98 1.91 3/70 30292
/proc/meminfo: memFree=1766200/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=634.21
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6906 0 0 0 63415 6 0 0 25 0 1 0 1981269427 107876352 3440 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 0 0 0
/proc/30255/statm: 26337 3440 478 234 0 25039 0
Current children cumulated CPU time (s) 634.21
Current children cumulated vsize (KiB) 105348


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

[startup+882.306 s]
/proc/loadavg: 2.01 2.00 1.92 3/81 30456
/proc/meminfo: memFree=1781016/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=873.22
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6906 0 0 0 87311 11 0 0 25 0 1 0 1981269427 107876352 3440 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/30255/statm: 26337 3440 478 234 0 25039 0
Current children cumulated CPU time (s) 873.22
Current children cumulated vsize (KiB) 105348

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 1.92 3/81 30456
/proc/meminfo: memFree=1781016/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=932.98
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6906 0 0 0 93287 11 0 0 25 0 1 0 1981269427 107876352 3440 996147200 134512640 135472138 4294956224 18446744073709551615 134578975 0 0 4096 0 0 0 0 17 0 0 0
/proc/30255/statm: 26337 3440 478 234 0 25039 0
Current children cumulated CPU time (s) 932.98
Current children cumulated vsize (KiB) 105348

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/81 30456
/proc/meminfo: memFree=1781016/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=992.74
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6906 0 0 0 99263 11 0 0 25 0 1 0 1981269427 107876352 3440 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/30255/statm: 26337 3440 478 234 0 25039 0
Current children cumulated CPU time (s) 992.74
Current children cumulated vsize (KiB) 105348

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/81 30456
/proc/meminfo: memFree=1780952/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=1052.51
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6906 0 0 0 105239 12 0 0 25 0 1 0 1981269427 107876352 3440 996147200 134512640 135472138 4294956224 18446744073709551615 134578975 0 0 4096 0 0 0 0 17 0 0 0
/proc/30255/statm: 26337 3440 478 234 0 25039 0
Current children cumulated CPU time (s) 1052.51
Current children cumulated vsize (KiB) 105348

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/81 30456
/proc/meminfo: memFree=1780888/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=1112.27
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6907 0 0 0 111215 12 0 0 25 0 1 0 1981269427 107876352 3441 996147200 134512640 135472138 4294956224 18446744073709551615 134595969 0 0 4096 0 0 0 0 17 0 0 0
/proc/30255/statm: 26337 3441 478 234 0 25039 0
Current children cumulated CPU time (s) 1112.27
Current children cumulated vsize (KiB) 105348

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/73 30483
/proc/meminfo: memFree=1808480/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=1172
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6907 0 0 0 117188 12 0 0 25 0 1 0 1981269427 107876352 3441 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/30255/statm: 26337 3441 478 234 0 25039 0
Current children cumulated CPU time (s) 1172
Current children cumulated vsize (KiB) 105348

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/73 30485
/proc/meminfo: memFree=1808360/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=1231.54
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6907 0 0 0 123142 12 0 0 25 0 1 0 1981269427 107876352 3441 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/30255/statm: 26337 3441 478 234 0 25039 0
Current children cumulated CPU time (s) 1231.54
Current children cumulated vsize (KiB) 105348

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/73 30485
/proc/meminfo: memFree=1808296/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=1291.08
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6907 0 0 0 129096 12 0 0 25 0 1 0 1981269427 107876352 3441 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 0 0 0
/proc/30255/statm: 26337 3441 478 234 0 25039 0
Current children cumulated CPU time (s) 1291.08
Current children cumulated vsize (KiB) 105348

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/73 30485
/proc/meminfo: memFree=1808296/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=1350.63
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6907 0 0 0 135050 13 0 0 25 0 1 0 1981269427 107876352 3441 996147200 134512640 135472138 4294956224 18446744073709551615 135202743 0 0 4096 0 0 0 0 17 0 0 0
/proc/30255/statm: 26337 3441 478 234 0 25039 0
Current children cumulated CPU time (s) 1350.63
Current children cumulated vsize (KiB) 105348

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/73 30485
/proc/meminfo: memFree=1808232/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=1410.17
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6907 0 0 0 141004 13 0 0 25 0 1 0 1981269427 107876352 3441 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/30255/statm: 26337 3441 478 234 0 25039 0
Current children cumulated CPU time (s) 1410.17
Current children cumulated vsize (KiB) 105348

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/73 30485
/proc/meminfo: memFree=1808168/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=1469.71
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6911 0 0 0 146958 13 0 0 25 0 1 0 1981269427 107876352 3445 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/30255/statm: 26337 3445 478 234 0 25039 0
Current children cumulated CPU time (s) 1469.71
Current children cumulated vsize (KiB) 105348

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/73 30485
/proc/meminfo: memFree=1808104/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=1529.25
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6912 0 0 0 152912 13 0 0 25 0 1 0 1981269427 107876352 3446 996147200 134512640 135472138 4294956224 18446744073709551615 4159448296 0 0 4096 0 0 0 0 17 0 0 0
/proc/30255/statm: 26337 3446 478 234 0 25039 0
Current children cumulated CPU time (s) 1529.25
Current children cumulated vsize (KiB) 105348

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/73 30485
/proc/meminfo: memFree=1808040/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=1588.79
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6912 0 0 0 158866 13 0 0 25 0 1 0 1981269427 107876352 3446 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/30255/statm: 26337 3446 478 234 0 25039 0
Current children cumulated CPU time (s) 1588.79
Current children cumulated vsize (KiB) 105348

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/73 30485
/proc/meminfo: memFree=1807976/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=1648.32
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6912 0 0 0 164819 13 0 0 25 0 1 0 1981269427 107876352 3446 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/30255/statm: 26337 3446 478 234 0 25039 0
Current children cumulated CPU time (s) 1648.32
Current children cumulated vsize (KiB) 105348

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/73 30485
/proc/meminfo: memFree=1807912/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=1707.86
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6912 0 0 0 170773 13 0 0 25 0 1 0 1981269427 107876352 3446 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/30255/statm: 26337 3446 478 234 0 25039 0
Current children cumulated CPU time (s) 1707.86
Current children cumulated vsize (KiB) 105348

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/73 30485
/proc/meminfo: memFree=1807848/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=1767.4
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6912 0 0 0 176727 13 0 0 25 0 1 0 1981269427 107876352 3446 996147200 134512640 135472138 4294956224 18446744073709551615 135262992 0 0 4096 0 0 0 0 17 0 0 0
/proc/30255/statm: 26337 3446 478 234 0 25039 0
Current children cumulated CPU time (s) 1767.4
Current children cumulated vsize (KiB) 105348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.2 s]
/proc/loadavg: 2.00 2.00 1.92 3/73 30485
/proc/meminfo: memFree=1807784/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=1800.06
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6912 0 0 0 179992 14 0 0 25 0 1 0 1981269427 107876352 3446 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/30255/statm: 26337 3446 478 234 0 25039 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 105348

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

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

[startup+1815.2 s]
/proc/loadavg: 2.00 2.00 1.92 3/73 30485
/proc/meminfo: memFree=1807784/2055920 swapFree=4179968/4192956
[pid=30255] ppid=30253 vsize=105348 CPUtime=1800.06
/proc/30255/stat : 30255 (casperzito) R 30253 30255 29053 0 -1 4194304 6912 0 0 0 179992 14 0 0 25 0 1 0 1981269427 107876352 3446 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/30255/statm: 26337 3446 478 234 0 25039 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 105348

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1815.21
CPU time (s): 1800.07
CPU user time (s): 1799.92
CPU system time (s): 0.143978
CPU usage (%): 99.1657
Max. virtual memory (cumulated for all children) (KiB): 122232

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

runsolver used 2.04069 second user time and 4.90625 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-02 20:22:26
IDJOB=1043646
IDBENCH=53543
IDSOLVER=362
FILE ID=node11/1043646-1215022946
PBS_JOBID= 7874447
Free space on /tmp= 66520 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-10_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043646-1215022946/watcher-1043646-1215022946 -o /tmp/evaluation-result-1043646-1215022946/solver-1043646-1215022946 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1043646-1215022946.xml 1287116900 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 17234ef07ba087d786389b1270482cb7
RANDOM SEED=1287116900

node11.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.224
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.224
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:       1712024 kB
Buffers:         23392 kB
Cached:         155940 kB
SwapCached:       7396 kB
Active:         242772 kB
Inactive:        45276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712024 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:            3600 kB
Writeback:           0 kB
Mapped:         124844 kB
Slab:            40548 kB
Committed_AS:  3816540 kB
PageTables:       2264 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= 66540 MiB
End job on node11 at 2008-07-02 20:52:43