Trace number 1093200

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.05 1813.13

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-4.xml
MD5SUMdd44b0f4bc1fc8c91b1c88651ddbad3c
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 benchmark32.4351
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.18/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
3.27/3.36	c Building = 1
4.17/4.23	c [ NumberOfVariables = 25 ]
4.17/4.23	c [ NumberOfConstraints = 56 ]
4.17/4.23	c [ SizeOfSearchSpace(log2) = 58.0482 ]
4.17/4.23	c SymmetrySearch = (OutOfMemory)
10.83/10.94	c [ Proceeding without symmetry breaking ]
12.32/12.44	c InitialPropagation = 1
12.32/12.48	c [ SizeOfSearchSpace(log2) = 58.0482 ]
12.32/12.48	c InitialSAC = 1
14.81/14.92	c [ SizeOfSearchSpace(log2) = 58.0482 ]
14.81/14.92	c Search(SampleFF) : 
120.79/121.45	c [ Sampling domwdeg ]
120.79/121.45	c [ Sampling impacts ]
120.79/121.45	c [ SamplingScores: ]
120.79/121.45	c [ domwdeg+min = 7.70479e-08 | domwdeg+rnd = 6.58611e-08 ]
120.79/121.45	c [ impacts+min = 2.23654e-08 | impacts+rnd = 6.92786e-09 ]
120.79/121.45	c [ la+min = 0 | la+rnd = 0 ]
120.79/121.45	c [ domwdeg = 7.14545e-08 | impacts = 1.46466e-08 | la = 0 ]
120.79/121.45	c [ min = 3.31378e-08 | rand = 1.46466e-08 ]
120.79/121.45	c [ restarting at (2.57084,5.3248e-07) ]
127.96/128.68	c [ restarting at (6.4271,1.7408e-06) ]
145.28/146.09	c [ restarting at (16.0678,5.2224e-06) ]
188.29/189.26	c [ restarting at (40.1694,2.56e-06) ]
260.32/261.88	c [ restarting at (100.424,3.584e-06) ]
510.22/513.04	c [ restarting at (251.059,5.38624e-05) ]

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

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.06 2.01 1.91 4/84 20299
/proc/meminfo: memFree=1233584/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=1052 CPUtime=0
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 2003862035 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 10519332 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 263 26 20 234 0 3 0

[startup+0.0886929 s]
/proc/loadavg: 2.06 2.01 1.91 4/84 20299
/proc/meminfo: memFree=1233584/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=8420 CPUtime=0.06
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 1228 0 0 0 6 0 0 0 18 0 1 0 2003862035 8622080 1188 996147200 134512640 135472138 4294956224 18446744073709551615 134774679 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 2105 1188 365 234 0 807 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8420

[startup+0.101681 s]
/proc/loadavg: 2.06 2.01 1.91 4/84 20299
/proc/meminfo: memFree=1233584/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=8420 CPUtime=0.08
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 1228 0 0 0 8 0 0 0 18 0 1 0 2003862035 8622080 1188 996147200 134512640 135472138 4294956224 18446744073709551615 134794254 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 2105 1188 365 234 0 807 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8420

[startup+0.30173 s]
/proc/loadavg: 2.06 2.01 1.91 4/84 20299
/proc/meminfo: memFree=1233584/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=12424 CPUtime=0.28
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 2205 0 0 0 27 1 0 0 19 0 1 0 2003862035 12722176 2165 996147200 134512640 135472138 4294956224 18446744073709551615 134778336 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 3106 2165 365 234 0 1808 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12424

[startup+0.701803 s]
/proc/loadavg: 2.06 2.01 1.91 4/84 20299
/proc/meminfo: memFree=1233584/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=22540 CPUtime=0.68
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 4745 0 0 0 66 2 0 0 23 0 1 0 2003862035 23080960 4705 996147200 134512640 135472138 4294956224 18446744073709551615 134794155 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 5635 4705 365 234 0 4337 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 22540

[startup+1.50196 s]
/proc/loadavg: 2.06 2.01 1.91 3/85 20300
/proc/meminfo: memFree=1209832/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=40536 CPUtime=1.48
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 9242 0 0 0 143 5 0 0 25 0 1 0 2003862035 41508864 9202 996147200 134512640 135472138 4294956224 18446744073709551615 134793792 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 10134 9202 365 234 0 8836 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 40536

[startup+3.10126 s]
/proc/loadavg: 2.06 2.01 1.91 3/85 20300
/proc/meminfo: memFree=1184296/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=77724 CPUtime=3.07
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 18554 0 0 0 297 10 0 0 25 0 1 0 2003862035 79589376 18514 996147200 134512640 135472138 4294956224 18446744073709551615 134793319 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 19431 18514 365 234 0 18133 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 77724

[startup+6.30186 s]
/proc/loadavg: 2.05 2.01 1.91 3/85 20300
/proc/meminfo: memFree=944872/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=489092 CPUtime=6.25
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 93585 0 0 0 581 44 0 0 25 0 1 0 2003862035 500830208 93545 996147200 134512640 135472138 4294956224 18446744073709551615 134629253 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 122273 93545 433 234 0 120975 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 489092

[startup+12.7011 s]
/proc/loadavg: 2.05 2.01 1.91 3/85 20300
/proc/meminfo: memFree=502440/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=12.62
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183084 0 0 0 1168 94 0 0 25 0 1 0 2003862035 289820672 41957 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 41957 464 234 0 69459 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 283028

[startup+25.5015 s]
/proc/loadavg: 2.04 2.01 1.91 3/85 20300
/proc/meminfo: memFree=1065896/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=25.35
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183248 0 0 0 2441 94 0 0 25 0 1 0 2003862035 289820672 42121 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42121 476 234 0 69459 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 283028

[startup+51.1013 s]
/proc/loadavg: 2.02 2.01 1.91 3/85 20300
/proc/meminfo: memFree=1065064/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=50.82
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183419 0 0 0 4987 95 0 0 25 0 1 0 2003862035 289820672 42292 996147200 134512640 135472138 4294956224 18446744073709551615 134604933 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42292 484 234 0 69459 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 283028

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 1.91 3/85 20300
/proc/meminfo: memFree=1065128/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=101.78
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183426 0 0 0 10083 95 0 0 25 0 1 0 2003862035 289820672 42299 996147200 134512640 135472138 4294956224 18446744073709551615 134585092 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42299 486 234 0 69459 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 283028

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 20300
/proc/meminfo: memFree=1064808/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=161.5
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183479 0 0 0 16055 95 0 0 25 0 1 0 2003862035 289820672 42352 996147200 134512640 135472138 4294956224 18446744073709551615 134605000 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42352 487 234 0 69459 0
Current children cumulated CPU time (s) 161.5
Current children cumulated vsize (KiB) 283028

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 20300
/proc/meminfo: memFree=1064744/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=221.24
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183479 0 0 0 22028 96 0 0 25 0 1 0 2003862035 289820672 42352 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42352 487 234 0 69459 0
Current children cumulated CPU time (s) 221.24
Current children cumulated vsize (KiB) 283028

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 20300
/proc/meminfo: memFree=1042920/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=280.68
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183498 0 0 0 27972 96 0 0 25 0 1 0 2003862035 289820672 42371 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 0 0 0
/proc/20299/statm: 70757 42371 487 234 0 69459 0
Current children cumulated CPU time (s) 280.68
Current children cumulated vsize (KiB) 283028

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 1.91 4/85 20300
/proc/meminfo: memFree=1042856/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=340.35
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183498 0 0 0 33939 96 0 0 25 0 1 0 2003862035 289820672 42371 996147200 134512640 135472138 4294956224 18446744073709551615 135262886 0 0 4096 0 0 0 0 17 0 0 0
/proc/20299/statm: 70757 42371 487 234 0 69459 0
Current children cumulated CPU time (s) 340.35
Current children cumulated vsize (KiB) 283028

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 20300
/proc/meminfo: memFree=1042728/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=400.01
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183522 0 0 0 39905 96 0 0 25 0 1 0 2003862035 289820672 42395 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/20299/statm: 70757 42395 487 234 0 69459 0
Current children cumulated CPU time (s) 400.01
Current children cumulated vsize (KiB) 283028

[startup+462.302 s]
/proc/loadavg: 2.02 2.00 1.91 3/73 20381
/proc/meminfo: memFree=1531664/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=459.75
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183524 0 0 0 45874 101 0 0 25 0 1 0 2003862035 289820672 42397 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 0 0 0
/proc/20299/statm: 70757 42397 487 234 0 69459 0
Current children cumulated CPU time (s) 459.75
Current children cumulated vsize (KiB) 283028

[startup+522.303 s]
/proc/loadavg: 2.04 2.01 1.92 3/73 20381
/proc/meminfo: memFree=1474256/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=519.48
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183528 0 0 0 51847 101 0 0 25 0 1 0 2003862035 289820672 42401 996147200 134512640 135472138 4294956224 18446744073709551615 134585092 0 0 4096 0 0 0 0 17 0 0 0
/proc/20299/statm: 70757 42401 487 234 0 69459 0
Current children cumulated CPU time (s) 519.48
Current children cumulated vsize (KiB) 283028

[startup+582.301 s]
/proc/loadavg: 2.01 2.01 1.92 3/73 20381
/proc/meminfo: memFree=1474256/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=579.21
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183528 0 0 0 57820 101 0 0 25 0 1 0 2003862035 289820672 42401 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/20299/statm: 70757 42401 487 234 0 69459 0
Current children cumulated CPU time (s) 579.21
Current children cumulated vsize (KiB) 283028

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/73 20381
/proc/meminfo: memFree=1474256/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=638.94
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183528 0 0 0 63793 101 0 0 25 0 1 0 2003862035 289820672 42401 996147200 134512640 135472138 4294956224 18446744073709551615 134604858 0 0 4096 0 0 0 0 17 0 0 0
/proc/20299/statm: 70757 42401 487 234 0 69459 0
Current children cumulated CPU time (s) 638.94
Current children cumulated vsize (KiB) 283028


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

[startup+882.301 s]
/proc/loadavg: 2.02 2.03 1.94 3/81 20454
/proc/meminfo: memFree=1411728/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=877.58
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183528 0 0 0 87630 128 0 0 25 0 1 0 2003862035 289820672 42401 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42401 487 234 0 69459 0
Current children cumulated CPU time (s) 877.58
Current children cumulated vsize (KiB) 283028

[startup+942.302 s]
/proc/loadavg: 2.01 2.03 1.94 3/81 20454
/proc/meminfo: memFree=1411600/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=937.04
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183528 0 0 0 93576 128 0 0 25 0 1 0 2003862035 289820672 42401 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42401 487 234 0 69459 0
Current children cumulated CPU time (s) 937.04
Current children cumulated vsize (KiB) 283028

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/81 20454
/proc/meminfo: memFree=1411536/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=996.5
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183528 0 0 0 99522 128 0 0 25 0 1 0 2003862035 289820672 42401 996147200 134512640 135472138 4294956224 18446744073709551615 134605005 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42401 487 234 0 69459 0
Current children cumulated CPU time (s) 996.5
Current children cumulated vsize (KiB) 283028

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/81 20454
/proc/meminfo: memFree=1411536/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=1055.97
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183528 0 0 0 105468 129 0 0 25 0 1 0 2003862035 289820672 42401 996147200 134512640 135472138 4294956224 18446744073709551615 134605015 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42401 487 234 0 69459 0
Current children cumulated CPU time (s) 1055.97
Current children cumulated vsize (KiB) 283028

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/81 20454
/proc/meminfo: memFree=1411536/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=1115.43
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183528 0 0 0 111414 129 0 0 25 0 1 0 2003862035 289820672 42401 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42401 487 234 0 69459 0
Current children cumulated CPU time (s) 1115.43
Current children cumulated vsize (KiB) 283028

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 20454
/proc/meminfo: memFree=1411472/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=1174.89
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183528 0 0 0 117360 129 0 0 25 0 1 0 2003862035 289820672 42401 996147200 134512640 135472138 4294956224 18446744073709551615 134605003 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42401 487 234 0 69459 0
Current children cumulated CPU time (s) 1174.89
Current children cumulated vsize (KiB) 283028

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 20454
/proc/meminfo: memFree=1411280/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=1234.35
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183528 0 0 0 123306 129 0 0 25 0 1 0 2003862035 289820672 42401 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42401 487 234 0 69459 0
Current children cumulated CPU time (s) 1234.35
Current children cumulated vsize (KiB) 283028

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 20454
/proc/meminfo: memFree=1411152/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=1293.81
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183528 0 0 0 129251 130 0 0 25 0 1 0 2003862035 289820672 42401 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42401 487 234 0 69459 0
Current children cumulated CPU time (s) 1293.81
Current children cumulated vsize (KiB) 283028

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 20454
/proc/meminfo: memFree=1411152/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=1353.27
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183528 0 0 0 135197 130 0 0 25 0 1 0 2003862035 289820672 42401 996147200 134512640 135472138 4294956224 18446744073709551615 134585125 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42401 487 234 0 69459 0
Current children cumulated CPU time (s) 1353.27
Current children cumulated vsize (KiB) 283028

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 20454
/proc/meminfo: memFree=1410960/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=1412.73
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183528 0 0 0 141143 130 0 0 25 0 1 0 2003862035 289820672 42401 996147200 134512640 135472138 4294956224 18446744073709551615 134584982 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42401 487 234 0 69459 0
Current children cumulated CPU time (s) 1412.73
Current children cumulated vsize (KiB) 283028

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 20454
/proc/meminfo: memFree=1410832/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=1472.19
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183528 0 0 0 147089 130 0 0 25 0 1 0 2003862035 289820672 42401 996147200 134512640 135472138 4294956224 18446744073709551615 134604933 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42401 487 234 0 69459 0
Current children cumulated CPU time (s) 1472.19
Current children cumulated vsize (KiB) 283028

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 20454
/proc/meminfo: memFree=1410832/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=1531.64
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183528 0 0 0 153034 130 0 0 25 0 1 0 2003862035 289820672 42401 996147200 134512640 135472138 4294956224 18446744073709551615 134585010 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42401 487 234 0 69459 0
Current children cumulated CPU time (s) 1531.64
Current children cumulated vsize (KiB) 283028

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 20454
/proc/meminfo: memFree=1410832/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=1591.1
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183528 0 0 0 158980 130 0 0 25 0 1 0 2003862035 289820672 42401 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42401 487 234 0 69459 0
Current children cumulated CPU time (s) 1591.1
Current children cumulated vsize (KiB) 283028

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 20454
/proc/meminfo: memFree=1410832/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=1650.58
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183528 0 0 0 164927 131 0 0 25 0 1 0 2003862035 289820672 42401 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42401 487 234 0 69459 0
Current children cumulated CPU time (s) 1650.58
Current children cumulated vsize (KiB) 283028

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 20454
/proc/meminfo: memFree=1410832/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=1710.02
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183528 0 0 0 170871 131 0 0 25 0 1 0 2003862035 289820672 42401 996147200 134512640 135472138 4294956224 18446744073709551615 134605029 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42401 487 234 0 69459 0
Current children cumulated CPU time (s) 1710.02
Current children cumulated vsize (KiB) 283028

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 20454
/proc/meminfo: memFree=1410640/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=1769.49
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183528 0 0 0 176818 131 0 0 25 0 1 0 2003862035 289820672 42401 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42401 487 234 0 69459 0
Current children cumulated CPU time (s) 1769.49
Current children cumulated vsize (KiB) 283028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 20454
/proc/meminfo: memFree=1410640/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=1800
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183528 0 0 0 179869 131 0 0 25 0 1 0 2003862035 289820672 42401 996147200 134512640 135472138 4294956224 18446744073709551615 134585005 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42401 487 234 0 69459 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 283028

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

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

[startup+1813.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 20454
/proc/meminfo: memFree=1410640/2055920 swapFree=4117816/4192956
[pid=20299] ppid=20297 vsize=283028 CPUtime=1800
/proc/20299/stat : 20299 (casperzito) R 20297 20299 17603 0 -1 4194304 183528 0 0 0 179869 131 0 0 25 0 1 0 2003862035 289820672 42401 996147200 134512640 135472138 4294956224 18446744073709551615 134585005 0 0 4096 0 0 0 0 17 1 0 0
/proc/20299/statm: 70757 42401 487 234 0 69459 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 283028

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.13
CPU time (s): 1800.05
CPU user time (s): 1798.7
CPU system time (s): 1.3468
CPU usage (%): 99.2781
Max. virtual memory (cumulated for all children) (KiB): 856124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.7
system time used= 1.34679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183528
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= 20
involuntary context switches= 35196

runsolver used 2.19567 second user time and 5.29619 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-05 11:08:18
IDJOB=1093200
IDBENCH=58690
IDSOLVER=362
FILE ID=node47/1093200-1215248895
PBS_JOBID= 7881859
Free space on /tmp= 66452 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dd44b0f4bc1fc8c91b1c88651ddbad3c
RANDOM SEED=549524011

node47.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.281
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.281
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:       1234128 kB
Buffers:         10164 kB
Cached:         165404 kB
SwapCached:      68960 kB
Active:         720900 kB
Inactive:        45300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1234128 kB
SwapTotal:     4192956 kB
SwapFree:      4117816 kB
Dirty:           33272 kB
Writeback:           0 kB
Mapped:         601932 kB
Slab:            39748 kB
Committed_AS:  4808592 kB
PageTables:       2992 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= 66472 MiB
End job on node47 at 2008-07-05 11:38:33