Trace number 1064871

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 zitoUNSAT 1607.25 1613.55

DiagnosticValue
CHECKS337241000

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-elf-rf9.xml
MD5SUM6fea805b38dfb180ddb73a033dd0e468
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.6417
Satisfiable
(Un)Satisfiability was proved
Number of variables20445
Number of constraints58443
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension58443
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.20	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.19/0.20	c Parsing = 1
2.48/2.51	c Building = 1
2.77/2.85	c [ NumberOfVariables = 20445 ]
2.77/2.85	c [ NumberOfConstraints = 58443 ]
2.77/2.86	c [ SizeOfSearchSpace(log2) = 20444 ]
2.77/2.86	c SymmetrySearch = (Timeout)
36.27/36.31	c [ Proceeding without symmetry breaking ]
36.37/36.41	c InitialPropagation = 1
36.47/36.58	c [ SizeOfSearchSpace(log2) = 20415 ]
36.47/36.58	c InitialSAC = (Timeout)
41.26/41.32	c [ SizeOfSearchSpace(log2) = 20217 ]
41.26/41.34	c Search(DomWDeg) = 0
1607.20/1613.53	s UNSATISFIABLE
1607.20/1613.53	d CHECKS 337241014
1607.20/1613.53	c [ TotalFails = 72708 ]
1607.20/1613.53	c [ NumberOfRestarts = 9 ]
1607.20/1613.53	c [ TotalTime = 426448 secs ]

Verifier Data (download as text)

No possible verification on an UNSAT instance

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

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 2.03 2.02 4/80 19899
/proc/meminfo: memFree=1815208/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=1052 CPUtime=0
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 637365033 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 5534500 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/19899/statm: 263 26 20 234 0 3 0

[startup+0.0588931 s]
/proc/loadavg: 1.92 2.03 2.02 4/80 19899
/proc/meminfo: memFree=1815208/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=6108 CPUtime=0.04
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 642 0 0 0 4 0 0 0 18 0 1 0 637365033 6254592 602 996147200 134512640 135472138 4294956224 18446744073709551615 5969531 0 0 4096 0 0 0 0 17 1 0 0
/proc/19899/statm: 1527 602 362 234 0 229 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6108

[startup+0.101894 s]
/proc/loadavg: 1.92 2.03 2.02 4/80 19899
/proc/meminfo: memFree=1815208/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=6768 CPUtime=0.08
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 788 0 0 0 8 0 0 0 18 0 1 0 637365033 6930432 748 996147200 134512640 135472138 4294956224 18446744073709551615 5969531 0 0 4096 0 0 0 0 17 1 0 0
/proc/19899/statm: 1692 748 362 234 0 394 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6768

[startup+0.301914 s]
/proc/loadavg: 1.92 2.03 2.02 4/80 19899
/proc/meminfo: memFree=1815208/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=9380 CPUtime=0.28
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 1460 0 0 0 27 1 0 0 19 0 1 0 637365033 9605120 1420 996147200 134512640 135472138 4294956224 18446744073709551615 5969531 0 0 4096 0 0 0 0 17 1 0 0
/proc/19899/statm: 2345 1420 368 234 0 1047 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9380

[startup+0.701954 s]
/proc/loadavg: 1.92 2.03 2.02 4/80 19899
/proc/meminfo: memFree=1815208/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=13736 CPUtime=0.69
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 2559 0 0 0 67 2 0 0 22 0 1 0 637365033 14065664 2519 996147200 134512640 135472138 4294956224 18446744073709551615 6000222 0 0 4096 0 0 0 0 17 1 0 0
/proc/19899/statm: 3434 2520 368 234 0 2136 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13736

[startup+1.50103 s]
/proc/loadavg: 1.92 2.03 2.02 3/81 19900
/proc/meminfo: memFree=1803296/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=22052 CPUtime=1.48
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 4639 0 0 0 145 3 0 0 25 0 1 0 637365033 22581248 4599 996147200 134512640 135472138 4294956224 18446744073709551615 134785216 0 0 4096 0 0 0 0 17 1 0 0
/proc/19899/statm: 5513 4599 368 234 0 4215 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22052

[startup+3.10119 s]
/proc/loadavg: 1.92 2.03 2.02 3/81 19900
/proc/meminfo: memFree=1791968/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=159132 CPUtime=3.08
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 22504 0 0 0 297 11 0 0 25 0 1 0 637365033 162951168 22464 996147200 134512640 135472138 4294956224 18446744073709551615 134643681 0 0 4096 0 0 0 0 17 1 0 0
/proc/19899/statm: 39783 22464 443 234 0 38485 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 159132

[startup+6.3015 s]
/proc/loadavg: 1.93 2.03 2.02 3/81 19900
/proc/meminfo: memFree=1707104/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=202024 CPUtime=6.28
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 27778 0 0 0 615 13 0 0 25 0 1 0 637365033 206872576 27373 996147200 134512640 135472138 4294956224 18446744073709551615 134535920 0 0 4096 0 0 0 0 17 1 0 0
/proc/19899/statm: 50506 27373 448 234 0 49208 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 202024

[startup+12.7011 s]
/proc/loadavg: 1.93 2.03 2.02 3/81 19900
/proc/meminfo: memFree=1706144/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=202024 CPUtime=12.68
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 28047 0 0 0 1255 13 0 0 25 0 1 0 637365033 206872576 27626 996147200 134512640 135472138 4294956224 18446744073709551615 134534868 0 0 4096 0 0 0 0 17 1 0 0
/proc/19899/statm: 50506 27626 448 234 0 49208 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 202024

[startup+25.5024 s]
/proc/loadavg: 1.95 2.03 2.02 3/81 19900
/proc/meminfo: memFree=1704416/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=202024 CPUtime=25.47
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 28536 0 0 0 2534 13 0 0 25 0 1 0 637365033 206872576 28084 996147200 134512640 135472138 4294956224 18446744073709551615 134535923 0 0 4096 0 0 0 0 17 1 0 0
/proc/19899/statm: 50506 28084 448 234 0 49208 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 202024

[startup+51.1029 s]
/proc/loadavg: 1.96 2.03 2.02 3/81 19900
/proc/meminfo: memFree=1742944/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=139048 CPUtime=51.06
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 30585 0 0 0 5090 16 0 0 25 0 1 0 637365033 142385152 18505 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/19899/statm: 34762 18505 495 234 0 33464 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 139048

[startup+102.307 s]
/proc/loadavg: 1.98 2.02 2.01 3/81 19900
/proc/meminfo: memFree=1740640/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=102.25
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31150 0 0 0 10209 16 0 0 25 0 1 0 637365033 206389248 19070 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/19899/statm: 50388 19070 495 234 0 49090 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 201552

[startup+162.303 s]
/proc/loadavg: 1.91 1.99 2.00 4/82 20036
/proc/meminfo: memFree=1711448/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=162.01
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31151 0 0 0 16181 20 0 0 25 0 1 0 637365033 206389248 19071 996147200 134512640 135472138 4294956224 18446744073709551615 134936160 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19071 495 234 0 49090 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 201552

[startup+222.303 s]
/proc/loadavg: 1.97 1.99 2.00 3/82 20036
/proc/meminfo: memFree=1708440/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=221.76
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31257 0 0 0 22156 20 0 0 25 0 1 0 637365033 206389248 19177 996147200 134512640 135472138 4294956224 18446744073709551615 134691136 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19177 495 234 0 49090 0
Current children cumulated CPU time (s) 221.76
Current children cumulated vsize (KiB) 201552

[startup+282.302 s]
/proc/loadavg: 1.99 1.99 2.00 3/82 20036
/proc/meminfo: memFree=1705304/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=281.51
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31275 0 0 0 28131 20 0 0 25 0 1 0 637365033 206389248 19195 996147200 134512640 135472138 4294956224 18446744073709551615 134580322 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19195 495 234 0 49090 0
Current children cumulated CPU time (s) 281.51
Current children cumulated vsize (KiB) 201552

[startup+342.302 s]
/proc/loadavg: 1.99 1.99 2.00 3/82 20036
/proc/meminfo: memFree=1701912/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=341.26
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31278 0 0 0 34106 20 0 0 25 0 1 0 637365033 206389248 19198 996147200 134512640 135472138 4294956224 18446744073709551615 135202770 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19198 495 234 0 49090 0
Current children cumulated CPU time (s) 341.26
Current children cumulated vsize (KiB) 201552

[startup+402.301 s]
/proc/loadavg: 1.99 1.99 2.00 3/82 20036
/proc/meminfo: memFree=1698584/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=401.01
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31281 0 0 0 40081 20 0 0 25 0 1 0 637365033 206389248 19201 996147200 134512640 135472138 4294956224 18446744073709551615 134873593 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19201 495 234 0 49090 0
Current children cumulated CPU time (s) 401.01
Current children cumulated vsize (KiB) 201552

[startup+462.301 s]
/proc/loadavg: 1.99 1.99 2.00 3/82 20036
/proc/meminfo: memFree=1694360/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=460.76
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31411 0 0 0 46056 20 0 0 25 0 1 0 637365033 206389248 19331 996147200 134512640 135472138 4294956224 18446744073709551615 134580880 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19331 495 234 0 49090 0
Current children cumulated CPU time (s) 460.76
Current children cumulated vsize (KiB) 201552

[startup+522.301 s]
/proc/loadavg: 1.99 1.99 2.00 3/82 20036
/proc/meminfo: memFree=1690904/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=520.51
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31414 0 0 0 52031 20 0 0 25 0 1 0 637365033 206389248 19334 996147200 134512640 135472138 4294956224 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19334 495 234 0 49090 0
Current children cumulated CPU time (s) 520.51
Current children cumulated vsize (KiB) 201552

[startup+582.301 s]
/proc/loadavg: 1.99 1.99 2.00 3/82 20036
/proc/meminfo: memFree=1688344/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=580.26
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31414 0 0 0 58006 20 0 0 25 0 1 0 637365033 206389248 19334 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19334 495 234 0 49090 0
Current children cumulated CPU time (s) 580.26
Current children cumulated vsize (KiB) 201552

[startup+642.301 s]
/proc/loadavg: 1.99 1.99 2.00 3/82 20036
/proc/meminfo: memFree=1685912/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=640.02
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31414 0 0 0 63981 21 0 0 25 0 1 0 637365033 206389248 19334 996147200 134512640 135472138 4294956224 18446744073709551615 134577989 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19334 495 234 0 49090 0
Current children cumulated CPU time (s) 640.02
Current children cumulated vsize (KiB) 201552


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

/proc/meminfo: memFree=1685784/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=879.02
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31429 0 0 0 87881 21 0 0 25 0 1 0 637365033 206389248 19349 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19349 495 234 0 49090 0
Current children cumulated CPU time (s) 879.02
Current children cumulated vsize (KiB) 201552

[startup+942.302 s]
/proc/loadavg: 1.99 1.99 2.00 3/82 20036
/proc/meminfo: memFree=1685784/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=938.78
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31429 0 0 0 93856 22 0 0 25 0 1 0 637365033 206389248 19349 996147200 134512640 135472138 4294956224 18446744073709551615 134580315 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19349 495 234 0 49090 0
Current children cumulated CPU time (s) 938.78
Current children cumulated vsize (KiB) 201552

[startup+1002.3 s]
/proc/loadavg: 1.99 1.99 2.00 3/82 20036
/proc/meminfo: memFree=1685784/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=998.52
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31443 0 0 0 99830 22 0 0 25 0 1 0 637365033 206389248 19363 996147200 134512640 135472138 4294956224 18446744073709551615 134578080 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19363 495 234 0 49090 0
Current children cumulated CPU time (s) 998.52
Current children cumulated vsize (KiB) 201552

[startup+1062.3 s]
/proc/loadavg: 1.99 1.99 2.00 3/82 20036
/proc/meminfo: memFree=1685272/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=1058.28
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31558 0 0 0 105806 22 0 0 25 0 1 0 637365033 206389248 19478 996147200 134512640 135472138 4294956224 18446744073709551615 134578577 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19478 495 234 0 49090 0
Current children cumulated CPU time (s) 1058.28
Current children cumulated vsize (KiB) 201552

[startup+1122.3 s]
/proc/loadavg: 1.99 1.99 2.00 3/82 20036
/proc/meminfo: memFree=1685272/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=1118.03
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31558 0 0 0 111781 22 0 0 25 0 1 0 637365033 206389248 19478 996147200 134512640 135472138 4294956224 18446744073709551615 134677866 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19478 495 234 0 49090 0
Current children cumulated CPU time (s) 1118.03
Current children cumulated vsize (KiB) 201552

[startup+1182.3 s]
/proc/loadavg: 2.06 2.00 2.00 3/82 20036
/proc/meminfo: memFree=1685272/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=1177.77
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31558 0 0 0 117755 22 0 0 25 0 1 0 637365033 206389248 19478 996147200 134512640 135472138 4294956224 18446744073709551615 135202779 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19478 495 234 0 49090 0
Current children cumulated CPU time (s) 1177.77
Current children cumulated vsize (KiB) 201552

[startup+1242.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/82 20036
/proc/meminfo: memFree=1684888/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=1237.53
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31558 0 0 0 123730 23 0 0 25 0 1 0 637365033 206389248 19478 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19478 495 234 0 49090 0
Current children cumulated CPU time (s) 1237.53
Current children cumulated vsize (KiB) 201552

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20036
/proc/meminfo: memFree=1684888/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=1297.28
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31558 0 0 0 129705 23 0 0 25 0 1 0 637365033 206389248 19478 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19478 495 234 0 49090 0
Current children cumulated CPU time (s) 1297.28
Current children cumulated vsize (KiB) 201552

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20036
/proc/meminfo: memFree=1684888/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=1357.03
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31558 0 0 0 135680 23 0 0 25 0 1 0 637365033 206389248 19478 996147200 134512640 135472138 4294956224 18446744073709551615 134580064 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19478 495 234 0 49090 0
Current children cumulated CPU time (s) 1357.03
Current children cumulated vsize (KiB) 201552

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20036
/proc/meminfo: memFree=1684888/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=1416.79
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31558 0 0 0 141656 23 0 0 25 0 1 0 637365033 206389248 19478 996147200 134512640 135472138 4294956224 18446744073709551615 135202754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19478 495 234 0 49090 0
Current children cumulated CPU time (s) 1416.79
Current children cumulated vsize (KiB) 201552

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 20036
/proc/meminfo: memFree=1684888/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=1476.54
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31558 0 0 0 147631 23 0 0 25 0 1 0 637365033 206389248 19478 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19478 495 234 0 49090 0
Current children cumulated CPU time (s) 1476.54
Current children cumulated vsize (KiB) 201552

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 20036
/proc/meminfo: memFree=1684888/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=1536.28
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31558 0 0 0 153605 23 0 0 25 0 1 0 637365033 206389248 19478 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19478 495 234 0 49090 0
Current children cumulated CPU time (s) 1536.28
Current children cumulated vsize (KiB) 201552

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/82 20036
/proc/meminfo: memFree=1684824/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=1596.04
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31558 0 0 0 159580 24 0 0 25 0 1 0 637365033 206389248 19478 996147200 134512640 135472138 4294956224 18446744073709551615 134578091 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19478 495 234 0 49090 0
Current children cumulated CPU time (s) 1596.04
Current children cumulated vsize (KiB) 201552

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

[startup+1606.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/82 20036
/proc/meminfo: memFree=1684824/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=1600.02
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31558 0 0 0 159978 24 0 0 25 0 1 0 637365033 206389248 19478 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19478 495 234 0 49090 0
Current children cumulated CPU time (s) 1600.02
Current children cumulated vsize (KiB) 201552

[startup+1609.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/82 20036
/proc/meminfo: memFree=1684824/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=1603.21
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31558 0 0 0 160297 24 0 0 25 0 1 0 637365033 206389248 19478 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19478 495 234 0 49090 0
Current children cumulated CPU time (s) 1603.21
Current children cumulated vsize (KiB) 201552

[startup+1611.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/82 20036
/proc/meminfo: memFree=1684824/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=1604.8
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31558 0 0 0 160456 24 0 0 25 0 1 0 637365033 206389248 19478 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19478 495 234 0 49090 0
Current children cumulated CPU time (s) 1604.8
Current children cumulated vsize (KiB) 201552

[startup+1612.7 s]
/proc/loadavg: 2.02 2.01 2.00 3/82 20036
/proc/meminfo: memFree=1684824/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=1606.4
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31558 0 0 0 160616 24 0 0 25 0 1 0 637365033 206389248 19478 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19478 495 234 0 49090 0
Current children cumulated CPU time (s) 1606.4
Current children cumulated vsize (KiB) 201552

[startup+1613.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/82 20036
/proc/meminfo: memFree=1684824/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=1606.8
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31558 0 0 0 160656 24 0 0 25 0 1 0 637365033 206389248 19478 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19478 495 234 0 49090 0
Current children cumulated CPU time (s) 1606.8
Current children cumulated vsize (KiB) 201552

[startup+1613.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/82 20036
/proc/meminfo: memFree=1684824/2055920 swapFree=4157744/4192956
[pid=19899] ppid=19897 vsize=201552 CPUtime=1607.2
/proc/19899/stat : 19899 (casperzito) R 19897 19899 17098 0 -1 4194304 31558 0 0 0 160696 24 0 0 25 0 1 0 637365033 206389248 19478 996147200 134512640 135472138 4294956224 18446744073709551615 134874401 0 0 4096 0 0 0 0 17 0 0 0
/proc/19899/statm: 50388 19478 495 234 0 49090 0
Current children cumulated CPU time (s) 1607.2
Current children cumulated vsize (KiB) 201552

Child status: 0
Real time (s): 1613.55
CPU time (s): 1607.25
CPU user time (s): 1607
CPU system time (s): 0.253961
CPU usage (%): 99.6095
Max. virtual memory (cumulated for all children) (KiB): 202024

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

runsolver used 1.61875 second user time and 4.26235 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-04 06:06:59
IDJOB=1064871
IDBENCH=54999
IDSOLVER=362
FILE ID=node60/1064871-1215144418
PBS_JOBID= 7877289
Free space on /tmp= 66548 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-elf-rf9.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064871-1215144418/watcher-1064871-1215144418 -o /tmp/evaluation-result-1064871-1215144418/solver-1064871-1215144418 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1064871-1215144418.xml 239140008 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6fea805b38dfb180ddb73a033dd0e468
RANDOM SEED=239140008

node60.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.216
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.216
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:       1815688 kB
Buffers:          9136 kB
Cached:          78600 kB
SwapCached:      29088 kB
Active:         163560 kB
Inactive:        25520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1815688 kB
SwapTotal:     4192956 kB
SwapFree:      4157744 kB
Dirty:           11808 kB
Writeback:           0 kB
Mapped:         117576 kB
Slab:            36132 kB
Committed_AS:  1841508 kB
PageTables:       2056 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= 66544 MiB
End job on node60 at 2008-07-04 06:33:53