Trace number 1069329

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.11 1805.61

General information on the benchmark

Namecsp/pseudoGLB/
normalized-43s-smv.xml
MD5SUM90a03adc27107c0475a8a8ba9438e5a1
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark111.955
Satisfiable
(Un)Satisfiability was proved
Number of variables3655
Number of constraints8686
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(8686)

Solver Data (download as text)

0.00/0.13	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.13	c Parsing = 1
0.49/0.56	c Building = 1
0.68/0.78	c [ NumberOfVariables = 3655 ]
0.68/0.78	c [ NumberOfConstraints = 8686 ]
0.68/0.78	c [ SizeOfSearchSpace(log2) = 3655 ]
0.68/0.78	c SymmetrySearch = 1
2.56/2.69	c [ Found 4 symmetries ]
2.75/2.82	c InitialPropagation = 1
2.75/2.89	c [ SizeOfSearchSpace(log2) = 3136 ]
2.75/2.89	c InitialSAC = (Timeout)
6.03/6.13	c [ SizeOfSearchSpace(log2) = 2919 ]
6.03/6.13	c Search(SampleFF) : 
93.91/94.85	c [ Sampling domwdeg ]
93.91/94.85	c [ Sampling impacts ]
93.91/94.85	c [ SamplingScores: ]
93.91/94.85	c [ domwdeg+min = 1.39587e-27 | domwdeg+rnd = 2.46293e-21 ]
93.91/94.85	c [ impacts+min = 0.00361892 | impacts+rnd = 0.000680381 ]
93.91/94.85	c [ la+min = 0 | la+rnd = 0 ]
93.91/94.85	c [ domwdeg = 1.23147e-21 | impacts = 0.00214965 | la = 0 ]
93.91/94.85	c [ min = 0.00120631 | rand = 0.00214965 ]
93.91/94.85	c [ restarting at (3.96356,5.55664e-05) ]
104.41/105.48	c [ restarting at (9.9089,0.000284297) ]
130.76/132.04	c [ restarting at (24.7722,0.00169564) ]
174.56/176.21	c [ restarting at (61.9306,0.00168268) ]
329.40/331.13	c [ restarting at (154.827,0.0464449) ]
716.46/718.39	c [ restarting at (387.066,0.0886946) ]
1732.08/1737.53	c [ restarting at (967.666,0.0191581) ]

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 22123
/proc/meminfo: memFree=1181800/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=8472 CPUtime=0.19
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 1218 0 0 0 19 0 0 0 19 0 1 0 1994926826 8675328 1178 996147200 134512640 135472138 4294956224 18446744073709551615 134808096 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 2118 1178 368 234 0 820 0

[startup+0.300913 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 22123
/proc/meminfo: memFree=1181800/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=9792 CPUtime=0.28
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 1543 0 0 0 28 0 0 0 19 0 1 0 1994926826 10027008 1503 996147200 134512640 135472138 4294956224 18446744073709551615 134749065 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 2448 1503 368 234 0 1150 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9792

[startup+0.401921 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 22123
/proc/meminfo: memFree=1181800/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=11244 CPUtime=0.39
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 1930 0 0 0 38 1 0 0 20 0 1 0 1994926826 11513856 1890 996147200 134512640 135472138 4294956224 18446744073709551615 134806743 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 2811 1890 368 234 0 1513 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 11244

[startup+0.501932 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 22123
/proc/meminfo: memFree=1181800/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=13092 CPUtime=0.49
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 2394 0 0 0 48 1 0 0 21 0 1 0 1994926826 13406208 2354 996147200 134512640 135472138 4294956224 18446744073709551615 134807649 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 3273 2354 368 234 0 1975 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13092

[startup+0.701955 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 22123
/proc/meminfo: memFree=1181800/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=111472 CPUtime=0.68
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 6093 0 0 0 65 3 0 0 23 0 1 0 1994926826 114147328 6053 996147200 134512640 135472138 4294956224 18446744073709551615 134863964 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 27868 6053 432 234 0 26570 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 111472

[startup+1.50104 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 22124
/proc/meminfo: memFree=1143008/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=127868 CPUtime=1.47
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 10231 0 0 0 142 5 0 0 25 0 1 0 1994926826 130936832 10133 996147200 134512640 135472138 4294956224 18446744073709551615 134534862 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 31967 10133 466 234 0 30669 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 127868

[startup+3.10221 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 22124
/proc/meminfo: memFree=1142240/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114228 CPUtime=3.06
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14544 0 0 0 298 8 0 0 25 0 1 0 1994926826 116969472 8690 996147200 134512640 135472138 4294956224 18446744073709551615 135265498 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 28557 8690 492 234 0 27259 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 114228

[startup+6.30154 s]
/proc/loadavg: 1.93 1.98 1.99 3/74 22124
/proc/meminfo: memFree=1148320/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114228 CPUtime=6.23
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14653 0 0 0 615 8 0 0 25 0 1 0 1994926826 116969472 8799 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 28557 8799 522 234 0 27259 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 114228

[startup+12.7012 s]
/proc/loadavg: 1.93 1.98 1.99 3/74 22124
/proc/meminfo: memFree=1147552/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114228 CPUtime=12.56
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14760 0 0 0 1248 8 0 0 25 0 1 0 1994926826 116969472 8906 996147200 134512640 135472138 4294956224 18446744073709551615 134580313 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 28557 8906 527 234 0 27259 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 114228

[startup+25.5015 s]
/proc/loadavg: 1.95 1.98 1.99 3/74 22124
/proc/meminfo: memFree=1147232/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114228 CPUtime=25.25
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14760 0 0 0 2517 8 0 0 25 0 1 0 1994926826 116969472 8906 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 28557 8906 527 234 0 27259 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 114228

[startup+51.1012 s]
/proc/loadavg: 1.96 1.98 1.99 3/74 22124
/proc/meminfo: memFree=1146016/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=50.6
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14878 0 0 0 5052 8 0 0 25 0 1 0 1994926826 116977664 9024 996147200 134512640 135472138 4294956224 18446744073709551615 134937329 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 28559 9024 529 234 0 27261 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 114236

[startup+102.302 s]
/proc/loadavg: 1.98 1.98 1.99 3/74 22124
/proc/meminfo: memFree=1145056/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=101.34
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14879 0 0 0 10126 8 0 0 25 0 1 0 1994926826 116977664 9025 996147200 134512640 135472138 4294956224 18446744073709551615 134577392 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 28559 9025 530 234 0 27261 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 114236

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 22124
/proc/meminfo: memFree=1143776/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=160.78
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14879 0 0 0 16069 9 0 0 25 0 1 0 1994926826 116977664 9025 996147200 134512640 135472138 4294956224 18446744073709551615 135234795 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 28559 9025 530 234 0 27261 0
Current children cumulated CPU time (s) 160.78
Current children cumulated vsize (KiB) 114236

[startup+222.302 s]
/proc/loadavg: 1.95 1.97 1.99 3/81 22188
/proc/meminfo: memFree=1297960/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=220.64
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14879 0 0 0 22054 10 0 0 25 0 1 0 1994926826 116977664 9025 996147200 134512640 135472138 4294956224 18446744073709551615 3907318 0 0 4096 0 0 0 0 17 0 0 0
/proc/22123/statm: 28559 9025 530 234 0 27261 0
Current children cumulated CPU time (s) 220.64
Current children cumulated vsize (KiB) 114236

[startup+282.301 s]
/proc/loadavg: 1.98 1.97 1.99 3/73 22216
/proc/meminfo: memFree=1359208/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=280.62
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14879 0 0 0 28051 11 0 0 25 0 1 0 1994926826 116977664 9025 996147200 134512640 135472138 4294956224 18446744073709551615 3907318 0 0 4096 0 0 0 0 17 0 0 0
/proc/22123/statm: 28559 9025 530 234 0 27261 0
Current children cumulated CPU time (s) 280.62
Current children cumulated vsize (KiB) 114236

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 22216
/proc/meminfo: memFree=1358376/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=340.6
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14934 0 0 0 34049 11 0 0 25 0 1 0 1994926826 116977664 9080 996147200 134512640 135472138 4294956224 18446744073709551615 135234741 0 0 4096 0 0 0 0 17 0 0 0
/proc/22123/statm: 28559 9080 530 234 0 27261 0
Current children cumulated CPU time (s) 340.6
Current children cumulated vsize (KiB) 114236

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 22216
/proc/meminfo: memFree=1358376/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=400.57
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14934 0 0 0 40046 11 0 0 25 0 1 0 1994926826 116977664 9080 996147200 134512640 135472138 4294956224 18446744073709551615 135234741 0 0 4096 0 0 0 0 17 0 0 0
/proc/22123/statm: 28559 9080 530 234 0 27261 0
Current children cumulated CPU time (s) 400.57
Current children cumulated vsize (KiB) 114236

[startup+462.307 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 22216
/proc/meminfo: memFree=1358376/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=460.56
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14934 0 0 0 46045 11 0 0 25 0 1 0 1994926826 116977664 9080 996147200 134512640 135472138 4294956224 18446744073709551615 135234741 0 0 4096 0 0 0 0 17 0 0 0
/proc/22123/statm: 28559 9080 530 234 0 27261 0
Current children cumulated CPU time (s) 460.56
Current children cumulated vsize (KiB) 114236

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 22216
/proc/meminfo: memFree=1358376/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=520.53
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14936 0 0 0 52042 11 0 0 25 0 1 0 1994926826 116977664 9082 996147200 134512640 135472138 4294956224 18446744073709551615 134881988 0 0 4096 0 0 0 0 17 0 0 0
/proc/22123/statm: 28559 9082 530 234 0 27261 0
Current children cumulated CPU time (s) 520.53
Current children cumulated vsize (KiB) 114236

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 22287
/proc/meminfo: memFree=1296432/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=580.5
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14936 0 0 0 58038 12 0 0 25 0 1 0 1994926826 116977664 9082 996147200 134512640 135472138 4294956224 18446744073709551615 135234727 0 0 4096 0 0 0 0 17 0 0 0
/proc/22123/statm: 28559 9082 530 234 0 27261 0
Current children cumulated CPU time (s) 580.5
Current children cumulated vsize (KiB) 114236

[startup+642.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 22287
/proc/meminfo: memFree=1294704/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=640.48
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14936 0 0 0 64035 13 0 0 25 0 1 0 1994926826 116977664 9082 996147200 134512640 135472138 4294956224 18446744073709551615 134949662 0 0 4096 0 0 0 0 17 0 0 0
/proc/22123/statm: 28559 9082 530 234 0 27261 0
Current children cumulated CPU time (s) 640.48
Current children cumulated vsize (KiB) 114236


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

[startup+882.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 22287
/proc/meminfo: memFree=1294640/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=880.4
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14936 0 0 0 88027 13 0 0 25 0 1 0 1994926826 116977664 9082 996147200 134512640 135472138 4294956224 18446744073709551615 134915607 0 0 4096 0 0 0 0 17 0 0 0
/proc/22123/statm: 28559 9082 530 234 0 27261 0
Current children cumulated CPU time (s) 880.4
Current children cumulated vsize (KiB) 114236

[startup+942.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 22287
/proc/meminfo: memFree=1294640/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=940.37
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14936 0 0 0 94024 13 0 0 25 0 1 0 1994926826 116977664 9082 996147200 134512640 135472138 4294956224 18446744073709551615 134882092 0 0 4096 0 0 0 0 17 0 0 0
/proc/22123/statm: 28559 9082 530 234 0 27261 0
Current children cumulated CPU time (s) 940.37
Current children cumulated vsize (KiB) 114236

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 22287
/proc/meminfo: memFree=1294576/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=1000.35
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14936 0 0 0 100022 13 0 0 25 0 1 0 1994926826 116977664 9082 996147200 134512640 135472138 4294956224 18446744073709551615 135234747 0 0 4096 0 0 0 0 17 0 0 0
/proc/22123/statm: 28559 9082 530 234 0 27261 0
Current children cumulated CPU time (s) 1000.35
Current children cumulated vsize (KiB) 114236

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 22287
/proc/meminfo: memFree=1294640/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=1060.33
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14936 0 0 0 106020 13 0 0 25 0 1 0 1994926826 116977664 9082 996147200 134512640 135472138 4294956224 18446744073709551615 134580322 0 0 4096 0 0 0 0 17 0 0 0
/proc/22123/statm: 28559 9082 530 234 0 27261 0
Current children cumulated CPU time (s) 1060.33
Current children cumulated vsize (KiB) 114236

[startup+1122.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 22315
/proc/meminfo: memFree=1347440/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=1120.31
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14936 0 0 0 112017 14 0 0 25 0 1 0 1994926826 116977664 9082 996147200 134512640 135472138 4294956224 18446744073709551615 134677911 0 0 4096 0 0 0 0 17 0 0 0
/proc/22123/statm: 28559 9082 530 234 0 27261 0
Current children cumulated CPU time (s) 1120.31
Current children cumulated vsize (KiB) 114236

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 22316
/proc/meminfo: memFree=1347120/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=1180.28
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14936 0 0 0 118014 14 0 0 25 0 1 0 1994926826 116977664 9082 996147200 134512640 135472138 4294956224 18446744073709551615 135234741 0 0 4096 0 0 0 0 17 0 0 0
/proc/22123/statm: 28559 9082 530 234 0 27261 0
Current children cumulated CPU time (s) 1180.28
Current children cumulated vsize (KiB) 114236

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 22317
/proc/meminfo: memFree=1346928/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=1240.26
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14936 0 0 0 124012 14 0 0 25 0 1 0 1994926826 116977664 9082 996147200 134512640 135472138 4294956224 18446744073709551615 135234741 0 0 4096 0 0 0 0 17 0 0 0
/proc/22123/statm: 28559 9082 530 234 0 27261 0
Current children cumulated CPU time (s) 1240.26
Current children cumulated vsize (KiB) 114236

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 22317
/proc/meminfo: memFree=1346864/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=1300.24
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14936 0 0 0 130010 14 0 0 25 0 1 0 1994926826 116977664 9082 996147200 134512640 135472138 4294956224 18446744073709551615 135235234 0 0 4096 0 0 0 0 17 0 0 0
/proc/22123/statm: 28559 9082 530 234 0 27261 0
Current children cumulated CPU time (s) 1300.24
Current children cumulated vsize (KiB) 114236

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 22352
/proc/meminfo: memFree=1282672/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=1360.06
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14936 0 0 0 135991 15 0 0 25 0 1 0 1994926826 116977664 9082 996147200 134512640 135472138 4294956224 18446744073709551615 135265555 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 28559 9082 530 234 0 27261 0
Current children cumulated CPU time (s) 1360.06
Current children cumulated vsize (KiB) 114236

[startup+1422.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 22352
/proc/meminfo: memFree=1282608/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=1419.56
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14936 0 0 0 141941 15 0 0 25 0 1 0 1994926826 116977664 9082 996147200 134512640 135472138 4294956224 18446744073709551615 3907292 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 28559 9082 530 234 0 27261 0
Current children cumulated CPU time (s) 1419.56
Current children cumulated vsize (KiB) 114236

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 22352
/proc/meminfo: memFree=1282416/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=1479.04
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14936 0 0 0 147889 15 0 0 25 0 1 0 1994926826 116977664 9082 996147200 134512640 135472138 4294956224 18446744073709551615 135234741 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 28559 9082 530 234 0 27261 0
Current children cumulated CPU time (s) 1479.04
Current children cumulated vsize (KiB) 114236

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 22352
/proc/meminfo: memFree=1282160/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=1538.54
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14936 0 0 0 153839 15 0 0 25 0 1 0 1994926826 116977664 9082 996147200 134512640 135472138 4294956224 18446744073709551615 134881952 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 28559 9082 530 234 0 27261 0
Current children cumulated CPU time (s) 1538.54
Current children cumulated vsize (KiB) 114236

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 22352
/proc/meminfo: memFree=1282160/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=1598.03
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14936 0 0 0 159788 15 0 0 25 0 1 0 1994926826 116977664 9082 996147200 134512640 135472138 4294956224 18446744073709551615 134949504 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 28559 9082 530 234 0 27261 0
Current children cumulated CPU time (s) 1598.03
Current children cumulated vsize (KiB) 114236

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 22352
/proc/meminfo: memFree=1282160/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=1657.52
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14936 0 0 0 165737 15 0 0 25 0 1 0 1994926826 116977664 9082 996147200 134512640 135472138 4294956224 18446744073709551615 3916169 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 28559 9082 530 234 0 27261 0
Current children cumulated CPU time (s) 1657.52
Current children cumulated vsize (KiB) 114236

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 22352
/proc/meminfo: memFree=1282160/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=1717.01
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14936 0 0 0 171686 15 0 0 25 0 1 0 1994926826 116977664 9082 996147200 134512640 135472138 4294956224 18446744073709551615 134672493 0 0 4096 0 0 0 0 17 1 0 0
/proc/22123/statm: 28559 9082 530 234 0 27261 0
Current children cumulated CPU time (s) 1717.01
Current children cumulated vsize (KiB) 114236

[startup+1782.31 s]
/proc/loadavg: 2.61 2.12 2.04 3/83 22494
/proc/meminfo: memFree=868376/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=1776.82
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14936 0 0 0 177657 25 0 0 25 0 1 0 1994926826 116977664 9082 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 0 0 0
/proc/22123/statm: 28559 9082 530 234 0 27261 0
Current children cumulated CPU time (s) 1776.82
Current children cumulated vsize (KiB) 114236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.6 s]
/proc/loadavg: 2.74 2.19 2.06 3/83 22494
/proc/meminfo: memFree=588632/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=1800.1
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14936 0 0 0 179981 29 0 0 25 0 1 0 1994926826 116977664 9082 996147200 134512640 135472138 4294956224 18446744073709551615 3907318 0 0 4096 0 0 0 0 17 0 0 0
/proc/22123/statm: 28559 9082 530 234 0 27261 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 114236

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

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

[startup+1805.6 s]
/proc/loadavg: 2.74 2.19 2.06 3/83 22494
/proc/meminfo: memFree=588632/2055920 swapFree=4180448/4192956
[pid=22123] ppid=22121 vsize=114236 CPUtime=1800.1
/proc/22123/stat : 22123 (casperzito) R 22121 22123 21026 0 -1 4194304 14936 0 0 0 179981 29 0 0 25 0 1 0 1994926826 116977664 9082 996147200 134512640 135472138 4294956224 18446744073709551615 3907318 0 0 4096 0 0 0 0 17 0 0 0
/proc/22123/statm: 28559 9082 530 234 0 27261 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 114236

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1805.61
CPU time (s): 1800.11
CPU user time (s): 1799.81
CPU system time (s): 0.298954
CPU usage (%): 99.6953
Max. virtual memory (cumulated for all children) (KiB): 136860

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

runsolver used 1.79773 second user time and 5.01224 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-04 10:18:43
IDJOB=1069329
IDBENCH=55598
IDSOLVER=362
FILE ID=node24/1069329-1215159523
PBS_JOBID= 7877441
Free space on /tmp= 66504 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-43s-smv.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1069329-1215159523/watcher-1069329-1215159523 -o /tmp/evaluation-result-1069329-1215159523/solver-1069329-1215159523 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1069329-1215159523.xml 1945332068 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 90a03adc27107c0475a8a8ba9438e5a1
RANDOM SEED=1945332068

node24.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.232
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.232
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:       1182280 kB
Buffers:         87076 kB
Cached:         533328 kB
SwapCached:       6556 kB
Active:         459756 kB
Inactive:       338840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1182280 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            4616 kB
Writeback:           0 kB
Mapped:         184668 kB
Slab:            59996 kB
Committed_AS:  3646208 kB
PageTables:       2200 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= 65796 MiB
End job on node24 at 2008-07-04 10:48:50