Trace number 1062435

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.07 1815.51

General information on the benchmark

Namecsp/pseudo/fpga/
normalized-fpga-30-28.xml
MD5SUM5abe5d0dc198a5e975b62f529c6a1b39
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.07423
Satisfiable
(Un)Satisfiability was proved
Number of variables1260
Number of constraints926
Maximum constraint arity30
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension926
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
0.19/0.20	c Building = 1
0.19/0.20	c [ NumberOfVariables = 1260 ]
0.19/0.20	c [ NumberOfConstraints = 926 ]
0.19/0.20	c [ SizeOfSearchSpace(log2) = 1260 ]
0.19/0.20	c SymmetrySearch = 1
0.49/0.54	c [ Found 7.92477e+75 symmetries ]
0.49/0.57	c InitialPropagation = 1
0.49/0.58	c [ SizeOfSearchSpace(log2) = 1260 ]
0.49/0.58	c InitialSAC = (Timeout)
3.85/3.90	c [ SizeOfSearchSpace(log2) = 1200 ]
3.85/3.90	c Search(SampleFF) : 
83.57/84.33	c [ Sampling domwdeg ]
83.57/84.33	c [ Sampling impacts ]
83.57/84.33	c [ SamplingScores: ]
83.57/84.33	c [ domwdeg+min = 9.91869e-07 | domwdeg+rnd = 0.0520558 ]
83.57/84.33	c [ impacts+min = 1.89267e-05 | impacts+rnd = 0.381236 ]
83.57/84.33	c [ la+min = 0 | la+rnd = 0 ]
83.57/84.33	c [ domwdeg = 0.0260284 | impacts = 0.190628 | la = 0 ]
83.57/84.33	c [ min = 6.63951e-06 | rand = 0.190628 ]
83.57/84.33	c [ restarting at (3.96356,4.38058e-05) ]
94.07/94.96	c [ restarting at (9.9089,0.018496) ]
120.45/121.51	c [ restarting at (24.7722,0.00474828) ]
186.19/187.89	c [ restarting at (61.9306,0.000411531) ]
350.77/353.85	c [ restarting at (154.827,0.000636487) ]
762.15/768.74	c [ restarting at (387.066,0.00242616) ]
1661.22/1675.50	c [ restarting at (967.666,0.00124267) ]

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

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: 2.00 2.00 2.00 4/80 20988
/proc/meminfo: memFree=1795232/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=1052 CPUtime=0
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1992470777 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 8905508 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 263 26 20 234 0 3 0

[startup+0.049816 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 20988
/proc/meminfo: memFree=1795232/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=5972 CPUtime=0.03
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 617 0 0 0 3 0 0 0 18 0 1 0 1992470777 6115328 577 996147200 134512640 135472138 4294956224 18446744073709551615 4158766021 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 1493 577 368 234 0 195 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5972

[startup+0.102822 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 20988
/proc/meminfo: memFree=1795232/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=6632 CPUtime=0.08
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 778 0 0 0 8 0 0 0 18 0 1 0 1992470777 6791168 738 996147200 134512640 135472138 4294956224 18446744073709551615 9022580 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 1658 738 368 234 0 360 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6632

[startup+0.301846 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 20988
/proc/meminfo: memFree=1795232/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104092 CPUtime=0.29
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 2175 0 0 0 28 1 0 0 19 0 1 0 1992470777 106590208 2135 996147200 134512640 135472138 4294956224 18446744073709551615 134534238 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26023 2135 449 234 0 24725 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 104092

[startup+0.702904 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 20988
/proc/meminfo: memFree=1795232/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104084 CPUtime=0.69
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 2858 0 0 0 68 1 0 0 23 0 1 0 1992470777 106582016 2328 996147200 134512640 135472138 4294956224 18446744073709551615 134873555 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26021 2328 471 234 0 24723 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 104084

[startup+1.50301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 20989
/proc/meminfo: memFree=1787544/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104084 CPUtime=1.48
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 2864 0 0 0 147 1 0 0 25 0 1 0 1992470777 106582016 2334 996147200 134512640 135472138 4294956224 18446744073709551615 134580945 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26021 2334 472 234 0 24723 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 104084

[startup+3.10123 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 20989
/proc/meminfo: memFree=1787288/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104084 CPUtime=3.06
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 2886 0 0 0 305 1 0 0 25 0 1 0 1992470777 106582016 2356 996147200 134512640 135472138 4294956224 18446744073709551615 134581049 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26021 2356 472 234 0 24723 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 104084

[startup+6.30166 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 20989
/proc/meminfo: memFree=1786840/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104092 CPUtime=6.23
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3054 0 0 0 622 1 0 0 25 0 1 0 1992470777 106590208 2524 996147200 134512640 135472138 4294956224 18446744073709551615 134936113 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26023 2524 509 234 0 24725 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 104092

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 20989
/proc/meminfo: memFree=1786584/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104092 CPUtime=12.58
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3061 0 0 0 1257 1 0 0 25 0 1 0 1992470777 106590208 2531 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26023 2531 509 234 0 24725 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 104092

[startup+25.5013 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 20989
/proc/meminfo: memFree=1786648/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104092 CPUtime=25.26
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3061 0 0 0 2525 1 0 0 25 0 1 0 1992470777 106590208 2531 996147200 134512640 135472138 4294956224 18446744073709551615 134578086 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26023 2531 509 234 0 24725 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 104092

[startup+51.1017 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 20989
/proc/meminfo: memFree=1786456/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=50.65
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3122 0 0 0 5064 1 0 0 25 0 1 0 1992470777 106598400 2592 996147200 134512640 135472138 4294956224 18446744073709551615 134578081 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2592 510 234 0 24727 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 104100

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 20989
/proc/meminfo: memFree=1786264/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=101.41
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 10140 1 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 104100

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 20989
/proc/meminfo: memFree=1786200/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=160.9
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 16089 1 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134580881 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 160.9
Current children cumulated vsize (KiB) 104100

[startup+222.302 s]
/proc/loadavg: 2.04 2.01 2.00 3/81 20989
/proc/meminfo: memFree=1786136/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=220.39
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 22038 1 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134580898 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 220.39
Current children cumulated vsize (KiB) 104100

[startup+282.302 s]
/proc/loadavg: 2.01 2.01 2.00 3/81 20989
/proc/meminfo: memFree=1786136/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=279.88
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 27987 1 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 279.88
Current children cumulated vsize (KiB) 104100

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 20989
/proc/meminfo: memFree=1786136/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=339.37
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 33936 1 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134936177 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 339.37
Current children cumulated vsize (KiB) 104100

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 20989
/proc/meminfo: memFree=1786136/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=398.86
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 39885 1 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134580900 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 398.86
Current children cumulated vsize (KiB) 104100

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 20989
/proc/meminfo: memFree=1786072/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=458.35
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 45834 1 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134689790 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 458.35
Current children cumulated vsize (KiB) 104100

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 20989
/proc/meminfo: memFree=1785944/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=517.85
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 51783 2 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 135265508 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 517.85
Current children cumulated vsize (KiB) 104100

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 20989
/proc/meminfo: memFree=1785944/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=577.34
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 57732 2 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 577.34
Current children cumulated vsize (KiB) 104100

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 20989
/proc/meminfo: memFree=1785816/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=636.83
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 63681 2 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134672502 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 636.83
Current children cumulated vsize (KiB) 104100


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

[startup+882.303 s]
/proc/loadavg: 2.13 2.09 2.03 4/81 20989
/proc/meminfo: memFree=1785688/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=874.77
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 87475 2 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134691617 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 874.77
Current children cumulated vsize (KiB) 104100

[startup+942.303 s]
/proc/loadavg: 2.11 2.09 2.03 3/81 20989
/proc/meminfo: memFree=1785624/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=934.28
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 93425 3 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134672496 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 934.28
Current children cumulated vsize (KiB) 104100

[startup+1002.3 s]
/proc/loadavg: 2.04 2.07 2.02 3/81 20989
/proc/meminfo: memFree=1785624/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=993.76
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 99373 3 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134580880 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 993.76
Current children cumulated vsize (KiB) 104100

[startup+1062.3 s]
/proc/loadavg: 2.01 2.05 2.02 3/81 20989
/proc/meminfo: memFree=1785560/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=1053.25
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 105322 3 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134936660 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 1053.25
Current children cumulated vsize (KiB) 104100

[startup+1122.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/81 20989
/proc/meminfo: memFree=1785368/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=1112.74
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 111271 3 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 135234795 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 1112.74
Current children cumulated vsize (KiB) 104100

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/81 20991
/proc/meminfo: memFree=1785112/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=1172.23
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 117220 3 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134580880 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 1172.23
Current children cumulated vsize (KiB) 104100

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 20991
/proc/meminfo: memFree=1785112/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=1231.71
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 123168 3 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134580944 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 1231.71
Current children cumulated vsize (KiB) 104100

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 20991
/proc/meminfo: memFree=1785048/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=1291.21
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 129118 3 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134580883 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 1291.21
Current children cumulated vsize (KiB) 104100

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 20991
/proc/meminfo: memFree=1785048/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=1350.7
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 135066 4 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134580305 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 1350.7
Current children cumulated vsize (KiB) 104100

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 20991
/proc/meminfo: memFree=1785048/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=1410.19
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 141015 4 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 10206966 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 1410.19
Current children cumulated vsize (KiB) 104100

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 20991
/proc/meminfo: memFree=1785048/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=1469.68
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 146964 4 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134873873 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 1469.68
Current children cumulated vsize (KiB) 104100

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 20991
/proc/meminfo: memFree=1784984/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=1529.16
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 152912 4 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 1529.16
Current children cumulated vsize (KiB) 104100

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 20991
/proc/meminfo: memFree=1784984/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=1588.65
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 158861 4 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134689806 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 1588.65
Current children cumulated vsize (KiB) 104100

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 20991
/proc/meminfo: memFree=1784856/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=1648.14
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 164810 4 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134578225 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 1648.14
Current children cumulated vsize (KiB) 104100

[startup+1722.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/82 21032
/proc/meminfo: memFree=1838288/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=1707.65
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 170759 6 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 10206971 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 1707.65
Current children cumulated vsize (KiB) 104100

[startup+1782.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/82 21032
/proc/meminfo: memFree=1837968/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=1767.14
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 176708 6 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134580880 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 1767.14
Current children cumulated vsize (KiB) 104100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.5 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 21032
/proc/meminfo: memFree=1837968/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=1800.06
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 180000 6 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134689806 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 104100

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

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

[startup+1815.5 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 21032
/proc/meminfo: memFree=1837968/2055920 swapFree=4179464/4192956
[pid=20988] ppid=20986 vsize=104100 CPUtime=1800.06
/proc/20988/stat : 20988 (casperzito) R 20986 20988 19995 0 -1 4194304 3123 0 0 0 180000 6 0 0 25 0 1 0 1992470777 106598400 2593 996147200 134512640 135472138 4294956224 18446744073709551615 134689806 0 0 4096 0 0 0 0 17 1 0 0
/proc/20988/statm: 26025 2593 511 234 0 24727 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 104100

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1815.51
CPU time (s): 1800.07
CPU user time (s): 1800
CPU system time (s): 0.06299
CPU usage (%): 99.1494
Max. virtual memory (cumulated for all children) (KiB): 104620

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

runsolver used 1.75473 second user time and 4.86326 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-04 03:29:19
IDJOB=1062435
IDBENCH=54640
IDSOLVER=362
FILE ID=node10/1062435-1215134959
PBS_JOBID= 7877268
Free space on /tmp= 66524 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/pseudo/fpga/normalized-fpga-30-28.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1062435-1215134959/watcher-1062435-1215134959 -o /tmp/evaluation-result-1062435-1215134959/solver-1062435-1215134959 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1062435-1215134959.xml 153069897 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5abe5d0dc198a5e975b62f529c6a1b39
RANDOM SEED=153069897

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1795712 kB
Buffers:         21072 kB
Cached:          99900 kB
SwapCached:       7820 kB
Active:         165872 kB
Inactive:        37056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795712 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            3188 kB
Writeback:           0 kB
Mapped:          98052 kB
Slab:            42324 kB
Committed_AS:  4111136 kB
PageTables:       2108 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= 66524 MiB
End job on node10 at 2008-07-04 03:59:37