Trace number 1091773

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 1808.41

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-15-21-7-5-2_glb.xml
MD5SUM08ad51260c3d890d99e784cb9a585554
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2520
Number of constraints2346
Maximum constraint arity21
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2205
Global constraints used (with number of constraints)weightedsum(141)

Solver Data (download as text)

0.00/0.09	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.09	c Parsing = 1
0.00/0.13	c Building = 1
0.00/0.16	c [ NumberOfVariables = 2520 ]
0.00/0.16	c [ NumberOfConstraints = 2346 ]
0.00/0.16	c [ SizeOfSearchSpace(log2) = 2520 ]
0.00/0.16	c SymmetrySearch = 1
0.38/0.41	c [ Found 6.68103e+31 symmetries ]
0.38/0.48	c InitialPropagation = 1
0.38/0.49	c [ SizeOfSearchSpace(log2) = 2520 ]
0.38/0.49	c InitialSAC = 1
1.77/1.87	c [ SizeOfSearchSpace(log2) = 1819 ]
1.77/1.87	c Search(SampleFF) : 
76.22/76.99	c [ Sampling domwdeg ]
76.22/76.99	c [ Sampling impacts ]
76.22/76.99	c [ SamplingScores: ]
76.22/76.99	c [ domwdeg+min = 0.0705161 | domwdeg+rnd = 0.590523 ]
76.22/76.99	c [ impacts+min = 0.232346 | impacts+rnd = 0.120193 ]
76.22/76.99	c [ la+min = 0 | la+rnd = 0 ]
76.22/76.99	c [ domwdeg = 0.330519 | impacts = 0.17627 | la = 0 ]
76.22/76.99	c [ min = 0.100954 | rand = 0.17627 ]
76.22/76.99	c [ restarting at (3.96356,0.0104088) ]
86.83/87.61	c [ restarting at (9.9089,0.0559205) ]
113.10/114.17	c [ restarting at (24.7722,0.0559274) ]
178.93/180.56	c [ restarting at (61.9306,0.0559328) ]
343.48/346.54	c [ restarting at (154.827,0.0560094) ]
754.83/761.47	c [ restarting at (387.066,0.409879) ]
883.40/891.10	c [ restarting at (967.666,0.0560027) ]

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

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.97 2.03 2.00 4/84 23085
/proc/meminfo: memFree=1035288/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=103772 CPUtime=0.19
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 2235 0 0 0 18 1 0 0 19 0 1 0 1010706410 106262528 2195 996147200 134512640 135472138 4294956224 18446744073709551615 134535420 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 25943 2195 472 234 0 24645 0

[startup+0.259591 s]
/proc/loadavg: 1.97 2.03 2.00 4/84 23085
/proc/meminfo: memFree=1035288/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104308 CPUtime=0.24
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 2371 0 0 0 23 1 0 0 19 0 1 0 1010706410 106811392 2331 996147200 134512640 135472138 4294956224 18446744073709551615 134535888 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 26077 2331 472 234 0 24779 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 104308

[startup+0.301594 s]
/proc/loadavg: 1.97 2.03 2.00 4/84 23085
/proc/meminfo: memFree=1035288/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104448 CPUtime=0.28
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 2413 0 0 0 27 1 0 0 19 0 1 0 1010706410 106954752 2373 996147200 134512640 135472138 4294956224 18446744073709551615 134535436 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 26112 2373 472 234 0 24814 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 104448

[startup+0.401609 s]
/proc/loadavg: 1.97 2.03 2.00 4/84 23085
/proc/meminfo: memFree=1035288/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=106076 CPUtime=0.38
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 2796 0 0 0 37 1 0 0 20 0 1 0 1010706410 108621824 2756 996147200 134512640 135472138 4294956224 18446744073709551615 134534238 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 26519 2756 472 234 0 25221 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 106076

[startup+0.701629 s]
/proc/loadavg: 1.97 2.03 2.00 4/84 23085
/proc/meminfo: memFree=1035288/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=0.68
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4559 0 0 0 65 3 0 0 23 0 1 0 1010706410 107511808 2901 996147200 134512640 135472138 4294956224 18446744073709551615 134672480 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 26248 2901 496 234 0 24950 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 104992

[startup+1.50169 s]
/proc/loadavg: 1.97 2.03 2.00 3/85 23086
/proc/meminfo: memFree=1025424/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=1.48
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4603 0 0 0 145 3 0 0 25 0 1 0 1010706410 107511808 2945 996147200 134512640 135472138 4294956224 18446744073709551615 134945601 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 26248 2945 496 234 0 24950 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 104992

[startup+3.10183 s]
/proc/loadavg: 1.97 2.03 2.00 3/85 23086
/proc/meminfo: memFree=1024976/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=3.06
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4684 0 0 0 303 3 0 0 25 0 1 0 1010706410 107511808 3026 996147200 134512640 135472138 4294956224 18446744073709551615 135202788 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 26248 3026 509 234 0 24950 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 104992

[startup+6.30208 s]
/proc/loadavg: 1.98 2.03 2.00 3/85 23086
/proc/meminfo: memFree=1024720/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=6.23
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4708 0 0 0 620 3 0 0 25 0 1 0 1010706410 107511808 3050 996147200 134512640 135472138 4294956224 18446744073709551615 134578094 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 26248 3050 509 234 0 24950 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 104992

[startup+12.7016 s]
/proc/loadavg: 1.98 2.03 2.00 3/85 23086
/proc/meminfo: memFree=1024592/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=12.57
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4708 0 0 0 1254 3 0 0 25 0 1 0 1010706410 107511808 3050 996147200 134512640 135472138 4294956224 18446744073709551615 134578209 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 26248 3050 509 234 0 24950 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 104992

[startup+25.5056 s]
/proc/loadavg: 1.98 2.02 2.00 3/85 23086
/proc/meminfo: memFree=1024720/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=25.26
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4728 0 0 0 2523 3 0 0 25 0 1 0 1010706410 107511808 3070 996147200 134512640 135472138 4294956224 18446744073709551615 134881886 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 26248 3070 509 234 0 24950 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 104992

[startup+51.1016 s]
/proc/loadavg: 1.99 2.02 2.00 4/85 23086
/proc/meminfo: memFree=1016528/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=50.64
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4776 0 0 0 5061 3 0 0 25 0 1 0 1010706410 107511808 3118 996147200 134512640 135472138 4294956224 18446744073709551615 13893366 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 26248 3118 510 234 0 24950 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 104992

[startup+102.302 s]
/proc/loadavg: 1.99 2.02 2.00 3/85 23086
/proc/meminfo: memFree=1024080/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=101.4
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4840 0 0 0 10136 4 0 0 25 0 1 0 1010706410 107511808 3182 996147200 134512640 135472138 4294956224 18446744073709551615 134672496 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 26248 3182 511 234 0 24950 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 104992

[startup+162.301 s]
/proc/loadavg: 1.99 2.01 2.00 3/85 23086
/proc/meminfo: memFree=1023952/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=160.88
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4858 0 0 0 16084 4 0 0 25 0 1 0 1010706410 107511808 3200 996147200 134512640 135472138 4294956224 18446744073709551615 135202754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 26248 3200 511 234 0 24950 0
Current children cumulated CPU time (s) 160.88
Current children cumulated vsize (KiB) 104992

[startup+222.301 s]
/proc/loadavg: 1.99 2.01 2.00 3/85 23086
/proc/meminfo: memFree=1023824/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=220.37
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4875 0 0 0 22032 5 0 0 25 0 1 0 1010706410 107511808 3217 996147200 134512640 135472138 4294956224 18446744073709551615 134873155 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 26248 3217 511 234 0 24950 0
Current children cumulated CPU time (s) 220.37
Current children cumulated vsize (KiB) 104992

[startup+282.302 s]
/proc/loadavg: 1.99 2.00 2.00 4/85 23086
/proc/meminfo: memFree=1023760/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=279.85
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4875 0 0 0 27980 5 0 0 25 0 1 0 1010706410 107511808 3217 996147200 134512640 135472138 4294956224 18446744073709551615 134881782 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 26248 3217 511 234 0 24950 0
Current children cumulated CPU time (s) 279.85
Current children cumulated vsize (KiB) 104992

[startup+342.307 s]
/proc/loadavg: 1.99 2.00 2.00 3/85 23086
/proc/meminfo: memFree=1023640/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=339.34
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4875 0 0 0 33928 6 0 0 25 0 1 0 1010706410 107511808 3217 996147200 134512640 135472138 4294956224 18446744073709551615 134578080 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 26248 3217 511 234 0 24950 0
Current children cumulated CPU time (s) 339.34
Current children cumulated vsize (KiB) 104992

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/85 23092
/proc/meminfo: memFree=1023384/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=398.8
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4892 0 0 0 39874 6 0 0 25 0 1 0 1010706410 107511808 3234 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 26248 3234 511 234 0 24950 0
Current children cumulated CPU time (s) 398.8
Current children cumulated vsize (KiB) 104992

[startup+462.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/85 23092
/proc/meminfo: memFree=1023384/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=458.27
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4892 0 0 0 45821 6 0 0 25 0 1 0 1010706410 107511808 3234 996147200 134512640 135472138 4294956224 18446744073709551615 134672647 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 26248 3234 511 234 0 24950 0
Current children cumulated CPU time (s) 458.27
Current children cumulated vsize (KiB) 104992

[startup+522.302 s]
/proc/loadavg: 2.07 2.03 2.00 3/85 23092
/proc/meminfo: memFree=1023384/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=517.76
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4892 0 0 0 51769 7 0 0 25 0 1 0 1010706410 107511808 3234 996147200 134512640 135472138 4294956224 18446744073709551615 134580315 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 26248 3234 511 234 0 24950 0
Current children cumulated CPU time (s) 517.76
Current children cumulated vsize (KiB) 104992

[startup+582.302 s]
/proc/loadavg: 2.07 2.03 2.00 3/85 23092
/proc/meminfo: memFree=1023384/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=577.25
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4892 0 0 0 57718 7 0 0 25 0 1 0 1010706410 107511808 3234 996147200 134512640 135472138 4294956224 18446744073709551615 135264853 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 26248 3234 511 234 0 24950 0
Current children cumulated CPU time (s) 577.25
Current children cumulated vsize (KiB) 104992

[startup+642.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/85 23092
/proc/meminfo: memFree=1023320/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=636.74
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4901 0 0 0 63667 7 0 0 25 0 1 0 1010706410 107511808 3243 996147200 134512640 135472138 4294956224 18446744073709551615 134580304 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 26248 3243 511 234 0 24950 0
Current children cumulated CPU time (s) 636.74
Current children cumulated vsize (KiB) 104992


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

[startup+822.302 s]
/proc/loadavg: 2.20 2.08 2.01 3/85 23092
/proc/meminfo: memFree=1023128/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=815.2
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4909 0 0 0 81512 8 0 0 25 0 1 0 1010706410 107511808 3251 996147200 134512640 135472138 4294956224 18446744073709551615 135262944 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 26248 3251 511 234 0 24950 0
Current children cumulated CPU time (s) 815.2
Current children cumulated vsize (KiB) 104992

[startup+882.301 s]
/proc/loadavg: 2.13 2.08 2.01 3/85 23092
/proc/meminfo: memFree=1022936/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=874.68
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4910 0 0 0 87460 8 0 0 25 0 1 0 1010706410 107511808 3252 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/23085/statm: 26248 3252 511 234 0 24950 0
Current children cumulated CPU time (s) 874.68
Current children cumulated vsize (KiB) 104992

[startup+942.301 s]
/proc/loadavg: 2.12 2.09 2.02 3/73 23176
/proc/meminfo: memFree=1703096/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=934.57
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4927 0 0 0 93447 10 0 0 25 0 1 0 1010706410 107511808 3269 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 0 0 0
/proc/23085/statm: 26248 3269 511 234 0 24950 0
Current children cumulated CPU time (s) 934.57
Current children cumulated vsize (KiB) 104992

[startup+1002.31 s]
/proc/loadavg: 2.04 2.07 2.01 3/81 23211
/proc/meminfo: memFree=1585656/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=994.52
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4927 0 0 0 99441 11 0 0 25 0 1 0 1010706410 107511808 3269 996147200 134512640 135472138 4294956224 18446744073709551615 134881790 0 0 4096 0 0 0 0 17 0 0 0
/proc/23085/statm: 26248 3269 511 234 0 24950 0
Current children cumulated CPU time (s) 994.52
Current children cumulated vsize (KiB) 104992

[startup+1062.3 s]
/proc/loadavg: 2.01 2.06 2.00 3/81 23211
/proc/meminfo: memFree=1585464/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=1054.47
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4927 0 0 0 105436 11 0 0 25 0 1 0 1010706410 107511808 3269 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 0 0 0
/proc/23085/statm: 26248 3269 511 234 0 24950 0
Current children cumulated CPU time (s) 1054.47
Current children cumulated vsize (KiB) 104992

[startup+1122.3 s]
/proc/loadavg: 2.00 2.05 2.00 3/81 23211
/proc/meminfo: memFree=1585400/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=1114.43
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4927 0 0 0 111432 11 0 0 25 0 1 0 1010706410 107511808 3269 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/23085/statm: 26248 3269 511 234 0 24950 0
Current children cumulated CPU time (s) 1114.43
Current children cumulated vsize (KiB) 104992

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/81 23211
/proc/meminfo: memFree=1585400/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=1174.4
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4936 0 0 0 117428 12 0 0 25 0 1 0 1010706410 107511808 3278 996147200 134512640 135472138 4294956224 18446744073709551615 134936580 0 0 4096 0 0 0 0 17 0 0 0
/proc/23085/statm: 26248 3278 511 234 0 24950 0
Current children cumulated CPU time (s) 1174.4
Current children cumulated vsize (KiB) 104992

[startup+1242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/81 23211
/proc/meminfo: memFree=1585336/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=1234.36
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4936 0 0 0 123424 12 0 0 25 0 1 0 1010706410 107511808 3278 996147200 134512640 135472138 4294956224 18446744073709551615 134689806 0 0 4096 0 0 0 0 17 0 0 0
/proc/23085/statm: 26248 3278 511 234 0 24950 0
Current children cumulated CPU time (s) 1234.36
Current children cumulated vsize (KiB) 104992

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 23211
/proc/meminfo: memFree=1585336/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=1294.32
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4936 0 0 0 129420 12 0 0 25 0 1 0 1010706410 107511808 3278 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/23085/statm: 26248 3278 511 234 0 24950 0
Current children cumulated CPU time (s) 1294.32
Current children cumulated vsize (KiB) 104992

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 23211
/proc/meminfo: memFree=1585336/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=1354.28
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4936 0 0 0 135416 12 0 0 25 0 1 0 1010706410 107511808 3278 996147200 134512640 135472138 4294956224 18446744073709551615 134945659 0 0 4096 0 0 0 0 17 0 0 0
/proc/23085/statm: 26248 3278 511 234 0 24950 0
Current children cumulated CPU time (s) 1354.28
Current children cumulated vsize (KiB) 104992

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 23211
/proc/meminfo: memFree=1585272/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=1414.24
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4936 0 0 0 141412 12 0 0 25 0 1 0 1010706410 107511808 3278 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/23085/statm: 26248 3278 511 234 0 24950 0
Current children cumulated CPU time (s) 1414.24
Current children cumulated vsize (KiB) 104992

[startup+1482.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/81 23211
/proc/meminfo: memFree=1585272/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=1474.2
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4937 0 0 0 147408 12 0 0 25 0 1 0 1010706410 107511808 3279 996147200 134512640 135472138 4294956224 18446744073709551615 134881886 0 0 4096 0 0 0 0 17 0 0 0
/proc/23085/statm: 26248 3279 511 234 0 24950 0
Current children cumulated CPU time (s) 1474.2
Current children cumulated vsize (KiB) 104992

[startup+1542.3 s]
/proc/loadavg: 2.14 2.07 2.02 3/81 23211
/proc/meminfo: memFree=1585272/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=1534.16
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4937 0 0 0 153404 12 0 0 25 0 1 0 1010706410 107511808 3279 996147200 134512640 135472138 4294956224 18446744073709551615 134915607 0 0 4096 0 0 0 0 17 0 0 0
/proc/23085/statm: 26248 3279 511 234 0 24950 0
Current children cumulated CPU time (s) 1534.16
Current children cumulated vsize (KiB) 104992

[startup+1602.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/81 23211
/proc/meminfo: memFree=1585272/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=1594.11
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4937 0 0 0 159399 12 0 0 25 0 1 0 1010706410 107511808 3279 996147200 134512640 135472138 4294956224 18446744073709551615 134672486 0 0 4096 0 0 0 0 17 0 0 0
/proc/23085/statm: 26248 3279 511 234 0 24950 0
Current children cumulated CPU time (s) 1594.11
Current children cumulated vsize (KiB) 104992

[startup+1662.31 s]
/proc/loadavg: 2.02 2.04 2.00 3/81 23211
/proc/meminfo: memFree=1585208/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=1654.08
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4937 0 0 0 165395 13 0 0 25 0 1 0 1010706410 107511808 3279 996147200 134512640 135472138 4294956224 18446744073709551615 134881790 0 0 4096 0 0 0 0 17 0 0 0
/proc/23085/statm: 26248 3279 511 234 0 24950 0
Current children cumulated CPU time (s) 1654.08
Current children cumulated vsize (KiB) 104992

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/81 23211
/proc/meminfo: memFree=1585144/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=1714.04
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4937 0 0 0 171391 13 0 0 25 0 1 0 1010706410 107511808 3279 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/23085/statm: 26248 3279 511 234 0 24950 0
Current children cumulated CPU time (s) 1714.04
Current children cumulated vsize (KiB) 104992

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 23211
/proc/meminfo: memFree=1585144/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=1774
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4937 0 0 0 177387 13 0 0 25 0 1 0 1010706410 107511808 3279 996147200 134512640 135472138 4294956224 18446744073709551615 135264988 0 0 4096 0 0 0 0 17 0 0 0
/proc/23085/statm: 26248 3279 511 234 0 24950 0
Current children cumulated CPU time (s) 1774
Current children cumulated vsize (KiB) 104992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 23211
/proc/meminfo: memFree=1585144/2055920 swapFree=4137316/4192956
[pid=23085] ppid=23083 vsize=104992 CPUtime=1800.08
/proc/23085/stat : 23085 (casperzito) R 23083 23085 21947 0 -1 4194304 4937 0 0 0 179995 13 0 0 25 0 1 0 1010706410 107511808 3279 996147200 134512640 135472138 4294956224 18446744073709551615 134945600 0 0 4096 0 0 0 0 17 0 0 0
/proc/23085/statm: 26248 3279 511 234 0 24950 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 104992

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): 1808.41
CPU time (s): 1800.09
CPU user time (s): 1799.96
CPU system time (s): 0.133979
CPU usage (%): 99.54
Max. virtual memory (cumulated for all children) (KiB): 106076

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

runsolver used 1.67575 second user time and 5.03223 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-05 14:55:15
IDJOB=1091773
IDBENCH=58575
IDSOLVER=362
FILE ID=node26/1091773-1215262515
PBS_JOBID= 7882066
Free space on /tmp= 66468 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-15-21-7-5-2_glb.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1091773-1215262515/watcher-1091773-1215262515 -o /tmp/evaluation-result-1091773-1215262515/solver-1091773-1215262515 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1091773-1215262515.xml 1916010299 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 08ad51260c3d890d99e784cb9a585554
RANDOM SEED=1916010299

node26.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.221
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.221
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:       1035768 kB
Buffers:         29372 kB
Cached:         185340 kB
SwapCached:      49468 kB
Active:         858232 kB
Inactive:       108508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1035768 kB
SwapTotal:     4192956 kB
SwapFree:      4137316 kB
Dirty:            3328 kB
Writeback:           0 kB
Mapped:         763492 kB
Slab:            37320 kB
Committed_AS:  2463108 kB
PageTables:       3208 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= 66460 MiB
End job on node26 at 2008-07-05 15:25:25