Trace number 1043512

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
casper zito? (TO) 1800.03 1807.61

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-5_ext.xml
MD5SUM754e523c1eb36c25e5960759c57cf8f5
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 benchmark0.042993
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1261
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1261
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.21	c [ NumberOfVariables = 112 ]
0.18/0.21	c [ NumberOfConstraints = 1261 ]
0.18/0.21	c [ SizeOfSearchSpace(log2) = 444.809 ]
0.18/0.21	c SymmetrySearch = 1
0.39/0.40	c [ Found 362880 symmetries ]
0.39/0.42	c InitialPropagation = 1
0.39/0.44	c [ SizeOfSearchSpace(log2) = 419.791 ]
0.39/0.44	c InitialSAC = 1
2.77/2.85	c [ SizeOfSearchSpace(log2) = 416.656 ]
2.77/2.85	c Search(SampleFF) : 
76.05/76.49	c [ Sampling domwdeg ]
76.05/76.49	c [ Sampling impacts ]
76.05/76.49	c [ SamplingScores: ]
76.05/76.49	c [ domwdeg+min = 2.37908e-16 | domwdeg+rnd = 1.28534e-14 ]
76.05/76.49	c [ impacts+min = 5.64885e-08 | impacts+rnd = 6.18565e-08 ]
76.05/76.49	c [ la+min = 0 | la+rnd = 0 ]
76.05/76.49	c [ domwdeg = 6.54568e-15 | impacts = 5.91725e-08 | la = 0 ]
76.05/76.49	c [ min = 1.88295e-08 | rand = 5.91725e-08 ]
76.05/76.49	c [ restarting at (3.96356,1.78981e-16) ]
86.70/87.12	c [ restarting at (9.9089,1.0026e-10) ]
113.19/113.72	c [ restarting at (24.7722,6.27643e-11) ]
179.43/180.22	c [ restarting at (61.9306,3.7245e-09) ]
344.94/346.45	c [ restarting at (154.827,5.41572e-08) ]
758.70/761.99	c [ restarting at (387.066,1.61873e-07) ]
1793.35/1800.91	c [ restarting at (967.666,5.75011e-08) ]
1800.02/1807.60	c [ restarting at (2419.16,7.7041e-17) ]

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

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: 0.08 0.05 0.32 4/72 11581
/proc/meminfo: memFree=1420752/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=1052 CPUtime=0
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1980887342 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 8905508 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 263 26 20 234 0 3 0

[startup+0.0924401 s]
/proc/loadavg: 0.08 0.05 0.32 4/72 11581
/proc/meminfo: memFree=1420752/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=105136 CPUtime=0.07
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 2177 0 0 0 6 1 0 0 18 0 1 0 1980887342 107659264 2137 996147200 134512640 135472138 4294956224 18446744073709551615 9340539 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26284 2137 433 234 0 24986 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 105136

[startup+0.102429 s]
/proc/loadavg: 0.08 0.05 0.32 4/72 11581
/proc/meminfo: memFree=1420752/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=105928 CPUtime=0.08
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 2365 0 0 0 7 1 0 0 18 0 1 0 1980887342 108470272 2325 996147200 134512640 135472138 4294956224 18446744073709551615 134629045 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26482 2325 433 234 0 25184 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 105928

[startup+0.302465 s]
/proc/loadavg: 0.08 0.05 0.32 4/72 11581
/proc/meminfo: memFree=1420752/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=114516 CPUtime=0.28
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4026 0 0 0 26 2 0 0 19 0 1 0 1980887342 117264384 3930 996147200 134512640 135472138 4294956224 18446744073709551615 134535448 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 28629 3930 441 234 0 27331 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 114516

[startup+0.70253 s]
/proc/loadavg: 0.08 0.05 0.32 4/72 11581
/proc/meminfo: memFree=1420752/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=0.68
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4434 0 0 0 65 3 0 0 23 0 1 0 1980887342 110006272 2877 996147200 134512640 135472138 4294956224 18446744073709551615 135262995 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 2877 466 234 0 25559 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 107428

[startup+1.50162 s]
/proc/loadavg: 0.08 0.05 0.32 3/73 11582
/proc/meminfo: memFree=1410824/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=1.48
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4446 0 0 0 145 3 0 0 25 0 1 0 1980887342 110006272 2889 996147200 134512640 135472138 4294956224 18446744073709551615 135263360 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 2889 466 234 0 25559 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 107428

[startup+3.10184 s]
/proc/loadavg: 0.08 0.05 0.32 3/73 11582
/proc/meminfo: memFree=1410568/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=3.07
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4525 0 0 0 304 3 0 0 25 0 1 0 1980887342 110006272 2968 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 2968 485 234 0 25559 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 107428

[startup+6.30127 s]
/proc/loadavg: 0.23 0.08 0.33 3/73 11582
/proc/meminfo: memFree=1410184/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=6.25
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4526 0 0 0 622 3 0 0 25 0 1 0 1980887342 110006272 2969 996147200 134512640 135472138 4294956224 18446744073709551615 134595378 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 2969 485 234 0 25559 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 107428

[startup+12.7011 s]
/proc/loadavg: 0.37 0.11 0.34 3/73 11582
/proc/meminfo: memFree=1410056/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=12.62
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4526 0 0 0 1259 3 0 0 25 0 1 0 1980887342 110006272 2969 996147200 134512640 135472138 4294956224 18446744073709551615 134595590 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 2969 485 234 0 25559 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 107428

[startup+25.5029 s]
/proc/loadavg: 0.73 0.20 0.36 3/73 11582
/proc/meminfo: memFree=1410312/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=25.37
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4527 0 0 0 2534 3 0 0 25 0 1 0 1980887342 110006272 2970 996147200 134512640 135472138 4294956224 18446744073709551615 135262728 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 2970 485 234 0 25559 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 107428

[startup+51.1013 s]
/proc/loadavg: 1.16 0.35 0.41 3/73 11582
/proc/meminfo: memFree=1410120/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=50.86
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4573 0 0 0 5082 4 0 0 25 0 1 0 1980887342 110006272 3016 996147200 134512640 135472138 4294956224 18446744073709551615 134595479 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3016 486 234 0 25559 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 107428

[startup+102.306 s]
/proc/loadavg: 1.64 0.60 0.49 3/73 11582
/proc/meminfo: memFree=1409864/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=101.84
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4590 0 0 0 10180 4 0 0 25 0 1 0 1980887342 110006272 3033 996147200 134512640 135472138 4294956224 18446744073709551615 135262880 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3033 487 234 0 25559 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 107428

[startup+162.302 s]
/proc/loadavg: 1.86 0.85 0.58 3/73 11582
/proc/meminfo: memFree=1409864/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=161.6
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4590 0 0 0 16155 5 0 0 25 0 1 0 1980887342 110006272 3033 996147200 134512640 135472138 4294956224 18446744073709551615 134595507 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3033 487 234 0 25559 0
Current children cumulated CPU time (s) 161.6
Current children cumulated vsize (KiB) 107428

[startup+222.302 s]
/proc/loadavg: 1.95 1.06 0.66 3/73 11582
/proc/meminfo: memFree=1409800/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=221.35
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4590 0 0 0 22130 5 0 0 25 0 1 0 1980887342 110006272 3033 996147200 134512640 135472138 4294956224 18446744073709551615 135263616 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3033 487 234 0 25559 0
Current children cumulated CPU time (s) 221.35
Current children cumulated vsize (KiB) 107428

[startup+282.302 s]
/proc/loadavg: 1.98 1.23 0.75 3/73 11582
/proc/meminfo: memFree=1409864/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=281.1
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4590 0 0 0 28105 5 0 0 25 0 1 0 1980887342 110006272 3033 996147200 134512640 135472138 4294956224 18446744073709551615 134595467 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3033 487 234 0 25559 0
Current children cumulated CPU time (s) 281.1
Current children cumulated vsize (KiB) 107428

[startup+342.302 s]
/proc/loadavg: 1.99 1.37 0.82 3/73 11582
/proc/meminfo: memFree=1409864/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=340.85
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4598 0 0 0 34080 5 0 0 25 0 1 0 1980887342 110006272 3041 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3041 487 234 0 25559 0
Current children cumulated CPU time (s) 340.85
Current children cumulated vsize (KiB) 107428

[startup+402.303 s]
/proc/loadavg: 1.99 1.48 0.89 3/73 11582
/proc/meminfo: memFree=1409864/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=400.6
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 40055 5 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 400.6
Current children cumulated vsize (KiB) 107428

[startup+462.303 s]
/proc/loadavg: 1.99 1.57 0.96 3/73 11582
/proc/meminfo: memFree=1409864/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=460.36
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 46030 6 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 134604978 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 460.36
Current children cumulated vsize (KiB) 107428

[startup+522.303 s]
/proc/loadavg: 1.99 1.65 1.02 3/73 11582
/proc/meminfo: memFree=1409928/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=520.1
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 52004 6 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 10206949 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 520.1
Current children cumulated vsize (KiB) 107428

[startup+582.303 s]
/proc/loadavg: 1.99 1.71 1.08 3/73 11582
/proc/meminfo: memFree=1409928/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=579.86
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 57980 6 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 579.86
Current children cumulated vsize (KiB) 107428

[startup+642.303 s]
/proc/loadavg: 1.99 1.76 1.13 3/73 11582
/proc/meminfo: memFree=1409864/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=639.61
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 63955 6 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 134604871 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 639.61
Current children cumulated vsize (KiB) 107428


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

[startup+822.302 s]
/proc/loadavg: 1.99 1.86 1.28 3/73 11582
/proc/meminfo: memFree=1409672/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=818.86
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 81880 6 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 818.86
Current children cumulated vsize (KiB) 107428

[startup+882.301 s]
/proc/loadavg: 1.99 1.88 1.32 3/73 11582
/proc/meminfo: memFree=1409736/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=878.61
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 87855 6 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 135234741 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 878.61
Current children cumulated vsize (KiB) 107428

[startup+942.301 s]
/proc/loadavg: 1.99 1.90 1.36 3/73 11582
/proc/meminfo: memFree=1409736/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=938.37
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 93831 6 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 135201119 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 938.37
Current children cumulated vsize (KiB) 107428

[startup+1002.3 s]
/proc/loadavg: 1.99 1.92 1.40 3/73 11582
/proc/meminfo: memFree=1409736/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=998.13
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 99806 7 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 134593702 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 998.13
Current children cumulated vsize (KiB) 107428

[startup+1062.3 s]
/proc/loadavg: 1.99 1.93 1.43 3/73 11582
/proc/meminfo: memFree=1409736/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=1057.89
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 105782 7 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 135234741 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 1057.89
Current children cumulated vsize (KiB) 107428

[startup+1122.3 s]
/proc/loadavg: 1.99 1.94 1.46 3/73 11582
/proc/meminfo: memFree=1409736/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=1117.63
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 111756 7 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 134595510 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 1117.63
Current children cumulated vsize (KiB) 107428

[startup+1182.3 s]
/proc/loadavg: 1.99 1.95 1.49 3/73 11582
/proc/meminfo: memFree=1409736/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=1177.37
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 117730 7 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 134595492 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 1177.37
Current children cumulated vsize (KiB) 107428

[startup+1242.3 s]
/proc/loadavg: 1.99 1.95 1.52 3/73 11582
/proc/meminfo: memFree=1409544/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=1237.1
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 123703 7 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 135265500 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 1237.1
Current children cumulated vsize (KiB) 107428

[startup+1302.3 s]
/proc/loadavg: 1.99 1.96 1.55 3/73 11582
/proc/meminfo: memFree=1409608/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=1296.85
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 129678 7 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 135264881 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 1296.85
Current children cumulated vsize (KiB) 107428

[startup+1362.3 s]
/proc/loadavg: 1.99 1.96 1.58 3/73 11582
/proc/meminfo: memFree=1409608/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=1356.59
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 135652 7 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 135262880 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 1356.59
Current children cumulated vsize (KiB) 107428

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.60 3/73 11582
/proc/meminfo: memFree=1409608/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=1416.34
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 141626 8 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 134581691 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 1416.34
Current children cumulated vsize (KiB) 107428

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.62 3/73 11582
/proc/meminfo: memFree=1409608/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=1476.08
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 147600 8 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 134595569 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 1476.08
Current children cumulated vsize (KiB) 107428

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.64 3/73 11582
/proc/meminfo: memFree=1409608/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=1535.82
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 153574 8 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 10206966 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 1535.82
Current children cumulated vsize (KiB) 107428

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.66 3/73 11582
/proc/meminfo: memFree=1409608/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=1595.57
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 159549 8 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 1595.57
Current children cumulated vsize (KiB) 107428

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.68 3/73 11582
/proc/meminfo: memFree=1409672/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=1655.32
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 165524 8 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 135263344 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 1655.32
Current children cumulated vsize (KiB) 107428

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.70 3/73 11582
/proc/meminfo: memFree=1409672/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=1715.08
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 171499 9 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 10206966 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 1715.08
Current children cumulated vsize (KiB) 107428

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.71 3/73 11583
/proc/meminfo: memFree=1409480/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=1774.82
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 177473 9 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 134605033 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 1774.82
Current children cumulated vsize (KiB) 107428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 1.99 1.97 1.72 2/71 11585
/proc/meminfo: memFree=1418200/2055920 swapFree=4179444/4192956
[pid=11581] ppid=11579 vsize=107428 CPUtime=1800.02
/proc/11581/stat : 11581 (casperzito) R 11579 11581 11441 0 -1 4194304 4600 0 0 0 179993 9 0 0 25 0 1 0 1980887342 110006272 3043 996147200 134512640 135472138 4294956224 18446744073709551615 134578448 0 0 4096 0 0 0 0 17 1 0 0
/proc/11581/statm: 26857 3043 487 234 0 25559 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 107428

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): 1807.61
CPU time (s): 1800.03
CPU user time (s): 1799.94
CPU system time (s): 0.095985
CPU usage (%): 99.5808
Max. virtual memory (cumulated for all children) (KiB): 115616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4600
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= 13
involuntary context switches= 22084

runsolver used 1.90271 second user time and 5.10722 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-02 19:18:45
IDJOB=1043512
IDBENCH=53409
IDSOLVER=362
FILE ID=node10/1043512-1215019125
PBS_JOBID= 7874450
Free space on /tmp= 66524 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-e-5_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043512-1215019125/watcher-1043512-1215019125 -o /tmp/evaluation-result-1043512-1215019125/solver-1043512-1215019125 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1043512-1215019125.xml 1818635491 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 754e523c1eb36c25e5960759c57cf8f5
RANDOM SEED=1818635491

node10.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.229
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.229
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:       1421168 kB
Buffers:         65184 kB
Cached:         471460 kB
SwapCached:       7560 kB
Active:         127744 kB
Inactive:       428048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1421168 kB
SwapTotal:     4192956 kB
SwapFree:      4179444 kB
Dirty:            6356 kB
Writeback:           0 kB
Mapped:          26948 kB
Slab:            64180 kB
Committed_AS:  3336656 kB
PageTables:       1956 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= 66508 MiB
End job on node10 at 2008-07-02 19:48:54