Trace number 1093269

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.08 1800.93

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-1.xml
MD5SUMe314bdf1882217984545160cbeb01d02
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark40.5718
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.03	c Parsing = 1
3.06/3.19	c Building = 1
3.96/4.01	c [ NumberOfVariables = 25 ]
3.96/4.01	c [ NumberOfConstraints = 56 ]
3.96/4.01	c [ SizeOfSearchSpace(log2) = 58.0482 ]
3.96/4.01	c SymmetrySearch = (OutOfMemory)
9.96/10.01	c [ Proceeding without symmetry breaking ]
11.26/11.39	c InitialPropagation = 1
11.36/11.43	c [ SizeOfSearchSpace(log2) = 58.0482 ]
11.36/11.43	c InitialSAC = 1
13.95/14.04	c [ SizeOfSearchSpace(log2) = 58.0482 ]
13.95/14.04	c Search(SampleFF) : 
114.51/114.65	c [ Sampling domwdeg ]
114.51/114.65	c [ Sampling impacts ]
114.51/114.65	c [ SamplingScores: ]
114.51/114.65	c [ domwdeg+min = 1.14468e-06 | domwdeg+rnd = 4.15633e-07 ]
114.51/114.65	c [ impacts+min = 3.05672e-07 | impacts+rnd = 9.06582e-08 ]
114.51/114.65	c [ la+min = 0 | la+rnd = 0 ]
114.51/114.65	c [ domwdeg = 7.80157e-07 | impacts = 1.98165e-07 | la = 0 ]
114.51/114.65	c [ min = 4.83451e-07 | rand = 1.98165e-07 ]
114.51/114.65	c [ restarting at (2.57084,1.536e-06) ]
121.00/121.19	c [ restarting at (6.4271,4.608e-06) ]
137.20/137.34	c [ restarting at (16.0678,1.54829e-05) ]
177.48/177.65	c [ restarting at (40.1694,2.56016e-05) ]
278.03/278.21	c [ restarting at (100.424,0.00011776) ]
529.21/529.57	c [ restarting at (251.059,0.000141332) ]
1156.73/1157.38	c [ restarting at (627.647,0.00108288) ]

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

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.97 4/93 8184
/proc/meminfo: memFree=1523848/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=18572 CPUtime=0
/proc/8184/stat : 8184 (runsolver) R 8182 8184 7823 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003910958 19017728 292 996147200 4194304 4296836 548682068464 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/8184/statm: 4643 292 257 25 0 2626 0

[startup+0.0133421 s]
/proc/loadavg: 1.92 1.98 1.97 4/93 8184
/proc/meminfo: memFree=1523848/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=2328 CPUtime=0
/proc/8184/stat : 8184 (casperzito) D 8182 8184 7823 0 -1 4194304 57 0 0 0 0 0 0 0 18 0 1 0 2003910958 2383872 41 996147200 134512640 135472138 4294956224 18446744073709551615 7483963 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/8184/statm: 582 41 31 234 0 14 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2328

[startup+0.102398 s]
/proc/loadavg: 1.92 1.98 1.97 4/93 8184
/proc/meminfo: memFree=1523848/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=8120 CPUtime=0.06
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 1143 0 1 0 5 1 0 0 18 0 1 0 2003910958 8314880 1104 996147200 134512640 135472138 4294956224 18446744073709551615 134774682 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 2030 1104 365 234 0 732 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8120

[startup+0.3024 s]
/proc/loadavg: 1.92 1.98 1.97 4/93 8184
/proc/meminfo: memFree=1523848/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=12424 CPUtime=0.26
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 2203 0 1 0 25 1 0 0 19 0 1 0 2003910958 12722176 2164 996147200 134512640 135472138 4294956224 18446744073709551615 134707486 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 3106 2164 365 234 0 1808 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 12424

[startup+0.701475 s]
/proc/loadavg: 1.92 1.98 1.97 4/93 8184
/proc/meminfo: memFree=1523848/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=22980 CPUtime=0.66
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 4839 0 1 0 64 2 0 0 23 0 1 0 2003910958 23531520 4800 996147200 134512640 135472138 4294956224 18446744073709551615 134707679 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 5745 4800 365 234 0 4447 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 22980

[startup+1.50162 s]
/proc/loadavg: 1.92 1.98 1.97 3/94 8185
/proc/meminfo: memFree=1498688/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=42460 CPUtime=1.46
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 9717 0 1 0 141 5 0 0 25 0 1 0 2003910958 43479040 9678 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 10615 9678 365 234 0 9317 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 42460

[startup+3.10193 s]
/proc/loadavg: 1.92 1.98 1.97 3/94 8185
/proc/meminfo: memFree=1469824/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=82776 CPUtime=3.06
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 19815 0 1 0 296 10 0 0 25 0 1 0 2003910958 84762624 19776 996147200 134512640 135472138 4294956224 18446744073709551615 134794072 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 20694 19776 365 234 0 19396 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 82776

[startup+6.30153 s]
/proc/loadavg: 1.93 1.98 1.97 3/94 8185
/proc/meminfo: memFree=1197632/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=534164 CPUtime=6.26
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 105052 0 1 0 576 50 0 0 25 0 1 0 2003910958 546983936 105013 996147200 134512640 135472138 4294956224 18446744073709551615 7919227 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 133541 105015 433 234 0 132243 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 534164

[startup+12.7017 s]
/proc/loadavg: 1.93 1.98 1.97 3/94 8185
/proc/meminfo: memFree=1354880/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=12.65
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184472 0 1 0 1172 93 0 0 25 0 1 0 2003910958 290353152 42286 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42286 464 234 0 69589 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 283548

[startup+25.5021 s]
/proc/loadavg: 1.95 1.98 1.97 3/94 8185
/proc/meminfo: memFree=1354432/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=25.44
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184604 0 1 0 2451 93 0 0 25 0 1 0 2003910958 290353152 42418 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42418 476 234 0 69589 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 283548

[startup+51.1029 s]
/proc/loadavg: 1.96 1.98 1.97 3/94 8185
/proc/meminfo: memFree=1353664/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=51.04
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184815 0 1 0 5010 94 0 0 25 0 1 0 2003910958 290353152 42629 996147200 134512640 135472138 4294956224 18446744073709551615 134616498 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42629 484 234 0 69589 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 283548

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.97 3/94 8185
/proc/meminfo: memFree=1353664/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=102.22
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184819 0 1 0 10128 94 0 0 25 0 1 0 2003910958 290353152 42633 996147200 134512640 135472138 4294956224 18446744073709551615 134577882 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42633 486 234 0 69589 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 283548

[startup+162.302 s]
/proc/loadavg: 2.08 2.01 1.98 3/85 8188
/proc/meminfo: memFree=1477056/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=162.18
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184844 0 1 0 16124 94 0 0 25 0 1 0 2003910958 290353152 42658 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42658 487 234 0 69589 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 283548

[startup+222.301 s]
/proc/loadavg: 2.03 2.01 1.98 3/85 8188
/proc/meminfo: memFree=1476992/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=222.15
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184850 0 1 0 22121 94 0 0 25 0 1 0 2003910958 290353152 42664 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42664 487 234 0 69589 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 283548

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 1.98 3/85 8188
/proc/meminfo: memFree=1476992/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=282.13
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184850 0 1 0 28119 94 0 0 25 0 1 0 2003910958 290353152 42664 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42664 487 234 0 69589 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 283548

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 1.98 3/85 8188
/proc/meminfo: memFree=1476864/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=342.1
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184858 0 1 0 34116 94 0 0 25 0 1 0 2003910958 290353152 42672 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42672 487 234 0 69589 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 283548

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 1.98 3/85 8188
/proc/meminfo: memFree=1476736/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=402.07
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 40113 94 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 283548

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/85 8188
/proc/meminfo: memFree=1476672/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=462.04
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 46110 94 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 283548

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/85 8188
/proc/meminfo: memFree=1476672/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=522.01
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 52107 94 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134605005 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 283548

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 1.98 3/74 8216
/proc/meminfo: memFree=1626720/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=581.98
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 58103 95 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134604871 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 283548

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 1.98 3/74 8216
/proc/meminfo: memFree=1626720/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=641.95
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 64100 95 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 283548


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

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 1.98 3/74 8216
/proc/meminfo: memFree=1626464/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=881.85
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 88089 96 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134585089 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 283548

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/74 8216
/proc/meminfo: memFree=1626400/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=941.83
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 94087 96 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 283548

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/74 8216
/proc/meminfo: memFree=1626400/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=1001.8
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 100084 96 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 283548

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/74 8216
/proc/meminfo: memFree=1626400/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=1061.77
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 106081 96 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134584976 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 283548

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/74 8216
/proc/meminfo: memFree=1626336/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=1121.74
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 112078 96 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134577777 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 283548

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/74 8216
/proc/meminfo: memFree=1626336/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=1181.72
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 118076 96 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 283548

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/74 8216
/proc/meminfo: memFree=1626144/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=1241.69
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 124073 96 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134585010 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 1241.69
Current children cumulated vsize (KiB) 283548

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/74 8216
/proc/meminfo: memFree=1625952/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=1301.66
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 130070 96 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134604997 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 1301.66
Current children cumulated vsize (KiB) 283548

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/74 8216
/proc/meminfo: memFree=1625952/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=1361.63
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 136067 96 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134585017 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 1361.63
Current children cumulated vsize (KiB) 283548

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/74 8216
/proc/meminfo: memFree=1625952/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=1421.6
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 142064 96 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134585183 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 1421.6
Current children cumulated vsize (KiB) 283548

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 8219
/proc/meminfo: memFree=1625688/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=1481.58
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 148061 97 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 1481.58
Current children cumulated vsize (KiB) 283548

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 8219
/proc/meminfo: memFree=1625688/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=1541.56
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 154059 97 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 1541.56
Current children cumulated vsize (KiB) 283548

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 8219
/proc/meminfo: memFree=1625624/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=1601.53
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 160056 97 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 1601.53
Current children cumulated vsize (KiB) 283548

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 8219
/proc/meminfo: memFree=1625624/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=1661.5
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 166053 97 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 1661.5
Current children cumulated vsize (KiB) 283548

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 8219
/proc/meminfo: memFree=1625560/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=1721.47
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 172050 97 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 1721.47
Current children cumulated vsize (KiB) 283548

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 8219
/proc/meminfo: memFree=1625560/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=1781.44
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 178047 97 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 1781.44
Current children cumulated vsize (KiB) 283548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 8219
/proc/meminfo: memFree=1625432/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=1800.04
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 179907 97 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134604935 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 283548

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

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

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 8219
/proc/meminfo: memFree=1625432/2055920 swapFree=4180456/4192956
[pid=8184] ppid=8182 vsize=283548 CPUtime=1800.04
/proc/8184/stat : 8184 (casperzito) R 8182 8184 7823 0 -1 4194304 184880 0 1 0 179907 97 0 0 25 0 1 0 2003910958 290353152 42694 996147200 134512640 135472138 4294956224 18446744073709551615 134604935 0 0 4096 0 0 0 0 17 0 0 0
/proc/8184/statm: 70887 42694 487 234 0 69589 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 283548

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.93
CPU time (s): 1800.08
CPU user time (s): 1799.07
CPU system time (s): 1.00185
CPU usage (%): 99.9524
Max. virtual memory (cumulated for all children) (KiB): 861004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.00185
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184880
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25
involuntary context switches= 8362

runsolver used 1.68774 second user time and 5.01824 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-05 11:16:06
IDJOB=1093269
IDBENCH=58694
IDSOLVER=362
FILE ID=node19/1093269-1215249363
PBS_JOBID= 7882039
Free space on /tmp= 66476 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-1.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093269-1215249363/watcher-1093269-1215249363 -o /tmp/evaluation-result-1093269-1215249363/solver-1093269-1215249363 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1093269-1215249363.xml 884370020 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e314bdf1882217984545160cbeb01d02
RANDOM SEED=884370020

node19.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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
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:       1524328 kB
Buffers:         11688 kB
Cached:         222128 kB
SwapCached:       6496 kB
Active:         395360 kB
Inactive:        81000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1524328 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:           33608 kB
Writeback:           0 kB
Mapped:         259056 kB
Slab:            39500 kB
Committed_AS:  4127068 kB
PageTables:       2548 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 node19 at 2008-07-05 11:46:09