Trace number 1043517

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.09 1814.01

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-7_ext.xml
MD5SUM54a98534709cc8808fa1d77c18bb50ae
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.040993
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.19/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.19/0.21	c Parsing = 1
0.19/0.21	c Building = 1
0.19/0.21	c [ NumberOfVariables = 112 ]
0.19/0.21	c [ NumberOfConstraints = 1261 ]
0.19/0.21	c [ SizeOfSearchSpace(log2) = 444.809 ]
0.19/0.21	c SymmetrySearch = 1
0.29/0.39	c [ Found 362880 symmetries ]
0.38/0.41	c InitialPropagation = 1
0.38/0.43	c [ SizeOfSearchSpace(log2) = 419.791 ]
0.38/0.43	c InitialSAC = 1
2.66/2.72	c [ SizeOfSearchSpace(log2) = 416.656 ]
2.66/2.72	c Search(SampleFF) : 
75.69/76.39	c [ Sampling domwdeg ]
75.69/76.39	c [ Sampling impacts ]
75.69/76.39	c [ SamplingScores: ]
75.69/76.39	c [ domwdeg+min = 1.1024e-14 | domwdeg+rnd = 3.72109e-11 ]
75.69/76.39	c [ impacts+min = 9.06372e-10 | impacts+rnd = 3.04665e-10 ]
75.69/76.39	c [ la+min = 0 | la+rnd = 0 ]
75.69/76.39	c [ domwdeg = 1.8611e-11 | impacts = 6.05519e-10 | la = 0 ]
75.69/76.39	c [ min = 3.02128e-10 | rand = 6.05519e-10 ]
75.69/76.39	c [ restarting at (3.96356,2.593e-11) ]
86.30/87.03	c [ restarting at (9.9089,1.33051e-11) ]
112.70/113.62	c [ restarting at (24.7722,2.01066e-13) ]
178.68/180.11	c [ restarting at (61.9306,8.23903e-13) ]
343.61/346.36	c [ restarting at (154.827,3.57878e-16) ]
756.03/761.97	c [ restarting at (387.066,5.04449e-14) ]
1786.73/1800.60	c [ restarting at (967.666,5.39801e-08) ]

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

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.56 0.12 0.04 4/72 12163
/proc/meminfo: memFree=1412280/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=18572 CPUtime=0
/proc/12163/stat : 12163 (runsolver) R 12161 12163 11982 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1531588839 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12163/statm: 4643 292 257 25 0 2626 0

[startup+0.0885071 s]
/proc/loadavg: 0.56 0.12 0.04 4/72 12163
/proc/meminfo: memFree=1412280/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=105004 CPUtime=0.07
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 2148 0 0 0 6 1 0 0 18 0 1 0 1531588839 107524096 2108 996147200 134512640 135472138 4294956224 18446744073709551615 9098875 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26251 2108 433 234 0 24953 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 105004

[startup+0.101499 s]
/proc/loadavg: 0.56 0.12 0.04 4/72 12163
/proc/meminfo: memFree=1412280/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=106060 CPUtime=0.08
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 2400 0 0 0 7 1 0 0 18 0 1 0 1531588839 108605440 2360 996147200 134512640 135472138 4294956224 18446744073709551615 134629257 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26515 2360 433 234 0 25217 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 106060

[startup+0.301546 s]
/proc/loadavg: 0.56 0.12 0.04 4/72 12163
/proc/meminfo: memFree=1412280/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=114516 CPUtime=0.29
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4026 0 0 0 27 2 0 0 19 0 1 0 1531588839 117264384 3930 996147200 134512640 135472138 4294956224 18446744073709551615 9129606 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 28629 3930 441 234 0 27331 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 114516

[startup+0.701615 s]
/proc/loadavg: 0.56 0.12 0.04 4/72 12163
/proc/meminfo: memFree=1412280/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=0.67
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4434 0 0 0 65 2 0 0 23 0 1 0 1531588839 110006272 2877 996147200 134512640 135472138 4294956224 18446744073709551615 134595566 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 2877 466 234 0 25559 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 107428

[startup+1.50177 s]
/proc/loadavg: 0.56 0.12 0.04 3/73 12164
/proc/meminfo: memFree=1402480/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=1.48
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4446 0 0 0 145 3 0 0 25 0 1 0 1531588839 110006272 2889 996147200 134512640 135472138 4294956224 18446744073709551615 134585145 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 2889 466 234 0 25559 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 107428

[startup+3.10108 s]
/proc/loadavg: 0.56 0.12 0.04 3/73 12164
/proc/meminfo: memFree=1402224/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=3.06
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4522 0 0 0 303 3 0 0 25 0 1 0 1531588839 110006272 2965 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 2965 485 234 0 25559 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 107428

[startup+6.30169 s]
/proc/loadavg: 0.68 0.15 0.05 3/73 12164
/proc/meminfo: memFree=1402160/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=6.24
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4523 0 0 0 621 3 0 0 25 0 1 0 1531588839 110006272 2966 996147200 134512640 135472138 4294956224 18446744073709551615 134577873 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 2966 485 234 0 25559 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 107428

[startup+12.7019 s]
/proc/loadavg: 0.78 0.18 0.06 3/73 12164
/proc/meminfo: memFree=1401976/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=12.58
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4525 0 0 0 1255 3 0 0 25 0 1 0 1531588839 110006272 2968 996147200 134512640 135472138 4294956224 18446744073709551615 135263390 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 2968 485 234 0 25559 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 107428

[startup+25.5014 s]
/proc/loadavg: 1.05 0.27 0.09 3/73 12164
/proc/meminfo: memFree=1402176/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=25.29
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4525 0 0 0 2526 3 0 0 25 0 1 0 1531588839 110006272 2968 996147200 134512640 135472138 4294956224 18446744073709551615 134595467 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 2968 485 234 0 25559 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 107428

[startup+51.1012 s]
/proc/loadavg: 1.43 0.42 0.14 3/73 12164
/proc/meminfo: memFree=1402048/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=50.68
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4559 0 0 0 5065 3 0 0 25 0 1 0 1531588839 110006272 3002 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3002 486 234 0 25559 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 107428

[startup+102.307 s]
/proc/loadavg: 1.81 0.68 0.24 3/73 12164
/proc/meminfo: memFree=1401856/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=101.49
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4571 0 0 0 10146 3 0 0 25 0 1 0 1531588839 110006272 3014 996147200 134512640 135472138 4294956224 18446744073709551615 135265564 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3014 487 234 0 25559 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 107428

[startup+162.301 s]
/proc/loadavg: 1.98 0.93 0.36 3/73 12164
/proc/meminfo: memFree=1401792/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=161.02
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4574 0 0 0 16099 3 0 0 25 0 1 0 1531588839 110006272 3017 996147200 134512640 135472138 4294956224 18446744073709551615 135263600 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3017 487 234 0 25559 0
Current children cumulated CPU time (s) 161.02
Current children cumulated vsize (KiB) 107428

[startup+222.303 s]
/proc/loadavg: 2.07 1.14 0.46 3/73 12164
/proc/meminfo: memFree=1401792/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=220.56
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4574 0 0 0 22053 3 0 0 25 0 1 0 1531588839 110006272 3017 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3017 487 234 0 25559 0
Current children cumulated CPU time (s) 220.56
Current children cumulated vsize (KiB) 107428

[startup+282.301 s]
/proc/loadavg: 2.02 1.29 0.56 3/73 12164
/proc/meminfo: memFree=1401728/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=280.1
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4575 0 0 0 28007 3 0 0 25 0 1 0 1531588839 110006272 3018 996147200 134512640 135472138 4294956224 18446744073709551615 134604589 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3018 487 234 0 25559 0
Current children cumulated CPU time (s) 280.1
Current children cumulated vsize (KiB) 107428

[startup+342.302 s]
/proc/loadavg: 2.01 1.42 0.64 3/73 12164
/proc/meminfo: memFree=1401792/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=339.64
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4575 0 0 0 33961 3 0 0 25 0 1 0 1531588839 110006272 3018 996147200 134512640 135472138 4294956224 18446744073709551615 134595467 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3018 487 234 0 25559 0
Current children cumulated CPU time (s) 339.64
Current children cumulated vsize (KiB) 107428

[startup+402.301 s]
/proc/loadavg: 2.00 1.52 0.72 3/73 12164
/proc/meminfo: memFree=1401792/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=399.18
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4575 0 0 0 39915 3 0 0 25 0 1 0 1531588839 110006272 3018 996147200 134512640 135472138 4294956224 18446744073709551615 134617421 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3018 487 234 0 25559 0
Current children cumulated CPU time (s) 399.18
Current children cumulated vsize (KiB) 107428

[startup+462.302 s]
/proc/loadavg: 2.00 1.61 0.80 3/73 12164
/proc/meminfo: memFree=1401728/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=458.73
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4576 0 0 0 45870 3 0 0 25 0 1 0 1531588839 110006272 3019 996147200 134512640 135472138 4294956224 18446744073709551615 135264242 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3019 487 234 0 25559 0
Current children cumulated CPU time (s) 458.73
Current children cumulated vsize (KiB) 107428

[startup+522.301 s]
/proc/loadavg: 2.00 1.67 0.87 3/73 12164
/proc/meminfo: memFree=1401728/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=518.27
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4577 0 0 0 51824 3 0 0 25 0 1 0 1531588839 110006272 3020 996147200 134512640 135472138 4294956224 18446744073709551615 134577882 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3020 487 234 0 25559 0
Current children cumulated CPU time (s) 518.27
Current children cumulated vsize (KiB) 107428

[startup+582.302 s]
/proc/loadavg: 2.00 1.73 0.94 3/73 12164
/proc/meminfo: memFree=1401728/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=577.81
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4577 0 0 0 57778 3 0 0 25 0 1 0 1531588839 110006272 3020 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3020 487 234 0 25559 0
Current children cumulated CPU time (s) 577.81
Current children cumulated vsize (KiB) 107428

[startup+642.301 s]
/proc/loadavg: 2.00 1.78 1.01 3/73 12164
/proc/meminfo: memFree=1401664/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=637.34
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4577 0 0 0 63731 3 0 0 25 0 1 0 1531588839 110006272 3020 996147200 134512640 135472138 4294956224 18446744073709551615 9974144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3020 487 234 0 25559 0
Current children cumulated CPU time (s) 637.34
Current children cumulated vsize (KiB) 107428


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

[startup+822.302 s]
/proc/loadavg: 2.01 1.88 1.18 3/73 12164
/proc/meminfo: memFree=1401664/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=815.96
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4578 0 0 0 81593 3 0 0 25 0 1 0 1531588839 110006272 3021 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3021 487 234 0 25559 0
Current children cumulated CPU time (s) 815.96
Current children cumulated vsize (KiB) 107428

[startup+882.302 s]
/proc/loadavg: 2.00 1.90 1.22 3/73 12166
/proc/meminfo: memFree=1401600/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=875.5
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4578 0 0 0 87547 3 0 0 25 0 1 0 1531588839 110006272 3021 996147200 134512640 135472138 4294956224 18446744073709551615 135263186 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3021 487 234 0 25559 0
Current children cumulated CPU time (s) 875.5
Current children cumulated vsize (KiB) 107428

[startup+942.302 s]
/proc/loadavg: 2.00 1.92 1.27 3/73 12166
/proc/meminfo: memFree=1401600/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=935.05
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4578 0 0 0 93501 4 0 0 25 0 1 0 1531588839 110006272 3021 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3021 487 234 0 25559 0
Current children cumulated CPU time (s) 935.05
Current children cumulated vsize (KiB) 107428

[startup+1002.3 s]
/proc/loadavg: 2.00 1.93 1.31 3/73 12166
/proc/meminfo: memFree=1401600/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=994.58
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4578 0 0 0 99454 4 0 0 25 0 1 0 1531588839 110006272 3021 996147200 134512640 135472138 4294956224 18446744073709551615 134577392 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3021 487 234 0 25559 0
Current children cumulated CPU time (s) 994.58
Current children cumulated vsize (KiB) 107428

[startup+1062.3 s]
/proc/loadavg: 2.00 1.94 1.35 3/73 12166
/proc/meminfo: memFree=1401664/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=1054.12
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4578 0 0 0 105408 4 0 0 25 0 1 0 1531588839 110006272 3021 996147200 134512640 135472138 4294956224 18446744073709551615 4159460295 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3021 487 234 0 25559 0
Current children cumulated CPU time (s) 1054.12
Current children cumulated vsize (KiB) 107428

[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.39 3/73 12166
/proc/meminfo: memFree=1401664/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=1113.65
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4578 0 0 0 111361 4 0 0 25 0 1 0 1531588839 110006272 3021 996147200 134512640 135472138 4294956224 18446744073709551615 134595458 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3021 487 234 0 25559 0
Current children cumulated CPU time (s) 1113.65
Current children cumulated vsize (KiB) 107428

[startup+1182.3 s]
/proc/loadavg: 2.04 1.97 1.43 3/73 12166
/proc/meminfo: memFree=1401664/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=1173.2
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4578 0 0 0 117316 4 0 0 25 0 1 0 1531588839 110006272 3021 996147200 134512640 135472138 4294956224 18446744073709551615 134595421 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3021 487 234 0 25559 0
Current children cumulated CPU time (s) 1173.2
Current children cumulated vsize (KiB) 107428

[startup+1242.3 s]
/proc/loadavg: 2.06 1.99 1.47 3/73 12166
/proc/meminfo: memFree=1401536/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=1232.74
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4578 0 0 0 123270 4 0 0 25 0 1 0 1531588839 110006272 3021 996147200 134512640 135472138 4294956224 18446744073709551615 135234795 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3021 487 234 0 25559 0
Current children cumulated CPU time (s) 1232.74
Current children cumulated vsize (KiB) 107428

[startup+1302.3 s]
/proc/loadavg: 2.06 2.00 1.50 3/73 12166
/proc/meminfo: memFree=1401536/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=1292.27
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4578 0 0 0 129223 4 0 0 25 0 1 0 1531588839 110006272 3021 996147200 134512640 135472138 4294956224 18446744073709551615 135201119 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3021 487 234 0 25559 0
Current children cumulated CPU time (s) 1292.27
Current children cumulated vsize (KiB) 107428

[startup+1362.3 s]
/proc/loadavg: 2.05 2.01 1.54 3/73 12166
/proc/meminfo: memFree=1401472/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=1351.81
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4578 0 0 0 135177 4 0 0 25 0 1 0 1531588839 110006272 3021 996147200 134512640 135472138 4294956224 18446744073709551615 134604935 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3021 487 234 0 25559 0
Current children cumulated CPU time (s) 1351.81
Current children cumulated vsize (KiB) 107428

[startup+1422.31 s]
/proc/loadavg: 2.13 2.04 1.57 3/73 12166
/proc/meminfo: memFree=1401536/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=1411.35
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4578 0 0 0 141131 4 0 0 25 0 1 0 1531588839 110006272 3021 996147200 134512640 135472138 4294956224 18446744073709551615 134616372 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3021 487 234 0 25559 0
Current children cumulated CPU time (s) 1411.35
Current children cumulated vsize (KiB) 107428

[startup+1482.3 s]
/proc/loadavg: 2.12 2.04 1.60 3/73 12166
/proc/meminfo: memFree=1401536/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=1470.88
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4578 0 0 0 147084 4 0 0 25 0 1 0 1531588839 110006272 3021 996147200 134512640 135472138 4294956224 18446744073709551615 134595725 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3021 487 234 0 25559 0
Current children cumulated CPU time (s) 1470.88
Current children cumulated vsize (KiB) 107428

[startup+1542.3 s]
/proc/loadavg: 2.11 2.05 1.63 3/73 12166
/proc/meminfo: memFree=1401536/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=1530.42
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4578 0 0 0 153038 4 0 0 25 0 1 0 1531588839 110006272 3021 996147200 134512640 135472138 4294956224 18446744073709551615 134604933 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3021 487 234 0 25559 0
Current children cumulated CPU time (s) 1530.42
Current children cumulated vsize (KiB) 107428

[startup+1602.3 s]
/proc/loadavg: 2.10 2.05 1.66 3/73 12166
/proc/meminfo: memFree=1401536/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=1589.95
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4578 0 0 0 158991 4 0 0 25 0 1 0 1531588839 110006272 3021 996147200 134512640 135472138 4294956224 18446744073709551615 135264700 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3021 487 234 0 25559 0
Current children cumulated CPU time (s) 1589.95
Current children cumulated vsize (KiB) 107428

[startup+1662.3 s]
/proc/loadavg: 2.09 2.06 1.68 3/73 12166
/proc/meminfo: memFree=1401536/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=1649.5
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4578 0 0 0 164946 4 0 0 25 0 1 0 1531588839 110006272 3021 996147200 134512640 135472138 4294956224 18446744073709551615 134595484 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3021 487 234 0 25559 0
Current children cumulated CPU time (s) 1649.5
Current children cumulated vsize (KiB) 107428

[startup+1722.3 s]
/proc/loadavg: 2.08 2.06 1.70 3/73 12166
/proc/meminfo: memFree=1401600/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=1709.04
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4578 0 0 0 170900 4 0 0 25 0 1 0 1531588839 110006272 3021 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3021 487 234 0 25559 0
Current children cumulated CPU time (s) 1709.04
Current children cumulated vsize (KiB) 107428

[startup+1782.3 s]
/proc/loadavg: 2.08 2.06 1.72 3/73 12166
/proc/meminfo: memFree=1401472/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=1768.58
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4578 0 0 0 176854 4 0 0 25 0 1 0 1531588839 110006272 3021 996147200 134512640 135472138 4294956224 18446744073709551615 134577882 0 0 4096 0 0 0 0 17 1 0 0
/proc/12163/statm: 26857 3021 487 234 0 25559 0
Current children cumulated CPU time (s) 1768.58
Current children cumulated vsize (KiB) 107428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814 s]
/proc/loadavg: 2.05 2.05 1.73 4/85 12212
/proc/meminfo: memFree=1334304/2055920 swapFree=4110264/4192956
[pid=12163] ppid=12161 vsize=107428 CPUtime=1800.07
/proc/12163/stat : 12163 (casperzito) R 12161 12163 11982 0 -1 4194304 4578 0 0 0 179995 12 0 0 25 0 1 0 1531588839 110006272 3021 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 0 0 0
/proc/12163/statm: 26857 3021 487 234 0 25559 0
Current children cumulated CPU time (s) 1800.07
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): 1814.01
CPU time (s): 1800.09
CPU user time (s): 1799.96
CPU system time (s): 0.131979
CPU usage (%): 99.2328
Max. virtual memory (cumulated for all children) (KiB): 115616

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

runsolver used 1.67175 second user time and 4.96524 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-02 19:18:46
IDJOB=1043517
IDBENCH=53414
IDSOLVER=362
FILE ID=node9/1043517-1215019126
PBS_JOBID= 7874451
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 54a98534709cc8808fa1d77c18bb50ae
RANDOM SEED=1383085229

node9.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1412760 kB
Buffers:         68684 kB
Cached:         386712 kB
SwapCached:      76500 kB
Active:         260532 kB
Inactive:       306460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1412760 kB
SwapTotal:     4192956 kB
SwapFree:      4110264 kB
Dirty:            6512 kB
Writeback:           0 kB
Mapped:         115872 kB
Slab:            61224 kB
Committed_AS:  2939084 kB
PageTables:       2012 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= 66512 MiB
End job on node9 at 2008-07-02 19:49:02