Trace number 1093315

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.2 1813.91

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-5.xml
MD5SUM7190ed6731aa72fd4a74df29ac13f8df
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 benchmark20.6419
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.24/3.39	c Building = 1
4.12/4.24	c [ NumberOfVariables = 25 ]
4.12/4.24	c [ NumberOfConstraints = 56 ]
4.12/4.24	c [ SizeOfSearchSpace(log2) = 58.0482 ]
4.12/4.24	c SymmetrySearch = (OutOfMemory)
10.56/10.75	c [ Proceeding without symmetry breaking ]
11.46/11.60	c InitialPropagation = 1
11.46/11.65	c [ SizeOfSearchSpace(log2) = 58.0482 ]
11.46/11.65	c InitialSAC = 1
14.33/14.50	c [ SizeOfSearchSpace(log2) = 58.0482 ]
14.33/14.50	c Search(SampleFF) : 
122.31/123.41	c [ Sampling domwdeg ]
122.31/123.41	c [ Sampling impacts ]
122.31/123.41	c [ SamplingScores: ]
122.31/123.41	c [ domwdeg+min = 4.10374e-06 | domwdeg+rnd = 3.91163e-07 ]
122.31/123.41	c [ impacts+min = 6.98459e-08 | impacts+rnd = 4.42627e-08 ]
122.31/123.41	c [ la+min = 0 | la+rnd = 0 ]
122.31/123.41	c [ domwdeg = 2.24745e-06 | impacts = 5.70543e-08 | la = 0 ]
122.31/123.41	c [ min = 1.39119e-06 | rand = 5.70543e-08 ]
122.31/123.41	c [ restarting at (2.57084,2.56e-06) ]
129.15/130.30	c [ restarting at (6.4271,6.3488e-07) ]
146.40/147.70	c [ restarting at (16.0678,2.99008e-06) ]
189.03/190.75	c [ restarting at (40.1694,2.048e-05) ]
296.01/298.69	c [ restarting at (100.424,1.44384e-05) ]
562.92/567.84	c [ restarting at (251.059,0.000515277) ]
1229.79/1240.48	c [ restarting at (627.647,9.9328e-05) ]
1554.69/1568.12	c [ restarting at (1569.12,7.168e-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-1093315-1215249581/watcher-1093315-1215249581 -o /tmp/evaluation-result-1093315-1215249581/solver-1093315-1215249581 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1093315-1215249581.xml 1781162599 

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.99 1.97 1.99 4/80 28568
/proc/meminfo: memFree=1287648/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=18572 CPUtime=0
/proc/28568/stat : 28568 (runsolver) R 28566 28568 26847 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1554628711 19017728 292 996147200 4194304 4296836 548682068464 18446744073709551615 266890439975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28568/statm: 4643 292 257 25 0 2626 0

[startup+0.0751009 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 28568
/proc/meminfo: memFree=1287648/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=6784 CPUtime=0.05
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 817 0 1 0 5 0 0 0 19 0 1 0 1554628711 6946816 778 996147200 134512640 135472138 4294956224 18446744073709551615 134774679 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 1696 778 364 234 0 398 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6784

[startup+0.101105 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 28568
/proc/meminfo: memFree=1287648/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=8260 CPUtime=0.08
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 1163 0 1 0 8 0 0 0 19 0 1 0 1554628711 8458240 1124 996147200 134512640 135472138 4294956224 18446744073709551615 134778277 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 2065 1124 365 234 0 767 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8260

[startup+0.301124 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 28568
/proc/meminfo: memFree=1287648/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=11984 CPUtime=0.27
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 2104 0 1 0 26 1 0 0 21 0 1 0 1554628711 12271616 2065 996147200 134512640 135472138 4294956224 18446744073709551615 134774685 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 2996 2065 365 234 0 1698 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 11984

[startup+0.701169 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 28568
/proc/meminfo: memFree=1287648/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=21804 CPUtime=0.67
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 4568 0 1 0 64 3 0 0 25 0 1 0 1554628711 22327296 4529 996147200 134512640 135472138 4294956224 18446744073709551615 4159773995 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 5451 4529 365 234 0 4153 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 21804

[startup+1.50126 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28569
/proc/meminfo: memFree=1263064/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=39940 CPUtime=1.46
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 9091 0 1 0 141 5 0 0 25 0 1 0 1554628711 40898560 9052 996147200 134512640 135472138 4294956224 18446744073709551615 9073628 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 9985 9052 365 234 0 8687 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 39940

[startup+3.10144 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28569
/proc/meminfo: memFree=1237464/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=76672 CPUtime=3.03
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 18290 0 1 0 292 11 0 0 25 0 1 0 1554628711 78512128 18251 996147200 134512640 135472138 4294956224 18446744073709551615 134793598 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 19168 18251 365 234 0 17870 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 76672

[startup+6.3028 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28569
/proc/meminfo: memFree=1002392/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=487368 CPUtime=6.21
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 92815 0 1 0 575 46 0 0 25 0 1 0 1554628711 499064832 92776 996147200 134512640 135472138 4294956224 18446744073709551615 134629045 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 121842 92776 432 234 0 120544 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 487368

[startup+12.7015 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28569
/proc/meminfo: memFree=575128/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=12.55
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180328 0 1 0 1166 89 0 0 25 0 1 0 1554628711 849035264 178123 996147200 134512640 135472138 4294956224 18446744073709551615 134605033 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178123 463 234 0 205986 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 829136

[startup+25.502 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28569
/proc/meminfo: memFree=574872/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=25.24
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180439 0 1 0 2435 89 0 0 25 0 1 0 1554628711 849035264 178234 996147200 134512640 135472138 4294956224 18446744073709551615 134585013 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178234 475 234 0 205986 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 829136

[startup+51.1019 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28569
/proc/meminfo: memFree=570200/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=50.63
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180667 0 1 0 4973 90 0 0 25 0 1 0 1554628711 849035264 178462 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178462 483 234 0 205986 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 829136

[startup+102.307 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28569
/proc/meminfo: memFree=570072/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=101.39
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180670 0 1 0 10049 90 0 0 25 0 1 0 1554628711 849035264 178465 996147200 134512640 135472138 4294956224 18446744073709551615 134605040 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178465 485 234 0 205986 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 829136

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28569
/proc/meminfo: memFree=569944/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=160.87
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180699 0 1 0 15997 90 0 0 25 0 1 0 1554628711 849035264 178494 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178494 486 234 0 205986 0
Current children cumulated CPU time (s) 160.87
Current children cumulated vsize (KiB) 829136

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28569
/proc/meminfo: memFree=569880/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=220.35
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180699 0 1 0 21945 90 0 0 25 0 1 0 1554628711 849035264 178494 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178494 486 234 0 205986 0
Current children cumulated CPU time (s) 220.35
Current children cumulated vsize (KiB) 829136

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28569
/proc/meminfo: memFree=569880/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=279.85
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180699 0 1 0 27894 91 0 0 25 0 1 0 1554628711 849035264 178494 996147200 134512640 135472138 4294956224 18446744073709551615 134585013 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178494 486 234 0 205986 0
Current children cumulated CPU time (s) 279.85
Current children cumulated vsize (KiB) 829136

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28569
/proc/meminfo: memFree=569824/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=339.34
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180699 0 1 0 33843 91 0 0 25 0 1 0 1554628711 849035264 178494 996147200 134512640 135472138 4294956224 18446744073709551615 134605015 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178494 486 234 0 205986 0
Current children cumulated CPU time (s) 339.34
Current children cumulated vsize (KiB) 829136

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28569
/proc/meminfo: memFree=569760/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=398.82
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180704 0 1 0 39791 91 0 0 25 0 1 0 1554628711 849035264 178499 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178499 486 234 0 205986 0
Current children cumulated CPU time (s) 398.82
Current children cumulated vsize (KiB) 829136

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28569
/proc/meminfo: memFree=569632/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=458.31
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180704 0 1 0 45740 91 0 0 25 0 1 0 1554628711 849035264 178499 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178499 486 234 0 205986 0
Current children cumulated CPU time (s) 458.31
Current children cumulated vsize (KiB) 829136

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28569
/proc/meminfo: memFree=569504/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=517.81
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180713 0 1 0 51689 92 0 0 25 0 1 0 1554628711 849035264 178508 996147200 134512640 135472138 4294956224 18446744073709551615 134585164 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178508 486 234 0 205986 0
Current children cumulated CPU time (s) 517.81
Current children cumulated vsize (KiB) 829136

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28569
/proc/meminfo: memFree=569504/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=577.3
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180713 0 1 0 57638 92 0 0 25 0 1 0 1554628711 849035264 178508 996147200 134512640 135472138 4294956224 18446744073709551615 134604986 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178508 486 234 0 205986 0
Current children cumulated CPU time (s) 577.3
Current children cumulated vsize (KiB) 829136

[startup+642.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28569
/proc/meminfo: memFree=569312/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=636.78
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180769 0 1 0 63586 92 0 0 25 0 1 0 1554628711 849035264 178564 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178564 486 234 0 205986 0
Current children cumulated CPU time (s) 636.78
Current children cumulated vsize (KiB) 829136


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

[startup+882.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28570
/proc/meminfo: memFree=569120/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=874.73
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180769 0 1 0 87380 93 0 0 25 0 1 0 1554628711 849035264 178564 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178564 486 234 0 205986 0
Current children cumulated CPU time (s) 874.73
Current children cumulated vsize (KiB) 829136

[startup+942.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28571
/proc/meminfo: memFree=569056/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=934.23
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180769 0 1 0 93329 94 0 0 25 0 1 0 1554628711 849035264 178564 996147200 134512640 135472138 4294956224 18446744073709551615 134604986 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178564 486 234 0 205986 0
Current children cumulated CPU time (s) 934.23
Current children cumulated vsize (KiB) 829136

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28571
/proc/meminfo: memFree=568992/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=993.71
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180769 0 1 0 99277 94 0 0 25 0 1 0 1554628711 849035264 178564 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178564 486 234 0 205986 0
Current children cumulated CPU time (s) 993.71
Current children cumulated vsize (KiB) 829136

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28571
/proc/meminfo: memFree=568928/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=1053.2
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180769 0 1 0 105226 94 0 0 25 0 1 0 1554628711 849035264 178564 996147200 134512640 135472138 4294956224 18446744073709551615 134604973 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178564 486 234 0 205986 0
Current children cumulated CPU time (s) 1053.2
Current children cumulated vsize (KiB) 829136

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28571
/proc/meminfo: memFree=568864/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=1112.69
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180769 0 1 0 111175 94 0 0 25 0 1 0 1554628711 849035264 178564 996147200 134512640 135472138 4294956224 18446744073709551615 134604854 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178564 486 234 0 205986 0
Current children cumulated CPU time (s) 1112.69
Current children cumulated vsize (KiB) 829136

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28571
/proc/meminfo: memFree=568864/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=1172.18
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180769 0 1 0 117124 94 0 0 25 0 1 0 1554628711 849035264 178564 996147200 134512640 135472138 4294956224 18446744073709551615 134585010 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178564 486 234 0 205986 0
Current children cumulated CPU time (s) 1172.18
Current children cumulated vsize (KiB) 829136

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28571
/proc/meminfo: memFree=568800/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=1231.68
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180769 0 1 0 123073 95 0 0 25 0 1 0 1554628711 849035264 178564 996147200 134512640 135472138 4294956224 18446744073709551615 134604918 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178564 486 234 0 205986 0
Current children cumulated CPU time (s) 1231.68
Current children cumulated vsize (KiB) 829136

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28571
/proc/meminfo: memFree=568736/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=1291.16
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180769 0 1 0 129021 95 0 0 25 0 1 0 1554628711 849035264 178564 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178564 486 234 0 205986 0
Current children cumulated CPU time (s) 1291.16
Current children cumulated vsize (KiB) 829136

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28571
/proc/meminfo: memFree=568736/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=1350.65
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180769 0 1 0 134970 95 0 0 25 0 1 0 1554628711 849035264 178564 996147200 134512640 135472138 4294956224 18446744073709551615 134585089 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178564 486 234 0 205986 0
Current children cumulated CPU time (s) 1350.65
Current children cumulated vsize (KiB) 829136

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28571
/proc/meminfo: memFree=568672/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=1410.14
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180769 0 1 0 140919 95 0 0 25 0 1 0 1554628711 849035264 178564 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178564 486 234 0 205986 0
Current children cumulated CPU time (s) 1410.14
Current children cumulated vsize (KiB) 829136

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28571
/proc/meminfo: memFree=568672/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=1469.62
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180769 0 1 0 146867 95 0 0 25 0 1 0 1554628711 849035264 178564 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178564 486 234 0 205986 0
Current children cumulated CPU time (s) 1469.62
Current children cumulated vsize (KiB) 829136

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 28571
/proc/meminfo: memFree=568480/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=1529.12
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180769 0 1 0 152816 96 0 0 25 0 1 0 1554628711 849035264 178564 996147200 134512640 135472138 4294956224 18446744073709551615 134604893 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 207284 178564 486 234 0 205986 0
Current children cumulated CPU time (s) 1529.12
Current children cumulated vsize (KiB) 829136

[startup+1602.3 s]
/proc/loadavg: 2.11 2.00 2.00 3/81 28613
/proc/meminfo: memFree=858440/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=1588.75
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180769 0 1 0 158778 97 0 0 25 0 1 0 1554628711 849035264 178564 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/28568/statm: 207284 178564 486 234 0 205986 0
Current children cumulated CPU time (s) 1588.75
Current children cumulated vsize (KiB) 829136

[startup+1662.3 s]
/proc/loadavg: 2.37 2.09 2.03 3/81 28613
/proc/meminfo: memFree=858120/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=1648.7
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180769 0 1 0 164773 97 0 0 25 0 1 0 1554628711 849035264 178564 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/28568/statm: 207284 178564 486 234 0 205986 0
Current children cumulated CPU time (s) 1648.7
Current children cumulated vsize (KiB) 829136

[startup+1722.3 s]
/proc/loadavg: 2.44 2.16 2.05 3/81 28613
/proc/meminfo: memFree=858120/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=1708.65
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180769 0 1 0 170768 97 0 0 25 0 1 0 1554628711 849035264 178564 996147200 134512640 135472138 4294956224 18446744073709551615 134604960 0 0 4096 0 0 0 0 17 0 0 0
/proc/28568/statm: 207284 178564 486 234 0 205986 0
Current children cumulated CPU time (s) 1708.65
Current children cumulated vsize (KiB) 829136

[startup+1782.3 s]
/proc/loadavg: 2.37 2.19 2.07 3/81 28613
/proc/meminfo: memFree=857992/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=1768.6
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180769 0 1 0 176763 97 0 0 25 0 1 0 1554628711 849035264 178564 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/28568/statm: 207284 178564 486 234 0 205986 0
Current children cumulated CPU time (s) 1768.6
Current children cumulated vsize (KiB) 829136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.8 s]
/proc/loadavg: 2.48 2.23 2.09 3/81 28613
/proc/meminfo: memFree=857992/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=829136 CPUtime=1800.09
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4194304 180769 0 1 0 179912 97 0 0 25 0 1 0 1554628711 849035264 178564 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/28568/statm: 207284 178564 486 234 0 205986 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 829136

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

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

[startup+1813.91 s]
/proc/loadavg: 2.48 2.23 2.09 3/81 28613
/proc/meminfo: memFree=857992/2055920 swapFree=4112960/4192956
[pid=28568] ppid=28566 vsize=0 CPUtime=1800.19
/proc/28568/stat : 28568 (casperzito) R 28566 28568 26847 0 -1 4195332 180769 0 1 0 179912 107 0 0 25 0 1 0 1554628711 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/28568/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.91
CPU time (s): 1800.2
CPU user time (s): 1799.12
CPU system time (s): 1.08183
CPU usage (%): 99.2442
Max. virtual memory (cumulated for all children) (KiB): 846352

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

runsolver used 1.63175 second user time and 5.05123 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-05 11:19:43
IDJOB=1093315
IDBENCH=58696
IDSOLVER=362
FILE ID=node38/1093315-1215249581
PBS_JOBID= 7881933
Free space on /tmp= 66380 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7190ed6731aa72fd4a74df29ac13f8df
RANDOM SEED=1781162599

node38.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.223
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.223
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:       1288128 kB
Buffers:          9320 kB
Cached:         200368 kB
SwapCached:      74212 kB
Active:         643484 kB
Inactive:        69572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1288128 kB
SwapTotal:     4192956 kB
SwapFree:      4112960 kB
Dirty:           32928 kB
Writeback:           0 kB
Mapped:         516564 kB
Slab:            38852 kB
Committed_AS:  3776408 kB
PageTables:       2884 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= 66404 MiB
End job on node38 at 2008-07-05 11:49:59